• 2 Posts
  • 78 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle


  • Exact same thing happening in Canada. Our systems are all strained to the breaking point, no housing, no jobs, no doctors, degrading infrastructure and nobody with the skills to maintain it. Nobody is even developing these skills thanks to a stagnant education system that rewards mediocrity.

    And our population continues to skyrocket due to unrestrained immigration, depressing wages and pushing unemployment to historic highs.

    Canada was built by immigrants. But I don’t care what colour someone’s skin is, they will not find Canada very welcoming right now. If this country can’t even offer a future to those who were born here, how can it welcome others?



  • evranch@lemmy.cato196@lemmy.blahaj.zoneAI Rule
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    2 months ago

    Same place as ever, impressions and click-through. The theoretical goal here would be to offload all the processing to the user’s PC, making delivery of this customized ad content close to free.

    However the largest advertising targets are now mobile by far, and those platforms don’t have GPU to speak of, especially from an AI perspective. So so far not feasible.





  • This would work but assumes the primary use of the machine is Windows and derates your performance under Linux significantly due to USB speeds. Even if you’re storing your data on the Windows HDD, NTFS drivers are dog slow compared to EXT4 and other *nix filesystems.

    Also some BIOSes are a pain to get to boot off removable drives reliably so it really depends on what your machine is.

    I’ve used Linux as a primary dev system for well over a decade now, and with the current state of Windows I’d really recommend just taking the leap, keep your Windows box if you need Windows software and build a dedicated Linux workstation.







  • Off road gasoline is rare and varies by district, here in Canada I grew up in BC and we had “purple gas” and “red diesel” but purple gas was only sold at very specific stations, usually near parks where people would put it in ATVs and boats.

    Now I live in SK and we only have “dyed diesel” which is your standard red farm stuff. You can get a discount on gasoline delivered to a farm tank, but there’s no colorant added and almost nobody does it anyways, since gasoline goes stale and isn’t used in farm equipment.

    Myself I converted my remaining gasoline equipment to propane and run heating propane in it. The only gas burners left are lawnmowers, quads and a farm truck.




  • I feel the OOP debate got a bit out of hand. I hate OOP as well, as a paradigm.

    But I love objects. An object is just a struct that can perform operations on itself. It’s super useful. So many problems lend themselves to the use of objects.

    I’ve been writing a mix of C and C++ for so long I don’t even know where the line is supposed to be. It’s “C with objects”. I probably use only 1% of the functionality of C++, but that 1% is a huge upgrade from bare C IMO.


  • I was more referring to the fact that everything is immutable by default. As someone who’s just starting to get old (40) and literally grew up with C, it’s just ingrained in me that a variable is… Variable.

    If I want a variable to be immutable I would declare it const, and I’m just not used to the opposite. So when playing with Rust, the tutorial said that “most people find themselves fighting with the borrow checker” and sure enough, that’s what I ended up doing!

    I like the concepts behind it, it really encourages writing safe code, and I feel like it’s not just going to be a fad language but will likely end up underlying secure systems of the future. Linux kernel rewrite in Rust when?

    It’s just that personally I don’t have the flow of writing code like I would in C/++, just not used to it. The scoping, the way you pass variables and can sort of “use up a reference” so it’s not available anymore just feels cumbersome compared to just passing &memory_location and getting on with it, lol


  • Rust is heresy. Everything should be mutable, the way that God intended it to be!

    Seriously though as someone who has mainly done embedded work for decades and got used to constrained environments, the everything is immutable paradigm seems clunky and inelegant. I don’t want to copy everything all the time.

    Now if you’ll excuse me, these null pointers aren’t going to dereference themselves


  • evranch@lemmy.cato196@lemmy.blahaj.zonerule
    link
    fedilink
    arrow-up
    14
    ·
    7 months ago

    I find it odd, here on the farm it’s always been the biggest, meanest tomcats that flop around on the porch for endless belly rubs. Even my daughter has never been scratched and she’ll pet these battle-scarred warriors for hours.

    I guess they have nothing to prove?