Live data from Hacker News

Viewing profile — qohen

qohen

HN member
Joined
Wed, Dec 10, 2008, 1:36 AM UTC
HN karma
1,152
Public activity
556 items

About qohen

No profile information was provided.

Recent public activity

  1. comment
    Comment #48712908

    Spaceballs: The New One is scheduled to be released by Amazon MGM on April 23, 2027 [0] [0] https://en.wikipedia.org/wiki/Spaceballs:_The_New_One

  2. comment
  3. comment
    Comment #48395825

    A couple of sites worth checking out to level up, both by Markus Winand: https://modern-sql.com/ https://use-the-index-luke.com/

  4. comment
    Comment #46687444

    The toll was significantly higher -- this is from a 2017 BBC article [0]: The Chinese army crackdown on the 1989 Tiananmen Square protests killed at least 10,000 people, according …

  5. comment
    Comment #46664830

    And one other thing: just because early Prolog interpreters were implemented on punchcards doesn't mean that Prolog programs run by those interpreters needed to be. It's quite poss…

  6. comment
  7. comment
    Comment #46664753

    By 1979 at the latest -- probably closer to 1975 -- the primary Prolog implementation of the day (Warren's DEC-10 version) had an interpreter, where you could load files of code in…

  8. comment
    Comment #46664671

    The following is from David H.D. Warren's manual for DEC-10 Prolog, from 1979 [0]. It describes how Prolog development is done interactively, by being able to load code in dynamica…

  9. comment
    Comment #46654168

    Languages like Prolog just don't offer that sort of freedom. Yes, they do -- that's why people have enjoyed using such languages. It might help to think of them as being like very-…

  10. comment
    Comment #46653467

    ROFL. Like Lisp and Smalltalk, Prolog was used primarily in the 1980s, so it was run on Unix workstations and also, to some extent, on PCs. (There were even efforts to create hardw…

  11. comment
    Comment #46653255

    ...these things were mostly written(and rewritten till perfection) on paper first and only the near-end program was input into a computer with a keyboard. Not if you were working i…

  12. comment
    Comment #46631959

    Great name -- good luck and...all the best.

  13. comment
    Comment #46311288

    If you want more Ed Zitron analysis/commentary on AI, AI companies, etc. you might want to check out his blog: https://www.wheresyoured.at/

  14. comment
    Comment #43468374

    with a good hosted option (atlas). From less than 2 weeks ago: "How MongoDB Atlas’s Forced Upgrades and Support Policies Drove Us to PostgreSQL" [0] -- TL;DR: MongoDB lost a $50K/y…

  15. comment
  16. comment
    Comment #42327436

    FYI, the term was first used in Britain in 1750, according to the term's Wikipedia page[0], which discusses how the term was used in different countries in a neutral way until abou…

  17. comment
    Comment #42301293

    That's not likely to be a problem since these days every board game has a number of instructional videos (and that's in addition to video reviews, which typically show how a game w…

  18. comment
  19. comment
    Comment #42106101

    From the Leo Frank Wikipedia page [0]: "In modern times, despite strong evidence pointing to Frank's innocence, the case has become a modern focal point for neo-Nazis and anti-Semi…

  20. comment
    Comment #41393510

    Just a reminder that HN's official "Who is Hiring?" post is put up on, or about, the first of each month. So the September post should be up by next Tuesday at the latest (i.e. ass…

  21. comment
  22. comment
    Comment #41247665

    Started with Windows 10.

  23. comment
    Comment #41222581

    Well, for starters, you don't have to have your apps containerized to work with Nomad (though it can handle containers as well as executables). But for some deeper details, I'd sug…

  24. comment
    Comment #41200077

    Nomad, from Hashicorp, comes to mind. https://www.nomadproject.io/ https://github.com/hashicorp/nomad

  25. comment
    Comment #41074462

    BTW, for anyone interested in learning more about Lisp macros, Paul Graham's book about advanced Lisp programming, On Lisp , covers the topic pretty extensively and it's freely dow…