Hmm... yeah. I have this weird sleep disorder or something. I can stay up for a week straight, just napping like an hour or two here and there. Then I will have to do the opposite, basically sleep for a week and wake up for a few hours to take care of stuff. Luckily I work from home and I'm my own boss, but I've lost jobs in the past because of it. Sort of why I ended up in the freelance thing. Thankfully I just woke up today, got a lot of work done I've been putting off. I do take medication for it, it was much worse before that. But I kind of got used to it even though I know it's likely not good for me.

Does anybody at all remember Senses Fail? Do I remember whether or not I already asked? The answer to one of those is "no"

duane There are Haskell bindings for Godot, but I'm lucky to do what I do with Gdscript. My games are hardly mission critical.

Also Rust. About to become second Linux kernel language, though it may stretch a bit the pure functional paradigm. And I am waiting for a "how to shoot yourself in the foot with Rust" :-)

Has anyone here dabbled with google's carbon language yet ?

Dear NSA, we're not always of the same opinion, and I always expect second thoughts from the likes of you, but in this specific case I grudgingly agree 😬

As soon as my OS has Rust natively in the Kernel (next major release, I believe) and most of the libraries are rusty as well or at least offer bindings, I'll switch.

😎

I kinda don't really like C/C++ anymore. I use it because it's typically the only (or best) choice for low-level stuff or integrating SDKs.

Rust looks pretty nice, actually, just read some tutorials. Still will take a while for everything to be updated. Also Google is pushing Carbon as a C++ replacement.

And C# is nice as a language, I just don't like the disconnect between using managed and unmanaged code. But I think it's fair to say C/C++ is on the way out.

Does anyone know of any free software that can increase the resolutions of videos?

    I don't know of any specific software to upscale or upsample videos, but there surely are several converters or so out there. Would have to search for your OS.

    Without checking, I'd say FFMPEG can do everything. Everything ? Everything. But has a learning curve.

      Audiobellum https://www.blackmagicdesign.com/products/davinciresolve

      nevermind he uses a feature in the paid version. Kinda akward since they already have a resolution limit on the free version limiting you to 4K exports. Bah.

      edit 2: I did recall correct, the feature used to be in the free version without watermark before they added the AI enhancer to it. Download version 15 non studio flavor(thats the free one) from here leftmost column scroll down:
      https://www.blackmagicdesign.com/support/family/davinci-resolve-and-fusion

        Pixophir The answer to everything is FFMPEG, and yet I have never bothered to learn it. That's a lie, I know you convert file type by changing the file extension in the output. I use that and optipng to jam as many assets in my HDD or whatever is inside this laptop.
        I think it's flash based PCIE something something. lsblk returns nvme0n1, and I'm obviously a linux magician, so I think I'm right.

        Speaking of hard drives, I have 3 naked ones I use when flash drives aren't big enough. I'm listening to whoever has a good way of storing and handling them with little chance of them breaking.
        I just dropped a 500GB back up drive of old project files, and typing this as I'm recovering from mild cardiac arrest.

          You can get USB enclosures. This will keep them safe, and also allow USB access. However, if they are traditional spinning disks, they don't last long. I think in the 10 to 15 year range before you start to lose data. Flash drives and SSDs are more stable (no moving parts, less room for wear and tear). You can probably get a good 512GB drive for like $50, and then transfer everything important to that. I actually bought an M-Disc drive, which is a form of Blu-Ray and lasts 1,000 years. Yes, one thousand years. The discs are DVD/Blu-Ray shape and go up to 100GB. The issue is that they are just a pain to work with, and you can't really used them as a USB disk, they are for archiving or writing once. Plus, even if the disc lasts for 1,000 years, it's doubtful there will be any working drives or computers as we know them to read the disc in the year 3022.

          packrat

          Last time I checked LTO tapes are still king for long term storage and you can probably pickup an old LTO 5 drive/tapes for cheap (3TB per tape). If it's really sensitive then keep them in a Faraday storage box to ensure they don't degausse during the next X+ class solar flare lol.

          If you want plug and play day to day expandability though, I've seen versions of these caddies that support 4 drives:
          https://www.umart.com.au/product/simplecom-sd322bk-dual-bay-usb-3-0-aliminiumdocking-station-for-2-5in-and-3-5in-hard-drive-35336

          They often come with nice features like a drive cloning button too which is cool.

            My favorite part of game development? Throwing paint like a 6 year old to piano renditions of My Chemical Romance I found off torrented files from who knows where.
            Yours?

            Bimbam I am using one like that as we speak, only there's no features beyind flashing the blue light when a disk is being read.
            As for safely handling them, all I found was WD orientation videos boiling down to "less butterfingers, discharge static before touching"

            Saw this on youtube for the shader deficient like myself. He just gives his code to paste in there.