frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: RemindLink – reminders for bookmarks you forgot to revisit

https://remindlink.app/
1•rshshetty•3m ago•0 comments

Show HN: Open-source, lightweight (300KB+) web and YouTube translator

https://chromewebstore.google.com/detail/mira-translator/hmmllfdmkbmmfffjekhmmbhhfhhnocmn
1•DavidBai•3m ago•0 comments

Show HN: Publish directly to handwritten.blog from your reMarkable

https://handwritten.blog/remarkable
1•emilesilvis•4m ago•0 comments

BanProof AI

https://banproof.io/
1•Pratham3690•6m ago•0 comments

Gitizens - A Git-native civilization loop

https://github.com/ordinary9843/gitizens
1•frozenseven•7m ago•0 comments

Free LLM API – every free model behind one key

https://freellmapi.co/
3•ankitg12•9m ago•0 comments

We made electricity from water – and it's easy [video]

https://www.youtube.com/watch?v=v7hmzvGE9dA
1•ot•12m ago•0 comments

Alternative to Internet Archive

3•earworms•19m ago•0 comments

Debian has begun voting on the future of AI/LLM contributions

https://lists.debian.org/debian-devel-announce/2026/08/msg00002.html
2•matheusmoreira•22m ago•0 comments

The Ad Tech Industry Is a Mess, and DecryptAds Aims to Do Something About It

https://decryptads.com/blog/posts/ad-tech-transparency-launch.html
2•classified•31m ago•0 comments

Who's Tracking You? Use DecryptAds to Find Out

https://krebsonsecurity.com/2026/08/whos-tracking-you-use-this-new-service-to-find-out/
2•classified•32m ago•0 comments

Finding a time for a group meeting shouldn't require 20 messages

https://syncerapp.vercel.app/
2•leo_proger•32m ago•0 comments

Buying a single character domain – and 3 character FQDN – for £15

https://shkspr.mobi/blog/2020/08/buying-a-single-character-domain-and-3-character-fqdn-for-15/
4•n_plus_1_acc•36m ago•0 comments

Wayland, Pipewire, Open Source Slowly Closing?

2•earworms•37m ago•0 comments

For the love of god, stop using CPU limits on Kubernetes

https://home.robusta.dev/blog/stop-using-cpu-limits
2•inigyou•39m ago•0 comments

External Index Over Parquet for Fast Point Queries

https://engineering.atspotify.com/2026/7/indexing-the-data-lake-for-online-point-queries
1•djdillon•43m ago•0 comments

It's the SUV tyranny: where have all the normal family cars gone?

https://www.theguardian.com/commentisfree/2026/aug/15/suv-normal-family-cars-roads-supersized-con...
1•mellosouls•47m ago•0 comments

Show HN: AI First Virtual Linux Desktop as a Mac App

https://aifcc.franzai.com/
1•franze•48m ago•0 comments

Listen to my free techno songs you freeloading tech hobo's

https://soundcloud.com/user-111956257
2•minimaxa•53m ago•1 comments

Jobs to Be Done

https://stratnotes.substack.com/p/jobs-to-be-done
3•swastikanayak•54m ago•0 comments

N8N in Production: Lead Qualification That Works

https://trpevski.com/blog/n8n-in-production-lead-qualification-that-works/
1•dzugumot•56m ago•0 comments

Computing Graph Dominators

https://neugierig.org/software/blog/2026/08/dominators.html
1•fanf2•1h ago•0 comments

Show HN: UltimateXO – Open-Source Ultimate Tic-Tac-Toe Web Game

https://ultimatexo.com/
2•mekky16•1h ago•0 comments

People with Stronger Psychopathic Traits Carry Certain Gut Bacteria

https://www.rathbiotaclan.com/study-reveals-microbes-in-your-gut-and-mouth-may-track-psychopathic...
1•Akasci•1h ago•0 comments

Secondhand UK and Irish booksellers suspect AI firms behind strange bulk orders

https://www.theguardian.com/technology/2026/aug/15/uk-ireland-booksellers-suspect-ai-companies-bu...
2•mellosouls•1h ago•0 comments

DX12.0 and Vulkan 1.0 were designed for ~15 year old GPUs

https://twitter.com/SebAaltonen/status/2087870023557697856
1•ksec•1h ago•0 comments

One of the Most Important Policy Decisions of Our Lifetime

https://www.nytimes.com/2026/08/14/opinion/ai-policy-tax-technology.html
3•reasonableklout•1h ago•0 comments

Show HN: HN Without AI Stories

https://hnnoai.readpipe.org/
6•zorked•1h ago•1 comments

manim: Framework for Creating Mathematical Animations

https://github.com/manimCommunity/manim
1•pykello•1h ago•0 comments

Coreboot Overclocking Arrives on MSI's Z690 and Z790

https://hwbusters.com/news/coreboot-overclocking-arrives-on-msis-z690-and-z790-experimental-and-u...
2•pietrushnic•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•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?