Feed aggregator
Show HN: Opacore – free Bitcoin tax reports and open-source portfolio OS (MIT)
Article URL: https://opacore.com
Comments URL: https://news.ycombinator.com/item?id=47247974
Points: 1
# Comments: 1
Show HN: CodePulse – Minimalist Online IDE Built with Vanilla JavaScript/Fastify
Article URL: https://pklavc.github.io/codepulse-monorepo/
Comments URL: https://news.ycombinator.com/item?id=47247973
Points: 1
# Comments: 1
Swedish Government proposes real-time AI facial recognition for police use
Article URL: https://www.regeringen.se/rattsliga-dokument/proposition/2026/03/prop.-202526150
Comments URL: https://news.ycombinator.com/item?id=47247902
Points: 1
# Comments: 0
Ask HN: Why has ChatGPT disabled links to websites?
I was just using ChatGPT to help me pick an SDK library. It mentions a few options by name (e.g. Baileys, whatsapp-web.js), but when I click those names rather than opening a browser with the source page like it used to, it now opens a modal and uses ChatGPT to basically generate a fake homepage for this tool.
From what I can tell, there is no longer any way to easily get to the underlying web page that was referenced in generating its answer to my question.
This feels like a pretty meaningful step backwards. Am I missing something?
Comments URL: https://news.ycombinator.com/item?id=47247891
Points: 2
# Comments: 0
Show HN: Open-sourced a web client that lets any device use Apple's on-device AI
I use Claude every day but there are things I will not type into a cloud service. I have a Mac with Apple Silicon running Apple Foundation Models locally and privately. But I was not always at my Mac. So we built Perspective Intelligence Web. One Mac runs Perspective Server. Any device on your network opens a browser and chats with Apple Intelligence through it. Phone, Windows laptop, Chromebook, Linux machine. Streaming responses, token by token. Nothing leaves your network. MIT License. Next.js, TypeScript, Tailwind. Full writeup: https://taylorarndt.substack.com/p/i-opened-claude-and-then-...
Comments URL: https://news.ycombinator.com/item?id=47247881
Points: 2
# Comments: 0
Gaia – open-source assistant that does for actions what ChatGPT did for answers
Three years ago, finding information meant opening Google, clicking 4 links, reading, and piecing together an answer yourself. ChatGPT collapsed that into one step.
We haven't had that moment for taking action yet. To set a recurring water reminder today, you still open your todo app, hit New Task, type it out, set a recurrence, and save. To block focus time, you open Calendar, find a slot, create an event, then update your Slack status separately. Every small action is a small tax. They add up to hours of invisible overhead every week.
GAIA is our attempt at that shift. You tell it what you want done — or it acts before you have to ask.
Gmail & Calendar "Summarise my unread emails and flag anything needing a reply" — runs every morning automatically. "Block 2 hours Thursday for deep work" → calendar event created, Slack status updated. "Draft a follow-up to anyone I haven't heard back from in 5 days" → drafted, waiting for your review.
Slack & Notion "Turn the action items from today's standup into Notion tasks with owners and deadlines". "Remind the team on Slack every Friday at 4pm to update their Linear tickets".
GitHub "Every time a PR is opened, post a summary to the #engineering Slack channel". "Assign new issues labelled bug to me automatically".
Add your own integrations via MCP GAIA has 20+ integrations out of the box. If yours isn't there, you can build your own using MCP, and publish it to the marketplace for others to use. Any existing MCP server works with GAIA out of the box.
The honest version: it works well for workflows you define explicitly, and it's getting better at the ones you don't.
We're a small student team. We've been using GAIA ourselves for quite some time — it genuinely changed how we work, which is why we're releasing it now instead of waiting for perfect.
The design question we keep coming back to: at what point does an assistant acting autonomously feel like it's no longer under your control? We've defaulted to "always reviewable before it sends" — curious how this community thinks about that line.
heygaia.io (no setup) Self-host: docs.heygaia.io/self-hosting GitHub: github.com/theexperiencecompany/gaia
Comments URL: https://news.ycombinator.com/item?id=47247862
Points: 2
# Comments: 2
Show HN: Zsh plugin to switch macOS Terminal.app profiles
I wrote a small Zsh plugin that lets you switch macOS Terminal.app profiles directly from the command line.
It's useful if you color-code environments (prod, staging, dev) or when you have a lot of terminals open of the same thing — multiple Claude or Codex sessions, SSH connections, or different projects — and want a quick visual way to tell them apart.
Type `profile` and press Tab to see and autocomplete all available Terminal.app profiles.
Comments URL: https://news.ycombinator.com/item?id=47247852
Points: 1
# Comments: 1
Vibe Coding Is Killing Open Source, and the Data Proves It
Article URL: https://grith.ai/blog/vibe-coding-killing-open-source
Comments URL: https://news.ycombinator.com/item?id=47247851
Points: 3
# Comments: 0
Forest: Access-Aware GPU UVM Management
Article URL: https://danglingpointers.substack.com/p/forest-access-aware-gpu-uvm-management
Comments URL: https://news.ycombinator.com/item?id=47247848
Points: 1
# Comments: 0
Apple Debuts Budget MacBook Neo for $599
Will We Govern AI, or Will AI Govern Us?
Should You Buy the iPhone 17E or Wait for the iPhone 18? Here's Our Answer
The UK High Court will examine whether the Home Office policy of refusing to issue alternative proof of immigration status outside of its electronic visa system is lawful
Show HN: Agile died in a Jira board – we replaced sprints with flights
Over year ago, our engineering team ditched Scrum. Not because we read some contrarian blog post, but because we looked at our calendars and realized we spent more time talking about work than doing it. Standups that ran long. Grooming sessions nobody prepared for. Retros that concluded "we should have fewer meetings" and then we'd schedule a meeting to discuss that.
We tried going process-free. That lasted a few weeks before leadership started asking "when does this ship?" and nobody had an answer.
So we landed somewhere in the middle. It's called Flights - and it's not new; someone tried it back in 2021: https://simonhoiberg.medium.com/...
The idea is dead simple: a project is a flight. It has a takeoff date, a landing date, and a captain who's responsible for getting it there. Tasks are crates loaded onto the flight. Team members are crew. People doing maintenance between flights are ground mechanics.
That's it. No story points. No velocity charts. No burndown graphs that give everyone a false sense of confidence. A crate is done or it's not. The flight lands on the date or it doesn't.
The thing that surprised us most was how well it communicated upward, sideways and to the rest of the organisation. When we told our CEO "sprint velocity dropped 15%," we'd get blank stares. When we said "this flight is hitting headwinds but still lands Friday," everyone in the room knew exactly what that meant. No translation layer needed.
We started with sticky notes and a shared Figma file. It worked well enough that we built a proper tool around it - an airport-board-style dashboard where you see what's in the air, what's on the runway, and what's landed. Captains, crew, status - all visible at a glance.
We know the obvious reaction: "AI is writing all the code now, who needs project management?" Honestly, we've found the opposite. AI makes individual developers faster, but it doesn't solve the coordination problem. If anything, teams ship more things in parallel now, and the need for visibility into what's actually happening has gone up, not down. Your AI pair programmer doesn't know that another team's flight just went into emergency and yours needs to adjust course.
We've been running it in production for over a year across multiple teams. It was also built as a human-AI collaboration and experiment - Engineers working with Claude from first commit to production, including the database migrations, E2E tests, CI/CD.
Live demo: https://agile.flights Handbook (explains the methodology): https://agile.flights/docs
Happy to answer questions about the methodology and the tool.
Comments URL: https://news.ycombinator.com/item?id=47247408
Points: 1
# Comments: 0
Show HN: Zemlo AI – Logistics signal API, built on chemical plant off-shifts
I'm a 52-year-old shift worker at a chemical plant in Finland. Four kids, no coding background. Last Christmas I wanted to send a package to my girlfriend's parents in the Philippines and nobody — not the post office, not DHL, not anyone — could give me a straight answer on price or how to do it. Everyone just said "it's probably expensive." That frustrated me enough to spend my days off building something that answers that question. I used Gemini to write all the code. I copy-pasted. This took about a month. This is what came out: https://github.com/zemloai-ctrl/zemloai-api
Comments URL: https://news.ycombinator.com/item?id=47247405
Points: 1
# Comments: 0
Show HN: MontaukOS – Hobbyist OS with a desktop, networking, HTTP, and DOOM
Article URL: https://github.com/danihamm/MontaukOS
Comments URL: https://news.ycombinator.com/item?id=47247392
Points: 1
# Comments: 0
Batteries included: how AI will transform the who and how of programming (2023)
Article URL: https://blog.cloudflare.com/ai-will-transform-programming/
Comments URL: https://news.ycombinator.com/item?id=47247391
Points: 1
# Comments: 0
Building the Future of Coding, OpenCode with Dax Raad [video]
Article URL: https://www.youtube.com/watch?v=IGsbARhERqc
Comments URL: https://news.ycombinator.com/item?id=47247377
Points: 1
# Comments: 0
Sensflationism: The Virus Paralysing Founder Confidence
Article URL: https://aibuilderseries.substack.com/p/sensflationism-the-virus-paralysing
Comments URL: https://news.ycombinator.com/item?id=47247374
Points: 1
# Comments: 0
