Live data from Hacker News

Viewing profile — jdswain

jdswain

HN member
Joined
Thu, May 05, 2011, 9:36 AM UTC
HN karma
373
Public activity
177 items

About jdswain

Remote Software Architect.

[ my public key: https://keybase.io/jds; my proof: https://keybase.io/jds/sigs/JuHXXIhuefdZjpeFytCS4YvxdoIa6SnkDjV3wcoAB9c ]

Recent public activity

  1. comment
    Comment #48835788

    Looks like many (all?) branches are missing. Central line doesn't have the Ealing Broadway branch.

  2. comment
    Comment #48812243

    It should be possible to build a custom cartridge to use some of that 8MB address space for RAM.

  3. comment
    Comment #48692500

    While I'm sure this was built for fun, you have to wonder if maybe some of these tools could be useful again. With the increased power of modern computers, and some additions of mo…

  4. comment
    Comment #48617517

    I've been through similar, don't give up trying to find a solution. I've recently found what mine is, and am doing much better now. Everyone is different, be careful with advice on…

  5. comment
    Comment #48548749

    I tried clover. Eventually it just got replaced more and more with grass, now there's not much there. It was meant to be more drought tolerant than grass, but it didn't work out th…

  6. comment
    Comment #48527659

    One thing that I don’t think the article mentions is how many times a screen could be used?

  7. comment
    Comment #48441251

    Make sure you look after your own health too, if you lose that it’ll be a lot harder to help those around you.

  8. comment
    Comment #48390443

    I'd like to see the same thing applied to desktop computers, a Mac Neo maybe. The Mac mini has moved up the cost/performance ladder, there's room at the bottom for a simple, low co…

  9. comment
    Comment #48341894

    In a way it's not a joke. I was just considering that myself. I pay for a M365 family license, but when I think about it, I could do everything I actually use it for in Numbers and…

  10. comment
    Comment #47979140

    Preview.app in NeXTstep used to have a postscript window where you could type in postscript (or paste it in) and interactively work with it. It was an essential development tool to…

  11. comment
    Comment #47919542

    Yes, very similar to what you did with the script, but I’d guess you could enter a small routine into memory with the monitor then jump to it to execute. This would be faster than …

  12. comment
    Comment #47915687

    Really good presentation, although I was nerd-snipped just by the title (which is incorrect, it's Coherent, not QNX). It's great we live in a time where enough information is avail…

  13. comment
    Comment #47624370

    I did. The only Playboy magazine I ever bought contained an interview with Steve Jobs. Unfortunately I lent it to a friend and never got it back.

  14. comment
    Comment #47459351

    Which is somewhat akin to downloading one today. If, however, that same kid started small, with a data model, then added calculation, and UI and stepped through everything designin…

  15. comment
    Comment #47329433

    Our Graphics Lab at University used to be in an old house opposite a fish and chip shop. The people at the fish and chip shop were suspicious of our lab as all they saw was young m…

  16. comment
    Comment #47203773

    The windows 95 user interface was 'inspired by' the NeXT user interface, and to some degree the Mac UI. Microsoft had a NeXT computer to copy off, even though they wouldn't develop…

  17. comment
    Comment #47028289

    There has been some discussion around this, and Lee Davison is no longer with us so that makes it more difficult. It appears from the source code that Lee's independent basic is hi…

  18. comment
    Comment #46930422

    I treat code quality, and readability, as one of the goals. The LLM can help with this and refactor code much quicker than a human. If I think the code is getting too complex I cha…

  19. comment
    Comment #46759004

    There's a selfish case for the wealthy to care about this: rising tides lift all boats, including theirs. When the bottom 80% are struggling with housing insecurity and desperation…

  20. comment
    Comment #46429445

    Also where Jim Gray was sailing too when he went missing. His yacht has never been found. https://en.wikipedia.org/wiki/Jim_Gray_(computer_scientist)

  21. comment
    Comment #46199074

    Software Development is much more than writing code. Writing code may have become 90% easier, but a lot of the other development tasks haven't appreciably changed due to AI, althou…

  22. comment
    Comment #45791899

    Commissions were different back then. I worked part time selling computers around 1990 and a little earlier, margin on computers was moving down, but was as high as 50%, I recall i…

  23. comment
    Comment #45763677

    What sort of systems do you work on to require this kind of traffic volume? I've worked on one project that I'd consider relatively high volume (UK Post Office Horizon Online) and …

  24. comment
    Comment #45754834

    (Hi Andrew) It's the misuse of OO constructs that gives it a bad name, almost always that is inheritance being overused/misused. Encapsulation and modularity are important for larg…

  25. comment
    Comment #45120875

    It's likely that is is mostly just the standard Microsoft Basic with some modified I/O routines. Since Microsoft Basic is now under the MIT license you are free to modify the code,…