• Hacker News
  • new|
  • comments|
  • show|
  • ask|
  • jobs|
  • yuxinking 58 minutes

    [flagged]

  • fodkodrasz 3 hours

    I wonder how NetBSD would work with the hardware, if the mentioned bugs were already fixed there maybe?

    NetBSD has wide old/obscure platform, with a wider community using it somewhat more actively on those.

  • kev009 2 hours

    Another oddly interesting interface related to SMD was IPI. Sun used it for a bit as their high end disks.

  • NooneAtAll3 5 hours

    hug of death

  • elcritch 5 hours

    > SMD disks were first using 11" platters, later 8"; and with a nominal speed of 3600 rpm, thus 60 rotations per second (although Fujitsu later deviated from the norm and had a few drives spinning even faster, at 3961rpm), it took a noticeable amount of power to spin these disks up (and a smaller one to keep them spinning, which one would notice when receiving the bill from the electricity company).

    I wouldn't mind having a few of these to act as backup flywheel batteries. Maybe if civilization crashes these will make a comeback as dual use power & data storage devices. ;)

  • natas 5 hours

    I really like to see those old dmesgs, quite amazing work supporting this in OpenBSD (at the time)

    ninjin 4 hours

    You still see interesting efforts today. Here is a dmesg from a Tadpole SPARCbook 6500 booting 7.9 (released in May this year) that appeared on bugs@ just a few weeks ago (also, note who the person is that responds to that message):

    https://marc.info/?l=openbsd-bugs&m=178663407424547

    You of course also have the absolutely insane luna88k support [1] and I have myself been looking into getting my hands on a landisk [2] box as the Hitachi SuperH CPU is fascinating (I only knew of it from old arcade boards and the Sega Dreamcast).

    [1]: https://www.openbsd.org/luna88k.html

    [2]: https://www.openbsd.org/landisk.html

  • bitwize 5 hours

    The OpenBSD maintainers are heroes for keeping hardware like this running. This is about the time Greg KH might say "yeah, there are like five of these left, zero in actual production, and the code to support them is gumming up the LLMs. I'm just going to take it out of the kernel."

    BlackRabbit1 1 hours

    I'd more bet that they are the critical infrastructure pillar everyone is scared to replace in a super important system, lol.

    Maybe one of it saves the earth rotation control algorithm which the Earth Rotation Service requires for shooting their hidden ion cannons to keep it spinning.

  • 1over137 4 hours

    This page looks quite simple, just plain text and a few photos. why does it render so tiny on an iPhone then?

    assimpleaspossi 19 minutes

    The site is using an obsolete version of XHTML. So it's probably using out of date other things, too, and not targeting phones.

    EDIT: I just checked. There are 77 HTML errors and warnings alone.

    MrVandemar 4 hours

    Because browsers, especially phone browsers, are broken.

    A lot of older websites will look like this on a phone, because they don't have the viewport meta tag, which wasn't a thing until mobile phones became sophisticated web browsers.

    Firefox reader mode will probably render it OK.

    winrid 3 hours

    Chrome reader mode works fine too