Posts by kabel42@polymaths.social
(DIR) Post #B6WkfaWcyCt5JEhU6i by kabel42@polymaths.social
0 likes, 0 repeats
@lobingera why is "recent [python thing] update" always followed by something broke? I want the cool new toy now in python timeline back
(DIR) Post #B6d76ijJw9FAVxjviC by kabel42@polymaths.social
0 likes, 0 repeats
@lanodan @navi Trying (and failing) to get that to reliably work has caused me more headache than debugging a missing ~ on a &
(DIR) Post #B6fLI2LDd3ARYpQX6e by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane wouldn't trying to create god be a bit heretical?
(DIR) Post #B6fLI2mryFHkwaMcCm by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane the marketing claim, that they (want to) create something that can infinity self improve and become more intelligent and capable than humans. A lot of AGI talk sounds like a new god
(DIR) Post #B6g0zwPx6trE3Eh9JQ by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane is just another vm in wasm?
(DIR) Post #B7YfCBje6t2As2p1FI by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane can't you print control characters escaped, like pythons repr?In [7]: print("asd\rqwe")qweIn [8]: print(repr("asd\rqwe"))'asd\rqwe'
(DIR) Post #B7YfCC9WYfjaAIvga8 by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane ok, I'm too dumb for ed :)
(DIR) Post #B7Yjgu54CNdsuTk7hQ by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane @mwl I don't think I can remember that many one letter commands without having to use ed for some time :)
(DIR) Post #B7YjguEzbTa9PGO3Ae by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane @mwl I totally get the appeal, especially for inputting code (changes) you made on a printout
(DIR) Post #B7Ys8CPOxlZ7CmmTke by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane @dm @daniel how would you design a ui with that many option for people who use most of those options rarely but not never?
(DIR) Post #B7ZjDqa4KK3EobLg3s by kabel42@polymaths.social
0 likes, 0 repeats
@travis @spycrab @NanoRaptor what about QuadroMELF?
(DIR) Post #B7ZjDqvh1vLftfSwlc by kabel42@polymaths.social
0 likes, 1 repeats
@travis @spycrab @NanoRaptor I only knew the German "Such Mich Doch" (search for me) for the general trend of SMDs to fling across the room
(DIR) Post #B7hpSA33Z4n9mn9qVc by kabel42@polymaths.social
0 likes, 0 repeats
@amin @rl_dane @moses_izumi tar ... | nc ... ?
(DIR) Post #B7lip9Av3TpwgvglDU by kabel42@polymaths.social
0 likes, 0 repeats
Random shower thought:Does anyone make water heaters that actually measure outlet temperature?It should be easy enough to generate energy from water flow to power a temperature senor and a RF micro to send current and maybe even desired temperature to the water heater and have consistent temperature all the time.
(DIR) Post #B7ljbvTEnTIWNRW5bc by kabel42@polymaths.social
0 likes, 0 repeats
@paul @rl_dane @adamsdesk @orbitalmartian encrypted root still gives you a bit of protection, e.g. it's harder to manipulate stuff but for most people that's very deep in the diminishing returns :)On my stationary PC i have a small encrypted file mounted as loopback device. The chance of an attacker getting at the data while the PC is off is pretty small.
(DIR) Post #B7psWnirquUp7SIXpI by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane you're accumulating miles fast :)
(DIR) Post #B7psWnwL2pGtnEbIp6 by kabel42@polymaths.social
0 likes, 0 repeats
@rl_dane27 MPG (US)8.7 Liter/100kmoof, thirsty racecar or tank?
(DIR) Post #B88iDRwG4w64mHCIjY by kabel42@polymaths.social
0 likes, 1 repeats
Whats the logic behind wireless trackballs. And why does every one have to be wireless? Do I really have to build my own? Also, why do keyboards have replaceable switches but mice and trackballs don't?
(DIR) Post #B8B5JgmaUKpLoaXPzU by kabel42@polymaths.social
0 likes, 0 repeats
@orbitalmartian isn't apt just a more modern easier to use frontend for apt-get/apt-cache/dpkg?
(DIR) Post #B8JBYAEJX071Pm2Fwe by kabel42@polymaths.social
0 likes, 0 repeats
@kondziu some programming languages need them to delimit commands instead of a newline, likefor file in *; do echo $file; done:BlobCatBlep: