spoiler

made you look

  • 0 Posts
  • 43 Comments
Joined 9 months ago
cake
Cake day: July 27th, 2024

help-circle







  • So in the same week back in 2013 I did 2 things.

    1. Buy a Star Citizen package with the game and a ship with lifetime insurance
    2. Buy a 3 pack of hand built laser pointers from a local online store

    Now the price wasn’t exactly the same, but close enough that I considered them equal. A week after buying the laser pointers I get an email saying that parts were on back order and there’d be a delay.

    A week after that, their entire online store presence vanished, and they stopped responding to emails about my order.

    To this day I’m still more salty about the laser pointers, since at least RSI keep sending me emails with updates.


  • 2011? That’s basically last week right?

    Support for it (and UEFI ) came with their push into servers, they were forced to make the platform a lot less special and more general purpose like x86 traditionally has been.

    End user facing hardware is a different matter though, like I know you can boot the Raspberry Pi via UEFI/ACPI (It builds the ACPI tables in the bootloader), but then Apple doesn’t use it at all for their ARM hardware and it uses something closer to a modern OpenFirmware.


  • I think x86 is basically the only platform that’s used ACPI, other hardware usually ships a fixed hardware list in firmware that the bootloader/kernel can read (Since it’s not like the motherboards are modular, e.g. the RTC is never going to randomly be connected to a different controller)

    Historically ARM didn’t even do that, it was mostly used in tightly linked systems so you’d just build those assumptions into the software itself (e.g. a Gameboy always has a directional pad on specific pins, so you just read those pins directly) I remember the early days of the Raspberry Pi involved device dependent kernel images because they had to code the specific initialisation routines into the drivers, it took a while for them to gain “device tree” support so you could have a generic kernel.







  • Probably ~15 years ago I knew a guy who used to help run a large local forum, one day without warning they got cut off entirely by Google because they decided some of their content wasn’t suitable to run ads against, so that was it the entire site got blocked.

    Ended up having to break the site into 2 separate domains, one advertiser friendly, and one they wouldn’t touch.


  • A place I worked at did it by duplicating and modifying a function, then commenting out the existing one. The dev would leave their name and date each time, because they never deleted the old commented out functions of course, history is important.

    They’d also copy the source tree around on burnt CDs, so good luck finding out who had the latest copy at any one point (Hint: It was always the lead dev, because they wouldn’t share their code, so “merging to main” involved giving them a copy of your source tree on a burnt disk)