frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ballot Chaos: South Korea's Election Hit by Unprecedented Paper Shortage [video]

https://www.youtube.com/watch?v=bIWFzzh8fqg
1•hoony_han•17s ago•0 comments

The skeptic's guide to humanoid robots going viral on the Internet

https://arstechnica.com/ai/2026/06/the-skeptics-guide-to-humanoid-robots-going-viral-on-the-inter...
1•Brajeshwar•21s ago•0 comments

Musk and SpaceX plan to build a Dyson Sphere

https://www.youtube.com/watch?v=2aTfE_UM7sU
1•tcp_handshaker•54s ago•0 comments

The Token at the Seam – Learning in Robotics

https://atomsfrontier.substack.com/p/the-token-at-the-seam
1•jpatel3•55s ago•0 comments

Obsidian Vault Can Now Run SQL (and Your Agent Can Read It)

https://motherduck.com/blog/obsidian-vault-duckdb-ai-agents/
1•articsputnik•1m ago•0 comments

What It's Like to IPO

https://staysaasy.com/startups/2026/06/04/what-its-like-to-ipo.html
1•wapasta•2m ago•0 comments

The Supernova That Sparked the Original Scientific Revolution

https://nautil.us/the-supernova-that-sparked-the-original-scientific-revolution-1281459
1•the-mitr•3m ago•0 comments

Floor, Ceiling, Bracket (2021)

https://www.johndcook.com/blog/2021/04/15/floor-ceiling-bracket/
1•tosh•3m ago•0 comments

An equal and habitable world is possible: academics set out vision for survival

https://www.theguardian.com/environment/2026/jun/04/world-inequality-lab-equality-academics-plane...
1•robtherobber•5m ago•0 comments

Sticky corn confounded western science

https://signoregalilei.com/2026/05/03/how-sticky-corn-confounded-western-science/
1•surprisetalk•5m ago•0 comments

I open-sourced my UFC prediction model, code, and database after 5 years of work

https://mcinerney.ai/writings/i-open-sourced-my-ufc-prediction-model-weights-and-database/
1•DanMcInerney•5m ago•0 comments

How do banks create money, and why can other firms not do the same?

https://www.sciencedirect.com/science/article/pii/S1057521914001434
1•ibobev•6m ago•0 comments

A Server Called Mercury

https://kennethreitz.org/essays/2026-06-05-a_server_called_mercury
1•speckx•9m ago•0 comments

Ask HN: Why isn't AI image generation closely linked with graphics code gen?

1•amichail•10m ago•1 comments

C++ STL Container Complexities Quick Reference

https://alyssaq.github.io/stl-complexities/
1•BruceEel•11m ago•0 comments

Controlled smoking and ventilation of methamphetamine in a car

https://www.sciencedirect.com/science/article/pii/S2468170925000852
1•PaulHoule•11m ago•0 comments

The Heavy Boots Story [video]

https://www.youtube.com/watch?v=QTbUqa0LUkI
1•ColinWright•13m ago•0 comments

Llms.txt directory – Find llms.txt files across the web

https://llmstxt.site/
1•jermaustin1•13m ago•0 comments

All-in-One Marketing Dashboard

1•John_Ologunebi•13m ago•0 comments

Show HN: Netlora diagnose bufferbloat and why fast internet feels slow

https://getnetlora.com/
1•arashfratto•15m ago•0 comments

Vibe Coding Is Dangerous, Agentic Engineering Isn't

https://motherduck.com/blog/vibe-coding-dangerous-agentic-engineering-wes-mckinney/
2•zazuke•16m ago•0 comments

Protecting Against Token Theft

https://vercel.com/blog/protecting-against-token-theft
1•gmays•17m ago•0 comments

Ask HN: Any philosophical books that discuss Consciousness related with LLMs era

1•cx42net•17m ago•0 comments

Google is letting social media stars customize their search result page

https://www.theverge.com/tech/943233/google-search-profiles-custom-page
1•bookofjoe•17m ago•0 comments

macOS 27 Wishlist: What Do You Want from Apple at WWDC 2026?

https://www.macrumors.com/2026/06/04/macos-27-wwdc-2026-wishlist/
2•peterspath•18m ago•3 comments

I love Jellyfin but it has flaws. Let's talk about them

https://gardinerbryant.com/jellyfin-has-flaws-lets-talk-about-them/
1•speckx•18m ago•0 comments

Six Thinking Hats Technique: A Complete Practical Guide

https://www.designorate.com/the-six-hats-of-critical-thinking-and-how-to-use-them/
2•surprisetalk•20m ago•1 comments

Good Marketer, Bad Marketer

https://kiyototamura.tumblr.com/post/130937953602/good-marketer-bad-marketer
1•tosh•20m ago•0 comments

World Cup isn't 104 Taylor Swift concerts

https://www.marginpoints.com/essays/world-cup-isn-t-104-taylor-swift-concerts
2•historian1066•22m ago•0 comments

GitHub Data Archive via MCP

https://github.com/powerset-co/research-data
3•patrickdevivo•23m 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•1y ago

Comments

uberman•1y 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•1y 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•1y 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•1y 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?