- 1 Post
- 13 Comments
themoken@startrek.websiteto Linux@lemmy.ml•I cannot enable `HAVE_KPROBES_ON_FTRACE` - Kernel compile1·3 months agoBasically just start with what you’re aiming to enable and work backwards (as you’ve started to do). With judicious use of grep find out where that symbol is defined. If it’s in arch configs for other arches but not your own, it’s probably that.
There may be better tools out there to do this, but in my experience just sleuthing it out a bit will answer your question. The Kconfig system can be complex, but the files are pretty readable.
themoken@startrek.websiteto Technology@lemmy.world•LG discontinues all UHD Blu-ray and Blu-ray playersEnglish3·4 months agoI’ve only used Jellyfin, what does Plex do better for the non-expert user?
themoken@startrek.websiteto Linux@lemmy.ml•I cannot enable `HAVE_KPROBES_ON_FTRACE` - Kernel compile1·4 months agoIt’s possible that it’s not supported on your arch.
themoken@startrek.websiteto Technology@lemmy.world•Tesla releases API pricing, dev says would cost $60 million per year to run his 3rd-party appEnglish1611·5 months agoI mean, fuck Elon and Tesla but if you’re spending money on a car you’re giving it to a bastard one way or another. The CEOs of Ford, BMW, et. al. might not be making asses of themselves on the global stage, but I’m sure they’re still horrible. Even used cars run on gas 99% of the time.
The only thing Samba is really great for is interop with Windows. If that’s not an issue, Dolphin can browse SFTP directly by adding it as a network share (you may need to setup a password-less key pair to avoid having to login). SSHFS is a similar option and works even if the client is totally naive (it just looks like any other mounted FS).
themoken@startrek.websiteto Linux@lemmy.ml•Ubuntu 25.04 "Plucky Puffin" Development Opens - Defaulting To -O3 Optimizations5·6 months agoRight. GCC -f optimizations are basically like “how hard are we going to try to be clever” and are, I believe, orthogonal to the actual instructions used. Machine dependent args start with -m, like -march or -mavx etc.
themoken@startrek.websiteto Linux@lemmy.ml•VirtualBox 7.1 Released with Qt 6 GUI, Wayland Support for Clipboard Sharing - 9to5Linux1·7 months agoFor XP, the machine KVM presents as may be too new, but that isn’t an issue with non-virtualized QEMU.
themoken@startrek.websiteto Technology@lemmy.world•Waymo Robotaxis Are Giving 100,000 Rides a Week. It'll Soon Be More.English11·7 months agoReason number one million capitalism sucks. We should be happy to turn over dangerous or menial jobs to machines but we can’t do that because without jobs our society views us as worthless.
themoken@startrek.websiteto Technology@lemmy.world•Panasonic Announces Return to the US with New Line-Up of OLED and Mini-LED TVs with Fire TV Built InEnglish15·7 months agoYou can, but it’s not a perfect solution. Mostly because the TVs interface is still designed around this app mentality.
I bought a Samsung TV recently and it’s never been on the internet, but I still have to go to a dead home screen where all of the ads would be just to switch inputs and half the buttons on the remote are for services I don’t want.
TIOBE is weighted toward languages that have existed for a long time by virtue of counting lines written / skilled engineers etc. but the speed at which Rust is climbing that list is a better indicator. Also, a lot of the languages above it wouldn’t be appropriate for anything like a DE.
But you’re right, it’s hyped, I just think the hype is real.
This is a weird take. Rust is very popular and is the current heir apparent to C for systems level stuff. It’s a great choice to start a new DE/toolkit.
As for the rest, you’re right the end user doesn’t care about the language their graphical app is in, but the developers fielding their bug reports and making fixes/features sure do.
John Carmack, author of the Doom engine, is a long time Linux user and for a while the policy was to open source the idTech engines once they had moved on.
However, Doom was hugely popular on its own before this, and was actually more pivotal for making Windows a gaming platform (over DOS).
The reason it runs everywhere is a combination of it’s huge popularity, it’s (now) open source and it’s generally low system requirements.
GNOME 3 introduced the current shell paradigm where you don’t really have a start menu but a variety of searches, integrated indicators, per-app desktops with a dock etc.
Before, it was far more conventional experience like Plasma/Windows/Cinnamon are now. GNOME 2 was forked to be the MATE desktop if you want to check it out.