Viewing profile — GeorgeTirebiter
GeorgeTirebiter
HN member- Joined
- Sun, Dec 27, 2009, 1:47 PM UTC
- HN karma
- 1,196
- Public activity
- 658 items
- HN profile
- View on Hacker News ↗
About GeorgeTirebiter
No profile information was provided.
Recent public activity
-
comment
Comment #49135038
Unfortunately, Tyrell is incorrect. https://www.replacementlightbulbs.com/ohmslaw.html which gives the equation: Life(actual) = Life(rated) x ( V(rated) / V(actual) ) ** 13 NOTE th…
-
comment
Comment #49134833
me too. Those things were built to last - and they do.
-
comment
Comment #49093101
I bet you do, or you will. In my case, I had been getting movie recommendations from friends and also randomly. I'd look up the flick on IMDB, metacritic, and rotten tomatoes and I…
-
comment
Comment #49061345
Yes, it IS confident of its weights & biases... but, if you keep at it, Claude WILL find the smoking gun, eventually. Even a broken watch is correct twice a day ( unless it's a dig…
-
comment
Comment #48952580
https://archive.org/details/Programming_the_Z-80_2nd_Edition... is where I learned about the "W" and "Z" registers -- if you don't know what they do, I won't spoil your fun reading…
-
comment
Comment #48823986
I take the previous point about missing MMX / Vector instructions. Presumably, that's a straightforward optimization, when code is vectorizable? That is, yes, it would be nice to h…
-
comment
Comment #48821452
MMIX uses register windows to make stack frame pointer offsets unnecessary when referring to PUSHed arguments. Don is trying to make the algorithms understandable and correct, and …
-
comment
Comment #48399064
This is exactly correct. Low 10s of kHz is quite functional for machines moving in human space / speed. If one is trying to do some assembly line (max # of operations per second), …
-
comment
Comment #48242050
Wow, the Python folks do not want to entertain different goals for the language, it would seem. I still remain interested in whether it makes sense to add features to Python anymor…
-
comment
Comment #48238954
Absolutely serious question: is anybody actually writing code anymore? (Reviewing it, architecting it, sure -- we do that). But writing code? If NOT, then seems to me, what we want…
-
comment
Comment #48160998
Paul Graham? ;-)
-
comment
Comment #48058512
If we used it more than just "ok look it works, we'll standardize on this internally" we'd have been happy to buy it, as we all other open source that has a donation option. We wer…
-
comment
Comment #48058494
It was written in older version of PySimpleGUI -- it just stopped working! Pretty annoying.
-
comment
Comment #48053632
Now, if only the LoC would recognize the brilliance of the Fossil SCM ....
-
comment
Comment #48053519
I had heavily used PySimpleGUI in various work projects, and one day, when I had to run some older piece of code I had not run in a while, I get a notice that PySimpleGUI won't wor…
-
comment
Comment #47682433
Excuse my ignorance, but does this functionally mean we can treat this as a 'microkernel' a la minix? I always liked the 'tiny protected subsystem' in Ring 0, then a Ring 1 for Dri…
-
comment
Comment #47657471
A bit surprised Sussman's and Wisdom's book hasn't yet been mentioned: https://mitpress.mit.edu/9780262028967/structure-and-interpr...
-
comment
Comment #47557813
i let v0 = 0.616 u + 0.291 v - 0.135 let v1 = if 0 > v0 then 0 else v0 is there something 'less good' about: let v1 = if v0 Am I the only one who stutter-parses "0 > value" vs my c…
-
comment
Comment #47495096
yes, and, fortunately -- even the frogs have enough awareness they actually jump out before they are boiled.
-
comment
Comment #47373356
It's possible. I don't know. My tone comes off as support Elon, and I do not, at all. I've seen first-hand almost all of these tactics while I was at . I'm observing that some peop…
-
comment
Comment #47373292
BIG Head.
-
comment
Comment #47370622
Karparthy worked for Elon for, what, 5 years? How did he do it, if Elon is Ivan the Terrible?
-
comment
Comment #47157491
I have always disliked the := as assignment operator convention. In these declarative languages, assignment is done frequently. There is little cognitive load to using '=' as assig…
-
comment
Comment #46927341
One other helpful frame: I consider LLMs simply to be very flexible high-level 'language' Compilers. We've moved up the Abstraction Chain ever since we invented FORTRAN and COBOL (…
-
comment
Comment #46927303
I want to be in your camp, and am trying hard. But the OP's blog entry should at least give us a moment to "respect the dead". That's all he's asking, I think.