When I was a kid I remember copying entire games in BASIC printed in popular science magazines. They never worked because my dads computer had a slightly different BASIC dialect.
Good times.
He/him
Formerly on .world.
When I was a kid I remember copying entire games in BASIC printed in popular science magazines. They never worked because my dads computer had a slightly different BASIC dialect.
Good times.
Look at how shitty our implementation is. We need a full refactoring.
In my time we didn’t paste LLM-generated code we barely understand and hoped it compiled, let alone work. We pasted code from stack overflow we barely understood and hoped it compiled and let alone work, as god intended.
Heretic with Box Jades here. They’re awesome for typing and waking my neighbors up at 3AM.
Sure you’re absolutely free to do as you please ;)
From personal experience tho, anything connected to the TV should Just WorkTM. Nothing more frustrating than just wanting to watch an episode or play a quick game before going to bed and having to spend this time doing updates and maintenance instead.
As this is for a HTPC, I would rather go for uBlue Bazzite instead of Nobara. Same Fedora base, super gaming oriented too, but atomic/immutable so 0 maintenance.
Plus, uBlue projects are not distros but an alternative build pipeline system for Fedora Atomic projects. That means that the projects scope is tiny and much easier to maintain, and that the real distro maintainers are still the Fedora team. From a user perspective, it’s much better in the long term than a single-person effort like Nobara.
Installing Fedora. I had almost nothing to configure, it worked out of the box. How frustrating! I had the whole day planned and now what? Enjoy my free time like a pleb !?!
(/s just in case anyone was wondering)
I’ve watched videos and ordered the right type of connector. It doesn’t seem so hard with flood soldering techniques.
Fortunately the break is clean and happened on the connector’s legs, so the traces are unharmed. I think the hardest part will be to remove the remnants left on the traces.
My work keyboard has a cheap magnetic cable so I can easily plug and unplug it (I’m not leaving a custom mech unsupervised a work!). It indeed takes most of these strain.
~~Makes sense, I think most users I’ve seen are french speakers. Which org? ~~
Edit: nvm I found them, it’s Les Soulèvements de la Terre. Thank you!
Can you simply ask them to walk through their submission line by line with you, explaining what it’s doing?
This. Code reviews, especially with junior devs, should always be done as a conversation. It’s an opportunity to learn (from both sides), not just a a bunch of “bad implementation. rewrite” thrown in the PR.
Came here to post that.
On my previous laptop, the trackpad had a bug that made it spam interrupts after waking up from sleep. It ruined battery life and basically kept one core at 100% permanently.
So I duct-taped a systemd script that unbound and bound the trackpad after each wake up.
#!/bin/sh
case "$1" in
post)
echo -n "i2c_designware.0" > /sys/bus/platform/drivers/i2c_designware/unbind
echo -n "i2c_designware.0" > /sys/bus/platform/drivers/i2c_designware/bind
;;
esac
Just tried 100% + large text on Gnome, it feels much better than 125% scaling, thanks for letting us know it’s a possibility!
After spending a few months on the FW16, going back to a 16:9 laptop feels… wrong. Like there’s a ton of vertical space missing. Everything except watching movies benefits from a little bit more vertical space.
I’ve never heard of Linux destroying a Windows partition unless there’s a blatant user error.
Windows randomly nuking the EFI partition is very much more a reality.
First keeb soldered, second keeb soldered too, third keeb designed, 3D printed and handwired 😅
“Cloud Native” means uBlue’s OS images are basically Docker images, but meant tu run on bare metal instead of inside virtualization, that are built automatically with GitHub actions.
The project itself is super interesting. It’s not a distro, it’s an alternative automated build pipeline toolkit for Silverblue/CoreOS that lets anyone build their perfect atomic image. It’s still 100% Fedora+rpmfusion under the hood.
UBlue’s official images have massive quality of life improvements over Silverblue.
On my laptops: Debian -> Fedora. Mostly because I couldn’t reliably use my external display on Debian, and because I
neededwanted shiny new things. Also new hardware.On my gaming rig: Manjaro -> Nobara -> Bazzite. I left Manjaro because the system was slowly getting worse with each update, and I wanted to game, not maintain my system. I ditched Nobara after a botched version upgrade. Bazzite is fine for now.