Feed aggregator
Liberation and Immanence
Article URL: https://www.gojiberries.io/liberation-and-immanence/
Comments URL: https://news.ycombinator.com/item?id=47300076
Points: 1
# Comments: 0
AI CEOs worry the government will nationalize AI
Article URL: https://yro.slashdot.org/story/26/03/07/2058213/ai-ceos-worry-the-government-will-nationalize-ai
Comments URL: https://news.ycombinator.com/item?id=47300070
Points: 2
# Comments: 0
C++ is essentially secular Judaism
Article URL: https://twitter.com/norpadon/status/2030561676643180832
Comments URL: https://news.ycombinator.com/item?id=47300069
Points: 1
# Comments: 0
Warning: Chuwi CoreBook X uses AMD Ryzen 5 5500U instead of 7430U
Article URL: https://www.notebookcheck.net/Warning-Chuwi-CoreBook-X-uses-AMD-Ryzen-5-5500U-instead-of-7430U.1242048.0.html
Comments URL: https://news.ycombinator.com/item?id=47300060
Points: 2
# Comments: 0
Telehamster, a landline network to connect in an old school screen-free way
Article URL: https://www.youtube.com/watch?v=UhVi3smmvTs
Comments URL: https://news.ycombinator.com/item?id=47300053
Points: 1
# Comments: 0
OpenAI might end up on the right side of history
note: I am in MENA, am not with the military in any way.
when i first read the statement by Dario, i was shocked by the fact the military was so dismissive about Ai safety (not to mention privacy). Seeing anthropic resist the military, I felt so proud of being a claude user to the point I deleted gpt right away. it's nice to see your fav products sync with your values.
but today, after thinking more about it, i realized something. for a government to allow one Ai company to dictate terms, it opens up a precedent for Ai companies in the future to resist governmental oversight. that might not be a big deal in 2020s, but in 2030s by all estimations many Ai companies will be big enough to resist entire governmental structures. Maybe not the US or China, but they will definitely be big enough not to be easily influenced.
those independent companies will eventually grow so large, no government can hope to tame them. i know that right now it seems impossible for a mere ccorp valued at less than a trillion to resist a government that spends 7 trillion each year. but zooming out, it feels likely that the next generation of Ai companies will be easily valued at 10T. if you look at a 2-year-old which just learned how to talk and suddenly he starts talking quantum, you can bet your a* he will grow up to be a powerhouse.
i know soft monetary power is very different than hard military power, but enough tokens of the first type can easily be converted into the second type if: 1. you have a sufficiently ambitious CEO. 2. the survival of the company is threatened in some way. I am not talking about AGI here, but good old private equity that does whatever it needs to survive. ruled by suits that have more loyalty to shareholders than anyone or anything else.
at the end of the day, corporations are ruled by dictators (they have to be), governments are not (not in the West at least). maybe just maybe we should NOT trust private equity to seek anything but profits. governments are manipulative and bloody, but at least we can vote.
Comments URL: https://news.ycombinator.com/item?id=47300047
Points: 1
# Comments: 0
Website Testing on Steroids
Article URL: https://www.grepular.com/Website_Testing_on_Steroids
Comments URL: https://news.ycombinator.com/item?id=47300036
Points: 1
# Comments: 0
Show HN: FileMayor – A zero-dependency, local-first file organization engine
Hi HN,
My documents folder recently became an absolute disaster—thousands of unsorted PDFs, raw images, scattered .csv files, and code snippets from the last three years.
I looked for automated categorization tools, but every modern solution seemed to require uploading my local file metadata to a cloud UI or running an overly heavy background service. I explicitly wanted an offline, privacy-first engine.
So I built FileMayor. It’s a 100% local-first data organization engine built on Node.
A few technical properties I focused on:
Zero Runtime Dependencies: The core Node engine is pure. No vulnerabilities, no bloat, and minimal memory footprint. Deterministic Fallbacks: By default, files are sorted instantly into 12 hardcoded extensions/mime-type categories (Documents, Media, Archives, Code, etc.) using offline pattern matching. The Rollback Journal: Every file mutation is logged to a local .filemayor-journal.json. If an organization run ruins your directory structure, a single undo command reverses the entire batch operation instantly. AI SOPs (Opt-in): If you need complex directory trees, it parses .md or .txt Standard Operating Procedures, securely queries the Gemini API to transpile the intent into a locked YAML schema, and executes the file moves. I packaged versions for Windows, macOS (arm64), and Linux (.deb).
I'd really appreciate any feedback on the rollback journal architecture or the regex pattern matching approach!
Comments URL: https://news.ycombinator.com/item?id=47300013
Points: 1
# Comments: 0
Show HN: I mapped the exact minute every Pixar movie makes you cry
Article URL: https://sheets.works/data-viz/pixar-cry-chart
Comments URL: https://news.ycombinator.com/item?id=47299997
Points: 1
# Comments: 0
AI doesn't replace white collar work
Article URL: https://www.marble.onl/posts/ai_doesnt_replace_work.html
Comments URL: https://news.ycombinator.com/item?id=47299988
Points: 2
# Comments: 0
Show HN: VoiceFlow – Sub-second (0.3s-0.6s) voice-to-text built in Rust
Hi HN,
I was frustrated by the lag in Electron-based Whisper wrappers. Most of them feel disconnected from the typing experience because of the 2-5s delay.
I built VoiceFlow to solve this. It’s a native Rust core that targets 0.3s-0.6s latency. The goal is to make voice-to-text feel as instant as typing.
Key features:
Global hotkey [Ctrl+Space] to type into any app (Slack, VS Code, etc.)
Native Rust implementation for performance and low memory footprint
AI-based post-processing for punctuation and style
Privacy-focused: Microphone is only active during the keypress
I'm currently in private beta and looking for feedback, especially on the latency and UX.
I'll be around to answer any technical questions!
Comments URL: https://news.ycombinator.com/item?id=47299981
Points: 2
# Comments: 0
Show HN: Flux, a tiny protocol that rethinks email from the ground up
Hi HN,
I have been experimenting with a messaging protocol called FLUX. The goal is to explore what email might look like if it was designed today instead of in the 1980s.
FLUX tries to simplify a few things that feel complicated in the current email stack. Identity is based on cryptographic keys instead of usernames and passwords. Messages are signed and verified automatically. The transport is real time and does not depend on the traditional SMTP relay model.
The current implementation is small and meant as a prototype. The whole server is only a few hundred lines of Python so the protocol is easy to read and experiment with.
Repo: https://github.com/levkris/flux-protocol
I am mostly interested in feedback on the protocol design. What problems would appear in a real deployment. What parts are unnecessary. What would need to exist for something like this to actually work on the open internet.
Thanks for taking a look. levkris (wokki20)
Comments URL: https://news.ycombinator.com/item?id=47299960
Points: 3
# Comments: 0
Show HN: Forgiven – Emacs and Vim Reborn
v0.5.0-alpha.1 brings with it, MCP support, debugging panel, significant performance improvements on startup, smoother Github CoPilot integration, vertical split screen, git commit generation and markdown preview caching.
Comments URL: https://news.ycombinator.com/item?id=47299959
Points: 1
# Comments: 0
The Next UI Revolution: All Building Blocks Exist, the Assembled System Doesn't
Article URL: https://zeitraum.blog/en/post/019ccea8-6ff7-7423-8fab-3c2c0825168d
Comments URL: https://news.ycombinator.com/item?id=47299925
Points: 2
# Comments: 1
What I got wrong competing with ChatGPT
Article URL: https://schooly-waitinglist.app/
Comments URL: https://news.ycombinator.com/item?id=47299917
Points: 2
# Comments: 1
The Festival of the Machines
Article URL: https://kubicki.org/letters/the-festival-of-the-machines/
Comments URL: https://news.ycombinator.com/item?id=47299884
Points: 2
# Comments: 0
Show HN: Skales – Local AI agent desktop app (.exe/.dmg, 300MB idle RAM)
Hey HN,
I'm Mario from Vienna. I’m the designated "IT guy" for my family (the guy they call to plug in a Scart cable or to setup Chrome).
A few weeks ago, I spent over two hours wrestling with Docker (and some for my at this time unknown Terminal commands) just to get a CLI-based AI agent running. It ate all my RAM, and I had a realization: my wife, my non-technical clients, or my 6-year-old son could never set this up. If I deployed something like this, I'd spend my life doing setup-support (and this isn't just about finding the HDMI 1 to HDMI 2 input on the remote control).
I’ve been "vibecoding" with LLMs for a while the last 2 years, mostly building common landingpages or simple retro games to show my son that we live in a wild time where you can build a lot of 'entertaining' stuff just by prompting. I decided to pivot an old, failed Laravel SaaS of mine (Skales) into a native desktop app to solve this setup hell.
The only goal I wanted to reach: an autonomous AI agent that installs like a normal app (.exe / .dmg). No PhD required. Download, Install, Done.
It actually worked. My 60+ year old mom got it running instantly (so.. is Skales now a Grandma-Approved AI Agent?), and my 6yr used the built-in Coding Skill to make his own retro game (I wouldn't say its really a 'game' when it's basically a one level copy of Super Mario - but he loves it).
What it does:
ReAct autopilot, bi-temporal memory, browser automation (Playwright), and native integrations (Gmail, Telegram, Calendar).
BYOK: Works with OpenRouter, OpenAI, Anthropic, or local Ollama.
Tech stack: Electron + Next.js + Node.js (I managed to keep idle RAM around ~300MB).
Everything is stored locally in ~/.skales-data.
I know that being a "design guy who vibecoded an Electron app" (or Marketing-Dude) is basically fresh meat for the HN crowd. Feel free to roast the architecture! But my main goal was just making these incredible AI tools accessible for everyday tasks (formatting resumes, sending PDFs, building simple games) without touching a terminal or moving from one tool to another tool.
License note: The project is BSL-1.1 (Source-available, free for personal use). I chose this simply because I don't want a giant company to just take the repo, build their brand around Skales and commercially resell it, but I want the code out there for the community to use and learn from.
(excuse my English - i'm not a native speaker)
Would love your honest feedback on the UX (could be maybe better?)!
GitHub: https://github.com/skalesapp/skales Website: https://skales.app
Comments URL: https://news.ycombinator.com/item?id=47299856
Points: 2
# Comments: 0
Commitaai – An open-source CLI to generate conventional commits using AI
Article URL: https://github.com/vincentmuriuki/commitaai
Comments URL: https://news.ycombinator.com/item?id=47299849
Points: 1
# Comments: 0
Good Vibes, Bad Vendors
Article URL: https://werd.io/good-vibes-bad-vendors/
Comments URL: https://news.ycombinator.com/item?id=47299847
Points: 2
# Comments: 0
How to Recalculate a Spreadsheet
Article URL: https://lord.io/spreadsheets/
Comments URL: https://news.ycombinator.com/item?id=47299831
Points: 3
# Comments: 1
