frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Code reads AGENTS.md only when telemetry is on

https://blog.szypowi.cz/p/claude-code-reads-agents.md-only-when-telemetry-is-on/
211•pszypowicz•1h ago•79 comments

The GitHub wiki is an anti-pattern

https://michaelheap.com/github-wiki-is-an-antipattern/
33•ibobev•1h ago•21 comments

Jev in 25 Lines of Python

https://www.nobodywho.ai/posts/jev-in-25-lines/
373•bashbjorn•6h ago•125 comments

Z80 REPL

https://abagames.github.io/z80-repl/index.html
67•adunk•3h ago•7 comments

Samsung accidentally freezes its smart fridges with a software update

https://www.androidauthority.com/samsung-accidentally-freezes-its-smart-fridges-with-a-software-u...
73•Markoff•1h ago•47 comments

GPT-6 Sol and Luna

https://openai.com/index/introducing-gpt-6-sol-and-luna/
1635•OfficialTurkey•20h ago•787 comments

OpenAI is enlisting an influencer army to make it look 'good for the world'

https://www.businessinsider.com/inside-open-ai-influencer-marketing-strategy-chatgpt-ads-sponsors...
104•cdrnsf•1h ago•56 comments

Claude Opus 5.5

https://www.anthropic.com/claude-opus-5-5
1646•km144•21h ago•1004 comments

I Don't Want the Details

https://michaelheap.com/i-dont-want-the-details/
52•mooreds•1h ago•52 comments

QuestDB (YC S20) Is Hiring a Sales Engineer

https://questdb.com/careers/pre-sales-engineer-north-america/
1•nhourcard•2h ago

Tokens Too Cheap to Meter

https://jyn.dev/tokens-too-cheap-to-meter/
35•teoruiz•4h ago•21 comments

Transit rewards

https://waymo.com/blog/2026/09/transit-rewards/
193•raybb•11h ago•239 comments

OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005

https://www.cryptocellar.org/bgac/the-mvueh-break.html
696•sohkamyung•1d ago•410 comments

Show HN: Ive Sent It – online courier for files, with signed proof of delivery

https://ivesentit.com
11•ivesentit•1h ago•8 comments

Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived

https://foxscript.org/
396•boredjohnny•17h ago•216 comments

Two Git ignore files nobody told me about

https://mihai.dinculescu.dev/posts/two-git-ignore-files-nobody-told-me-about/
24•faithraven•2h ago•13 comments

What California is learning from solar panels built over irrigation canals

https://www.kqed.org/science/2002033/heres-what-california-is-learning-from-solar-panels-built-ov...
269•Jtsummers•1d ago•505 comments

Show HN: RxFilm Studio–Create and edit your product videos with AI agent

https://filmstudio.rxlab.app
15•zilue•1h ago•6 comments

ReBarUEFI: Resizable BAR for almost any UEFI system

https://github.com/xCuri0/ReBarUEFI
195•nateb2022•2d ago•60 comments

How did AMD Ryzen get 50% faster in two years?

https://lemire.me/blog/2026/09/18/how-did-amd-ryzen-get-50-faster-in-two-years/
401•ibobev•4d ago•166 comments

The Price of Intelligence Is Falling Rapidly

https://marginalrevolution.com/marginalrevolution/2026/09/the-price-of-intelligence-is-falling.html
11•gotmedium•56m ago•6 comments

Show HN: Jevper – the Jev interface on top of any OpenAI-compatible model

https://github.com/zhulinchng/jevper
4•czl_my•1h ago•0 comments

'We hacked the FBI:' Hackers say they have data on all FBI employees

https://www.404media.co/we-hacked-the-fbi-hackers-say-they-have-data-on-all-fbi-employees/
699•spenvo•20h ago•506 comments

Data-only attacks are easier than you think (2024)

https://www.usenix.org/publications/loginonline/data-only-attacks-are-easier-you-think
77•segfaultbuserr•10h ago•29 comments

SAML: A fractal of bad design

https://blog.trailofbits.com/2026/09/21/saml-a-fractal-of-bad-design/
289•aray07•19h ago•152 comments

WordPress: Unauthenticated path traversal leading to conditional RCE

https://github.com/WordPress/wordpress-develop/security/advisories/GHSA-7hp8-65ch-5whp
214•vntok•21h ago•112 comments

Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)

https://artificialanalysis.ai/models/claude-opus-5-5
314•theanonymousone•21h ago•99 comments

Pentagon says overreliance on AI contributed to missile strike on Iran school

https://www.bloomberg.com/graphics/2026-iran-school-attack/
757•devonnull•19h ago•380 comments

Show HN: Npunlock – Run custom C kernels for Intel NPUs

https://github.com/hsfzxjy/npunlock
49•hsfzxjy•1d ago•12 comments

Unreal Agent

https://unreallabs.ai/blog/unreal-agent/
217•trollied•19h ago•114 comments
Open in hackernews

Two Git ignore files nobody told me about

https://mihai.dinculescu.dev/posts/two-git-ignore-files-nobody-told-me-about/
23•faithraven•2h ago

Comments

DamonHD•2h ago
Ah, very good!
festive-minsky•2h ago
Thanks I had no idea about these either!
biglyburrito•48m ago
I'd never heard of .git/info/exclude, core.excludesFile, or ~/.config/git/ignore before. Thanks for posting this!
6LLvveMx2koXfwn•32m ago
This is great, and nicely written up in the context of agentic repos etc, but presumably no-one reads the official docs, right: https://git-scm.com/docs/gitignore where the multiple ways of ignoring files are clearly stated?
alexpotato•26m ago
There is a tweet doing numbers on Twitter right now which is effectively:

"Do the reading b/c you would be amazed how many people don't do the reading"

bigfishrunning•22m ago
So many people treat git commands like magic words, and then are terrified when they mess up their repo (example in this xkcd... https://xkcd.com/1597/)

Reading documentation is a superpower

faithraven•10m ago
I'd wager a small sum that git is the tool most of us learned by accident, some of them fortunate, some less so. Thankfully, this one was the former.
stephbook•13m ago
I have never seen these two files in any git repository I've cloned so far.
fortran77•8m ago
That’s because, unlike .gitignore, they are not committed.
faithraven•12m ago
Until Claude suggested .git/info/exclude, it never crossed my mind to question how ignoring worked. A search would have answered it in seconds, but you have to think to ask first. I didn't, and I suspect most people don't either. Especially with git, which nearly everyone learns by doing; very few of us ever sit down and learn it properly. That's why I wrote it up: so a few more people can learn this the way we learn everything else in git, by accident.

Now that you mention it, I should add a link to those docs in the article. Thanks!

psygn89•14m ago
This is great... one thing I wish is to be able to exclude are lines, for instance some lines in my config that only benefits the work I do. Some configs don't allow extending and that's where this would come in handy. Anyone have any tricks for that?
jo-m•7m ago
You can from the checked in config file include a local file which is not checked in (only if it exists).

For example, with direnv, the `.envrc` in my projects usually has

    source_env_if_exists .envrc.local
And the repo also ships with a `.envrc.local.example` file.
faithraven•4m ago
You might be surprised, it's sort of possible. Ask your favourite AI agent about git clean filters, and .git/info/attributes, the per-clone sibling of .git/info/exclude. The docs are here: https://git-scm.com/docs/gitattributes#_filter