• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle
  • Generally speaking, one would have hoped for a better solution. To be fair though, we faced an unprecedented scenario in 2020, and for many of the indicators, the closest to precedent that we ever had was the Great Depression. So they did manage to dump truck enough money into the market to patch up the catastrophic drop of the stock market, and provide enough to keep the every day economy vaguely functional. Unfortunately the ‘fix’ was still very ‘trickle down’ style and ended up with an enduring imbalance favoring those already wealthy rather than some alternative that might have left folks on a level playing field.


  • This presumes you can elect to either just spend the 100k now, that you may not have.

    If you declare you want 100k, but let’s say that would take you 10 years (and the goalposts wil move). That’s likely 120 months of rent you will have to pay, so while you’ll end up saving on interest, you’ll more than lose out on rent.

    Paying down aggressively and going with as big a down payment as you can reasonably afford makes sense. However waiting to save up for that downpayment may cost more in rental expenses than you’d save.


  • WFH is a logical thing to imagine, but there’s a simpler trend that can be seen by looking at two graphs:

    https://fred.stlouisfed.org/series/M2SL

    https://fred.stlouisfed.org/series/MSPUS

    “Please don’t melt the economy” printing press fired up in 2020 and real estate investors seemed to get plenty of that cash. While inflation didn’t quite match the M2 injection, anything “investment” like saw that bump. The M2 injection was enough to save the stock market, but housing, which did not see the same crash as stocks, got the same boost.

    This is why, more than ever, people see that individuals almost don’t get to participate and big companies are instead buying the stuff and maybe letting people rent them if they feel so inclined. The big companies got the boon of the M2 and most individuals got a modest bump by comparison.



  • So occasionally I look out of curiosity and the reason is pretty plain.

    I look for houses for sale in a suburban area as public listings, and there’s like 1 within a few square miles of the area.

    I switch over to renting, and there’s like 12 houses just like the one for sale available, all owned by companies. I also know a coule that aren’t listed that have no tenants, but are still owned by one of those companies. You can tell because those yards are now waist deep grasses (in an area where HOA throws a hissy fit if your yard looks just a smidge unkempt).

    Don’t know why the companies find it more profitable to buy houses people aren’t looking to actually move into, at least at the rent they are willing to accept. If I fully understood why, it might just piss me off more. Like maybe the houses work better as a loan basis than other assets, so even empty and unused they are valuable as some sort of financial trick.


  • I still have weird glitches where applications don’t seem to update on screen (chrome and firefox, both natively doing wayland).

    Lack of any solution for programmatic geometry interaction. This one has been afflicted with ‘perfect is enemy of good’, as the X way of allowing manual coordinates be specified is seen as potentially too limiting (reconciling geometry with scaling, non-traditional displays), so they do nothing instead of proposing an alternative.

    The different security choices also curtail functionality. Great, better security for input, uh oh, less flexibility in input solutions. The ‘share your screen’ was a mess for a long time (and might be for some others still). Good the share your screen has a better security model, but frustrating when it happened.

    Inconsistent experience between Wayland implementations. Since Wayland is a reference rather than a singular server, Plasma, Gnome, and others can act a little different. Like one supporting server side decorations and another being so philosophically opposed to the concept that they refuse to cater to it. While a compositing window manager effectively owned much of the hard work even in X, the X behavior between compositors were fairly consistent.

    I’ve been using Plasma as a Wayland compositor after many failed attempts, and it still has papercuts.


  • Thing is that they could have preserved the textual nature and had some sort of external metadata to facilitate the ‘fanciness’. I have worked in other logging systems that did that, with the ability to consume the plaintext logs in an ‘old fashioned’ way but a utility being able to do all the nice filtering, search, and special event marking that journalctl provides without compromising the existence of the plain text.


  • Uh… Sounds like it’s not really system’s fault, your setup is just terrible.

    I don’t know his specific issue, but the general behavior of systemd going completely nuts when something is a bit ‘off’ in some fashion that is supremely confusing. Sure, there’s a ‘mistake’, but good luck figuring out what that mistake is. It’s just systemd code tends to be awfully picky in obscure ways.

    Then when someone comes along with a change to tolerate or at least provide a more informative error when some “mistake” has been made is frequently met with “no, there’s no sane world where a user should be in that position, so we aren’t going to help them out of that” or “that application does not comply with standard X”, where X is some standard the application developer would have no reason to know exists, and is just something the systemd guys latched onto.

    See the magical privilege escalation where a user beginning with a number got auto-privileges, and Pottering fought fixing it because “usernames should never begin with a number anyway”.



  • Of course, the kernel drivers are now commonly signed. The real problem is catering to manufacturers demanding to have their own bespoke driver pack, often including some stupid branded management application, when it’s just the same as the other dozen manufacturers packaging of the same product. Then you end up with bloated “driver packs” and a system tray of a half dozen vendors screaming for you to pay attention to them and know that they are somehow contributing to your experience.

    In Linux, you have a kernel driver and a myriad of vendor’s pci ids mixed together and the vendors just have to deal with it. As a side effect, a USB to serial dongle is about 99% likely to work in Linux, and in my experience 90% unlikely to work in Windows (can’t find the driver for it, or in one very prominent case Microsoft bans drivers of counterfeit chips that function fine, but violate IP rights). Punishing the counterfeiters may have been understandable, but ultimately the unwitting customers paid rather than the counterfeiters (they still sold their devices, but the users that were oblivious suffered).