Hacker News
Local, reviewable repo memory for coding agents
Article URL: https://github.com/aictx/memory
Comments URL: https://news.ycombinator.com/item?id=48163613
Points: 2
# Comments: 0
Microsoft starts canceling Claude Code licenses
Article URL: https://www.techbuzz.ai/articles/microsoft-starts-canceling-claude-code-licenses
Comments URL: https://news.ycombinator.com/item?id=48163610
Points: 1
# Comments: 0
Show HN: Got ghosted by tech companies so I built a tool to track ghost jobs
Last year I was looking for a new role. I sent out applications, did the prep, waited. What came back was mostly nothing. Not rejection emails, just silence. The job listings I'd applied to stayed live for weeks. Some for months.
As a software engineer, I decided to dig into it properly. I built a system to continuously track job postings across companies, logging posting dates and measuring how long roles stay open before closing or don't. After 35,000+ listings across 200+ companies, some patterns are hard to ignore. Some listings have been open for 700+ days at companies you'd recognize. Others post 90% of their open roles within a single month, a signal that's harder to fake than a press release.
I published two initial insight pages based on this work: - Which companies are posting most aggressively right now - Job listings that have been open for over a year
What I didn't expect is that the same signals useful for detecting ghost jobs also say something broader about a company's hiring momentum, recruiting intensity, pipeline health, where talent bottlenecks might exist. I'm not sure yet where this leads, but I'll keep expanding the dataset and publishing more insights as I go.
Would genuinely love feedback on the methodology, interpretation, or obvious blind spots in the data.
Comments URL: https://news.ycombinator.com/item?id=48163604
Points: 2
# Comments: 0
Breaking the code: Multi-level learning in the Eurovision Song Contest
Article URL: https://royalsocietypublishing.org/rsos/article/13/4/251727/481541/Breaking-the-code-Multi-level-learning-in-the
Comments URL: https://news.ycombinator.com/item?id=48163248
Points: 1
# Comments: 0
Linux devs are fighting the new age-gated internet
Article URL: https://www.theverge.com/tech/930573/age-verification-bills-linux-open-source
Comments URL: https://news.ycombinator.com/item?id=48163241
Points: 1
# Comments: 0
Stoic AgentOS – Open-source operating system for AI agent fleets
Article URL: https://github.com/benjaminkernbaum-ux/stoic-agentos
Comments URL: https://news.ycombinator.com/item?id=48163202
Points: 1
# Comments: 0
Show HN: Mpvc, minimal music player for controling mpv from the shell
mpvc has been my daily music player since COVID years, I started getting involved and forked lwillets/mpvc around 2022, as the uses of mpvc have evolved I've tried group specific functionalities under its own separate tools, so for example now there is: mpvc for the CLI, mpvc-tui for a minimal text user interface (TUI), mpvc-web for a web-based interface, and mpvc-fzf for fzf integration for searching and playing music from online streaming services, among others.
PS: The project has appeared before in Show HN, in 2022, and a year later, since the project has continued, and the Show HN was useful in raising discussion and providing feedback, I'm posting it again.
Comments URL: https://news.ycombinator.com/item?id=48163197
Points: 1
# Comments: 0
Swatch Royal Pop: A Grotesque Spectacle of the Absurd
Article URL: https://www.wespiser.com/posts/2026-05-16-spectacle-absurd.html
Comments URL: https://news.ycombinator.com/item?id=48163186
Points: 1
# Comments: 0
Kelvin versioning
Article URL: https://wiki.xxiivv.com/site/kelvin_versioning.html
Comments URL: https://news.ycombinator.com/item?id=48163113
Points: 1
# Comments: 1
A multiplicity of tomorrows: Imagining 299 climate intervention futures
Article URL: https://www.sciencedirect.com/science/article/pii/S1462901126000626
Comments URL: https://news.ycombinator.com/item?id=48163088
Points: 1
# Comments: 0
American Keiretsu: A World of Increasing Interconnectivity (2025)
Article URL: https://www.lom.com/american-keiretsu-a-world-of-increasing-interconnectivity/
Comments URL: https://news.ycombinator.com/item?id=48163084
Points: 1
# Comments: 0
A Pragmatic Beginner's Guide to Introducing AI to Your Engineering Workflow
Article URL: https://jeffammons.com/2026/05/05/a-pragmatic-beginners-guide-to-introducing-ai-to-your-engineering-workflow/
Comments URL: https://news.ycombinator.com/item?id=48163083
Points: 1
# Comments: 0
Interpolatable Archives
Article URL: https://goodinternet.substack.com/p/on-interpolatable-archives-clean
Comments URL: https://news.ycombinator.com/item?id=48163070
Points: 1
# Comments: 1
Show HN: I built a screen recorder that captures console logs, requests and more
Article URL: https://userplane.io/
Comments URL: https://news.ycombinator.com/item?id=48163059
Points: 1
# Comments: 0
America is experiencing a productivity miracle
Article URL: https://www.economist.com/finance-and-economics/2026/05/11/america-is-experiencing-a-productivity-miracle
Comments URL: https://news.ycombinator.com/item?id=48163058
Points: 2
# Comments: 1
Collective climate geoengineering futures through technology foresight exercise
Article URL: https://www.sciencedirect.com/science/article/pii/S2214629625004104
Comments URL: https://news.ycombinator.com/item?id=48163051
Points: 1
# Comments: 0
Prometheus and Christ
Article URL: https://hommepresse.substack.com/p/prometheus-and-christ
Comments URL: https://news.ycombinator.com/item?id=48163043
Points: 1
# Comments: 0
Show HN: Aggregating votes from US Congress representatives
tl;dr I was having a hard time researching votes for my representatives in Congress and decided to build a tool that aggregated the data into a view that was easy for me to parse.
With midterms coming up, I am trying to do my due diligence of researching my representatives in Congress to see whether their votes aligned with their public statements.
https://www.congress.gov actually has a list of all the votes if you search by congressperson. It was difficult for me to parse each individual vote out of the UI though due to all the unfilterable noise. In my opinion, the layout isn't really the best either. There are other aggregators out there like govtrack.us but none that I found which had a comprehensive list of every vote.
Luckily, I discovered that congress.gov makes the voting data readily available via an API. Unfortunately, it's only available for members in the House of Representatives. I had to use an alternate library for the Senate. Once I had all the data together, I was able to mangle it into a shape that made it much easier for me to parse through.
In order to make it easier to compare votes with my own views, I also made a "Vote Match" feature. This feature randomly displays various bills which lets me flip through them and think about how I would vote on them whenever I have a spare moment. Then, I can scroll through my representatives' pages and do a line by line comparison. Where we differ, I can further research to figure out reasons why my representative might have voted differently. I figured the tool would be useful to other US voters too so decided to make it public.
I also tried my best to make it as privacy oriented as possible. All pages are statically generated and the "Vote Match" feature saves everything in your browser's local storage. The address form is just a convenience feature that redirects to https://geocoding.geo.census.gov. However, I've included manual steps on how to find your district too.
Data shows that voting turn out is usually lower during a midterm election so I also tried to bake in a fun, easy way to share and encourage people in your life to vote. My inspiration here was Wordle's result sharing after you do the daily solve. There's a button on each representative's page that generates an image card of your vote match percentage that you can copy and share.
Any feedback is very much welcome. I'll also take any other tips and tricks you might have for researching to become a more informed voter.
Comments URL: https://news.ycombinator.com/item?id=48163042
Points: 1
# Comments: 0
If you can't get a job today, it's your fault
Article URL: https://auren.substack.com/p/if-you-cant-get-a-job-today-its-your
Comments URL: https://news.ycombinator.com/item?id=48163040
Points: 2
# Comments: 2
The progress against pancreatic cancer
Article URL: https://www.worksinprogress.news/p/pancreatic-cancer-just-met-its-match
Comments URL: https://news.ycombinator.com/item?id=48163025
Points: 1
# Comments: 0
