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

help-circle


  • My biggest worry for this is, there’s probably dozens of black hats out there that have found some very large exploit for Windows 10, and are holding off on abusing it until the day Microsoft ends support.

    Currently, my plan is to make a partition for Linux Mint, set up dual boot, see how much of my daily computer obsession I can execute through there, and then try to slowly transition while slowly moving stuff from Windows. (I am vaguely worried I’ll run into that Windows issue where files accessed from outside the OS login are security-restricted. That has even screwed up my Windows reformat fixes)



  • Citing SASS feels like “Who codes HTML when we have Dreamweaver” type of comment.

    SASS just translates your styles to CSS, so even if you write one simple line, it’s polyfilling 13 - and for various technical reasons it’s better if one line polyfills one line for consistency. Just to give one example, an app might bloat its page load by inadvertently having 1MB-large CSS files post SASS translation.

    I’ve heard the comment about “not keeping up, wasn’t working” in regards to Edge several times, but I haven’t heard any concrete examples of that that didn’t relate to Chrome flexing its position or jumping the gun on standards. It’s even realistic a large percent of that was people, web devs included, having trailing feelings of “Ugh, IE - I mean Edge” long after that stopped making sense.


  • You can get Firefox and Opera on the Windows Store. Ostensibly, this is how every other OS works now, although on Linux it’s usually less of a storefront with Candy Crush pushed up front, and more like a commandline entry to get apps by known name.

    I think people are just used to the Windows colloquialism of not having a central store, thus getting every app on the web through an installer file - and then, through meaningful distrust and horrific memories of Windows 8, choosing not to use that store when it was added.


  • I agree with you completely on their over-pushiness. They could do without that.

    But the first time choice thing doesn’t sound tenable long-term to me.

    Welcome to SuperOS! What would you like to use as your web browser? E-mail reader? Calendar app? PDF viewer? Image viewer? File explorer? Porn viewer? Weather app? VPN?

    I can think of distros/OSes that, depending on the use case, people really appreciate having something pre-installed for them. And yes, other times people would prefer their own. But imagine amateur users making a pick from that constant stream of questions, not to mention having weird incompatibilities if they make bad choices.


  • I’m a web dev, fully disagree with you. I don’t even think this comment is based in any reality, just MS hatred (which, to be fair, I currently hate them for other reasons, but it’s a big company with many parts)

    I warned my colleagues against doing all development and testing in Chrome, because they would inevitably code towards “Webkit features” unknowingly, and leave both Edge and Firefox in the dust. I set up Edge as my default because, in an effort to catch up in popularity, they were being very strict and communicative with standards. If I wrote a page to work in Edge, it would work in other browsers. Meanwhile, there were horrific features like linear gradients that needed a full 15 lines of CSS specifically because Webkit would implement it, realize their implementation had gaps, reimplement it, and end up with 14 used-in-release syntaxes that you needed to account for, instead of the Edge/Firefox “Build it right” philosophy.

    I sincerely doubt the current YouTube situation is actually because YouTube is a complex site. 90% of the motivation for whatever feature they’re putting in is to push Chrome and fuck over other browsers.







  • I’ve definitely had some of those issues. I won’t count an old issue where my GPU needed a special connection to attach audio to its DVI output (rare oddity). Some others:

    • Most computers would need to swap default audio device between whatever you use at a desk, and the TV registered as an HDMI audio device.
    • Bluetooth connections to arbitrary controllers have gotten better, but they had often needed manual enablement each time through mouse-based menus or a number of firmware updates to work with Windows/SteamOS.
    • My Steam Deck, even in its current iteration, takes some time to recognize the connected TV and swap resolution.
    • The mouse cursor issue can come up if you had to do any mouse-based option swapping, like that thing with audio devices.

    I’ve definitely gotten it working and had a blast, but the number of button presses to get to starting the game can sometimes be hard to predict. Even when I had a computer dedicated to the TV (a long time ago when SteamOS was fledgling) it was pretty unreliable about having all the right updates and not needing a mouse.


  • On the idea of random drives: Many of them might not be able to read the encryption on Playstation discs. I could be wrong, but I think the way they operate involves more than just software encryption. Sony is best off making their own. Hence why pirates burn special copies.

    On reading prior generations: I think they’d be capable of reading those if they wanted, but running old Playstation games is more a matter of correct CPU architecture. Most of us have played old games on the new consoles, but often there’s a bit of manual porting/emulation logic going on to get it working - so the package delivered from PSN isn’t exactly would come from an old PS2 disc.




  • What makes me angry here is, I am 90% sure the browsers could code against this.

    If the user clicks a control on a webpage one time, the stack can declare “One user click! You have earned yourself One (1) navigation.” Then, the click activates some JavaScript that moves you to a new webpage. That new webpage has an auto-loader redirect that instead runs a 300ms timeout, and then takes you to some other page. The browser, meanwhile, has seen this, and establishes “We are still only operating off of that One (1) click. So, instead of adding a new page to the user history, we’ll replace that first navigation.”

    I have yet to hear a satisfactory reason as to why that’s not possible.