HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bluemax

no profile record

comments

bluemax
·2 года назад·discuss
There is a syntax you can use to search for entries that contain both A and B:

>+A +B

It is annoying but it works.
bluemax
·3 года назад·discuss
Several companies are developing thermo acoustic heatpumps that will have some advantages over regular heatpumps. They should produce less noise, don't use greenhouse gasses and work in a wider range of temperatures.

https://www.blueheartenergy.com/ https://www.equium.fr/en/home
bluemax
·3 года назад·discuss
My Toyota hybrid reliably does not start after 4 weeks not driving. The 12 volt (1 year old) battery is drained too much after such a period of inactivity. I was not expecting this from Toyota, pretty disappointing.
bluemax
·3 года назад·discuss
It's only a limitation in the UI. Using powershell you can still create client secrets that are valid for hundreds of years.
bluemax
·4 года назад·discuss
Wow, this brings back memories from more than 3 decades ago. I created a routine on the C64 to copy memory and calculated the performance then around 25KB/sec.

The first version contained a memory corrupting bug that took some time to figure out. Depending on the locations of the source and destination you have to start copying forwards from the beginning of the source, or backwards from the end. If there's an overlap you risk overwriting the source before it is copied to the destination.