And that is why existing installations put the heat pump to production side and then just pipe the high temperature water to district heating network.
It still makes sense. If heat is produced by a burning something, it is is more efficient to do that in one dedicated place. It makes it easier to pipe exhaust away from apartments and efficiency can be higher. Also gas…
The point of the checksum is to just drop obviously wrong keys. No need to handle revocation or do any DB access if checksum is incorrect, the key can just be rejected.
I think there is plenty of room to make AI inference much more energy efficient. For example, there are companies testing creating custom silicon to run the model. Once that technology matures and we have some "good…
You don't want to copy-paste anything like that as text anyway. Just copy and paste files. No human is reading much data regardless of the format. What is the benefit over using for example BSON?
I think in this case Rust and C code aren't equivalent which maybe caused this slow down. Union trick also affects the alignment. C side struct is 32 bit aligned, but Rust struct only has 16bit alignment because it only…
SAF documentation seems a bit misleading: takePersistableUriPermission part only talks about files, but other sources seem to indicate that it also works for directories so it should be possible to request permissions…
NextCloud currently has to copy all files that it wants to upload & back up to its own app directory which is pain to actual usability. I'm guessing this annoyance is also related to these fun permission limitations.
Here in Finland, there is legal obligation to help people in emergencies, but this does not mean that you are required to danger yourself or act beyond your abilities. So usually only thing you are actually legally…
MikroTik has dynamic DNS that is based on random unique number for their router. I just point my DNS record to that dynamic DNS address and everything just works.
a) resource use is minimal when deployment isn't in progress. It just idling and waiting for commands b) Agent need to be able to connect to Azure DevOps servers, but it is connection from agent to Azure DevOps servers…
Better option would be to parse json into Bson and then use that as the in-memory format. It uses minimal memory and is actually also fast to access without parsing into some other data structure.
That is not how it works. You assume that the rich people can get as much net profit if income tax is higher due to progressiveness, which is not true. Also if there is a way to get more (gross) profit, they will use it…
Well Yi Peng 3 recently changed operating only between Chinese ports to operating only outside China and mostly to Russian ports. Current actual owner is probably some Russian oligarch.
It is rather annoying that larger policy changes easily take 2-4 years to actually affect anything so current party always gets both blame and thanks for the changes made by the previous administration.
In well functioning democracy the government policy shouldn't flipflop constantly and president shouldn't have enough power to break everything. In Europe, president's power is much more limited, there are more…
I prefer using Python with pybind11. It makes writing new modules or embedding the whole interpreter quite simple.
Node is so slow to start that python script can complete before Javascript even begins to execute.
So it is git with rerere.enabled=1?
And then you'd be limited to only one change at the time and lose the benefit of making lot of changes with one request.
Yes. We need orbit space tax which profits are used to resolve issues caused.
> The volume is small That is changing with the drone warfare becoming large part of the future wars. US military (and pretty much everyone else) will make drones major focus of advancement and there is definitely lot…
Mikrotik at least has that DDNS functionality. It is really nice feature.
You may want to consider Asp. It is python like language thats interpreter is designed for embedded usage. https://www.asplang.org/ Also fully fuzzy tested to not ever crash regardless of the bytecode given to it.
It is quite easy to write Python code that works just with all Python versions since 3.6. Easier than writing any Perl code...
And that is why existing installations put the heat pump to production side and then just pipe the high temperature water to district heating network.
It still makes sense. If heat is produced by a burning something, it is is more efficient to do that in one dedicated place. It makes it easier to pipe exhaust away from apartments and efficiency can be higher. Also gas…
The point of the checksum is to just drop obviously wrong keys. No need to handle revocation or do any DB access if checksum is incorrect, the key can just be rejected.
I think there is plenty of room to make AI inference much more energy efficient. For example, there are companies testing creating custom silicon to run the model. Once that technology matures and we have some "good…
You don't want to copy-paste anything like that as text anyway. Just copy and paste files. No human is reading much data regardless of the format. What is the benefit over using for example BSON?
I think in this case Rust and C code aren't equivalent which maybe caused this slow down. Union trick also affects the alignment. C side struct is 32 bit aligned, but Rust struct only has 16bit alignment because it only…
SAF documentation seems a bit misleading: takePersistableUriPermission part only talks about files, but other sources seem to indicate that it also works for directories so it should be possible to request permissions…
NextCloud currently has to copy all files that it wants to upload & back up to its own app directory which is pain to actual usability. I'm guessing this annoyance is also related to these fun permission limitations.
Here in Finland, there is legal obligation to help people in emergencies, but this does not mean that you are required to danger yourself or act beyond your abilities. So usually only thing you are actually legally…
MikroTik has dynamic DNS that is based on random unique number for their router. I just point my DNS record to that dynamic DNS address and everything just works.
a) resource use is minimal when deployment isn't in progress. It just idling and waiting for commands b) Agent need to be able to connect to Azure DevOps servers, but it is connection from agent to Azure DevOps servers…
Better option would be to parse json into Bson and then use that as the in-memory format. It uses minimal memory and is actually also fast to access without parsing into some other data structure.
That is not how it works. You assume that the rich people can get as much net profit if income tax is higher due to progressiveness, which is not true. Also if there is a way to get more (gross) profit, they will use it…
Well Yi Peng 3 recently changed operating only between Chinese ports to operating only outside China and mostly to Russian ports. Current actual owner is probably some Russian oligarch.
It is rather annoying that larger policy changes easily take 2-4 years to actually affect anything so current party always gets both blame and thanks for the changes made by the previous administration.
In well functioning democracy the government policy shouldn't flipflop constantly and president shouldn't have enough power to break everything. In Europe, president's power is much more limited, there are more…
I prefer using Python with pybind11. It makes writing new modules or embedding the whole interpreter quite simple.
Node is so slow to start that python script can complete before Javascript even begins to execute.
So it is git with rerere.enabled=1?
And then you'd be limited to only one change at the time and lose the benefit of making lot of changes with one request.
Yes. We need orbit space tax which profits are used to resolve issues caused.
> The volume is small That is changing with the drone warfare becoming large part of the future wars. US military (and pretty much everyone else) will make drones major focus of advancement and there is definitely lot…
Mikrotik at least has that DDNS functionality. It is really nice feature.
You may want to consider Asp. It is python like language thats interpreter is designed for embedded usage. https://www.asplang.org/ Also fully fuzzy tested to not ever crash regardless of the bytecode given to it.
It is quite easy to write Python code that works just with all Python versions since 3.6. Easier than writing any Perl code...