frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Stb_zip – header-only C ZIP parser, zero dependencies, fast

3•Forgret•4h ago
I've built a small, header-only C library to parse ZIP archives with no external dependencies. It works on everything from embedded devices to desktop games and supports both "store" and "deflate" compression. Benchmarks (Core i7-12700K, 32GB RAM): - Decompress 1GB: 0.8s (2.1x faster than miniz) - Parse 100k files: 12ms (3.2x faster) - CRC32 of 1GB: 0.2s (5.5x faster)

GitHub: https://github.com/Ferki-git-creator/stb-zip

MIT licensed, feedback welcome.

Comments

ycombinatrix•24m ago
What is the significance of a library being "header-only"?

C headers can include arbitrary code, right? So why is "header-only" better than having file.h & file.c?

gkbrk•22m ago
Why would I want to deal with downloading and handling multiple files when I can just use a single file?

Turning a header-only library into file.h and file.c is easy if I want to do it. Turning a multi-file project into a single header file is a lot more work.

ycombinatrix•17m ago
A "header-only" library can presumably be multiple header files, which is not what you are discussing.

Why not say what you really mean? Which seems to be: "single-file" library.

World History Atlas

https://www.oldmapsonline.org/en/history/regions#position=3.212/35.03/31.63&year=1602
1•bookofjoe•24s ago•0 comments

A lightweight and intelligent cross-platform Markdown editor – MarkFlowy

https://github.com/drl990114/MarkFlowy
1•drl5•2m ago•1 comments

Safe Is What We Call Things Later: Some Software Engineering Folklore

https://worksonmymachine.ai/p/safe-is-what-we-call-things-later
1•Stwerner•3m ago•0 comments

Tinker with LLMs in the privacy of your own home using Llama.cpp

https://www.theregister.com/2025/08/24/llama_cpp_hands_on/
1•rntn•13m ago•0 comments

Clice 0.1.0-alpha.1: First Alpha of a New C++ LSP server with Modules support

https://github.com/clice-project/clice/releases/tag/v0.1.0-alpha.1
1•zardinality•14m ago•0 comments

Turning a $150 AC into a Super-Efficient Geothermal Unit [video]

https://www.youtube.com/watch?v=s-41UF02vrU
1•chii•14m ago•1 comments

Political Representation Gaps and Populism

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=4230288
1•kkoncevicius•18m ago•0 comments

California EV drivers could lose their carpool lane privileges in September

https://www.latimes.com/california/story/2025-08-08/california-ev-drivers-losing-carpool-lane-pri...
1•PaulHoule•22m ago•0 comments

Tell HN: Where are we going? An inversion of the interaction paradigm

1•keepamovin•25m ago•0 comments

ICE Uses Celebrity Loophole to Hide Deportation Flights

https://jacobin.com/2025/08/ice-uses-celebrities-loophole-to-hide-deportation-flights/
22•JKCalhoun•26m ago•1 comments

Features of Handy Messaging Framework

https://handy-messaging-framework.github.io/handy-messaging4j-docs/features/framework_features.html
1•aronsajan•26m ago•0 comments

PSA: Validate Your Storage JMicron JMS583 and Kioxia BG4 Series SSD Issue?

https://goughlui.com/2025/08/17/psa-validate-your-storage-jmicron-jms583-kioxia-bg4-series-ssd-is...
1•dmarto•27m ago•0 comments

There's something very interesting about boring: Martin Parr's life in pictures

https://www.theguardian.com/artanddesign/2025/aug/24/theres-something-very-interesting-about-bori...
1•mellosouls•29m ago•0 comments

Fuzzy search through Firefox open tabs

https://github.com/terrakok/FuzzyTabs
1•terrakok•31m ago•1 comments

Show HN: Simple WiFi QR Code Generator – Share WiFi Without Typing Passwords

https://wiqrcode.com
2•maymoonty•32m ago•1 comments

China, Russia, and U.S. Race to Develop Lunar Nuclear Reactors

https://spectrum.ieee.org/lunar-nuclear-reactor-nasa-moon
2•pseudolus•33m ago•0 comments

Show HN: I Made a Website Where Every Possible URL Exists (With AI)

https://www.thiswebsiteisnot.online/
1•kuberwastaken•33m ago•0 comments

Dynamically patch a Python function's source code at runtime

https://ericmjl.github.io/blog/2025/8/23/wicked-python-trickery-dynamically-patch-a-python-functi...
9•apwheele•37m ago•4 comments

A Fast Bytecode VM for Arithmetic: The Compiler

https://abhinavsarkar.net/posts/arithmetic-bytecode-vm-compiler/
2•todsacerdoti•38m ago•0 comments

Show HN: yolo-cls – C++ batch image classification CLI with ONNX Runtime

https://github.com/SavaLione/yolo-cls
1•savalione•46m ago•0 comments

Gemini for Home: Your household's new, more helpful assistant

https://blog.google/products/google-nest/gemini-for-home/
3•doener•46m ago•0 comments

An elementary introduction to information geometry

https://arxiv.org/abs/1808.08271
2•Anon84•51m ago•0 comments

Tennis Legend Roger Federer Is Now a Billionaire

https://www.forbes.com/sites/justinbirnbaum/2025/08/22/roger-federer-is-now-a-billionaire/
1•breve•52m ago•0 comments

Pong Cloned by Neural Network

https://hackaday.com/2025/08/24/pong-cloned-by-neural-network/
1•nickbild•52m ago•0 comments

Hubert Blaine Wolfeschlegelsteinhausenbergerdorff Sr

https://en.wikipedia.org/wiki/Hubert_Blaine_Wolfeschlegelsteinhausenbergerdorff_Sr.
2•ColinWright•55m ago•0 comments

The Jackpot Age

https://www.scimitar.capital/p/the-jackpot-age
4•Destiner•58m ago•0 comments

Germany's Copyright Clearing House now requires courts for website blocks

https://www.heise.de/en/news/Copyright-clearing-house-Committee-for-website-blocking-to-rely-on-j...
7•nsdfg•1h ago•0 comments

Why I'm Switching SOT to uv

https://blog.anirudha.dev/sot-on-uv
3•anistark•1h ago•0 comments

Show HN: Misterio the Docker-compose stateless alternative to Ansible

https://github.com/daitangio/misterio
1•daitangio•1h ago•0 comments

Show HN: I wanted AI in Slack, ended up making Basecase (AI agents in chat)

https://basecase.ai/
1•touseefliaqat•1h ago•0 comments