04 Dec 25

Lightweight WASM Postgres

by teddy 21 days ago saved 3 times

18 Aug 25


A compiler of JavaScript to WASM. It does not support everything but is promising.

by sebastien 4 months ago

24 Jul 25

Or, how I learned to stop worrying and love glue code

by kawcco 5 months ago saved 2 times

10 Jan 24

I’m a long time vim user and a recent student of the tailwind css system. I wanted a few things:

  1. Never have to close a tag or type the word “class” or quotes.

  2. See an instant preview of what the rendered HTML looks like on screen.

  3. Use normal vim commands to make small edits.

  4. Get a popup menu with common tailwind classes to add as you type.

  5. Be able to “zoom in” to a child node and make it temporarily the root node. (Hit Enter for this feature, and up arrow to get back to normal parent node.)

by andrewfromx 1 year ago


03 Jul 23

Where did WASM come from – what problems was it created to solve?How did WASM come to be developed and supported by multiple vendors, while the JVM remained single-vendor?Are WASM and the JVM really the same type of thing?What does “virtual machine” mean?

by eli 2 years ago