Viewing profile — User23
User23
HN member- Joined
- Mon, Oct 17, 2016, 8:10 PM UTC
- HN karma
- 7,081
- Public activity
- 5,909 items
- HN profile
- View on Hacker News ↗
About User23
No profile information was provided.
Recent public activity
-
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.
-
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.
-
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 …
- comment
-
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…
-
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…
-
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…
-
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 …
-
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…
-
comment
Comment #47689899
How much of Mythos’s internals will researchers be able to recover from the flood of patches?
-
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.
-
comment
Comment #46781368
SillyMUD branches will always have a special place in my heart. Who doesn’t love leveling up in Sesame Street?!
- story
-
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.
-
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…
-
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 …
-
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.
-
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…
-
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.
-
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…
-
comment
Comment #44366076
Given that we basically use the same technique for censuses today, the ancient ones probably weren’t especially less reliable.
-
comment
Comment #44292469
Next do ticks.
-
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…
-
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…
-
comment
Comment #44277765
Canonically indented Lisp reads an awful lot like Python. You don’t read the braces, you read the indentation.