i thought wasteof was safe
whoever designed “shake to report a bug” ux pattern must think users just start violently convulsing when something breaks
they’re actually now way more stable just one cable keeps popping out while im asleep
SORRY FOR THE DOWNTIME EVERYONE!
just moved wasteof to a new server and things are now stable probably. let me know if things feel faster, slower, etc
not sure how big my javascript developing audience on wasteof is but:
bun is really amazing for weird hacky things.
for instance, i wanted to test the logic of a function from a giant server side app that has loads of require()
s for a bunch of libraries that only work in server side nodejs.
normally, this would be really painful, and i’d have to modify the script manually to make it work in the browser. most likely, it’ll be less work just to reimplement the function in browser compatible js.
but with bun.. no problem at all. i can literally just write an html file with <script type=”module”>
that straight up imports the file, bun figures out all the cjs/esm/whatever, and lets me compile that out to a website that somehow magically works. bun is really cool.
i even wrote a sketchy script to inline everything and send it off to my server (which generates a url i can share with my colleagues). insane iterative feedback loop.
i wish i discovered the gym earlier because wdym there’s a direct path to tackle my deepest insecurities