frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Redesigned My Personal Website, Inspired by Microsoft Zune

https://www.threads.com/@deboulay.mxf/post/DdR5yEqARej
1•freedmans•40s ago•0 comments

McNamara Fallacy

https://en.wikipedia.org/wiki/McNamara_fallacy
1•piinbinary•1m ago•0 comments

Neo Emacs – Emacs from the Future

https://neomacs.org/
1•giancarlostoro•2m ago•0 comments

Steps for Writing a Speed-of-Light GEMM Kernel

https://lukehuang33.github.io/blog/b200-matmul-kernels.html
1•ibobev•3m ago•0 comments

I'm Not Happier Offline

https://sameoldstory.co/im-not-happier-offline/
1•speckx•4m ago•0 comments

Minimal graphics API built on top of latest Vulkan extensions

https://github.com/sebbbi/NoGraphicsAPI
1•ibobev•4m ago•0 comments

The Roadmap of Mathematics for Machine Learning

https://thepalindrome.org/p/the-roadmap-of-mathematics-for-machine-learning
1•ibobev•5m ago•1 comments

Math, AI, and the Navier-Stokes Equations

https://blog.computationalcomplexity.org/2026/09/math-ai-and-navier-stokes-equations.html
1•btcstudente•5m ago•0 comments

I don't know my friends' names

https://www.taiwanquest.com/i-dont-know-my-friends-names/
1•btcstudente•6m ago•0 comments

IEEE S&P'27 Call for Artifacts

https://www.ieee-security.org/TC/SP2027/cfartifacts.html
1•btcstudente•6m ago•0 comments

USB-C v3.5mm: Which one offers better audio quality?

https://www.engadget.com/2253607/usb-c-vs-3-5-mm-aux-cable-audio-quality/
1•bookofjoe•7m ago•0 comments

Can open-source AI models autonomously hack?

https://omcc.ghostsecurity.ai/
1•gregcmartin•7m ago•1 comments

Arm64e.x1: Apple's Checked Pointer Arithmetic Slice

https://blakecrosley.com/blog/arm64e-x1-checked-pointer-arithmetic
1•kccqzy•7m ago•1 comments

Standard Notes is sunsetting Listed

https://listed.to/@Listed/76799/an-update-about-listed
1•lylo•8m ago•0 comments

How We Built LangChain's Paid Media Agent

https://www.langchain.com/blog/paid-media-agent
1•eyehurtsme•9m ago•0 comments

Xcode 27

https://developer.apple.com/xcode/whats-new/
2•qainsights•10m ago•1 comments

Sally Hemings

https://en.wikipedia.org/wiki/Sally_Hemings
2•davedx•11m ago•0 comments

The Deconstruction of Mathematical Reasoning

https://artagnon.com/art/reasoning
1•artagnon•12m ago•0 comments

Apple's Always-Listening Watch Features Test Eavesdropping Laws

https://www.bloomberg.com/news/articles/2026-09-11/apple-s-always-listening-watch-ai-tool-could-p...
3•apparent•13m ago•0 comments

ImageArm: Native macOS app to batch optimize images

https://github.com/ImageArm/ImageArm
1•petecooper•14m ago•1 comments

Show HN: MCUHex – Flash and Live Monitoring for STM32 Devices over SWD

https://mcuhex.com/
1•takiyadis•14m ago•0 comments

Right to repair: Spare parts and services too expensive for Europeans

https://www.euronews.com/my-europe/2026/09/10/right-to-repair-spare-parts-and-services-price-euro...
3•jethronethro•14m ago•0 comments

Latham and Watkins buys Nvidia servers to fine-tune open weights in-house

https://dealroom.co/news/150680-latham-watkins-buys-nvidia-servers-to-fine-tune-open-weights-in-h...
1•g42gregory•15m ago•0 comments

Tropomi saw Western US forest fluorescence fade two years before aerial surveys

https://siliconcanals.com/j-2026-tropomi-utah-fluorescence-bark-beetle-two-years/
1•bryanrasmussen•16m ago•1 comments

A Flock camera hit put an innocent woman in jail [video]

https://www.youtube.com/watch?v=CkUJbJCFjN8
1•smalltorch•16m ago•0 comments

Arm is the future of desktop computing, and the writing is on the wall for x86

https://www.xda-developers.com/arm-is-the-future-of-desktop-computing-and-the-writing-is-on-the-w...
1•theanonymousone•16m ago•0 comments

NPR looked for ChatGPT's new crisis feature. It's hard to find

https://www.npr.org/2026/09/14/nx-s1-5943118/chatgpt-has-a-feature-to-help-those-in-crisis-but-wh...
2•geox•18m ago•0 comments

Gateway HTTP for Telegram

https://github.com/PedroL3m0z/Flux-Api
1•PedroL3m0z•19m ago•1 comments

Niall Ferguson: AIpocalypse Now

https://www.thefp.com/p/niall-ferguson-aipocalypse-now-china-trump-pandemic-financial-collapse
1•mikhael•19m ago•0 comments

Why is it so hard to believe that the AI worries are genuine?

1•meep_meep_meep•19m ago•4 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?