惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
月光博客
月光博客
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
U
Unit 42
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
B
Blog
C
Check Point Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
量子位
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell

Hacker News - Newest: "AI"

AI can't read an investor deck AI as an attorney? Student uses ChatGPT, Gemini to sue UW over alleged racial discrimination Hacking MCP Servers in AI Systems – The Rug Pull: Tool Changes After Approval GitHub - MeepCastana/KubeezCut: Free Web based video editor Can AI judge journalism? A Thiel-backed startup says yes, even if it risks chilling whistleblowers Coming soon: 10 Things That Matter in AI Right Now DARPA built an AI to fact-check enemy weapons claims What explains heterogeneity in AI adoption? When AI Meets Muscle: Context-Aware Electrical Stimulation Promises a New Way to Guide Human Movements - Department of Computer Science AI Changed How We Build. It Did Not Change What Matters. Linux rules on using AI-generated code - Copilot is OK, but humans must take 'full responsibility for the… Meta spins up AI version of Mark Zuckerberg to engage with employees Code Mode: Let Your AI Write Programs, Not Just Call Tools | TanStack Blog GitHub - Delavalom/graft: Go framework for building AI agents. Type-safe tools, multi-provider (OpenAI, Anthropic, Gemini, Bedrock), zero vendor SDKs. India's TCS tops estimates, says new AI models did not dent services demand Gen Z's fading AI hype Strong feeling: we are in a folded AI reality GitHub - machinarii/total-recall-catalog: A reference catalog of latest knowledge retrieval, memory & RAG systems GitHub - mensfeld/code-on-incus: Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.. Quantization, LoRA, and the 8% Problem: Benchmarking Local LLMs for Production AI Iran war: We spoke to the man making Lego-style AI videos that experts say are powerful propaganda Powell, Bessent discussed Anthropic's Mythos AI cyber threat with major U.S. banks GitHub - immartian/bellamem: Persistent belief-graph memory for AI agents. Retrieves decisive context by importance — not recency, not RAG, not /compact. recursive-mode: The Repo-Native Operating System for AI Engineering After the attack on Sam Altman's home, will AI CEO's go on the offensive? The biggest advance in AI since the LLM Opus 4.6 vs GPT 5.4 One Prompt Unity World Generation Test “AI polls” are fake polls Client Challenge Can AI be a 'child of God'? Inside Anthropic's meeting with Christian leaders
Release BoquilaHUB 0.5 · boquila/boquilahub
jdiaz97 · 2026-05-26 · via Hacker News - Newest: "AI"

Audio and Embeddings join the party

image

SOTA bioacoustics classification, audio playback, spectrogram visualization. Just select an audio model and select an audio file.

Better GUI experience

image

All visualizers got reworked. Now it's more enjoyable to navigate images, video files, live feed, and now, audio files! Live feed now includes an adjustable buffer, in case yo uwanna go back in case you missed something.

New models

Like always at: https://boquila.org/hub

You can run Perch 2, BioClip 2 and a lot more! Just import the .bq model and give it some data, it's literally that easy.

Code

  • We went from drawing a lot of things by "hand" (manipulating the image buffer) to just using egui to draw things. This is much better because it allows a lot more interactivity. We are still keeping the functionality to draw directly on the image buffer but that's kept for exporting.
  • Egui plots was incorporated for great spectrogram visualization
  • Some code got more ugly with the purpose to finish features (audio and embeddings), this will be cleaned up. Luckily, adding a new type of output (audio classification probabilities, embeddings) is extremely easy thanks to the Enum AIOutput

What's Changed (some PR logs)

  • Audio AI inference, plus rewrites on AI handling by @jdiaz97 in #30
  • Small code and project cleanups by @jdiaz97 in #31
  • removed some default deps and performance improvements by @jdiaz97 in #32
  • deleted egui_extras by @jdiaz97 in #33
  • Big rewrites, more complete audio analysis, better GUI by @jdiaz97 in #34
  • support for embedding models by @jdiaz97 in #35

Full Changelog: v0.4...v0.5