Hacker News
SBoM – Not So Static After All
Article URL: https://worklifenotes.com/2025/05/06/sbom-not-so-static-after-all/
Comments URL: https://news.ycombinator.com/item?id=43911047
Points: 1
# Comments: 0
JavaScript-TTS-Wrapper – A Node and CommonJS TTS Wrapper
Article URL: https://github.com/willwade/js-tts-wrapper
Comments URL: https://news.ycombinator.com/item?id=43911039
Points: 1
# Comments: 1
O1A Visa Approved as a Startup Founder – No Expensive Lawyer Needed
Article URL: https://flutridge.gumroad.com/l/o1-digital-marketplace
Comments URL: https://news.ycombinator.com/item?id=43911031
Points: 3
# Comments: 1
End of ten – Linux instead of win 11
Article URL: https://endof10.org/
Comments URL: https://news.ycombinator.com/item?id=43911018
Points: 4
# Comments: 0
Instruments of Empire
Article URL: https://newleftreview.org/issues/ii152/articles/ed-mcnally-instruments-of-empire
Comments URL: https://news.ycombinator.com/item?id=43910999
Points: 1
# Comments: 0
Gender characteristics of service robots can influence customer decisions
Killing Memories: Anatomy of a Transpacific Cyber Campaign
Article URL: https://www.nybooks.com/articles/2025/05/15/killing-memories-soft-burial-fang-fang/
Comments URL: https://news.ycombinator.com/item?id=43910955
Points: 2
# Comments: 1
Tired of launching into silence? I built a zero-friction feedback tool
Every time I shipped an MVP, I’d get nothing. No feedback, no clue what was working or broken. Forms were too long, analytics were vague.
So I built Formless Feedback: • 1-line script on your site • Lets users instantly leave feedback • No forms, no login
It’s like having a feedback inbox built into your product. Launched it solo last week — here’s the live version: https://formlessfeedback.com
Would love to hear your thoughts.
Comments URL: https://news.ycombinator.com/item?id=43910943
Points: 1
# Comments: 1
2024 YR4
Article URL: https://en.wikipedia.org/wiki/2024_YR4
Comments URL: https://news.ycombinator.com/item?id=43910901
Points: 2
# Comments: 1
U.S. Orders Intelligence Agencies to Step Up Spying on Greenland
Article URL: https://www.wsj.com/world/greenland-spying-us-intelligence-809c4ef2
Comments URL: https://news.ycombinator.com/item?id=43910874
Points: 2
# Comments: 1
Netpump Data – 12× faster data transfer on Azure and on-prem
Ask HN: Can you exclude ~/Library except for your iCloud Drive in macOS backups?
There seems to be no easy way to do this.
Comments URL: https://news.ycombinator.com/item?id=43910856
Points: 1
# Comments: 0
Towards React Server Components in Clojure, Part 1
Article URL: https://romanliutikov.com/blog/towards-react-server-components-in-clojure-part-1
Comments URL: https://news.ycombinator.com/item?id=43910853
Points: 2
# Comments: 0
How to Get Your Paper Accepted
Article URL: https://maxwellforbes.com/posts/how-to-get-a-paper-accepted/
Comments URL: https://news.ycombinator.com/item?id=43910841
Points: 1
# Comments: 0
OpenAI Abandons Planned For-Profit Conversion
Article URL: https://www.wsj.com/tech/ai/openai-to-become-public-benefit-corporation-9e7896e0
Comments URL: https://news.ycombinator.com/item?id=43910839
Points: 1
# Comments: 0
Source Code for Perfect Sound on the Amiga
Article URL: https://github.com/twiddlingbits/anthonys-early-code/tree/main/amiga/perfect-sound
Comments URL: https://news.ycombinator.com/item?id=43910818
Points: 1
# Comments: 1
Show HN: I Parametrized AI Prompts
Hey folks.
A couple of weeks ago, I realized that the prompts I use often repeat, with only a few changes for different problems.
That’s when I noticed I wasn’t keeping my AI prompts in one place. I was using Google Docs, Notion, Apple Notes to store prompts, and I often couldn’t remember where I saved which prompt.
So I created PrmptVault, a central place to store and access your prompts.
With PrmptVault you can: - Create parameterized AI prompts (dynamic variables in prompts) - Store all your prompts in one place - Share prompts using expiring links or within teams - Collaborate on prompt editing - Access popular AI tools (ChatGPT, Claude, Perplexity) with one click Branko.
Comments URL: https://news.ycombinator.com/item?id=43910816
Points: 1
# Comments: 0
FTC bans hidden fees for live events and short-term rentals, effective May 12
Article URL: https://techcrunch.com/2025/05/05/ftc-bans-hidden-fees-for-live-events-and-short-term-rentals-effective-may-12/
Comments URL: https://news.ycombinator.com/item?id=43910794
Points: 2
# Comments: 2
Gaza will be destroyed, Israeli minister says
Article URL: https://www.theguardian.com/world/2025/may/06/hamas-israel-hunger-war-in-gaza
Comments URL: https://news.ycombinator.com/item?id=43910786
Points: 8
# Comments: 4
Show HN: Aude – I built this because I hate bothering other engineers in my team
Hi HN! I’m Dan, and I just built this tool called Aude an AI-powered assistant built specifically to help engineers quickly navigate and understand large, complex codebases (all within Jira). It's now live on the Atlassian Marketplace and free for you to try.
-------------
Why I built this:
The reason I built this was because everywhere I worked, SWE spent significant time navigating and understanding complex codebases and it always slowed down feature deployment. What normally happened was:
1. Assigned a ticket.
2. Reach out to an SME (sometimes took days).
3. Write code and reach back out to SME to review PR (Lots of back and forth).
4. Push code.
-------------
How it works:
1. Connects directly to your GitHub/GitLab/Bitbucket via Jira as an app extension. We’re looking at expanding to Linear and DevOps but started with Jira as that seemed the most popular and had the most problems for legacy orgs.
2. Finds relevant code files based on your current ticket (Title, Description, Comments…etc).
3. Provides insights (Relevant Files, suggested implementation, testing scenarios) and recommendations based on your codebase (Monorepo or microservices, works for all).
-------------
How it's different:
Unlike general purpose tools (Co-pilot, Chatgpt…etc), we built Aude with enterprise security in mind. We’re not looking to generate code for the developer, rather, augment the experience by reducing time in the discovery phase.
- Isolated cloud
- On-prem deployment
-------------
Try it out (no signup required): We’re live on the Atlassian Marketplace and free to install and try immediately: https://marketplace.atlassian.com/apps/1237445?tab=overview&...
-------------
The ask:
I'm keen to hear your experiences as devleopers, suggestions on the product, or any questions you have.
Cheers, Daniel Daniel@aude.app | Aude.app
Comments URL: https://news.ycombinator.com/item?id=43910773
Points: 1
# Comments: 0