Skip Navigation

Posts
15
Comments
50
Joined
2 yr. ago

  • There is a trend line of the amount of shit you need to do to get linux to do things you want.
    There is a trend line of the amount of shit you need to do to stop windows from doing things you don't want.

    Those two lines have crossed quite a while ago.

  • For quick overview of frameworks... there is Brad Traversy and Jeff Delaney (Fireship)

    Shop around and pick a few to try out then dive down when you finally find a framework you like ¯(ツ)

  • I'd love myself a hole to go in right now

  • maybe I should have use wojak :|

  • I mean... if your room have a lot of stuff then it might take a while to find the source, if you aren't being pranked. But random screws on your desk will never be as horrifying as random maggots on your desk.

  • WTF he won???
    I thought it ended in some kind of settlement. I hope the fight did not financially damage the diver too much, still sucks.

  • Don't stop there. Give it an ACE COMBAT treatment.
    The supersonic weeb machine that cause physical pain to anyone looking at it, and maximum humiliation to the side getting bombed by it.

  • Bought one many years ago, it's unexpectedly pricey for a 5cm paper card (48 cards). IIRC it's their excuse is "traditional look". The box is nice though.

  • Already tried that. No significant improvement over running at uncapped with v-sync (60fps).

    baseline:
    uncapped with v-sync (60fps)
    result: running at 40% usage and 40C temp.

    nvidia cp config:
    capping at 20fps with or without v-sync (running in background)
    result: usage jump up and down predictably between 20% and 50%, no temperature difference.

    Clearly worse than capping it at game engine level since ES2 shows linear and stable drop in GPU usage. I assume this varies greatly on different game engine.

  • Bun no good = ☹️
    Don't have to learn another shiny JS thing = 😀

  • No. Maybe it flagged dynamic IP as spam or whatever. At this point I don't really care. Got what I want.

  • I want to have separated accounts for different sets of project...
    Signed up a second account... it got suspended instantly (after I log in with my main). According to ToS, I can't have more than one account.

    Nuh uh, You aren't the only provider. Headed to Gitlab, no more bs.

  • Believe it or not, some people opted for this method when trying to close their blizzard account. It's easier than jumping through hoops support thrown at you.

  • Great explanation, thank you.

  • Bun is designed as a drop-in replacement for Node.js. It natively implements hundreds of Node.js and Web APIs, including fs, path, Buffer and more.

    The goal of Bun is to run most of the world's server-side JavaScript and provide tools to improve performance, reduce complexity, and multiply developer productivity.

    If it can replace node and pnpm at the same time then this sounds quite good actually.

    EDIT
    https://bun.sh/guides/ecosystem/vite

    While Vite currently works with Bun, it has not been heavily optimized, nor has Vite been adapted to use Bun's bundler, module resolver, or transpiler.

    https://bun.sh/guides/ecosystem/nuxt

    Bun supports Nuxt out of the box. Initialize a Nuxt app with official nuxi CLI.