Live data from Hacker News

Viewing profile — jrdres

jrdres

HN member
Joined
Mon, Aug 19, 2024, 2:11 AM UTC
HN karma
80
Public activity
19 items

About jrdres

No profile information was provided.

Recent public activity

  1. comment
    Comment #48530007

    Chinese apparently was originally always written vertically top-to-bottom. (And then columns would be right-to-left.) Modern Chinese just rotates everything except the characters t…

  2. comment
    Comment #48529656

    Believe it or not, there once was an 8-bit computer with native Arabic. It was a version of the Z-80 MSX series by Al Alamiah called Sakhr. It seems it could switch between English…

  3. comment
    Comment #48288810

    A forgotten point is that modern pixel fonts all assume pixels have a 1:1 ratio: height the same as width, so an 8x8 character box is perfectly square. That's NOT true for many of …

  4. comment
    Comment #48261290

    Interesting. In the 70's & 80's, 8-bit microcomputers had a the same problem as old teletypes: you couldn't type in some ASCII characters even when the computer could display them.…

  5. story
  6. comment
    Comment #47876402

    Huh. Works on Android phone. Doesn't work on desktop, Adblock or no Adblock.

  7. comment
    Comment #47876265

    I'm confused. Should I be seeing something on this site? From the comments, there are apparently supposed to be amazing photos. But I see text, I see black backgrounds, but no phot…

  8. comment
    Comment #47304900

    The CBS field-sequential color system did have one application after the 1950's: it was the system used for color transmissions from the Apollo moon landings. https://en.wikipedia.…

  9. comment
    Comment #46484661

    It runs, but it would be very slow on actual hardware. I tried on a cycle-accurate emulator of a TRS-80 Model I with Omikron CP/M mapper. Most Z-80 machines of the time were 4MHz, …

  10. story
  11. comment
    Comment #43891125

    Thanks for the 8088 version on Github. Any chance you still have the 8080 CP/M version?

  12. comment
    Comment #43870977

    Wildberger has always been this way. Way back in 2007, Marc Chu-Carroll's "Good Math Bad Math" highlighted Wildberger: "This isn’t the typical wankish crackpottery, but rather a de…

  13. comment
    Comment #43745719

    Now seems to be the trend to bring TCP to retro machines from first principles. 8088 PC's already have M Brutman's "mTCP" driver. And DogCow (D. Finnigan) has been working on and o…

  14. comment
    Comment #43596927

    Oh, this is DDA, not Bresenham, for lines. An interesting point about Bresenham's algorithm is made by David Schmenk (dschmenk) on his "Bresen-Span" page: "Take note that the algor…

  15. comment
    Comment #42491361

    The nice thing about 70s-80s computer magazines (and even some books) on archive.org is the relative lack of copyright concern: they're just out there without sign-on and checkout …

  16. comment
    Comment #42489637

    Don Lancaster (outside of Apple) did that. In fact, he ignored the Mac and connected a LaserWriter directly to his Apple II, and programmed in straight PostScript. Used that langua…

  17. comment
    Comment #42472250

    I don't know enough music to tell if this is insightful, or just neat pattern-matching. A few months ago, mathematician John Baez had a series on the mathematics of various tempera…

  18. comment
    Comment #41287632

    One of the first CP/M C's was BDS-C. It's claim to fame was that it compiled the source in-memory, so it was at least that part was nice and fast. Certainly compared to Whitesmiths…

  19. comment
    Comment #41287530

    As other commenters have said, C didn't actually generate fast programs for 8-bit processors, or even 16-bit processors for a long time. C is a poor fit for most of them, so assemb…