Live data from Hacker News

Viewing profile — User23

User23

HN member
Joined
Mon, Oct 17, 2016, 8:10 PM UTC
HN karma
7,081
Public activity
5,909 items

About User23

No profile information was provided.

Recent public activity

  1. comment
    Comment #49093343

    That reminds me of how I had had to cross compile a Linux kernel with a special USB patch to install a system on my Bondi Blue iMac.

  2. comment
    Comment #49093320

    I had a dream as a kid that my parents had finally bought a Color Macintosh. Imagine how heartbroken I was when I woke up. That MacUser issue for the Mac II was basically torture.

  3. comment
    Comment #49043788

    Imagine you find yourself making TC $1M+ a year owning some beloved piece of software. Do you A) tell your management hey it's absolutely perfect as is, let's just chill, leave it …

  4. comment
  5. comment
    Comment #48070892

    I'm really pleased how wildly all the other commenters are misunderstanding this. I was counting on this concept as competitive advantage. But since the algorithm isn't going to su…

  6. comment
    Comment #48070879

    You should read a little book called Games People Play . Focus particular attention on the section on the game "Indigent." This isn't a resource allocation problem, or rather, it i…

  7. comment
    Comment #48070868

    This postulates that policy is set by consensus. Now I haven't done any scientific polling, but my informal anecdotal experience is so overwhelmingly to the contrary that I'm comfo…

  8. comment
    Comment #47829258

    > To build a theorem prover you need to take away some capability (namely, the ability to do general recursion - the base language must be total and can't be Turing complete), not …

  9. comment
    Comment #47829249

    This is all of them, properly speaking. Incidentally, this is pretty much what Algol 60 was designed for and why to this day many academic papers use it or a closely related pseudo…

  10. comment
    Comment #47689899

    How much of Mythos’s internals will researchers be able to recover from the flood of patches?

  11. comment
    Comment #46820486

    I've felt for a long time that the field relies rather a bit too hard on absence of evidence being evidence of absence.

  12. comment
    Comment #46781368

    SillyMUD branches will always have a special place in my heart. Who doesn’t love leveling up in Sesame Street?!

  13. story
  14. comment
    Comment #46001957

    I meant more that symbols are a data structure with function and value slots. Last I knew strings, interned (which is also a Lisp reference) or not don't have that.

  15. comment
    Comment #45966151

    That’s really not true for Lisp. Ruby, like its predecessor Perl, is one of the finer examples of Greenspunning and shows a lot of Lisp influence. Unfortunately I can’t read the ac…

  16. comment
    Comment #45323245

    This has been true in the USA since approximately 1965, at least. Analysis has shown the general public has absolutely no say in policy making; literally everything is for this or …

  17. comment
    Comment #45310792

    Has there been a supply chain attack with an LLM conduit yet? Because that would be spicy and is assuredly possible and plausible too.

  18. comment
    Comment #44611753

    Asynchrony, parallelism, concurrency, and even deterministic execution (albeit as a degenerate case) are all just species of nondeterminism. Dijkstra and Scholten’s work on the sub…

  19. comment
    Comment #44559392

    Some people get literally high when running. Some don’t. The get high types invariably posture as if they have more dedication or willpower. Funny stuff.

  20. comment
    Comment #44446811

    It took decades to gut American consumer manufacturing. Anyone who thinks it can be brought back without pain is deluded. But nevertheless, it’s worth that pain. As the Chinese are…

  21. comment
    Comment #44366076

    Given that we basically use the same technique for censuses today, the ancient ones probably weren’t especially less reliable.

  22. comment
    Comment #44292469

    Next do ticks.

  23. comment
    Comment #44289364

    > You can’t avoid parentheses Well, you can with reader macros, assuming you’re willing to consider an init file that you only look at when you write sufficiently avoidant. It’s no…

  24. comment
    Comment #44289329

    Have you seen LOOP[1]? That example barely scratches the surface too. As for being able to make words mean different things and break grammatical strictures; that’s called poetry w…

  25. comment
    Comment #44277765

    Canonically indented Lisp reads an awful lot like Python. You don’t read the braces, you read the indentation.