frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Runner-agnostic typed test fixtures inspired by Playwright

https://www.npmjs.com/package/fixtures-ts
1•mrded•1m ago•0 comments

The Prince and the Widow and the Stone Soup

https://medium.com/luminasticity/the-prince-and-the-widow-and-the-stone-soup-ce592053d88d
1•bryanrasmussen•2m ago•0 comments

Something Bigger Than AI Is Happening – By Shae O

https://shaeomonijo.substack.com/p/something-bigger-than-ai-is-happening
1•rbanffy•5m ago•0 comments

Show HN: Sourced – Grep any PyPI/NPM package's source code via MCP

https://github.com/RyanCodrai/sourced
1•justsomeguy1996•8m ago•1 comments

Ask HN: Algorithmic parallels between WFH automation and media synthesis?

1•aegis-bot•8m ago•0 comments

Seagull: Real-time translated subtitles for all computer audio

https://getseagull.com
1•saintcya•10m ago•0 comments

Show HN: AI video is having its "ChatGPT moment" – I built Veemo.ai

https://veemo.ai
1•kelly99•10m ago•1 comments

Show HN: Slate Notes and Todos

https://slate.andrewmitchell.com.au/
1•andrewmi•13m ago•1 comments

Show HN: PageBolt – Screenshot, PDF, narrated video recording API with MCP

https://pagebolt.dev
1•fbrooksssss•16m ago•0 comments

Show HN: Bt – Plan-first AI coding commands for OpenCode

2•ekadet•18m ago•1 comments

SETI@home: Data Acquisition and Front-End Processing

https://iopscience.iop.org/article/10.3847/1538-3881/ade5a7
2•tosh•21m ago•0 comments

Tehching Hsieh, Linda Montano

https://www.artforum.com/events/tehching-hsieh-linda-montano-224861/
1•thunderbong•21m ago•0 comments

QRTape – Audio Playback from Paper Tape with Computer Vision

http://www.theresistornetwork.com/2021/03/qrtape-audio-playback-from-paper-tape.html
2•austinallegro•22m ago•1 comments

Hacker News.love – 22 projects Hacker News didn't love

https://hackernews.love/
1•ohong•22m ago•1 comments

AI development tools shouldn't be faster horses

https://bayinformationsystems.substack.com/p/the-problem-with-faster-horses
1•anax32•26m ago•0 comments

Regular Building Maintenance

1•Servicecare•26m ago•0 comments

CLI to estimate Cloudflare bill before it surprises you

https://github.com/michaloo/flareclerk
2•michaloo•27m ago•1 comments

Hetzner Prices increase 30-40%

https://docs.hetzner.com/de/general/infrastructure-and-availability/price-adjustment/
17•williausrohr•27m ago•8 comments

Show HN: MCP tools for AI-driven E2E testing across 10 platforms

https://github.com/ai-dashboad/flutter-skill
1•charlie-w•34m ago•0 comments

How Nick Land Became Silicon Valley's Favorite Doomsayer

https://www.newyorker.com/culture/the-lede/silicon-valleys-favorite-doomsaying-philosopher
1•rbanffy•35m ago•0 comments

The Zen of DevOps

https://www.zenofdevops.org/
1•TBNL•35m ago•0 comments

Become the Main Character of Your Life Before It's Too Late

https://doingtheimpossible.substack.com/p/become-the-main-character-of-your
1•davidgoudet•35m ago•0 comments

Motia: A framework and language agnostic back end

https://www.motia.dev/
1•MaxMonteil•37m ago•0 comments

What I Learned After Building 3 TV Apps Coming from Mobile

https://dinkomarinac.dev/blog/what-i-learned-after-building-3-tv-apps-coming-from-mobile/
2•dinko7•37m ago•0 comments

Show HN: Implementing ping from the Ethernet layer (ARP,IPv4,ICMP in user space)

https://github.com/v420v/ping
1•ibuki256•38m ago•1 comments

What's good career for long run now? back end-dev – AI dev – DevOps

1•triggered_code•40m ago•1 comments

Show HN: I built a tool that generates and deploys websites in ~24h

https://www.promptpageai.com/
1•Tippel•48m ago•2 comments

Agents evolving in a SIM, who becomes the top dog and what are they fighting for

https://github.com/NetMindAI-Open/NexusAgent
1•Demi369•50m ago•1 comments

Corita Kent challenged the church and the art world with her creations

https://designexplained.substack.com/p/corita-kent-learning-by-heart
1•kaizenb•52m ago•0 comments

Turn your MacBook's Notch into a file sharing portal

https://www.filenotch.com/
2•EmuSad•56m 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•9mo ago

Comments

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