HackerTrans
TopNewTrendsCommentsPastAskShowJobs

P-Nuts

no profile record

comments

P-Nuts
·25 dagen geleden·discuss
Oh and Malta was a proper holiday too, recommend the Lascaris war rooms, Mdina, and the boat trip to Gozo
P-Nuts
·25 dagen geleden·discuss
I’ve already visited all of them except Monaco, but not all in one go, just gradually across the years. Andorra I went skiing in, Vatican was a side quest in Rome, Luxembourg I just went for one night on a whim, Liechtenstein was a side quest from Zurich, and San Marino was a side quest from Bologna.
P-Nuts
·vorige maand·discuss
brew install notunes

Another fix for this bollocks
P-Nuts
·2 maanden geleden·discuss
I have, numerous times, written significant portions of a various features within much larger products.
P-Nuts
·2 maanden geleden·discuss
I don’t find old reddit usable on a phone. That said I don’t find new reddit usable on anything.
P-Nuts
·3 maanden geleden·discuss
Is there any word on how the Artemis II heat shield fared, after the tweak to the reentry profile?
P-Nuts
·3 maanden geleden·discuss
I haven’t tried juggling for decades but I did manage to teach myself basic three-ball juggling when I was at university (any excuse to avoid revising!)

I think it took me a couple of weeks though. I’m a bit malcoordinated for that sort of thing in general. I think you’re right that there’s some sort of natural aptitude that not everybody has. Fortunately basic juggling is just about easy enough that almost any idiot can do it.
P-Nuts
·3 maanden geleden·discuss
The heat shield on Artemis I didn’t fail in the sense that were there a crew they would have died
P-Nuts
·4 maanden geleden·discuss
Have a look at this recent Scrabble video where Claude plays semi reasonably and ChatGPT goes crazy https://youtu.be/8opLB1D_RYY (skip to 6:50 for the insanity)
P-Nuts
·4 maanden geleden·discuss
I was only granted permission to use it a few weeks ago and haven’t had time to set it up yet
P-Nuts
·4 maanden geleden·discuss
To get both blinkenlights for registers and tri-state for bus driving, use two ’574 chips in parallel rather than a ’377 behind a ’245. Tie the clock and input lines together on both. Tie the output enable low on the one driving the blinkenlights. This way the chip that the rest of the CPU depends on doesn’t have the extra work of driving any load and you only have one chip’s worth of propagation delays.
P-Nuts
·4 maanden geleden·discuss
You just define the structures in terms of some e.g. uint32_le etc types for which you provide conversion functions to native endianness. On a little endian platform the conversion is a no-op.