Helsinki records zero traffic deaths for full year
helsinkitimes.fi
The Art of Multiprocessor Programming 2nd Edition Book Club
eatonphil.com
We may not like what we become if A.I. solves loneliness
newyorker.com
Browser extension and local backend that automatically archives YouTube videos
github.com
PixiEditor 2.0 – A FOSS universal 2D graphics editor
pixieditor.net
Online Collection of Keygen Music
keygenmusic.tk
Show HN: WebGPU enables local LLM in the browser – demo site with AI chat
andreinwald.github.io
Helion begins work on Washington nuclear fusion plant
nucnet.org
At a Loss for Words: A flawed idea is teaching kids to be poor readers (2019)
apmreports.org
Great Question (YC W21) Is Hiring a VP of Engineering (Remote)
ycombinator.com
Anandtech.com now redirects to its forums
forums.anandtech.com
The /o in Ruby regex stands for "oh the humanity "
jpcamara.com
I tried living on IPv6 for a day, and here's what happened
xda-developers.com
Double-slit experiment holds up when stripped to its quantum essentials
news.mit.edu
Compressing Icelandic name declension patterns into a 3.27 kB trie
alexharri.com
Financial lessons from my family's experience with long-term care insurance
whitecoatinvestor.com
ThinkPad designer David Hill on unreleased models
theregister.com
Australia’s gains in wheat-farm productivity
reuters.com
Linear Types for Programmers (2023)
twey.io
The Rubik's Cube Perfect Scramble (2024)
solutionslookingforproblems.com
The Big Oops in type systems: This problem extends to FP as well
danieltan.weblog.lol
A dive into open chat protocols
wiki.alopex.li
Great analysis of what iceberg does but don’t agree with so much criticism.
It is very basic compared to a database, and even when you go into details of databases there are many things that don’t make sense in terms of doing the absolute best thing.
You could ciritisize parquet in a similar way if you go through the spec but because it is open and so popular people are going to use it no matter what.
If you need more performance/efficiency simplicity etc. just don’t use parquet but have conversion between your format and parquet.
Or you can build on top of parquet with external indices, keeping metadata in memory and having a separate WAL for consistency.
Similarly it should be possible to build on top of iceberg spec to create something like a db server that is efficient.
It is unlikely for something so usable for so many use cases to be the technically pure and most sensible option.