frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The Joy of Numbered Streets

https://humantransit.org/2026/03/the-joy-of-numbered-streets-or-call-it-39th-avenue.html
1•dmit•8m ago•0 comments

Bitmoji Anthropology [video]

https://www.youtube.com/watch?v=E2I0tqgaEVo
1•broabprobe•16m ago•0 comments

Dandelion Mesh: Serverless mesh network for browsers using WebRTC

https://github.com/predatorray/dandelion-mesh
1•zetaplusae•18m ago•0 comments

I made aipack and wanted to share

https://github.com/shrug-labs/aipack
1•waffleman21•19m ago•1 comments

CLTR finds a 5x increase in scheming-related AI incidents

https://www.longtermresilience.org/reports/v5-scheming-in-the-wild_-detecting-real-world-ai-schem...
1•kuerbel•19m ago•0 comments

I did a deep dive into cursors SQLite storages, different from Claude Code

https://vibe-replay.com/blog/cursor-local-storage/
1•tuo-lei•21m ago•2 comments

Aldus PageMaker on the Apple Macintosh

https://stonetools.ghost.io/pagemaker-mac/
1•zdw•21m ago•0 comments

I got tired of dd() and built a visual PHP debugger that doesn't need Xdebug

https://ddless.com
1•jeffsynister•21m ago•1 comments

Geometric Return and Portfolio Analysis (2003)

https://www.treasury.govt.nz/publications/wp/geometric-return-and-portfolio-analysis-wp-03-28#abs...
1•tosh•24m ago•0 comments

The new AI literacy: Insights from student developers

https://cloud.google.com/blog/topics/developers-practitioners/how-uc-berkeley-students-use-ai-as-...
1•gpi•27m ago•0 comments

Avi Loeb says recent meteorites signal "Fireball Season"

https://avi-loeb.medium.com/is-the-recent-surge-in-meteor-fireballs-on-earth-related-to-3i-atlas-...
1•tbreschi•28m ago•0 comments

Will Google's TurboQuant AI Compression Demolish the AI Memory Wall?

https://www.buysellram.com/blog/will-googles-turboquant-ai-compression-finally-demolish-the-ai-me...
3•jamesbsr•28m ago•0 comments

Ask HN: Help re-finding a self hosting platform with decent SSO support

1•evolve2k•28m ago•0 comments

MacroPulse – Daily macro regime classification via REST API

https://macropulse.live
1•gaberto•33m ago•0 comments

The Future of Python: Evolution or Succession – Brett Slatkin – PyCascades 2026 [video]

https://www.youtube.com/watch?v=1gjLPVUkZnc
2•matt_d•33m ago•0 comments

How to Keep Services Running During Failures?

https://newsletter.scalablethread.com/p/how-to-keep-services-running-during
1•fagnerbrack•35m ago•0 comments

Show HN: Qwen Meetup Presentation, Function Calling Harness, 6.75% to 100%

https://autobe.dev/blog/function-calling-harness-qwen-meetup-korea/
2•samchon•37m ago•1 comments

Is SwiftUI as fast as UIKit in iOS 26?

https://blog.jacobstechtavern.com/p/swiftui-vs-uikit
3•wpm•39m ago•0 comments

Southern Journey

https://en.wikipedia.org/wiki/Southern_Journey
2•tintinnabula•40m ago•0 comments

Ask HN: Anyone using Meshtastic/LoRa for non-chat applications?

4•redgridtactical•40m ago•0 comments

I Trained an LLM on My MacBook Neo

https://taylorarndt.substack.com/p/i-trained-an-llm-on-my-macbook-neo
4•_vaporwave_•44m ago•0 comments

Costasiella Kuroshimae

https://en.wikipedia.org/wiki/Costasiella_kuroshimae
1•thunderbong•57m ago•0 comments

24/7 AI Lo-Fi Radio Station

https://airwaves.fm/
3•newtechwiz•1h ago•2 comments

TokenFence – Per-workflow budget caps and kill switch for AI agents

https://tokenfence.dev/
3•karhagba•1h ago•0 comments

H100 prices are melting *UP

https://www.latent.space/p/ainews-h100-prices-are-melting-up
6•swyx•1h ago•0 comments

The toughest new sport in Japan is street-racing office chairs

https://www.cnn.com/2026/03/27/asia/japan-office-chair-racing-intl-hnk
5•rawgabbit•1h ago•0 comments

Habitat Avatar Simulator

https://juliendorra.com/habitat/
5•niedzielski•1h ago•0 comments

Programmatic SEO is just noise based on my last 5 years experience

3•milanspeaks•1h ago•1 comments

He suddenly couldn't speak in space. NASA astronaut says his medical scare remai

https://phys.org/news/2026-03-suddenly-couldnt-space-nasa-astronaut.html
7•bookmtn•1h ago•1 comments

The AI Boom Is Missing the Secret Sauce of the 1990s

https://www.bloomberg.com/news/articles/2026-03-27/why-today-s-ai-boom-won-t-repeat-the-1990s-eco...
3•petethomas•1h ago•0 comments
Open in hackernews

Top Tips for Writing Code with AI

https://brettdidonato.substack.com/p/top-5-tips-for-writing-code-with
2•bsdpython•10mo ago

Comments

uberman•10mo ago
Solid, particularly the advice about context. I find with AI, less is better. Once you have "enough" context, adding more increases the risk of problems. The one I take exception with is the last. "You don't need to understand what the AI wrote". I feel you absolutely do need to understand what the AI wrote and if you don't you should not commit it.
bsdpython•10mo ago
Thanks. I know the last one is controversial, but the way I am starting to think about it is that we are just moving to a new layer of abstraction. I no longer understand very well how hardware works, nor do I know in detail how a browser renders a page, nor the full fine details of how many of the libraries I use work. My own AI generated code, in pockets, is starting to work in the same way. And I'm starting to become OK with that risk.
sherdil2022•10mo ago
The implementations for those abstractions are well tested (hopefully). Committing code that we don’t thoroughly test or have an understanding about is going to bite us sooner than later. They are landmines. Not abstractions.
bsdpython•10mo ago
Is it possible we hit a wikipedia moment (it being more accurate than Encyclopedias) where the quality of typical ai generated code is better than popular open source libraries?