max.rss (@tekknolagi) 's Twitter Profile
max.rss

@tekknolagi

Bread, beans, programming languages; fmr Chief Potato; he/him; cover photo credit xkcd

proud owner of shru.gg

mastodon.social/@tekknolagi

ID: 121297558

linkhttps://bernsteinbear.com/ calendar_today09-03-2010 02:21:29

6,6K Tweet

1,1K Takipçi

906 Takip Edilen

lcamtuf (@lcamtuf) 's Twitter Profile Photo

One cool thing about JavaScript is that arrays are just objects, so they can be used as a sparse hash table: > x = [] > x[1e100] = 'hi mom' Another cool thing about JavaScript is that all numbers are floats > x[0x100000000000001] = 'abc' > x[0x100000000000005] 'abc'

max.rss (@tekknolagi) 's Twitter Profile Photo

yo dawg. i heard you like compilers. CF Bolz-Tereick made a compiler compiler for... optimizing compilers pypy.org/posts/2024/10/… (In all seriousness, it's a great post and has a bunch of interesting features like compiling pattern matching!)

max.rss (@tekknolagi) 's Twitter Profile Photo

i have learned the term "orthogonal persistence" and i am excited to put a name to the thing that i keep thinking about

max.rss (@tekknolagi) 's Twitter Profile Photo

I'm on the other social network - link in bio Still x-post here mostly but seems to be same or better discussion elsewhere Come join us!

Maxime Chevalier (@love2code) 's Twitter Profile Photo

My colleagues just published a paper at ECOOP 2024 on static basic block versioning in the context of ahead-of-time compilers, continuing our previous work on lazy basic block versioning for JIT compilers :) The PDF is available here: drops.dagstuhl.de/storage/00lipi…

max.rss (@tekknolagi) 's Twitter Profile Photo

Has anyone written something like "Algorithm W and Algorithm J are the same, actually" that does a side-by-side of J and W where if you make a Haskell programmer write J using a monad with do-notation you basically get W?

max.rss (@tekknolagi) 's Twitter Profile Photo

A brief retrospective: Recurse Center is everything I thought and hoped it would be. I really loved meeting and working with people there. I got to learn about a bunch of really interesting projects of all different varieties. Vibes were excellent. Highly recommend.

Patrick Dubroy (@dubroy) 's Twitter Profile Photo

Made a little something for my talk next week at Homebrew Systems Club. It's about running bytecode interpreters on the GPU. It'll be fun, come join us!

Kristopher Micinski (@krismicinski) 's Twitter Profile Photo

Accepted at VLDB '25, "Datalog with First-Class Facts," we present a massively-parallel Datalog engine geared towards computing over tree-structured data. (github.com/harp-lab/slog-…). We will post a preprint soon.

Accepted at VLDB '25, "Datalog with First-Class Facts," we present a massively-parallel Datalog engine geared towards computing over tree-structured data. (github.com/harp-lab/slog-…). We will post a preprint soon.
max.rss (@tekknolagi) 's Twitter Profile Photo

POPL 25 has some superb paper titles: * "All Your Base Are Belong to Us: Sort Polymorphism for Proof Assistants" * "Do You Even Lift? Strengthening Compiler Security Guarantees Against Spectre Attacks"