• 2 Posts
  • 375 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?




  • Militants specifically use these pagers for security and stealth. Everyone else just uses phones.

    It’s a brilliant way to target only combatants, and also expose them to their friends and neighbours. This attack is incredibly disruptive with very little collateral damage compared to alternatives.

    And yes, it’s terrorism, an attack meant to inspire terror and disrupt communication networks with a chilling effect much larger than the actual damage. However it’s interesting as unlike most terrorism it does not target civilians.

    It’s also terrifying to think we are living in a world where a malicious component attack is a legitimate concern. This is one of those moments that change the world - I’m sure every industry is thinking about the danger of their foreign supply chain right now.






  • 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.



  • I play a lot of couch coop with my kid but adults would enjoy all these too. Most can be found under $20 on Steam and a lot are fairly lightweight games but have good coop mechanics and can be a lot of fun to sit down for an hour or two with.

    • Overcooked 1 + 2 (but 2 really is better) you will love or hate it depending on your personalities, nothing in between. We loved it
    • Ship of Fools
    • Enter the Gungeon
    • Lovers in a Dangerous Spacetime
    • Moving Out

    On Switch

    • Cadence of Hyrule
    • Don’t starve together (only split screen on console not PC… Wtf)
    • Pikmin



  • That’s a valid point, the dev cycle is compressed now and customer expectations are low.

    So instead of putting in the long term effort to deliver and support a quality product, something that should have been considered a beta is just shipped and called “good enough”.

    A good example I guess would be a long term embedded OSS project like Tasmota, compared to the barely functional firmware that comes stock on the devices that people buy to reflash to Tasmota.

    Still there are few things that frustrate me like some Bluetooth device that really shouldn’t have been a Bluetooth device, and has non-deterministic behaviour due to lack of initialization or some other trivial fault. Why did the tractor work lights turn on as purple today? Nobody knows!


  • My type is a dying breed too, the guys who do their best to write robust code and actually trying to consider edge cases, race conditions, properly sized variables and efficient use of cycles, all the things that embedded guys have done as “embedded” evolved from 6800 to Pic, Atmel and then ESP platforms.

    Now people seem to have embraced “move fast and break things” but that’s the exact opposite to how embedded is supposed to be done. Don’t get me wrong there is some great ESP code out there but there’s also a shitload of buggy and poorly documented libraries and devices that require far too many power cycles to keep functioning.

    In my opinion one power cycle is too many in the embedded world. Your code should not leak memory. We grew up with BYTES of RAM to use, memory leaks were unthinkable!

    And don’t get me started on the appalling mess that modern engineers can make with functional block inside a PLC, or their seeming lack of knowledge of industrial control standards that have existed since before the PLC.