I make things: electronics and software and music and stories and all sorts of other things.

  • 0 Posts
  • 76 Comments
Joined 2 years ago
cake
Cake day: June 14th, 2023

help-circle
  • As others said, it means nullable, but to put it in more intuitive, less-jargony way - it’s a question mark bc you don’t know if the value is actually there or not. It could be a Singleton, but it isn’t until you check if there is a value. Whereas if you have, idk, int a no question mark, then you’re saying you actually have data.

    Essentially with C# 8, they “removed” null and reused the idea of null references in creating what is essentially an Option like in other languages. You either have some data of some type, or none (a null reference, in this case). By default, everything has to be there. Then when you need null, e.g. you may not have something initialized or an operation could fail, you explicitly grab for it. Thus it reduces null pointer bugs. If you don’t need nullability, you can ensure that you don’t accidentally write in an issue. It safety checks statements and parameters.



  • The GBA, not bc it has fancy features like the Wii, but bc the mods deliver an experience I couldn’t otherwise have.

    Sure, running ripped games on a PS1 or full-on Slippi on a Wii is nice, but I wasn’t locked out of those experiences. I could use a PC or even my phone these days to get a similar experience.

    However, GBA hardware mods are all about making the GBA the best it can be, not just doing something in yet another place like the Wii mods.

    For instance, in the form factor of the GBA (i.e. the landscape form that is far superior to the SP), you can:

    • Install a beautifully bright LCD (these days a display better than what came on the SP)
    • Switch over to a rechargeable battery via USB-C
    • Replace the awful mushy membrane buttons (which have, unfortunately, taken over the gaming industry) with tactile clicky push buttons
    • Run any game you want off with a flash cart (if you’re rich enough for one).

    With those mods and the extensive and wonderful GameBoy/GameBoy Color + GBA library, you get a truly elite handheld experience.

    Sure I can play GBA games on my phone, but I can’t play them with a device that feels so good to hold like this. A dedicated distraction free gaming experience on the go as well. It’s personalized and practical and beautiful.

    So yeah, loading backups from SD on a Wii is cool, but to me, nothing beats perfecting an already great device through hardware mods!


  • KindaABigDyl@programming.devtoProgrammer Humor@programming.devxD.
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    edit-2
    1 month ago

    Ah I see. So the complaints aren’t really in the feature-set or design of the app, but rather the optimization.

    That makes sense to me now. I was coming from the perspective of “I really like how information is organized and how collaboration works” not from a “does this app function well.”

    I’ve never really had any performance issues, personally. Perhaps that’s bc I always used the Linux app back when I used teams and had a beefy PC. It had its own issues, but they were really with getting it to run in the first place. Once I could get it running, it always worked well for me.

    Also, I was using it a couple years ago, pre-copilot, so maybe that’s added to the crappiness




  • I’ve been wanting to make something like this for a while but never got around to it.

    I also wanted to get a dedicated piece of hardware ala the Steam Deck or a Raspberry Pi or something, so Indie devs would have a spec to target to ensure smooth gameplay while not having to do any kind of special build since it would run normal Linux. A proper Linux Console

    I also wanted to design a custom controller for it. I actually got the PCB designed, but never made it and never made the enclosure. It was gonna be kinda like the new Horis where it’s half-modern controller/half-SNES controller, only mine is based on the XBox layout not the PlayStation’s, and also I had the buttons oriented somewhat like a gamecube, with a big “main” button, a smaller secondary button, and two auxiliary buttons (tho arranged in XBox order still)

    Maybe I’ll come back to the project someday.