frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Habit-Tracker a simple self hosted, local only, habit tracker

https://github.com/justind-dev/habit-tracker
1•jdironman•12s ago•0 comments

New haptic wearable lets you feel textures on a screen

https://newatlas.com/wearables/bandage-fingertip-wearable-feel-virtual-textures-touchscreens/
1•thunderbong•1m ago•0 comments

Set Theory with Types

https://lawrencecpaulson.github.io//2025/11/21/Typed_Set_Theory.html
1•ibobev•1m ago•0 comments

PDF-native extraction vs. vision models for document processing

https://pymupdf.io/blog/pdf-native-vs-vision-models-gemini-3
1•akaybk•1m ago•0 comments

Tech company CTO and others indicted for exporting Nvidia chips to China

https://arstechnica.com/tech-policy/2025/11/tech-company-cto-and-others-indicted-for-exporting-nv...
1•jnord•2m ago•0 comments

Real-Time AI-Powered Texas Hold'em in Python and Flask – Play in the Browser

https://github.com/EMMA019/AI_pokergame
1•tarocha1019•3m ago•0 comments

The Algorithm That Detected a $610B Fraud

https://substack.com/inbox/post/179453867
1•coloneltcb•5m ago•0 comments

California DMV approves map increase in Waymo driverless operations

https://www.dmv.ca.gov/portal/vehicle-industry-services/autonomous-vehicles/autonomous-vehicle-te...
2•NullHypothesist•7m ago•0 comments

A time-travelling door bug in Half Life 2

https://mastodon.gamedev.place/@TomF/115589875974658415
2•AshleysBrain•11m ago•0 comments

How the Atomic Tests Looked Like from Los Angeles

https://www.amusingplanet.com/2016/09/how-atomic-tests-looked-like-from-los.html
1•ohjeez•13m ago•0 comments

Vaulytica – Open-source Google Workspace security

https://vaulytica.com/
1•hireclay•14m ago•0 comments

Tools of the Year: Reekon T1M Digital Tape Measure

https://toolguyd.com/reekon-t1m-digital-tape-measure/
1•healthymomo•17m ago•0 comments

Personal blogs are back, should niche blogs be next?

https://disassociated.com/personal-blogs-back-niche-blogs-next/
2•gnabgib•19m ago•0 comments

NASA does software testing and QA (2020)

https://www.functionize.com/blog/how-nasa-does-software-testing-and-qa
1•ohjeez•20m ago•0 comments

Jeddah Tower Update 2025: 1km Tower Racing Past Burj Khalifa [video]

https://www.youtube.com/watch?v=kqKjqiM3ZP0
1•amichail•20m ago•0 comments

Using an Array of Needles to Create Solid Knitted Shapes

https://dl.acm.org/doi/10.1145/3746059.3747759
1•PaulHoule•23m ago•0 comments

Quality Requires Visual Design

https://elijahpotter.dev/articles/quality-requires-visual-design
2•chilipepperhott•23m ago•0 comments

LLM cmd, an LLM plugin to prompt and edit a shell command

https://simonwillison.net/2024/Mar/26/llm-cmd/
1•skeledrew•24m ago•0 comments

2025: The Year of 1,000 DataFusion-Based Systems

https://www.influxdata.com/blog/datafusion-2025-influxdb/
1•MrPowers•28m ago•0 comments

Borrow Checking in Nim 3.0

https://github.com/nim-lang/nimony/issues/1517
2•k__•39m ago•0 comments

Mineclonia 0.117.0

https://codeberg.org/mineclonia/mineclonia/releases/tag/0.117.0
1•dither8•41m ago•0 comments

Is Matrix Multiplication Ugly?

https://mathenchant.wordpress.com/2025/11/21/is-matrix-multiplication-ugly/
3•jamespropp•42m ago•1 comments

Cloud Run Jobs Losing Root Access – Breaking Change

https://console.cloud.google.com/security/advisorynotifications/details/organizations/67792656005...
1•tonymet•44m ago•5 comments

LAPD Helicopter Tracker with Real-Time Operating Costs

https://lapdhelicoptertracker.com/
52•polalavik•48m ago•37 comments

Tailwind for React Native with zero-runtime overhead

https://github.com/mgcrea/react-native-tailwind
1•olouv•56m ago•0 comments

Trump's Devastating Plan for Ukraine

https://www.theatlantic.com/ideas/2025/11/trump-sell-out-ukraine/684996/
12•consumer451•57m ago•6 comments

She Has Taken 30 Years to Write a 7-Part Novel About 1 Day. It's a Sensation

https://www.nytimes.com/2025/11/18/magazine/solvej-balle-calculation-of-volume.html
5•mykowebhn•58m ago•2 comments

AI Bubble – how it all ends

3•AJTSheppard•1h ago•1 comments

Iran's Capital Is Moving. The Reason Is an Ecological Catastrophe

https://www.scientificamerican.com/article/irans-capital-has-run-out-of-water-forcing-it-to-move/
3•ceejayoz•1h ago•2 comments

Epstein Geopolitics

https://www.un-diplomatic.com/p/epstein-geopolitics
8•amunozo•1h 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•6mo ago

Comments

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