Hacker News
Standard mental health therapies fall short for autistic adults, study suggests
Article URL: https://www.psypost.org/standard-mental-health-therapies-often-fall-short-for-autistic-adults-study-suggests/
Comments URL: https://news.ycombinator.com/item?id=47261345
Points: 1
# Comments: 0
Version 1.4.1 of Bayesian SSH is available
Article URL: https://github.com/abdoufermat5/bayesian-ssh
Comments URL: https://news.ycombinator.com/item?id=47261336
Points: 1
# Comments: 0
Show HN: Costrace – Open-source LLM cost and latency tracking across providers
I built Costrace because I was tired of checking three different dashboards to understand my LLM spend.
It's an open-source tool that tracks cost, token usage,latency, geographic distribution across OpenAI, Anthropic, and Google Gemini in one place. The SDKs work by monkey-patching the official client libraries, so you don't change any of your existing code — just init and go. You can self-host the whole thing or use the hosted version at costrace.dev.
GitHub: github.com/ikotun-dev/costrace Happy to answer any questions about the architecture or monkey-patching approach.
Comments URL: https://news.ycombinator.com/item?id=47261329
Points: 1
# Comments: 0
LLMs Are Antithetical to Writing and Humanity
Article URL: https://thedispatch.com/article/donald-trump-third-term-steve-bannon-jd-vance/
Comments URL: https://news.ycombinator.com/item?id=47261327
Points: 2
# Comments: 0
The trackball that merges pointing and 3D control
Article URL: https://rotatrix.com
Comments URL: https://news.ycombinator.com/item?id=47261324
Points: 1
# Comments: 0
Chaotic 4 days led to man's suicide, says lawsuit against Google
Article URL: https://www.sfgate.com/tech/article/suicide-lawsuit-google-ai-21955695.php
Comments URL: https://news.ycombinator.com/item?id=47261317
Points: 1
# Comments: 0
Mullvad VPN takes its banned anti-surveillance ad to the streets
Redis-py typing issue open since 2022
Article URL: https://github.com/redis/redis-py/issues/2399
Comments URL: https://news.ycombinator.com/item?id=47261309
Points: 1
# Comments: 0
Show HN: VideoNinja – paste video URLs, walk away, they download
Another evening of saving videos before platforms memory-hole them. Terminal not invited. Built a GUI.
Paste URLs. They queue. They download. Disk space on screen. Output folder one click away. Queue survives restarts. Needs yt-dlp and ffmpeg, the app finds them. If it can't, it writes an AI prompt to fix your setup.
Click the ninja. It talks.
Private tool, now public. Mac & Windows installers. MIT.
github.com/miikkij/VideoNinja
Comments URL: https://news.ycombinator.com/item?id=47261308
Points: 1
# Comments: 0
Neutralinojs developer framework compromised with malware
Article URL: https://opensourcemalware.com/blog/neutralinojs-compromise
Comments URL: https://news.ycombinator.com/item?id=47261305
Points: 1
# Comments: 0
Extending Daniel Lemire's bit packing to handle 64-bit values
Article URL: https://old.reddit.com/r/cpp/comments/1rlekeb/extending_daniel_lemires_bit_packing_to_uint64_t
Comments URL: https://news.ycombinator.com/item?id=47261304
Points: 1
# Comments: 0
You Shouldn't Ask an AI for Advice Before Selling Your Soul to the Devil
Show HN: Pulse – personalized daily audio news briefs from topics you choose
Article URL: https://pulsemedialaboratories.com
Comments URL: https://news.ycombinator.com/item?id=47261299
Points: 2
# Comments: 2
There Will Never Be AGI
Article URL: https://lovelaceanalytics.com/posts/never-be-generalised-ai/
Comments URL: https://news.ycombinator.com/item?id=47260887
Points: 1
# Comments: 0
Hacktivists claim to have hacked Homeland Security to release ICE contract data
Article URL: https://techcrunch.com/2026/03/02/hacktivists-claim-to-have-hacked-homeland-security-to-release-ice-contract-data/
Comments URL: https://news.ycombinator.com/item?id=47260860
Points: 1
# Comments: 0
Show HN: Arbor – a CLI that shows what breaks before you refactor
Article URL: https://github.com/Anandb71/arbor
Comments URL: https://news.ycombinator.com/item?id=47260858
Points: 1
# Comments: 0
What does it take to map the world [video]
Article URL: https://www.youtube.com/watch?v=M8G44b0mljw
Comments URL: https://news.ycombinator.com/item?id=47260847
Points: 1
# Comments: 0
Large forest fire emissions are hidden underground
Article URL: https://www.eurekalert.org/news-releases/1118263
Comments URL: https://news.ycombinator.com/item?id=47260845
Points: 1
# Comments: 0
Show HN: Turn GitHub commits into a publish-ready changelog
Hi HN,
I kept shipping features without updating my changelog. After enough times a user asked “when did that change?”, I built HeyEmit to fix it.
HeyEmit is a changelog platform that integrates as a GitHub App, listens to repository events, analyzes commit diffs, and generates structured draft changelog entries for you to review and publish.
The goal isn’t to automate releases — it’s to remove the annoying part of writing changelogs so you actually maintain them.
Typical workflow:
- connect your GitHub repo
- define rules for what should trigger changelog entries
- commits generate draft entries automatically
- review, edit, and publish when ready
HeyEmit also provides an embeddable changelog widget for your app or website and a hosted public changelog page so your users can see what's changed.
It's a paid tool, with AI-generated changelog drafts available for projects that want automatic summaries.
I'd love feedback from other developers:
- how do you currently maintain changelogs?
- would something like this fit your workflow?
- what features would make it more useful?
Project: https://heyemit.com
Comments URL: https://news.ycombinator.com/item?id=47260843
Points: 1
# Comments: 0
Show HN: BidWix – one-shot price agreement using secret max/min
Hi HN — I built BidWix, a small negotiation tool for agreeing on a price without haggling.
How it works:
- The buyer enters their true maximum price (kept secret from the seller). - The seller enters their true minimum price (kept secret from the buyer). - If there is overlap, BidWix suggests a single “fair” price using the geometric mean (so the compromise is symmetric in percentage terms, not absolute currency units).
Notes:
- No signup. Email is optional. No ads. - BidWix stops at the price suggestion. It does not handle payment, contracts, escrow, or delivery. - It’s meant for cases where both sides want to make a deal, but don’t want the “you go first” dance. - I’m not a skilled negotiator myself, so I wanted a tool where negotiation skill is less of an advantage. - It seems to work especially well for intangible goods (I’m a sound designer).
If you try it, I’d value feedback on:
- Where the flow feels confusing or too wordy. - Whether the suggested price feels reasonable in real negotiations you’ve had. - Any edge cases or incentive problems you see.
Optional background (rationale + math): https://bidwix.com/articles/why-geometric-mean-feels-fair
A great day to all of you! Stéphane (the guy who built myNoise)
Comments URL: https://news.ycombinator.com/item?id=47260817
Points: 1
# Comments: 0
