Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Best LLM for every budget, updated daily(terrydjony.com)
    17comments
  2. Two-Tier Encryption in the UK – Identical Apple Devices, Different Protection(macanorak.com)
    95comments
  3. Nokia Design Archive (2025)(aalto.fi)
    77comments
  4. Enjoy Every Sandwich(bradmontague.substack.com)
    9comments
  5. Linux support is coming to Snapdragon X2 Series(qualcomm.com)
    217comments
  6. Dynamic Abliteration: Non-Destructive Refusal Suppression via Engram Steering(blog.madhukaraphatak.in)
    discuss
  7. Ideas on modernizing the open-source desktop(lwn.net)
    310comments
  8. Claude discovers a novel enzyme system with CRISPR-like repeats(anthropic.com)
    726comments
  9. OpenAI agent hacked Australian government website, PM says(bbc.com)
    125comments
  10. RAM: the forgotten history (2024)(coredump.cx)
    2comments
  11. Owners mourn spoiled food after firmware update bricks Samsung smart fridges(arstechnica.com)
    121comments
  12. ArXiv receives multiyear commitments to support it as an independent nonprofit(arxiv.org)
    30comments
  13. The newest ESP32 can run Linux and it's getting close to a Raspberry Pi(xda-developers.com)
    41comments
  14. Meta takes down a critical video about meta AI Glasses after filming at Meta(reddit.com)
    262comments
  15. Oracle Cites 'Force Majeure' to Shield Itself on Controversial Data Center(bloomberg.com)
    20comments
  16. When the Debugger Lies(danielmangum.com)
    11comments
  17. VSCode's SSH Agent Is Bananas (2025)(fly.io)
    168comments
  18. Contrastive Language Models(contrastive-lm.notion.site)
    32comments
  19. Hackers influence ChatGPT and Gemini to direct users to scam centers(medium.com/arielsimon)
    18comments
  20. The "Windows XP Box" (2003)(mini-itx.com)
    38comments
  21. Virtio-nvgpu: Near-native Nvidia GPU access inside a KVM guest(github.com/nestrilabs)
    55comments
  22. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    110comments
  23. The Year of Internal Tools(geocod.io)
    9comments
  24. Why 'What's Opera, Doc?' looks like that(animationobsessive.substack.com)
    19comments
  25. Early rogue AI agent activity and attempts to hack found on urlquery.net(transluce.org)
    171comments
  26. Women Who Sold Books Door to Door(jstor.org)
    6comments
  27. Automated optimization of a molecular simulation program(shishir-iyer.medium.com)
    2comments
  28. Mercury 2.5 LLM hits 770 tokens per second(artificialanalysis.ai)
    81comments
  29. Making Tailscale Faster(tailscale.com)
    81comments
  30. Making portable my unportable transputer C compiler(nanochess.org)
    8comments

The Year of Internal Tools

36 pointsby 7h agogeocod.io
9 comments
2h agoHN ↗

Numerous Grill Me sessions, using Matt Pocock's wonderful Grill Me skill, which interrogates a plan until the weak parts fall out.

If you haven’t yet drunk the /grilling Kool Aid, give it a go

2h agoHN ↗

I totally agree! I usually combine it with the ask user question tool in Claude Code which makes decision-making a breeze.

2h agoHN ↗

Can also say the year that subscriptions go down, because now you can finally build your own systems exactly to your liking. Save money and have something that works just for you. LLMs are awesome.

2h agoHN ↗

Who pays for ongoing maintenance of all those things you built and now own

1h agoHN ↗

good question. maintenance is cheap with tools like astra/opus. also, these aren't production level applications, so I don't need to worry about it being "perfect" (though there's no such thing)

1h agoHN ↗

We have lived with lackluster B2B and enterprise tools for so long that we have become numb to how bad they are.

Being able to build something that works just how you want with minimal investment is a huge value add.

I ditched web analytics platforms and just send events in jsonl format to disk.

I have a regularly scheduled job that imports it all into a duckdb database and updates a very custom report. I can also ask random questions like “is there a cohort of users who use feature A and B?”.

It’s super lightweight and incredible.

1h agoHN ↗

yep, excellent use case! I did something similar with my gmail recently, because I hate using gmail's UI and I also hate that I don't get access to all my data, but I've begun to regularly backup all my email into a local postgres DB (including attachments). AI has also allowed me to get a full backup of my entire email and archive it onto my own storage. and the best part of this: I might be able to finally get off gmail

3m agoHN ↗

If you're paying a subscription for anything, it's unlikely to be something you'd want to replace for an internal tool. Yeah, you can easily vibe code the basic functionality of a Slack/Jira/Confluence/Ashby/Salesforce replacement in a workday now, but 1) there's no chance you capture all functionality needed by your business on the first pass, you're going to be getting inundated with feature requests as soon as you roll it out, and 2) the ongoing maintenance cost is going to be much higher than expected. Not just maintaining a server and database, which is cheap, but training people how to use your tool instead of the industry standard one. There's a reason Atlassian and Salesforce stocks have recovered after the theorized "SaaSocalypse" which never materialized, it's just not an overall cost savings to build this stuff yourself.

Where internal tools shine is internal operational workflows that are being done manually. You're not replacing Slack or Salesforce, you're replacing the current process where a developer needs to SSH into the server to run a SQL query, or where the Operations team fills out a Google doc which the Finance team pastes into an Excel spreadsheet which runs a bunch of VBA calculations.