I will add this:
if you treat systemd as one trick pony and use for few use-cases which developers envisioned - it run flawlessly, but moment do something not in this path prepare for problems and inferior experience (example of randomly picked tool: timedatectl - no force update date like ntpdate command, you cannot quickly insert ethernet cable update date and disconnect... need to wait for synchronization)
I did napkin math some time ago for my eastern european region: these number works with two caveats you need to get hefty government subsidy and electricity price doesn't rise.
My points are:
- one cold prolonged winter and any savings gone.
- you need to get lucky unit which doesn't need to much maintenance
- if electricity gone pray it will be back in 48 hours (where I live - to get subsidy from government you need demolish furnace)
- using solar panels to compensate when electricity lost or without taking extra electricity: minimum 15Kwh battery storage and at least 20KW panels for generating 8KW heat energy. I based on winter solstice day.
Where I live (UK) heat pumps are very heavily promoted for a host of the good reasons. However, it's the UK, so the usual caveats apply (average installation company is 200% profit driven and 0% quality driven, and the houses insulation is on average quite awful).
I didn't make the move yet because the average installation quality in general is staggeringly shoddy, so I'd get nowhere near the advertised benefits for twice the price, because if have to replace my radiators, and because I don't have the PV and the battery system to soften the blow.
Cynically, in the UK heat pumps are also promoted because they an alternative to public investment in energy production and grid upgrades, which are already under pressure with the transition to EVs. This applies to many European countries...
Or in other words: LLM it is optimizing function which is generated by same LLM, think you have random variable y, where generator sin(x+r) and your optimizer trying to fit function sin(x+unkown1) + unknown2 ("unknown" function) - it is obvious that will find best fit.
> but cell tower data isn't going to be as accurate as GPS
My knowledge in this topic is not deep, but cell precision should be pretty accurate, because modern cell tower areas are much smaller, then to have well tuned beamformer it need to have relative precise angles between antennas and know signal travel time (distance). I think it should achieve something 30 or 15 meter precision (doing assumption that distance is accurate in 50/100ns order)
I agree and sadly I wouldn't hold hopes to see actual meaningful changes (granted - last time had windows was win 7),
My reasoning is from bitter experience. I saw too many these honest talks/commitments - it always this pattern when product/company starts to decline. Suddenly somebody with technical background shows up talks about past mistakes and what need to fix. Even sometimes holds discussion, which is usually very reasonable. But as time goes there only cosmetic changes with excuses like lack of resources, market wind changed this time, too hard make changes due politics and etc.
Something that comes to mind for me is the old Bill Gates trustworthy computing memo [0], from the era when early windows xp was getting flak for poor security. That was supposedly the turning point where they started those overhauls towards service pack 2 and likewise added a security focus in other products, and they decided they couldn't sneak in easter egg flight simulators into excel any more because it just added opportunities for flaws.
What stands out to me is the organization needs to be accept that change is needed and 'walk the walk', and also that those efforts take time. I've no idea what things are in motion in MS, but I wonder how quickly they can turn the ship, how much momentum is in their current direction and how much force is in turning. Moving the taskbar seems like addressing a loud persistent talking point, but it's one among many. What's the timeline (even though windows version timing seems like 'when they need branding')? Win12? Win13?
But they are not equal for everybody, that’s the point of corruption. If you are part of some in-group then you may have to pay lower bribes initially, and generally get away with more corruption to your benefit. But over time you will find yourself on outside eventually and enduring higher costs. Authoritarianism is inherently volatile, threatening and unpredictable, with only those in power making profit in the short term.
It can crank proof of work schemes to maximum, something like you need to burn 15-20 minutes 16 core cpu to post a single comment. It will be infuriating for users, but not cheap for bots
Little misconception here (beware i'm using xlibre and causal user). On X11 you can find two mechanisms which can be called compositor :
1st: "enable display compositing" option - this one increases latency as every window draw need go though compositor application (in nutshell it exchanging opengl textures - only synchronization messages goes over "wire")
2nd: the Xserver rendering pipeline compositor, this one goes with modesetting (intel, amdgpu) driver TearFree option - almost everything inside X11 server in OpenGL textures and compositor perform direct blending to screen (including direct scanout).
What I want to tell, on modern X (there are merge requests for Xorg server to modesetting driver, amdgpu have this code) with TearFree enabled you by default optimal hardware acceleration - there comes lower latency
You shouldn't notice lag. On modern Xorg the only round-trip is context switches between server and compositor, because the only thing what is shared is texture dma-bufs (there is inefficiency in mesa code for GLX_EXT_texture_from_pixmap extension, but it is other story). And if dma-bufs is working (Xorg needs to test and pull one MR) you have buffer direct scanouts as in wayland.
With today requirements for accounting, somebody with economics background could tell what would be wrong with following solution?:
If you house owned by commercial entity - taxes are payed from full value, but the valuation to any collateral/derivative goes by something like (0.75x)^l, where l how many levels deep (counting ownership levels). For example it house is in some sort collateral/derivate/indirect ownership mix with 4 levels deep, it can only valuated as 0.31x value (you can only account as it is worth 1/3). In my mind it should reduce attractiveness for speculative buying.