Memory Safety for Web Fonts
developer.chrome.com
How Fast the Days Are Getting Longer
joe-antognini.github.io
fd: A simple, fast and user-friendly alternative to 'find'
github.com
The Lost Art of Research as Leisure
kasurian.com
The Business of Phish (2013)
priceonomics.com
Konva.js - Declarative 2D Canvas for React, Vue, and Svelte
konvajs.org
The Origin of the Pork Taboo
archaeology.org
Ikemen-GO: open-source reimplementation of MUGEN
github.com
The clustering behavior of sliding windows
arxiv.org
Show HN: Learn where countries are on the world map with Spaced Repetition
map.koljapluemer.com
Show HN: AGX – Open-Source Data Exploration for ClickHouse (The New Standard?)
github.com
Video game workers in North America now have an industry-wide union
engadget.com
Google to pay $28M to settle claims it favoured white and Asian employees
theguardian.com
Wolfram: Learning about Innovation from Half a Century of Conway's Game of Life
writings.stephenwolfram.com
Make Ubuntu packages 90% faster by rebuilding them
gist.github.com
The Intenet Slum: is abandoning the Internet the next big thing? (2004)
fourmilab.ch
Visualising data structures and algorithms through animation
visualgo.net
Selective async commits in PostgreSQL – balancing durability and performance
shayon.dev
Show HN: I made a tool to port tweets to Bluesky mantaining their original date
bluemigrate.com
Solar Generation Surge Sends European Power Prices Below Zero
bloomberg.com
CVE-2024-9956 – PassKey Account Takeover in All Mobile Browsers
mastersplinter.work
Zest: a programming language for malleable and legible systems
github.com
A minidump on its own will not symbolicate functions from shared libraries linked in by your program. If you want fully symbolicated backtraces, you need a symbol file for every single .so your binary links against.
I work in the embedded Linux space and recently discovered that Yocto has pretty nice Breakpad integration. Since it’s building all dynamic libraries in your system from scratch, it can generate symbol databases for each of them. At the end, you can have your build tar them all up as an artifact.
It’s pretty magical seeing a crash report that provides backtraces symbolicated all the way up to libc.