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

help-circle



  • If Signal didn’t alienate a large number of users by removing SMS maybe switching would be more viable.

    This. I hate Whatsapp, but I have to use it because that’s what everybody else (where I live) uses, so either I cave, or be Incommunicable by everyone and get used to explaining why while sounding like a dork.

    I used Signal because, although a very small set of friends used it, I had an excuse to keep it because it handled SMS, and so I could keep it in the hopes that eventually WA would shoot itself in the foot and people would finally migrate, but since they removed SMS, why the hell would I hold on to it if I’d have no reason to other that I like it?


  • Hold on, is that for real? Like, for Unity games developed years (maybe over a decade) ago, developers would need to start to pony up if they’re installed now? I thought that pay by install thing was just for licensing contracts from now on (not that this isn’t bullshit too, but at least people could just move on to another engine).



  • Yes, you are right, on all accounts. Pretty much all of cloud infrastructure is built on Linux, including Microsoft’s Azure, except when you have apps deployed there that are based or dependent on legacy (.NET Framework and older stuff) or proprietary (AAD and stuff like that) Microsoft tech, but again, those are becoming more and more the exception rather than the rule. On-prem setups tend to be more mixed between Microsoft and “other” stacks, but Microsoft hasn’t had the lead for a long time even there.

    And you’re absolutely right, Android runs on the Linux kernel; although the userspace is not pure GNU, the fact that Android runs on Linux is 100% relevant to the discussion since Linus is the lead maintainer and creator of the kernel.

    The OC clearly has some bone to pick with Linus, I’m outta here.


  • Someone apparently doesn’t know how Bill Gates actually got his start or how Apple started. “Money and power.”. Bill Gates snuck into a library to learn about computers. Apple started with a group of people in a damn garage.

    How one started is irrelevant to the discussion. A lot of big companies out there had humble beginnings. It’s about what those guys turn into once they hit it big. And the thing is, Linus never really hit it big, not in the way that Jobs or Gates did, because he was always content to be the tech / architecture guy instead of moving up to more higher-level management roles, which is where the money tends to be.

    For all their humble beginnings, Jobs and Gates were ruthless when they hit it big. Go read one of the biographies of Jobs - he was a notoriously difficult guy to work with, and was needlessly an asshole very often. Also remember that Apple wasn’t just Jobs; at least half of its early success is due to Wozniak, who is still beloved by everyone to this day, because on top of being a brilliant hardware and software engineer, he isn’t and wasn’t a dick.

    I’ll cut some slack to Gates though - as ruthless as he was on his days as CEO, with his philanthropy on the past decade or so he has been at least trying to atone.

    Apparently not good enough that Linus thought it was good enough to continue being an asshole. Pat on the back to him.

    He didn’t. Did you miss the part where I said he got therapy? He even went so far to apologize, which is more than you can say about most of those tone deaf, narcissistic sociopath CEO types.

    Great? Ask enterprise companies and hospitals how secure and reasonable Linux seems for their business models.

    I’m not even sure what’s your point here. Sure Linux isn’t applicable to all kinds of business or how they’re built. How that invalidates what I said about the server market?

    Yeah this one is a joke. Linux is far from ready for the mobile world at least for phones.

    What? So you’re completely ignoring that the largest mobile OS on the market is built on Linux?


  • The same as Steve Jobs and even Bill Gates.

    In my opinion, not the same as these guys. Jobs and Gates were assholes because they got fuck you money and power, so they were assholes for being assholes’ sake. Linus was an asshole, but he usually had good reasons for acting like that, usually technical, common sense and no-nonsense driven. Sometimes I miss the time before he got therapy or whatever. It was amusing and cathartic to see him roasting some guys because he was right more often than not.

    Glad we can celebrate a system that just isn’t quite there yet.

    What are you talking about? I mean, if you mean Linux on the Desktop, sure, but nobody who uses Linux on the IT sector cares too much about that. Linux has won on the server arena for a long time already. E: And then there’s also the mobile and embedded market. If you think about it, desktop is the only part in tech that Linux has yet to gain ground.


  • Same here. In fact, I bought my Legion (which btw I feel like it was a good choice on OPs part because I believe Lenovo’s laptops tend to have better cooling engineering in general, for whatever laptop category, compared to other brands) to serve first as a work laptop, and then some gaming on the side, which I’m not too picky about because I don’t really play on PC that often anyway. My reasoning for that is that the business laptops I had been looking before going with the Legion were frankly overpriced crap with limited expandability, shoddy components and build, and full of built-in bloatware pre-installed. I find that gaming laptops tend to have higher quality components and slightly better expandability, so it was a win all around.






  • The closest thing to an explanation I could find online just said “legal issues”, but didn’t go into details.

    I don’t think that makes sense, or at least it doesn’t properly qualify the problem. BIOS is a set of baked-in software routines that mediate certain operations between software and hardware. In theory it could be reverse-enginereed and thus emulated just like the rest of the hardware is. In fact, many of the more simple systems (like 8 or 16-bit consoles) have their BIOS emulated. But for more advanced or poorer documented systems, there are, in my view, two problems with that:

    • If your reversed engineered version of the BIOS has bugs (and during early stages of development, it would have a lot), the ways in which these bugs could present themselves makes the situation ambiguous, because it may be hard to know, from the symptoms, whether the bug is on the BIOS or on the hardware emulation. So developers just use the official BIOS because then if you see bugs, you know for sure the problem is on the hardware emulation. And also, reverse engineering the BIOS would require a lot of effort that developers would probably rate as low priority given they could use a perfectly functional BIOS and avoid a whole lot of other technical problems as per above. I mean, for many systems, hardware emulation is a problem already complex enough;
    • Depending on the system, the BIOS code could be so simple that a reverse engineered version of it could conceivably be so close to the actual official code that it could, yes, trigger a copyright suit from the creator.




  • Wikipedia and other places says 1984 - I think 1983 is when development started. I wasn’t quite sure how much RAM the BBC Micro had, so I played safe and went with the ZX Spectrum’s configuration, which I had, although thinking about it now, the way the Speccy mapped memory meant that it actually had about 32Kb useable RAM as well. I don’t know how the BBCM mapped memory, so I’m not sure if a similar situation applied (less actual available memory).


  • To properly qualify how groundbreaking Elite was for the time, for those who don’t know it: it was a space sim that simulated 8 galaxies with 256 star systems each, each system with a star, a planet, and a space station each. All of that was wireframe-3D rendered, had a lot of complexities like different ship and enemy types, different playloops like trading, mining and combat, and it was one of the few games of that time that pioneered open-world gameplay.

    This was initially released on the mid-80’s for 8bit computers of the time, which had anything between 48Kb to 128Kb of RAM, and thus, the game binaries was also that small - they accomplished that by also being one of the few games of the time that pioneered procedurally generated content.