• 5 Posts
  • 557 Comments
Joined 3 years ago
cake
Cake day: June 16th, 2023

help-circle




  • At this point I think a lot of people, OP included, would tolerate plenty more noise as long as it isn’t “everything sucks and you should be mad about it!”

    Yeah, signal is better than noise, but the signal itself becomes noise when it’s all so damn much doom and gloom and aggression and frustration and generally negative emotions. It’s not healthy to constantly drink from the fire hose of “this is everything wrong with everything”

    And as an aside, I find that the quality of conversation around a lot of the political “signal” has been slipping too.



  • wizardbeard@lemmy.dbzer0.comtomemes@lemmy.worldPov: My Crush
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    22 hours ago

    Looks to me like an out of focus shot of Joey, the guy that wrote the “a softer world” comics, sitting on the ground.

    It’s more of an artsy webcomic than necessarily a comedic one, although there are plenty of funny ones. Some of them are more musings about the world than anything else, as I feel this one is.

    This is a particular message that stuck with me in the more than a decade since I first read it, and it’s damn good advice.



  • I would expect so given that the Sonic 3D Blast “director’s cut” romhack looked like they may have been building it on top of a source code backup instead of hex-editing or reverse engineering.

    Personally, I feel like it’s not too fair to hold that against a known developer where this stuff is attached to their real life identity. I’ve always thought that if I ever did indie game dev that I’d make part of the contract that everything would go open source etc after say a decade. That said, especially for licensed games built by a company instead of one guy solo, the reality of contracts and legality isn’t that cut and dry.

    Maybe someday they’ll end up on the open web, but even if they do I’d be shocked if a dev just went “I’m dumping all my dev copies/content publicly with my real name! Come at me lawyers, I ain’t scared!”.


  • Fair enough. I work in IT but endpoint config and group policy isn’t my area at work, so most of my experience is with my personal computers at home. I at least usually hear the latest bullshit Microsoft is pulling from our endpoint management/config guy.

    I should also bear in mind that I stripped down and customized the hell out of the install media before I last installed Windows on any of my devices, and I’ve run a shit ton of other customization/privacy/debloat tools afterwards as well. Usually by examining the policy and registry edits or PowerShell code they run and just picking and choosing parts for myself. Lots of good tools out there, but none I trust to do exactly what I want with no oversight or investigation.

    I’d still say that Group Policy is usually the best option for configuration shit sticking though, due to it being Microsoft’s “business side” solution for endpoint config for quite a while now.





  • It’s literally the test run/marketing push for this open source chip. Yes they will be available outside of just being built into the badge. On other forums there are people who pre-ordered the chip (before it was announced to be used in the badge) who are saying they have confirmation their order shipped.



  • If you work at a company where all of its offices are in the same time zone and you’re time-stamping logs, then it’s more expedient for understanding and placing an event in time against other things to use local time.

    Unless everything is already standardized as GMT with offset I guess, but I feel like down that route lies madness.

    “I got your email at 20:37:45-7:00” is a few more steps than “I got your email at 1:37PM”.

    It’s not a big hurdle, but I try to design for the newest member on the team scrambling in panic rather than a calm cool professional already familiar with conventions.

    Now, as soon as we do start dealing with multiple time zones I would just cut my custom time formatting string down to the shorthand to have the scripting language output in the full ISO 8601 format. But until then, being able to easily sort the the date properly and having the time be more human readable is a more “workable” compromise.