frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Calculate Real-Time Implied Volatility for Commodity Options

https://medium.com/@DolphinDB_Inc/how-we-built-a-real-time-implied-volatility-engine-for-commodit...
1•CrazyTomato•1m ago•0 comments

Belfort Releases Fastest Encrypted Image Classifer

https://belfortlabs.com/blog/sofar
1•furkanturan•1m ago•0 comments

Show HN: Deadwire-HTTPD A triple-threaded x86-64 assembly static server

https://github.com/Deadbytes101/DEADWIRE-HTTPD
1•lexsandra56•5m ago•0 comments

The Future of Developer Tools

https://blog.plan99.net/the-future-of-developer-tools-139cc351bd67
1•mike_hearn•5m ago•0 comments

I replaced 10 yrs of paying for Keyboard Maestro with a single Lua script

https://keyboardhardware.com/2026-07-17-kbm-replaced-by-1-lua-file/
1•genesishash•6m ago•0 comments

Show HN: Run all your sites SEO on autopilot

https://boldpilot.club
1•Utopyasz•7m ago•0 comments

JavaScript Sucks. Here's How to Build with Vite and Gleam

https://hendassa100k.github.io/posts/2026-07-11-gleam-and-vite/
1•TheWiggles•15m ago•0 comments

Five studies changing how I think about AI in software engineering

https://newsletter.getdx.com/p/five-studies-that-are-changing-how
1•perpetua•18m ago•0 comments

Starlink V3 Satalites

https://starlink.com/updates/starlink-version-3-satellites
1•jtraglia•18m ago•0 comments

Trump teleprompter aide made $100k betting on what Trump would say, reports say

https://arstechnica.com/culture/2026/07/trump-teleprompter-aide-made-100000-betting-on-what-trump...
3•rbanffy•22m ago•0 comments

The Tail End (2015)

https://waitbutwhy.com/2015/12/the-tail-end.html
1•tosh•24m ago•0 comments

We rebuilt our data warehouse on DuckDB over ClickHouse

https://posthog.com/blog/why-we-rebuilt-our-data-warehouse
1•tosh•28m ago•0 comments

Gemini 3.5 Pro delays due to coding performance, upgraded Flash model in testing

https://9to5google.com/2026/07/16/gemini-3-5-pro-delays/
1•couAUIA•32m ago•0 comments

Lucy edits videos in realtime, now with more capabilities and greater control

https://lucy.decart.ai/
1•eddieoz•36m ago•0 comments

'Food Is Medicine'

https://reasonstobecheerful.world/food-is-medicine-study/
2•fodmap•36m ago•0 comments

Ask HN: How long should I wait before being able to post?

2•ThierryRkt•37m ago•0 comments

Coding in space, AI-XR, and new interaction paradigms for devs

https://blog.jetbrains.com/research/2026/07/ai-and-xr-future/
1•katie_fraser•38m ago•0 comments

xAI can't deny Grok makes CSAM anymore. So it's suing users

https://arstechnica.com/tech-policy/2026/07/xai-cant-deny-grok-makes-csam-anymore-so-its-suing-us...
2•isaacfrond•40m ago•1 comments

Electric-steam locomotive

https://en.wikipedia.org/wiki/Electric%E2%80%93steam_locomotive
1•networked•42m ago•0 comments

Astronomers discover first atmosphere around a rocky Earth-like planet

https://www.space.com/astronomy/exoplanets/astronomers-discover-1st-atmosphere-around-a-rocky-ear...
1•isaacfrond•43m ago•0 comments

A structurally chunked, pre-embedded SQLite corpus of the EU AI Act

https://huggingface.co/datasets/faitholopade/aiact-openrag
1•olopadef•46m ago•0 comments

One link-click Google account takeover

https://weirdmachine64.github.io/research/google-oauth-device-code-hijacking.html
1•zx8080•46m ago•0 comments

Trump made $1.4B from crypto in one year. Is Justin Sun the man who helped him?

https://www.theguardian.com/technology/ng-interactive/2026/jul/16/justin-sun-trump-family-crypto
2•beardyw•54m ago•0 comments

The most expensive instruction might be cmov

https://questdb.com/blog/cmov-vs-branch-perf/
1•theanonymousone•55m ago•0 comments

The Word "Emoji" Is Older Than You May Think

https://blog.emojipedia.org/the-word-emoji-is-older-than-you-may-think/
2•msephton•56m ago•0 comments

Show HN: cc-context-telemetry - context and rate-limit % in Claude Code's bar

https://github.com/alagiz/cc-context-telemetry
1•alagiz•57m ago•0 comments

Trump Media to sell instant access to 'market-moving' social posts

https://www.bbc.com/news/articles/c79gw4lj89eo
19•NikxDa•58m ago•8 comments

A visual data-app builder that generates SvelteKit source

https://svgrid.com/studio
1•boikom•1h ago•0 comments

America's Open-Model Paradox

https://twitter.com/DeanMeyerrr/status/2077834267086729674
1•aivantg•1h ago•0 comments

Show HN: We Want to Improve the Linux Experience on T2 Macs with KaiT2en Fedora

https://github.com/kaiT2en/KaiT2en-Fedora/
3•4l3x4f1sh3r•1h ago•5 comments
Open in hackernews

Show HN: Raw Binary Program Analysis Tool

https://github.com/nstarke/BaseAddressDiscoverererer
2•bootbloopers•1y ago
I built a tool for analyzing raw binary programs (programs without an ELF, PE, Mach-O header) to determine the file offset that the program begins at and the load address the program is mapped into memory at. The tool can also do find the instruction set architecture for common platforms. I put a lot of effort into making it as easy as possible to run, and there is a quick start script that takes a single argument: the absolute file path to a raw binary program file.