
The news blog specialized in Japanese culture, odd news, gadgets and all other funny stuffs. Updated everyday.

Mama told me not to come.
She said, that ain't the way to have fun.
There are distros for that. Ubuntu and derivatives have a GUI hardware detection tool that finds the right driver for you. Some distros come with Nvidia drivers out of the box. Most have a GUI tool for adding extra package repos for things like Nvidia drivers.
But it's important to note that this isn't a Linux problem, it's an Nvidia problem. AMD drivers are bundled with the kernel because they're FOSS, and Nvidia could totally do the same thing.
I'm not saying Linux is perfect, I'm saying you don't need to use the terminal if you're just trying to play games.
I want gaming on Linux to be as good as it can be, but I too draw the line at kernel level anti-cheat. I'd rather deal with cheaters than install that crap.
I want gaming on Linux to be as good as it can be, but I too draw the line at kernel level anti-cheat. I'd rather deal with cheaters than install that crap.
I suppose that's fair. But you're unlikely to see much difference with 1k miles.
It would be interesting for that to be the default shell and silently "just work" for installing stuff. They could even handle debs or rpms in the correct container. So you could pull a PPA, AUR package, etc and could just work.
Linux can feel faster in a number of cases because its scheduler is better IMO, but that doesn't help when running something like a game. A desktop feeling snappier won't increase your benchmark scores or framerates.
It'll certainly breathe new life into that crappy old laptop, but it's not magic.
Agreed. There are tons of random papercuts that a lot of us just ignore or workaround without thinking about it.
I absolutely think Linux is the bees knees, but I always list a bunch of caveats whenever I recommend it. If you go in with modest expectations, you'll be pleasantly surprised, and that's much better than being disappointed.
I've heard about them, but as you say, they don't show up on searches. I'll have to look harder then.
At least the climbing gear is FOSS though!
I kid, but I'm guessing Bazzite has something like openSUSE Aeon's distrobox
, which let's you install anything you want inside of a container and expose it as an app. If not, they should consider adding it.
Yup, I'm absolutely a fan of georgist tax policies.
“The narrative being pushed about Jose Hermosillo is false,” the official said via email. “On April 8, Hermosillo approached Border Patrol in Tucson and stated he had entered the U.S. illegally through Nogales. He said he wanted to turn himself in and completed a sworn statement identifying as a Mexican citizen who had entered unlawfully.
Wow, this is getting spicy. Lawsuit?
"year" is the wrong way to look at it, apparently they only disappear at the beach.
To follow that logic, this must also be niche: when you eat a hamburger, you gain weight exactly proportional to the hamburger.
Only if you use imperial units. The article uses tonnes, which is a unit of mass, not weight.
Yeah, that's what I'm hoping for. I don't need gameplay or anything, I just want to know more-or-less what the status is. As in, are we likely to see a release in the next couple years? Or is this a 5-years out situation?
While I agree, the article mostly explains how Linux is almost caught up to Windows for gaming. For me, Linux > Windows, so if Linux can play enough games to keep me occupied, it's a better "gaming" system. This was true for me before Steam even came to Linux.
That said, this article completely ignores the fact that many of the most popular games rely on anti-cheat w/o Linux compatibility, so that right there kills Linux as a contender regardless of its many other merits.
I guess my point here is to please don't oversell Linux. You want someone's first impression to be positive, and if they run into game compatibility issues at the start, the experience will be far from positive. I would much rather see a section right at the top about how to check game compatibility, since that's what most people would want to check before looking at the various other things that are awesome about Linux.
Epic Games
...
We also don’t have to worry about download speeds, as they’re even better compared to the Windows client.
Is this true? If so, it's very surprising.
By the way, I always encountered risk control and couldn’t enter the game when playing Rogue Company on Windows. I don’t understand why the anti-cheat component considers me a threat, but after switching to Linux, I no longer faced this issue; it has been much smoother than on Windows.
Anecdotal. I doubt this is a Linux vs Windows thing, but more that they saw different OSes being used by the same account and flagged based on that.
Some of these emulators also have versions for Windows or macOS, but on Linux, we can directly download and install them from the store, without the need to worry about dependencies or version issues, making it a lot easier compared to Windows and macOS.
Good point. Package management is really nice on Linux. However, if you don't know what you're looking for, you're in a similar camp as on Windows.
Games on the Android platform can also run on Linux. In addition to virtualization ways like Windows and macOS, Linux can run without virtualization by using namespaces. If you’re interested, you can check out my previous article on Android Application on Linux without Virtualization.
Huh, neat!
Besides Steam, we can also use cross-platform tools like Flathub: Parsec to control Windows hosts directly on Linux. This means that even games that can’t be run through the aforementioned ways can still be played on Linux, completing the last piece of the puzzle.
So you'd need a second PC? That hardly seems convenient.
Actually, I also wanna introduce some advantages of the Linux graphical interface over Windows in terms of gaming experience. For example, GNOME’s Do Not Disturb botton allows me to toggle all notification alerts with a single click.
Yeah, this is certainly neat. I'm actually surprised Windows doesn't have something similar, but maybe each app handles notifications itself there?
Additionally, I have never encountered the issue on Linux where I can’t temporarily return to the desktop during fullscreen gaming, which is something I often face on Windows, where the taskbar pops up but returning to the desktop is impossible. On Linux, regardless of which game I’m playing, whether in fullscreen mode or borderless window mode, I can freely switch between windows.
On the flipside, I've had a lot of really odd problems switching applications on Linux. I don't know if it happens on Windows too since I haven't used Windows in a decade or so, but I'm guessing the Linux experience here is worse.
I also sometimes have games completely lock up Linux, which I'm guessing is probably the Wayland compositor crashing. That used to happen to me on Windows, but again, this is from >10 years ago, so I'm not sure if it applies today.
Right. Yet there's zero timeline for release, and I'd like a timeline for release. You can't just tease something and have pretty much no updates for 7 years...
Yeah, I don't bet w/ human lives, I'm not an insurance company.
It’s not like it’s going to plug itself in
It could stop at Tesla "dealerships" along the way and have the staff plug them in, or have fancy robotic chargers at just those locations. Surely there are enough "dealerships" that this is feasible for most people.
Yeah, I live like 10 miles from a Tesla dealership, about 1k from a Tesla factory. If having the car drive to me is cheaper than loading it on a truck and taking it to my local dealership, I'm fine with it having 1k miles.
This is all hypothetical though. There's no way this timeframe is happening.
Question about quadlets and kube play
Current setup:
I've been trying out podman, and I got a new service running (seafile), and I did it via podman generate kube
so I can run it w/ podman kube play
. My understanding is that the "podman way" is to use quadlets, which means container, network, etc files managed by systemd, so I tried out podlet podman kube play
to generate a systemd-compatible file, but it just spat out a .kube
file.
Since I'm just starting out, it wouldn't be a ton of work to convert to separate unit files, or I can continue with the .kube
file way. I'm just not sure which to do.
At the end of this process, here's what I'd like in the end:
Hetzner announces price hike for cloud servers and bandwidth cut of up to 95%
The news blog specialized in Japanese culture, odd news, gadgets and all other funny stuffs. Updated everyday.
Apparently US bandwidth was reduced to 1TB for their base plan, though they have 20TB for the same plan in Europe. I don't use much bandwidth right now, but I could need more in the future depending on how I do backups and whatnot.
So I'm shopping around in case I need to make a switch. Here's what I use it for:
Hard requirements:
Nice to have:
The Surprising Power of Gratitude (and how it relates to Finance) - MrFiner
“Why is Finer writing about Gratitude?” you might ask. “Isn’t this is a personal finance blog?”Yes – this is a personal finance blog. But over the years, I have …
With Thanksgiving in the US right around the corner, I found this article about gratitude from a FI perspective. This is from a few years ago, but the message is evergreen.
: Vanguard now allows converting mutual funds -> ETFs online
Link is to the Bogleheads forum post where someone posted a link back in August. Before now, you had to call in to request the change, and it could take a few days, but now it's online and allegedly is done the next day.
I don't know when they added this, but I think it was sometime this year because I remember considering it last EOY (that's when I usually rebalance).
Here is a direct link, or you can get there on the website: Transact > Buy & Sell > Convert Vanguard mutual funds to ETFs. You can select either a number of shares or a percent of the total position.
As to why you may want to do this, here are a few reasons:
FINE vs FIRE - what are you saving for?
Forget the FIRE movement, I'm all about the FINE movement, a new acronym that was sent to us by a listener. Financial Independence, Next Endeavor. Having that financial stability to be able to pick and choose your next journey. That's the gist of the conversation with our latest caller. Have a mone
Link is to an older podcast episode, and The Money Guy YouTube channel occasionally talks about FINE instead of FIRE.
Here's the definitions of each:
Basically, FINE focuses on what you plan to do after achieving financial independence, whereas FIRE tends to focus on cessation of working. I always called it FI (leave off the retirement part), but I suppose FINE works.
Anyway, just wondering what everyone else is planning to do once they hit Financial Independence, whether that's retirement or starting something new. I'll leave mine in the comments.
Tax Efficient Fund Placement
This is a link to a spreadsheet to help determine which funds to place into taxable vs tax-advantaged space.
Here is a link to the Bogleheads wiki about tax-efficient fund placement:
If all else is equal, international funds have a small tax advantage over US funds, because they are eligible for the foreign tax credit.
TL;DR:
This wasn't good enough for me, especially as I'm looking into applying a small-cap tilt to my portfolio and really like optimizing things, so I went digging for more information.
When you own stocks or otherwise make money in another country, that other country may charge taxes, and the IRS will also charge taxes on any dividends you receive, regardless of source. This end
– Well, it looks like we’re here in another US election year already. As Advanced Mustachians, we already know that the ongoing battle of Harris vs. Trump should not be consuming much o…
I generally don't like to make political posts, but this one has an interesting correlation to some of the culture around FI, which is things we can and can't control (i.e. this older post about circle of control, which echoes The Seven Habits of Highly Effective People).
So even if you're not in the US or just aren't interested anymore in the election (i.e. I already voted last week), there's still some interesting points about what the head of government can and can't do, as well as what the rest of government has and doesn't have control over.
Stocks are all over the place right now, and there's a lot of concern about what might happen after the results are announced. I hope this article can bring a little peace since a lot of what the market and news orgs are worried about aren't really things the President has direct control
What Net Worth Puts You in the Upper, Middle & Lower Class?
Click to view this content.
I found the graph at 10:55 to be especially interesting because it shows how someone with around the median income ($65k) can make it to the lower upper class by retirement through some discipline (10% saved per year).
As a quick TL;DW, here are the median incomes, net worth, and percent of population for each class:
Some questions to spark discussion:
What Net Worth Puts You in the Upper, Middle & Lower Class?
Click to view this content.
I watched this video a couple weeks ago, and while it has nothing to do with FI, I thought it was quite interesting how he divides the economic classes. TL;DW:
Retirement Calculators: the good, the bad, and what I use
I've been reading Yahoo Finance a bit recently due to all of the shifts in the market, and they have a PF section where they cycle through a variety of PF topics. One of them linked to a retirement calculator, which I had a lot of trouble with as someone looking to retire way earlier than typical, so I decided to go look at a few more and compare them.
Warning: these are pretty US-centric.
This was was pretty awful, but with some fiddling, I got it to spit out some halfway decent
Looking for HW recommendations for DIY NAS/Homelab
Here's what I currently have:
And main services I run (total disk usage for OS+services - data is :
And services I plan to run:
HW wishlist:
IRS opening free online tax filing program to all states
This is exciting for me because:
I hope this helps simplify things for some people and save a bit of money as well. I'm going to try it out next year.
Do any of you estimate your taxes? Are you interested in trying out this service?
Bill Perkins, author of Die with Zero, joins Chris Hutchins on the All the Hacks podcast to discuss memory dividends and how to spend money!
I haven't finished listening to this, and unfortunately there isn't a transcript. According to the comments, the transcript exists on Spotify (I don't have a subscription, sorry), so that can be an option.
Anyway, I'm well on my way to my number, so I've been thinking about maximizing my time while I wait for the market to do its thing.
I've been listening to a lot of The Money Guy show recently, which has a lot of overlap with the FI mentality, and the recording theme is to optimize for enjoyment. I think that's something I've been forgetting recently, so I'm glad I found this podcast to help keep me grounded.
Anyway, thoughts? How are you spending you time now? How to you expect that to change when you're FI? Are there changes you'd like to make to optimize things today?
Average Retirement Savings Balance by Age
Here are just the number for all of you degenerates who just want some milestones for your spreadsheets.
Average total retirement savings by age:
=75 - $462,410
Average 401k balance by age:
And retirement savings targets from various advisors:
Fidelity:
Rowley:
Anyway, do you like metrics like these?
May 10 2024 (text in body)
Horse styles of the ’50s
May 10, 2024 (text in body)
For crying out loud, Jonah! Three days late, covered with slime, and smelling like fish! … And what story have I got to swallow this time?
May 10 2024 (text in body)
You know what I’m sayin’? … Me, for example. I couldn’t work in some stuffy little office. … The outdoors just calls to me.
May 10 2024 (text in body)
Look! Look, gentlemen! Purple mountains! Spacious skies! Fruited plains! … Is someone writing this down?
May 10 2024 (text in body)
Sure, I’m a creature—and I can accept that … but lately it seems I’ve been turning into a miserable creature.
Monthly Recommendations Thread: What are you playing?
It has been a while since the last one. So...
Tell us what game you are currently, or recently played, greater than 6+ months old.
If the game happens to be on sale, a link would be a plus.