Our corporate linux machines have exactly the same monitoring software as Windows - even the servers.
The performance is still not even remotely comparable. Could be the hooks are more performant on linux, could be the filesystem, maybe the tools are written more sanely... But loading apps, filesystem operations... Everything is still far faster on the linux dev instance. And I have half the ram allocated to that one.
My family switched to Gnome 2 a couple of decades ago. My mother quite liked it and has consistently installed it on every new computer she bought. Her only confusion lately has been with the ubuntu snap packages and how they behave between multiple accounts on the machine.
These days she uses MATE which still offers that Gnome 2 layout. Awesome thing about Linux is that option to fork, so her desktop environment has remained consistent for over 20 years.
My mom's been installing Ubuntu on her own. I've not been involved in the process and have no remote access to the machine to even fix the snap situation.
At home, I run a mix of Devuan and Gentoo.
At work, primarily Devuan with some Ubuntu where COTS only officially supports Ubuntu or Redhat.
I agree. I was putting a shout out for MATE as the option for those who want a predictable traditional UI since it is essentially the long-term maintenance of GNOME 2.
When GNOME 3 was first released, I gave it an honest try for several months but it just did not do what I wanted in a UI. MATE competes well with XFCE on memory usage, still has optional acceleration, and had a more consistent interface with more features (although XFCE has improved). And the fact that those in the family don't have to learn a new layout really helps.
Well, there's also burning regular fuel in a fuel cell, a FCEV. That doubles the efficiencies over ICE, so I guess that bumps it back up to 8x away?
Given the great energy densities and stability in transport of hydrocarbons, there's already some plants out there synthesising them directly from green sources, so that could be a solution if we don't manage to increase battery densities by another order of magnitude.
The problem isn't CO2 it's pulling carbon out of geological deposits. Thus the carbon atoms in synthetic fuel can be considered "green" provided an appropriate energy source was used.
You misunderstand the problem. The act of emitting CO2 into the atmosphere is not a problem.
Significantly increasing the CO2 concentration in the atmosphere is the problem. This happens when geological sources are used.
Unfortunately, burying dead trees in a landfill doesn't solve the problem because they decompose to methane which escapes. But you're right that geological CO2 production could be balanced by geologic CO2 sequestration, done properly.
The point is that emitting CO2 into the atmosphere was never the problem. Adding geological carbon back into the carbon cycle is the root cause of the entire thing.
You can certainly bury dead trees. I'm not sure how deep you'd need to go to accomplish long term (ie geological timeframe) capture. I somehow doubt the economics work out since what is all the carbon capture research even about given that we could just be dumping bamboo chips into landfills?
Correct, but burying trees today isn't going to turn them into coal.
The big difference is that when the current coal layers were formed, bacteria to decompose trees hadn't evolved yet. There was a huge gap between trees forming and the ecosystem to break down trees forming, which led to a lot of trees dying and nothing being able to clean it up, which meant it was just left lying there until it was buried by soil and eventually turned into coal.
Try to bury a tree today, and nature will rapidly break it down. It won't form coal because there's nothing left to form coal.
But if the CO2 recently came from the atmosphere it's still a net zero impact though.
Like, take 5 units of carbon out of the atmosphere to create the fuel. Burn it and release 5 units of carbon to the atmosphere. What's the net increase again? (-5) + 5 = ?
FWIW I'm not saying these processes actually achieve this in reality. Just pointing out that it could be carbon neutral in the end.
And, the two major byproducts of burning hydrocarbons are water and carbon dioxide.
Literally essential plant nutrients, essential for life.
Tangentially related, the 2022 Hunga Tonga–Hunga Haʻapai volcanic eruption ejected so much water vapour in to the upper atmosphere, it was estimated to have ongoing climate forcing effects for up to 10 years.
Water vapour is a stronger greenhouse gas than carbon dioxide.
And we heard precisely nothing about that in the media other than some science specific sources at the time and nothing on an ongoing basis.
From Wikipedia:
The underwater explosion also sent 146 million tons of water from the South Pacific Ocean into the stratosphere. The amount of water vapor ejected was 10 percent of the stratosphere's typical stock. It was enough to temporarily warm the surface of Earth. It is estimated that an excess of water vapour should remain for 5–10 years.
Please, the media didn't report on this because natural disasters affecting the climate is not controllable by humans and thus doesn't warrant a global effort to address unless it's so large as to be species ending.
Global warming is not fake, there's tons and tons of evidence it is real and the weather is getting more and more extreme as humans continue to burn petrol.
Also some time after that other guy copied and pasted his canned Hunga remark into his big spreadsheet of climate denial comments the international community of climate scientists concluded that Hunga cooled the atmosphere, on balance.
"As a consequence of the negative TOA RF, the Hunga eruption is estimated to have decreased global surface air temperature by about 0.05 K during 2022-2023; due to larger interannual variability, this temperature change cannot be observed."
We should be moving towards being able to terraform Earth not because of anthropogenic climate forcing, but because one volcano or one space rock could render our atmosphere overnight rather uncomfortable.
You won’t find the Swedish Doom Goblin saying anything about that.
> burn petrol.
Well yeah, so making electricity unreliable and expensive, and the end-user’s problem (residential roof-top solar) is somehow supposed help?
Let’s ship all our raw minerals and move all our manufacturing overseas to counties that care less about environmental impacts and have dirtier electricity, then ship the final products back, all using the dirties bunker fuel there is.
How is that supposed to help?
I mean, I used to work for The Wilderness Society in South Australia, now I live in Tasmania and am a card carrying One Nation member.
Because I’m not a complete fucking idiot.
Wait till you learn about the nepotism going on with the proposed Bell Bay Windfarm and Cimitiere Plains Solar projects.
I’m all for sensible energy project development, but there’s only so much corruption I’m willing to sit back and watch.
With the amount of gas, coal, and uraniam Australia has, it should be a manufacturing powerhouse, and host a huge itinerant worker population with pathways to residency / citizenship, drawn from the handful of countries that built this country. And citizens could receive a monthly stipend as their share of the enormous wealth the country should be generating.
Japan resells our LNG at a profit. Our government is an embarrassment.
Context is for kings though. In the context of what occurred when it occurred, you’re right.
For a while there, Australia was known as ‘the lucky country’ because despite the folly of politicians, and general fallibility of humans, we had wealth for toil.
As well as contrast issues, could also be that there was a javascript error on their end (or they don't whitelist sites for JS by default). This is unfortunately one of those sites that renders a completely blank page unless you use reader mode, enable JS, or disable CSS.
If you're talking about url/search bar at the bottom on mobile, that's customisable - actually they ask you which you prefer when you install it, but you can change it at any time in settings.
(personally I prefer all that stuff at the bottom since it's more conveniently where all my other phone nav is, and visibility fits in well with how I scroll)
Alright, now I'm doubly confused, since the search bar is typically on the address bar which is at the top of the screen. You might want to test a clean profile. Perhaps some customisation along the way changed things on your setup.
UTF-8 always has the same byte order,[5] so its only use in UTF-8 is to signal at the start that the text stream is encoded in UTF-8...
Not using a BOM allows text to be backwards-compatible with software designed for extended ASCII. For instance many programming languages permit non-ASCII bytes in string literals but not at the start of the file. ...
A BOM is unnecessary for detecting UTF-8 encoding. UTF-8 is a sparse encoding: a large fraction of possible byte combinations do not result in valid UTF-8 text.
That last one is a weaker point but it is true that with CSV a BOM is more likely to do harm, than good.
And for those who object that a long piece of tissue paper wasn't the intent of the original claim, Mythbusters got 11 folds out of an aircraft hanger sized square piece of regular paper.
Git's plumbing also kinda sucks (in places). Some of the current limitations of jj in what syncing state between repos is due to things missing from git that they are having a hard working around, at least based on what I've seen browsing their tickets. That inability to push the really useful jj state upstream for pulling from any machine seems like a major pain point in jj right now (was one of the major issues referenced in a jujutsu intro guide last year linked on HN)
The same issue hit the initial efforts (that I think were the inspiration for jj) when the mercurial folks, recognising git had kinda taken over the market, experimented in making a mercurial frontend backed by the git db. Limitations like the diff format (mercurial's weave one is one the jj folks also want to add at some point) and the lack of a method for tracking phases (mercurial relies on this for clean history without throwing out commits), and lack of file move/copy tracking.
reply