Live data from Hacker News

Viewing profile — jecel

jecel

HN member
Joined
Wed, Feb 26, 2014, 1:13 PM UTC
HN karma
819
Public activity
560 items

About jecel

A hacker in the old sense of the word. Designs computers, microprocessors, languages and operating systems.

Recent public activity

  1. comment
    Comment #48584976

    The simplest processors use one clock per instruction with a Harvard architecture. This allows their control unit to be a combinational circuit instead of a Finite State Machine (a…

  2. comment
    Comment #48090850

    I think there were actually 68000 transistor positions. In the ROMs and PLAs not every potential transistor is populated but the missing ones were counted as well. But the number o…

  3. comment
    Comment #47130364

    One chip that could be used as a memory mapper for the 9900 (but wasn't in the TI99/4A) was the 74LS670, which was used in the IBM 5150 PC to allow the 8237 DMA chip to access more…

  4. comment
    Comment #47073837

    Note that RISC5 [1], a project created as a target for Wirth's Oberon compilers, is a different project from RISC-V [2], a project created at Berkeley which became what is currentl…

  5. comment
    Comment #47028090

    We were stuck with 33MHz PCBs for a long time as people kept trying and failing to get 50MHz PCBs to work. Then Intel came out with the 486DX2 which allowed you to run a 50MHz proc…

  6. comment
    Comment #46746261

    The naming of processor sizes is the subject of debate. I call a "pure 8 bit processor" one that has 8 bits for both data and addresses. Like the Kenbak-1. But these are so rare an…

  7. comment
    Comment #46637633

    Michael J. Flynn, best known in the computing world for his taxonomy of parallel computing (SISD, SIMD, MISD and MIMD), passed away on December 24, 2025

  8. story
  9. comment
    Comment #46632516

    Two years after this booklet, the CRT memory it describes was replaced by core memory (becoming the first computer to use that technology).

  10. comment
    Comment #46505230

    Most people are not aware that after the failure of the PS/2 attempt to control the PC market, IBM tried a third time using 7 patents it had for the PC AT (they didn't have any on …

  11. comment
    Comment #46449018

    Here is a one hour talk Stewart gave at the 2016 VCF East (Vintage Computer Festival): https://www.youtube.com/watch?v=Ncnje4DdRxE He mentions that the first year it was a live pro…

  12. comment
    Comment #46403447

    QNX was my operating system from 1985 to 1988. I also studied it in 2000 for a project that ended up getting cancelled. Initially the actual implementation didn't match the concept…

  13. comment
    Comment #46279252

    One issue he mentioned is still true today in Brazil's universities: while in theory you can ask to transfer from one course to another, in practice you have to drop out of your cu…

  14. comment
    Comment #46256655

    Actually, the 68000 had one full (all operations) 16 bit ALU and two more simple (add/subtract, so AU might be a better name) 16 bit ALUs so in the best case it could crunch 48 bit…

  15. comment
    Comment #46256622

    The 68000 actually had both microcode and nanocode, so it was even further from hardwired control logic than the 8086. In terms of performance the 68000 was slightly faster than th…

  16. comment
    Comment #46196263

    They should say on this page that this project has ended. There are some spinoffs people interested in this can look into: https://tinytapeout.com/ https://wafer.space/ https://chi…

  17. comment
    Comment #46147991

    The Indy 500 was actually part of the official Formula 1 calendar from 1950 to 1960, though the two series diverged after that. Some Indy features (refueling, changing tires even i…

  18. comment
    Comment #46111234

    Though a problem, as you point out, it still happened. The 6800 based SWTPC was followed by 6809 machines what need to have all their software reassembled. On the other side of the…

  19. comment
    Comment #45969596

    Thank you for correcting me. I don't know where I heard the story I mentioned.

  20. comment
    Comment #45905756

    My own memory of the events (which might be very wrong) was that a new vice-president of IBM semiconductors decided to drop bulk CMOS and focus exclusively on SOI (Silicon On Insul…

  21. comment
    Comment #45828903

    The VM in Slang had been previously published as part of the "blue book" (now that is what I call open source!) some 14 years before, and as the paper you linked to mentioned, Mari…

  22. comment
    Comment #45760646

    If we label the combinations of the seen and scanned bits as: 00: white 10: gray 11: black then we cam describe it as a very cool variation of the tri-color gc algorithm. https://e…

  23. comment
    Comment #45736151

    > Finally, a programing job that AI won't be able to replace. Well, at the recent VCF (vintage computer festival) Midwest they showed a robot using the Altair's front panel to togg…

  24. comment
    Comment #45727826

    Exactly, but the text has the same instruction sequence twice and the parent correctly indicated that the first copy should have used "lui" to illustrate the problem you mentioned …

  25. comment
    Comment #45725146

    The problem with Self in the 1990s wasn't the lack of sources (I just checked the 1994 Self 4.0 sources and the license looks like the typical BSD one) but the fact that the binari…