frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: WebAudio Data-Driven audio engine

https://github.com/mikezaby/blibliki
2•mikezaby•2m ago•0 comments

LLMs Cheat: Modifying Tests and Overloading Operators

https://www.enbao.me/posts/paper-reading-11
1•enbao•3m ago•0 comments

Noah, the Flood, Advertisements

1•van_lizard•3m ago•0 comments

CHIP8 – writing emulator, assembler, example game and VHDL hardware impl

http://blog.dominikrudnik.pl/chip8-emulator-assembler-game-vhdl
1•qikcik•6m ago•0 comments

Show HN: Peer-to-Peer Messaging

https://github.com/buyukakyuz/parlance
1•mesQuery•7m ago•0 comments

Writing simplest HTTP server and blog in C and Lua

http://blog.dominikrudnik.pl/writing-http-server-and-blog-in-c-and-lua
1•qikcik•8m ago•0 comments

Major compute price reduction on Neon

https://neon.com/blog/major-compute-price-reduction-on-neon
1•janpio•10m ago•0 comments

Ask HN: What does "competitive equity" look like in 2025?

1•seattle_spring•11m ago•0 comments

Roof paint blocks 97% of sunlight and pulls water from the air

https://newatlas.com/materials/roof-paint-blocks-sunlight-collects-water/
1•01-_-•11m ago•0 comments

Show HN: Infinite Info (I22.qzz.io)

https://i22.qzz.io
1•-i•11m ago•0 comments

FOSDEM Without a PostgreSQL Devroom?

https://fosdem.org/2026/news/2025-10-31-devrooms-announced/
1•kouzant•12m ago•0 comments

Gullible bots struggle to distinguish between facts and beliefs

https://www.theregister.com/2025/11/03/llms_struggle_to_distinguish_facts_beliefs/
2•01-_-•12m ago•0 comments

CIA World Facebook: Taiwan

https://www.cia.gov/the-world-factbook/countries/taiwan/
1•737min•12m ago•0 comments

Intuitive Math Visualizations

https://acegikmo.com/mathvis/index.html
1•gavide•12m ago•0 comments

Qwen3-Max-Thinking Released

https://xcancel.com/Alibaba_Qwen/status/1985347830110970027
2•Alifatisk•13m ago•0 comments

Mining giants must pay tax so Australians don't miss out on minerals boom

https://www.theguardian.com/australia-news/2025/oct/25/mining-giants-must-pay-rent-tax-critical-m...
1•PaulHoule•15m ago•0 comments

Microsoft AI chief says only biological beings can be conscious

https://www.cnbc.com/2025/11/02/microsoft-ai-chief-mustafa-suleyman-only-biological-beings-can-be...
2•joak•16m ago•1 comments

Brooks's Law

https://en.wikipedia.org/wiki/Brooks%27s_law
1•choult•18m ago•0 comments

Show HN: AgentML – Deterministic Language for Building Reliable AI Agents (MIT)

https://github.com/agentflare-ai/agentml
3•jeffreyajewett•18m ago•1 comments

Every app is a RL environment

https://sdan.io/blog/training-imperative
1•sdan•19m ago•0 comments

Defeating Pixel Android KASLR by Doing Nothing at All

https://googleprojectzero.blogspot.com/2025/11/defeating-kaslr-by-doing-nothing-at-all.html
1•transpute•20m ago•0 comments

2,400 HP FDNY Super Pumper could extinguish hell itself

https://bangshift.com/bangshiftxl/mack-super-pumper-system-locomotive-engine-powered-pumper-extin...
4•mstngl•22m ago•0 comments

Show HN: I made a static site generator framework to build personal websites

https://github.com/atasoya/nerdfolio
1•ata11ata•24m ago•0 comments

Musk's XChat is Safe as "Bitcoin-style" peer-to-peer encryption?

https://pbxscience.com/xchat-security-analysis-safe-as-bitcoin-style-peer-to-peer-encryption/
1•solomonia•26m ago•0 comments

In Pursuit of Democracy

https://pudding.cool/2025/11/democracy/
3•frizlab•26m ago•0 comments

Repurposing Dodgy Android TV Boxes as Linux Boxes

https://hackaday.com/2025/11/03/repurposing-dodgy-android-tv-boxes-as-linux-boxes/
2•indigodaddy•27m ago•0 comments

Trump says he has 'no idea who' Binance's CZ is after pardoning him

https://www.cnbc.com/2025/11/03/trump-60-minutes-binance-cz-pardon.html
7•SilverElfin•29m ago•1 comments

Machine Language for the Commodore 64 and 128 (2014)

http://blog.hostilefork.com/machine-language-commodore-64-128/
1•indigodaddy•31m ago•0 comments

Predicting Every Block of the 2025 NYC Mayoral Election

https://www.michaellange.nyc/p/predicting-every-block-of-the-2025
1•JustSkyfall•32m ago•0 comments

Finding Signal Through the Noise

https://elijahpotter.dev/articles/finding-signal-through-the-noise
1•chilipepperhott•33m ago•0 comments
Open in hackernews

Mergiraf: Syntax-Aware Merging for Git

https://lwn.net/SubscriberLink/1042355/434ad706cc594276/
6•Velocifyer•6h ago

Comments

pavelai•5h ago
Very impressive enhancement. Not a panacea though. It uses tree-sitter approach to solve situations when two users change the same line of code. For example one change function name and other adds a new argument. It will merge it without conflicts. It still has some troubles to solve complex issues, without knowing author intensions. But can significantly simplify developers' lives. Not sure if it would land into git very soon. It requires all git to know all the parsers you need. But definitely worth adding.
Velocifyer•3h ago
This is a seprate tool that one can tell git to use.