HackerTrans
TopNewTrendsCommentsPastAskShowJobs

243423443

70 karmajoined 5 anni fa

comments

243423443
·6 giorni fa·discuss
Thanks for the translation.

I am actually very much in favor of Active Speed Limiting. From a safety perspective and in order to make driving less attractive in comparison to public transportation and other alternatives.
243423443
·2 mesi fa·discuss
AFAIK, the code of the network "plugin" is dynamically loaded, but the version string is hardcoded in Bambu Studio. The analogy is not exactly right IMO; the browser is not restricted to a specific website or a specific version of that site.
243423443
·3 mesi fa·discuss
That, and wear a sweater with a stop sign on it.
243423443
·3 mesi fa·discuss
I have to say this was how I used GitHub copilot in vscode. I Used opus 4.6 for most tasks. I am not sure I want to keep my copilot plan now.
243423443
·9 mesi fa·discuss
I made a similar thing for my adult flatmates when I was still a student. I was less 8bit and less a game, but the same priciple.

The incentive was a slight rent reduction at the end of each month.

It completely failed to motivate my friends to do more chores, but it landed me my first job.
243423443
·9 mesi fa·discuss
Did you read Seveneves by Neal Stephenson? In the second part of the book, they use this and related technologies.
243423443
·9 mesi fa·discuss
I just clicked the temperature thingy in annoyance because I don't use Fahrenheit and to my delight, it just switched to Celcius
243423443
·10 mesi fa·discuss
Care to explain?
243423443
·anno scorso·discuss
5040 years is a long time ago.
243423443
·anno scorso·discuss
The images look weird. The faces are scary.
243423443
·2 anni fa·discuss
I had a similar experience. Until I started exercising, I had very bad pain in my shoulders and neck from too much desk work. Every couple of weeks I would develop a "stiff neck". I also had pain in my wrists occasionally.

Lifting weights for one hour twice a week has alleviated my problems completely. I feel healthier than ever!
243423443
·2 anni fa·discuss
Google Photos has that. But I guess you mean locally?
243423443
·2 anni fa·discuss
They did not have the power or technology to move stars.
243423443
·3 anni fa·discuss
I enjoyed the writing style.
243423443
·3 anni fa·discuss
[flagged]
243423443
·3 anni fa·discuss
> A circular economy of crypto does exist - it’s small vs. the speculation, but people do receive crypto and spend crypto without ever cashing out to fiat.

Can you provide examples that do not involve extortion or drugs?
243423443
·3 anni fa·discuss
I overheard a conversation just this morning where a young man was explaining to his friend that he was from Chzechnya, not Czechia. This apparently resolved a lot of questions for the friend.
243423443
·3 anni fa·discuss
I did not know that protocol ossification was a such a thing. Thanks for the link, it's an interesting article.

It says that middleboxes near the edge are more likely to be the cause of ossification. Are there any stats about that? Such as some manufacturers or software companies "infringing" on the end-to-end principle more often than others?
243423443
·3 anni fa·discuss
Frankly, I am a bit disappointed with the article. I fail to follow the argument that an encrypted header makes it easier to adopt HTTP/3 & QUIC because middleboxes cannot see the header. With HTTP/1.1 & TCP, the middleboxes should not be changing the TCP packets anyway, no? Also, the author does not point out that QUIC builds on UDP instead of directly building on IP like TCP does.
243423443
·3 anni fa·discuss
Effectively as in "they have the same effect". The difference was stated in the comment that you replied to: One is for general memoization, the other just for functions. You can use useMemo exclusively if you prefer.