Hacker News Newest Hacker News.
Hacker News: Newest Hacker News RSS
- Real High Throughput Chemistry Through Mass Specby keepamovin on February 23, 2025 at 11:31 am
Article URL: https://www.science.org/content/blog-post/real-high-throughput-chemistry-through-mass-spec Comments URL: https://news.ycombinator.com/item?id=43148564 Points: 1 # Comments: 0
- Approaching Hard Problemsby mathgenius on February 23, 2025 at 11:28 am
Article URL: https://buttondown.com/yarntheory/archive/on-approaching-hard-problems/ Comments URL: https://news.ycombinator.com/item?id=43148557 Points: 1 # Comments: 0
- Eurekaby keepamovin on February 23, 2025 at 11:27 am
Article URL: https://www.science.org/content/blog-post/eureka Comments URL: https://news.ycombinator.com/item?id=43148548 Points: 1 # Comments: 0
- Show HN: A Privacy-First Flowchart and Mind Map Tool – 100% Local, No Trackingby SamPerson on February 23, 2025 at 11:24 am
Hi all, I built a general-purpose flowcharting & mind-mapping tool that’s fully local and private. No cloud sync, no tracking—everything stays on your device. Comments URL: https://news.ycombinator.com/item?id=43148531 Points: 1 # Comments: 0
- TikTok alternative RedNote (Xiaohongshu) fails basic security measuresby phoreverpheebs on February 23, 2025 at 11:22 am
Article URL: https://petal.blog/articles/exploiting-rednote.html Comments URL: https://news.ycombinator.com/item?id=43148521 Points: 2 # Comments: 0
- WebAuthn Support in Typageby weinzierl on February 23, 2025 at 11:19 am
Article URL: https://github.com/FiloSottile/typage/blob/push-xstnltwzumvw/README.md Comments URL: https://news.ycombinator.com/item?id=43148508 Points: 1 # Comments: 1
- Feature Rich Svelte UI Componentsby javatuts on February 23, 2025 at 11:18 am
Article URL: https://svar.dev/svelte/ Comments URL: https://news.ycombinator.com/item?id=43148507 Points: 1 # Comments: 0
- Dtsroll – A tool to generate TypeScript declaration (.d.ts) filesby javatuts on February 23, 2025 at 11:17 am
Article URL: https://github.com/privatenumber/dtsroll Comments URL: https://news.ycombinator.com/item?id=43148499 Points: 1 # Comments: 0
- AI Data Wrangling with Associative Arraysby teleforce on February 23, 2025 at 11:16 am
Article URL: https://arxiv.org/abs/2001.06731 Comments URL: https://news.ycombinator.com/item?id=43148495 Points: 1 # Comments: 1
- Something I Miss When Coding Swiftby ingve on February 23, 2025 at 11:07 am
Article URL: https://collin.blog/2025/02/22/something-i-miss-when-coding-swift/ Comments URL: https://news.ycombinator.com/item?id=43148451 Points: 1 # Comments: 0
- What I Wish I Knew as a Junior Developerby rapawel on February 23, 2025 at 11:06 am
Article URL: https://archive.fo/WlwmM Comments URL: https://news.ycombinator.com/item?id=43148444 Points: 1 # Comments: 0
- Ask HN: Brutal Feedback on Our AI Robotics Pitch Deck?by ahmedbaracat on February 23, 2025 at 11:06 am
Hey HN,We’re building AI-powered robotic arms trained via VR & computer vision to automate previously infeasible, variable, and unstructured tasks—starting with kitting and pick & pack in fulfillment centers. Our goal is to replace manual labor in warehouses while making automation more adaptable.We’re currently raising a £1M pre-seed round (closing by March) and would love brutal, no-BS feedback on our pitch deck: https://pricelessai.com/What sucks? What’s unclear? If you were an investor, what would make you pass? Any insights are hugely appreciated.Thanks! Comments URL: https://news.ycombinator.com/item?id=43148443 Points: 1 # Comments: 0
- But good sir, what is electricity?by rapawel on February 23, 2025 at 11:03 am
Article URL: https://lcamtuf.substack.com/p/but-good-sir-what-is-electricity Comments URL: https://news.ycombinator.com/item?id=43148438 Points: 2 # Comments: 0
- Kash Patel tells FBI staff to ignore Elon Musk’s email as power struggles emergeby wahnfrieden on February 23, 2025 at 11:03 am
Article URL: https://www.independent.co.uk/news/world/americas/us-politics/musk-doge-email-federal-workers-b2703006.html Comments URL: https://news.ycombinator.com/item?id=43148436 Points: 4 # Comments: 1
- Strong Towns: Housing Prices Can’t Drop Unless We Do This by Klaster_1 on February 23, 2025 at 11:01 am
Article URL: https://www.youtube.com/watch?v=4gAqY7yzk10 Comments URL: https://news.ycombinator.com/item?id=43148430 Points: 1 # Comments: 0
- Show HN: CLI util that converts TypeScript types to Swift/Kotlin typesby g0ld3nrati0 on February 23, 2025 at 10:58 am
Article URL: https://github.com/goldenratio/type-transform Comments URL: https://news.ycombinator.com/item?id=43148421 Points: 1 # Comments: 0
- Jeffrey Sachs Brings Real Politics to the EU Parliament by xbmcuser on February 23, 2025 at 10:57 am
Article URL: https://www.youtube.com/watch?v=_RNE3X41IvM Comments URL: https://news.ycombinator.com/item?id=43148416 Points: 1 # Comments: 0
- Tell HN: Five random IndieWeb blog links on your terminalby susam on February 23, 2025 at 10:55 am
Hello HN! I believe some of you might have come across this pretty interesting post about discovering IndieWeb blogs, one blog at a time: <https://news.ycombinator.com/item?id=43139953>That post is actually a link to <https://indieblog.page/>, which features an impressive list of independently maintained personal websites and blogs with RSS feeds.I was wondering, if instead of discovering one blog at a time, I could discover five blogs at once, directly from my terminal! Turns out the website has <https://indieblog.page/random> which picks a random blog and redirects you to it. It has daily feeds of N random posts too, where N = 1, 3, 5, and 10.But if, like me, you’d like to have five random blogs suggested in your terminal, here is a quick shell one-liner I’d like to share. It fetches the random blog picker page five times, cleans up the URLs a bit, and prints them on the terminal: for _ in $(seq 1 5); do curl -sSI https://indieblog.page/random | grep location | sed ‘s/location: \(.*\).utm_source=.*/\1/’; done Or if you want something to go in ~/.zshrc, ~/.bashrc, etc., then you could have a tiny shell function like this: iw5() { for _ in $(seq 1 5) do curl -sSI https://indieblog.page/random | grep location | sed ‘s/location: \(.*\).utm_source=.*/\1/’ done } Here is an example output: $ iw5 https://justinsimoni.com/colorado-trail-24-hour-backpacking-challenge-in-may-how-far-can-i-hike/ http://www.iamcal.com/2024-09/10218/ https://dracos.co.uk/wrote/advent-of-code-2024-7/ https://leancrew.com/all-this/2024/12/mind-your-plotting/ http://i.never.nu/personal-foundational-texts/ It helps me to quickly browse through a set of random suggestions on the terminal, decide which one I want to visit, right click on it, and select the “open link” option to open the link in a web browser.If you’re using this, please be considerate of the indieblog.page web server. Avoid running it too frequently to prevent putting unnecessary strain on the server. Comments URL: https://news.ycombinator.com/item?id=43148408 Points: 2 # Comments: 0
- The Goat Principleby bryanrasmussen on February 23, 2025 at 10:54 am
Article URL: https://medium.com/luminasticity/the-goat-principle-4d32462b922b Comments URL: https://news.ycombinator.com/item?id=43148402 Points: 1 # Comments: 0
- Anatomy of a boarding pass: how to detect fake flight tickets by scammersby decimalenough on February 23, 2025 at 10:53 am
Article URL: https://gyrovague.com/2025/02/23/anatomy-of-a-boarding-pass-how-to-detect-fake-flight-tickets-by-scammers/ Comments URL: https://news.ycombinator.com/item?id=43148399 Points: 1 # Comments: 0