• 0 Posts
  • 40 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle

  • I’ve been eating gluten free for 15+ years now, and it’s gotten so much easier now. Though the food definitely costs more if you want any sort of grains.

    When I was diagnosed I had basically no symptoms (my mom was also diagnosed). Now if I eat gluten I’ll end up feeling similar to a hangover. It’s amazing what your body can get used to if you’re eating it constantly.

    Now that I’ve been eating gluten free, several of my other food sensitivities and allergies have become more mild or gone away entirely. Milk was a big one when I was younger (tested negative for lactose, but the milk proteins can look similar to gluten to your immune system).


  • Seize who’s assets exactly? The second you draw a line and say anyone on the other side has fewer rights than you, you’re falling right in line with those same right-wing policies.

    There is no way to define a law against “right-wingers” that doesn’t infringe on basic rights like freedom of opinion and freedom from discrimination. You can’t punish people for being part of a group. You need to point to something specific that each individual has done that is illegal before prosecuting. Anything less and society will break down into fascism.











  • That’s definitely a non-trivial amount of data. Storage fast enough to read/write that isn’t cheap either, so it makes perfect sense you’d want to process it and narrow it down to a smaller subset of data ASAP. The physics of it is way over my head, but I at least understand the challenge of dealing with that much data.

    Thanks for the read!


  • Neat, thanks for sharing. Reminds me of old mainframe computers where students and researchers had to apply for processing time. Large data analysis definitely makes sense for C++, and it’s pretty low risk. Presumably you’d be able to go back and reprocess stuff if something went wrong? Or is more of a live-feed that’s not practical to store?


  • It really depends what you’re doing. The last big project I did with C++ templates was using them to make a lot of compile-time guarantees about concurrency locks so they don’t need to be checked at runtime (thus trading my development time for faster performance). I was able to hide the majority of the templates from users of the library, and spent extra time writing custom static_assert messages.

    C++ templates are in fact a compile-time turing complete language, as crazy as that sounds.


  • Yep, sadly I’ve been exposed to a few such codebases before. I certainly learned a lot about how NOT to design a project.

    You’ve been at it longer than I have, but I’ve already had coworkers look at me like I’m a wizard for decoding their error message. You do get a feel for where the important parts of the error actually are over time. So much scrolling though…





  • xthexder@l.sw0.comtoMemes@lemmy.mlAI bros
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    17 days ago

    The way you phrased that perfectly illustrates the current problem AI has: In a problem space as large as natural language, there are nearly an infinite number of ways it can be wrong. So no matter how much data we feed it, there will always be some “brand new sentence” someone asks that breaks it and causes a wrong answer.