frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

What Comes After Vibe Coding

https://blog.bijup.com/what-comes-after-vibe-coding
1•andreirx•1m ago•0 comments

Show HN: One-command deploys from your terminal with CreateOS CLI

https://nodeops.network/createos/docs/CLI/Overview
1•alex_creates•1m ago•0 comments

Pruner: Give AI coding agents the right context in one shot

https://github.com/heikki-laitala/pruner
1•xfiler•3m ago•0 comments

Dependency cooldowns turn you into a free-rider

https://calpaterson.com/deps.html
1•calpaterson•9m ago•0 comments

Bypass Paywalls Clean Chrome

https://gitflic.ru/project/magnolia1234/bypass-paywalls-chrome-clean
1•Cider9986•9m ago•0 comments

Multi-Agentic Software Development Is a Distributed Systems Problem

https://kirancodes.me/posts/log-distributed-llms.html
1•tie-in•10m ago•0 comments

Sam Altman: Man charged with attempting to murder OpenAI boss

https://news.sky.com/story/sam-altman-man-charged-with-attempting-to-murder-openai-boss-13531548
1•taspeotis•13m ago•0 comments

UpDown: Efficient Manycore based on Many Threading & Scalable Memory Parallelism

https://people.cs.uchicago.edu/~aachien/lssg/research/10x10/ics26-single-chip-updown.pdf
2•matt_d•14m ago•0 comments

TanStack Start Now Support React Server Components

https://tanstack.com/blog/react-server-components
2•polywock•14m ago•0 comments

How the corpse flower came to be so weird

https://www.scientificamerican.com/article/how-the-corpse-flower-evolved-its-bizarre-traits/
1•1659447091•17m ago•0 comments

HyperVenom: Using Hyper-V for Ring -1 Control from Usermode

https://gsmll.github.io/hypervenom/writeup/
1•claykettle•19m ago•0 comments

Modern Git based version control with parallel and stacked branches

https://gitbutler.com/
1•rushil_b_patel•21m ago•0 comments

Can Germany restart its nuclear power program?

https://www.politico.eu/article/germany-berlin-nuclear-is-over-the-debate-isnt/
1•leonidasrup•22m ago•0 comments

Introduction to Spherical Harmonics for Graphics Programmers

https://gpfault.net/posts/sph.html
2•nicebyte•27m ago•0 comments

Hackers Reveal Rockstar Earns over $1M a Day from GTA Online

https://kotaku.com/hackers-reveal-rockstar-earns-over-1-million-a-day-from-gta-online-2000687207
1•jmsflknr•31m ago•0 comments

Show HN: Groupr – Rust CLI that sorts files into subfolders by extension

https://github.com/TimFinnigan/groupr
1•timfinnigan•35m ago•0 comments

Show HN: Shloka Artha [Word-by-Word Meanings for Shlokas]

https://shlokartha.in/
1•init0•36m ago•0 comments

Show HN: Deflect One – command line dashboard for managing Linux servers via SSH

https://github.com/Frytskyy/deflect-one
2•whitemanv•38m ago•1 comments

Show HN: 2nnel – self-hosted ngrok with one-click framework-agnostic deployment

https://github.com/22or/2nnel
1•rogerdodgerwang•39m ago•0 comments

Need feedback on sandflare.io – AI Agent Sandboxes with

2•ajaysheoran2323•41m ago•0 comments

When Dancing Plagues Struck Medieval Europe(2019)

https://daily.jstor.org/when-dancing-plagues-struck-medieval-europe/
1•rawgabbit•43m ago•0 comments

Is It Worth Learning Unity in 2026? In the Age of AI

https://darkounity.com/blog/is-it-worth-learning-unity-in-2026
2•hacker_13•45m ago•0 comments

I Built a Open Source Portfolio and Project Website – Sean Filimon

https://seanfilimon.com
2•seanfilimon•46m ago•0 comments

Microlink: Tailscale-compatible VPN client for ESP32

https://github.com/CamM2325/microlink
1•MrBuddyCasino•52m ago•0 comments

Bear Roll – Daily roll of Bear Blog's top posts

https://bearroll.dev/
2•freediver•54m ago•0 comments

How to build an Agent

https://ampcode.com/notes/how-to-build-an-agent
2•pramodbiligiri•58m ago•2 comments

Ex150nosauce+ACV-5 review: Bouncing off the new Bottom?

https://www.exfatloss.com/p/ex150nosauceacv-5-review-bouncing
1•paulpauper•1h ago•0 comments

Math Is Still Catching Up to the Mysterious Genius of Srinivasa Ramanujan

https://www.quantamagazine.org/srinivasa-ramanujan-was-a-genius-math-is-still-catching-up-20241021/
15•paulpauper•1h ago•0 comments

Qten AI platform for social media content creator

https://www.qten.ai/
1•bandishankar•1h ago•0 comments

Spektrafilm – Open-source Film Simulation

https://github.com/andreavolpato/spektrafilm
2•mikae1•1h ago•1 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•11mo ago

Comments

uberman•11mo 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•11mo 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•11mo 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•11mo 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?