• 0 Posts
  • 27 Comments
Joined 1 year ago
cake
Cake day: August 8th, 2023

help-circle

  • Huh, last I checked, the professional standard was Mac, at least for recording instruments. From what I vaguely recall, Windows has a latency issue due to how they handle audio stream inputs. I went through these woes myself once while using my guitar & Amp through my computer to practice with headphones on and having the music playing on top. The latency just doesn’t allow you to concentrate on what you’re playing, it completely distracts you. You can get it lower by doing something, I don’t remember what, but that solution ends up introducing random new bugs such as certain audio streams suddenly not playing at all for a while before fixing themselves, and it still doesn’t quite get latency low enough to not notice it.


  • JGrffn@lemmy.mltoMemes@lemmy.mlPlease, not again.
    link
    fedilink
    arrow-up
    4
    arrow-down
    2
    ·
    1 year ago

    Yeah if you guys put him in office again, I’m just deleting all social media including lemmy. Fuuuuuck that [most times daily, some times HOURLY] noise. I already live in a very depressing country, don’t need Americans to remind me they’re making things worse.





  • If data structures weren’t working with MSVC, you’re probably working with non-portable code in the first place. Don’t assume an int is 32 bits long!

    Oh absolutely! I was starting out during this time, and started using memcpy for a uni project, hardcoding byte sizes to what I assumed long’s size was, instead of checking or using standardized data types (because I didn’t even know they existed). The result was such a mess, exacerbated by the good ol “let’s write it all in one go and run it when we’re done”. Boy did I suffer in that class.




  • JGrffn@lemmy.mltoProgrammer Humor@lemmy.mlC Compilers be like
    link
    fedilink
    arrow-up
    31
    arrow-down
    1
    ·
    1 year ago

    I haven’t touched compilers in a while, but I was a dirty little MS pig boy back in college. Qt with MSVC just made sense for me, with the single exception of non standard byte lengths for longs (almost cost me a class due to not using std uints, totally my bad but you don’t really expect compilers to understand basic data types differently).

    The true shitfuckassface experience for me was ICC. Stupid little pig boy decided he wanted his Qt working with ICC, due to all dem optimizations for Intel CPUs. After hours of debugging nonsense errors and janking my way through Qt code which was way above my head, I finally got a Qt build, only to have ICC find thousands of completely removed errors in a project where no other compiler would find errors.

    Yeah that was the day I stopped caring for C++, stopped licking intel’s ass, and started getting ever so slightly radicalized due to the lies of the republic.





  • Maybe it’s a cultural or family thing? So it’s just pre-cooked rice, you cook it as you would any rice I guess, but you add chicken stock, raisins, and butter (at the end, after you’re done cooking it). Variations often also include peas and corn, maybe diced carrots, but we stick to just raisins. The savory mix of the buttery rice with tiny packets of moist raisins sprinkled about the rice makes it delicious!





  • I can appreciate that aspect of lemmy, very technical users talking about very technical approaches to left-leaning codes of ethics, such as FOSS, privacy, self-hosting, etc. In this regard, Lemmy definitely is better than reddit and I’m learning a lot about it all in here, and am beginning to apply the things I’ve learned in my own life and computer systems.

    As for actually being more left leaning? Nah son, it’s the same ideas as reddit but with a sense of hatred for “reddit libruls” for not being true scotsmen. There are right leaning communities on both platforms, there for sure are more tankies over here, but almost every single moral stance found on reddit can be found here. Literally the only thing missing on reddit is such a Tech-oriented user base (which if we’re honest, you could also find on reddit but it surfaces a lot more on lemmy in general) and the russia apologists.

    Maybe people over here should stop playing the no true scotsman game and actually open up their doors and take it easy on the gatekeeping. And by “here” I mostly mean the tankie instances, holding their “holier than thou” stances n shit. Chill the fuck out, act like a true left leaner and work together with the people you’re gatekeeping, get the movement going somewhere instead of armchair criticizing people for not being left-leaning enough.



  • They already have a sort of functional “Assistant”. You can type to it, or you can use OpenAI’s Whisper speech-to-text language model loaded up on your Home Assistant machine through an add-on in order to talk to it, it works pretty much as well as any other proprietary speech to text model, except it’s self hosted. The assistant can talk back with another add-on, though the voices are still too robotic IMO.

    Key part in all of this is the “sort of functional” bit. Commands seem to have to be very literal to be understood, otherwise it just tells you it doesn’t understand.

    I’d still rather host my own assistant than rely on Google or Alexa, though, so I’m just gonna put my faith on the HASS team.