Hacker News
Vulnerability Spoiler Alert – Exposing Patches Before CVEs
Article URL: https://vulnerabilityspoileralert.com
Comments URL: https://news.ycombinator.com/item?id=48263797
Points: 2
# Comments: 0
When you should bring in the heavy hitters (2017)
Article URL: https://www.rawsignal.ca/newsletter-archive/when-you-should-bring-in-the-heavy-hitters/
Comments URL: https://news.ycombinator.com/item?id=48263787
Points: 1
# Comments: 0
Eleata: Validate Peppol/XRechnung/Factur-X EU e-invoices in CI with fix hints
Article URL: https://eleata.io/
Comments URL: https://news.ycombinator.com/item?id=48263771
Points: 1
# Comments: 0
Show HN: Bytery – a binary JSON protocol ~10x faster and ~10x smaller
I created a JSON codec called Bytery, which is about 10x faster and 10x smaller for storage and transport.
It is not just an implementation; it is a full protocol that can be implemented in any language.
The major gains in performance and size come from highly compact binary data formats: packing numbers into fewer bytes, avoiding repeated strings and schemas, and applying other low-level optimizations.
Here are just a few optimizations I implemented:
Encoding integers: - JSON represents integers (and everything else) as textual tokens, depending on parsers, digit decoding such as char - 48, and delimiters. - Bytery represents integers as LUINT: a single byte, if value is up to 246. Values 247..254 indicate that the following additional 1..8 bytes should be used to build a big-endian integer, and 255 means null.
Encoding strings: - JSON represents strings with delimiters, escapes, and a pair of quotes, and it costs CPU to scan until the closing quote while also handling escape sequences. - Bytery represents strings as a pair [length:LUINT,data]. It reads the length as a LUINT and then reads exactly that amount of bytes. Fast, no parsing, no delimiters, no quote scanning, no escape processing.
* These are just a few examples. There are a lot more, like string cache table, schema cache, field types, etc. * The full spec.md has around 4k lines of specification, all written with care.
The protocol is fully lossless and can handle any standalone JSON object without requiring prior knowledge of schemas or data structures.
Bytery can also transport files in native binary format, without converting them to Base64 and paying the ~30% size overhead.
Bytery can also be combined with GZIP and other post-processing tools to make the payload even smaller.
My focus here is the protocol and wire format itself.
The project is free to use. My goal is to free the internet from the heavy overhead cost of parsing, storing, and transporting JSON through the wire, while allowing data to be decoded at high speed on the client.
Comments URL: https://news.ycombinator.com/item?id=48263675
Points: 1
# Comments: 0
Becalled
Article URL: https://becalled.eu
Comments URL: https://news.ycombinator.com/item?id=48263657
Points: 1
# Comments: 0
Chrome and Android‑apps story that predicted today's Googlebooks moment
Quantifying Physical Activity Energy Expenditure (Compendium)
Article URL: https://pacompendium.com/
Comments URL: https://news.ycombinator.com/item?id=48263645
Points: 1
# Comments: 1
Gelatine Sculpt Metabolism Support – Weight-Loss Guide 2026
Article URL: https://finance.yahoo.com/sectors/healthcare/articles/gelatine-sculpt-exploding-2026-viral-142500234.html
Comments URL: https://news.ycombinator.com/item?id=48263631
Points: 1
# Comments: 0
Femtosecond Jitter: High Performance White Rabbit Timing Receiver
Article URL: https://gitlab.com/ohwr/project/ertm15-llrf-wr/-/wikis/home
Comments URL: https://news.ycombinator.com/item?id=48263609
Points: 1
# Comments: 0
A curated list of static analysis (SAST) tools
Article URL: https://github.com/analysis-tools-dev/static-analysis
Comments URL: https://news.ycombinator.com/item?id=48263602
Points: 1
# Comments: 0
James D. Johnston the father of perceptual audio coding
Article URL: https://ethw.org/James_D._Johnston
Comments URL: https://news.ycombinator.com/item?id=48263580
Points: 1
# Comments: 0
Kevin O'Leary wants AI data centre in Utah. Some residents aren't happy
Article URL: https://www.cbc.ca/news/world/kevin-oleary-data-centre-utah-9.7207716
Comments URL: https://news.ycombinator.com/item?id=48263564
Points: 1
# Comments: 0
C array types are weird
Article URL: https://anselmschueler.com/blogposts/2025-c-pointers/
Comments URL: https://news.ycombinator.com/item?id=48263560
Points: 1
# Comments: 0
ATV1sm: Bypass for the original Apple TV's EFI verification to boot any EFI OS
Article URL: https://distrohopper39b.com/atv1sm/
Comments URL: https://news.ycombinator.com/item?id=48263551
Points: 1
# Comments: 0
Is PowerBuilder Legacy Technology in 2026?
Article URL: https://medium.com/@kumaransystemsdm/is-powerbuilder-really-legacy-technology-in-2026-46df8324b7b9
Comments URL: https://news.ycombinator.com/item?id=48263549
Points: 1
# Comments: 0
Exon Language: Invitation for Contributors
Article URL: https://github.com/atdrez/exon/discussions/2
Comments URL: https://news.ycombinator.com/item?id=48263538
Points: 1
# Comments: 0
How My minimal, memory-safe Go rsync steers clear of vulnerabilities
Article URL: https://michael.stapelberg.ch/posts/2026-05-24-minimal-memory-safe-go-rsync-vulns/
Comments URL: https://news.ycombinator.com/item?id=48263524
Points: 2
# Comments: 0
Show HN: Antimemetic message that escapes screen capture
The message is clearly visible, but it cannot be screen captured. (Or just pause the effect with click/tap.)
I think this TV static effect is more realistic than others on the web:
- Wide CRT "pixel" aspect ratio
- Larger "grains" (to match low CRT resolution)
- CRT "scan lines" (Toggle with 'C' key)
When I attempted this effect many years ago, it didn't seem possible without GPU shaders. With advances in hardware/JS performance, the CPU can easily blast a higher resolution (2560x1440) at 1000 FPS. (ENTER key to go into fullscreen mode)
---
Customize the message with url param: https://fx.leftium.com/static?text=HN
(To see all options: 'U' key copies URL to clipboard and also outputs to dev console.)
Made with SvelteKit: https://github.com/Leftium/fx
Comments URL: https://news.ycombinator.com/item?id=48263512
Points: 2
# Comments: 0
Evaluating Quarkdown for Agentic Typesetting
Article URL: https://quarkdown.com/blog/agent-skill/
Comments URL: https://news.ycombinator.com/item?id=48263510
Points: 1
# Comments: 0
