frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Tecnetron: Competitor to the Transistor? (1958)

https://www.rfcafe.com/references/radio-electronics/tecnetron-competitor-transistor-may-1958-radi...
1•peter_d_sherman•16s ago•0 comments

OpenHistory – Open-source, local automatic work tracking for Mac

https://openhistory.sh/
2•ztratar•1m ago•1 comments

Cop Explains Why He Used License Plate Reader to Stalk Woman

https://www.404media.co/i-saw-a-shiny-thing-cop-explains-why-he-used-license-plate-reader-to-stal...
2•cdrnsf•2m ago•0 comments

Meme.Center – Meme merch and internet T-shirts

https://shop.meme.center
1•PostTrack•3m ago•0 comments

Cursor increases usage limits and auto mode costs

https://www.reddit.com/r/cursor/comments/1vsqshp/anyone_got_this_email/
1•mellosouls•3m ago•0 comments

3D-printing enthusiast creates 'Flock Sock' to blind controversial cameras

https://www.tomshardware.com/3d-printing/3d-printing-enthusiast-creates-flock-sock-camera-blind-s...
1•Bluestein•4m ago•0 comments

What If Maintainer Burnout Isn't Burnout

https://ryancheley.com/2026/08/17/what-if-maintainer-burnout-isn-t-burnout/
2•speckx•5m ago•0 comments

Google replaced Git tags for certain source code with obtaining via Google Drive

https://grapheneos.social/@GrapheneOS/117057099753905023
1•Animux•5m ago•0 comments

A revisit of remote Spectre attacks on Cloudflare Workers

https://blog.cloudflare.com/revisiting-spectre-attacks-on-workers/
1•albertpedersen•7m ago•1 comments

Employers are ghosting college grads and rescinding offers

https://www.sfgate.com/bayarea/article/employers-ghosting-college-grads-22393277.php
9•bryan0•10m ago•1 comments

The Mark of the Machine

https://www.newyorker.com/culture/infinite-scroll/the-mark-of-the-machine
1•samizdis•11m ago•0 comments

Opus 5.0 drives incoherence into the stratosphere

https://github.com/anthropics/claude-code/issues/77136
1•Bluestein•13m ago•0 comments

People Are Cutting Down Flock Cameras En Masse

https://margaretkilljoy.substack.com/p/people-really-are-cutting-down-flock
9•cdrnsf•14m ago•0 comments

Stripe Agrees to Acquire OpenRouter

https://stripe.com/en-at/newsroom/news/stripe-agrees-to-acquire-openrouter
2•tosh•15m ago•1 comments

New zero-knowledge cryptography SaaS coming soon

https://www.patreon.com/cw/evalocker
1•chipergdc•15m ago•0 comments

Meta ran ads for an app promising to nudify female politicians

https://arstechnica.com/ai/2026/08/meta-ran-ads-for-an-app-promising-to-nudify-female-politicians/
1•madihaa•16m ago•0 comments

Show HN: HRAG – Hybrid RAG on €116/month of Hetzner, officially benchmarked

https://hrag.app/
1•victor_edka•17m ago•0 comments

Show HN: Wholly.to helps you send people money with no/low fees

https://wholly.to/
1•8by3•17m ago•0 comments

The 6-Stage AI Infra Journey: Navigating the Three FinOps and Hardware Crises

https://acefleet.dev/blog/the-6-stage-ai-infrastructure-journey
1•flyingfishisme•17m ago•0 comments

Moderna shares surge as melanoma vaccine with Merck succeeds in large trial

https://www.cnn.com/2026/08/19/health/moderna-merck-mrna-melanoma-vaccine
4•jamarna•17m ago•0 comments

Data breach at shipping giant Ceva Logistics

https://techcrunch.com/2026/08/10/a-data-breach-at-shipping-giant-ceva-logistics-is-rippling-acro...
2•awalGarg•19m ago•1 comments

How Claude's Watermark Works

https://instavm.io/blog/how-claudes-watermark-works
1•mkagenius•19m ago•0 comments

OpenRouter Is Joining Stripe

https://openrouter.ai/blog/announcements/openrouter-is-joining-stripe/
2•rvz•20m ago•0 comments

$Tripe, the Singualrity Has Begun

https://www.axios.com/2026/08/19/stripe-payments-openrouter-singularity
1•Taikhoom10•22m ago•0 comments

Mana Hempcrete Walls

https://tasteofselfsufficiency.co.uk/2026/08/17/mana-hempcrete-walls/
1•speckx•24m ago•0 comments

Expired credit cards revived by researchers to make unauthorized payments

https://www.theregister.com/security/2026/08/18/expired-credit-cards-revived-by-researchers-to-ma...
3•joebuckwilliams•24m ago•0 comments

Show HN: Virtual Panoramas of the Cambrian

https://flyingspringrol.github.io/BloomEducation/palezoic/
1•aronowb14•26m ago•0 comments

The Intrinsic Valuation of Biodiversity Loss [pdf]

https://static1.squarespace.com/static/5b4b997eda02bc592b5131cd/t/6a6d97b71fab6c1175baf018/178556...
1•marojejian•26m ago•1 comments

Stripe Agrees to Acquire OpenRouter

https://stripe.com/newsroom/news/stripe-agrees-to-acquire-openrouter
6•mmcclure•27m ago•1 comments

The Open Source Maintenance Fee for Polly

https://thepollyproject.org/2026/07/14/polly-osmf-announcement.html
2•ngetchell•27m 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?