Viewing profile — qohen
qohen
HN member- Joined
- Wed, Dec 10, 2008, 1:36 AM UTC
- HN karma
- 1,152
- Public activity
- 556 items
- HN profile
- View on Hacker News ↗
About qohen
No profile information was provided.
Recent public activity
-
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
- comment
-
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/
-
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 …
-
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…
- comment
-
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…
-
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…
-
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-…
-
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…
-
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…
-
comment
Comment #46631959
Great name -- good luck and...all the best.
-
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/
-
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…
- comment
-
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…
-
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…
- comment
-
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…
-
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…
- comment
-
comment
Comment #41247665
Started with Windows 10.
-
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…
-
comment
Comment #41200077
Nomad, from Hashicorp, comes to mind. https://www.nomadproject.io/ https://github.com/hashicorp/nomad
-
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…