One significant pro is the AUR.
- 0 Posts
- 101 Comments
okamiueru@lemmy.worldto Selfhosted@lemmy.world•Tools to migrate from Plex to Jellyfin?English16·3 months agoI got the lifetime pass 5 years ago. I’ve switched to JF because of the disappointment so far about a year ago.
JF is exactly what I wanted and needed plex to be, and everything added since is a worsened product. The lifetime pass was an attempt at getting the peace of mind of “then you just have it”. If anything, only FOSS can give that.
okamiueru@lemmy.worldto Linux Gaming@lemmy.world•How is GOG Galaxy Still Not On Linux?English1·4 months agoHm, if it spawns some external process, would it be possible to wrap that in a shell script of the same name (and have its dir earlier in PATH), which in turn calls the other one, but through trickle?
okamiueru@lemmy.worldto Linux Gaming@lemmy.world•How is GOG Galaxy Still Not On Linux?English4·4 months agoIf you’re on Linux, you have a lot more options to affect the system. You could try running Heroic Launcher through
trickle
: https://unix.stackexchange.com/questions/34116/how-can-i-limit-the-bandwidth-used-by-a-processIdeally this would be implemented on the client side, i.e. Heroic Launcher, but there seems to some challenges in making that happen: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher/issues/597
okamiueru@lemmy.worldto Linux Gaming@lemmy.world•How is GOG Galaxy Still Not On Linux?English1·4 months agoWhat do you mean by natively?
okamiueru@lemmy.worldto Linux Gaming@lemmy.world•Valve fixes up The Finals and No Man's Sky VR with Proton ExperimentalEnglish0·5 months agoI too would like to know!
okamiueru@lemmy.worldto Linux Gaming@lemmy.world•Microsoft should be terrified of SteamOSEnglish92·6 months agoDoesn’t MacOS phone home every time you run a new or changed executable? https://eclecticlight.co/2020/10/27/xprotect-what-do-we-know-about-it/
Edit: might be that it phones home for each executable if last it run was more than 12 hours ago, given this: https://www.howtogeek.com/701176/does-apple-track-every-mac-app-you-run-ocsp-explained/
okamiueru@lemmy.worldto Linux Gaming@lemmy.world•Microsoft should be terrified of SteamOSEnglish6·6 months agoAlso, some (most) annoyances with installing Linux, still, is primarily due to Microsoft managing to fuck things up in subtle ways.
I had mixed feelings about the whole Ondsel thing. And, please correct me if I’m wrong.
Most of the significant features in 1.0, that supposedly came from Ondsel, are things that I’ve been using for perhaps 3 years now, with a fairly well known branch of FreeCAD called Linkstage3 by a user that goes by RealThunder.
I don’t know how much he was involved in Ondsel, or the merging of those features into FreeCAD, but it sure looked like a whole lot of great work wasn’t credited to mind boggling amount of work by one person.
I still use the Linkstage3 branch, because it has a lot more features still, than what was present in the 1.0 pre-release i tried some months ago. Maybe things have changed since then.
okamiueru@lemmy.worldto Programmer Humor@programming.dev•Yes Google, 2/3 is TOTALLY the same as 1/2111·8 months agoSure, but, what does that have to do with the AI answer? Wait… Are you an AI?
“Install Linux”, is usually a hurdle for most people. We should be willing to help with that part.
okamiueru@lemmy.worldto Linux Gaming@lemmy.world•When will Steam stop using i386 packages?English1·9 months agoAnything special you needed to do? I have the HTC Vive, and I’ve tried a few times over the years, without any success. Last time was about 2-3 years ago.
okamiueru@lemmy.worldto Linux Gaming@lemmy.world•When will Steam stop using i386 packages?English2·9 months agoSteamVR works on Linux? What headset, if I may ask?
okamiueru@lemmy.worldto Programming@programming.dev•Stack Overflow Survey: 80% of developers are unhappy13·9 months agoMy biggest gripe is the lack of respect/understanding for the importance of data models and clear domain boundaries.
Most things that end up as “technical debt” can be traced to this. Sometimes, it’s unavoidable, because what the data models changes, or the requirements of the domain, etc.
And, it’s very innocent looking differences sometimes. Like “We know that the external system state will change from A to B, so we can update that value on our side to B”. Suddenly you have an implicit dependency that you don’t express as such.
Or, things like having enum that represents some kind of concept that isn’t mutually exclusive. Consider enum values of A and B. Turns out this really represented AZ, and BP (for some inherent dependency to concepts Z and P). Someone later on extends this to include ZQ. And now, suddenly the concept of Z, is present in both AZ and ZQ, and some consumer that switches on concept Z, needs to handle the edge case of AZ… And we call this “technical debt”.
okamiueru@lemmy.worldto Programming@programming.dev•Why I Prefer Exceptions to Error Values3·10 months agoI did eventually yes. Thanks for asking. I was exhausted yesterday, and upon reading my comment again, I get the downvotes. Being a second language doesn’t fully explain the wrong tone there. The article was a lot more insightful and in depth than I had mistakenly assumed.
After reading it tho, it seemed a lot more focused on performance than I think would be warranted. But that could be due to different concerns and constraints than where I’m used to working. I’d focus more on the mechanisms that best expresses the intent, and although they do discuss this well, the Venn diagram for the appropriate use of exceptions and error codes don’t overlap as much in my world.
And, it’s not like I’m arguing that they are wrong. It’s an opinion on a choice for a tradeoff that I only think, while allowing the possibility of being wrong, might miss the the mark. Stack unwinding is by its nature less explicit for the state it leaves behind. So it shouldn’t be a question of either error codes or exceptions, but which are most appropriate to express what, and when.
Even for Rust, where monads are preferred and part of the language to express and handle error codes, I would say that the statement of “newer languages like Rust don’t allow the use of exceptions”, seems incorrect to me. Something like
panic!("foo");
coupled withpanic::catch_unwind(|| { ... } });
I believe would unwind the stack similar to that of a throw/catch.Anyways. Thanks for reminding me to actually read the post. It was well worth it, and very insightful.
okamiueru@lemmy.worldto Programming@programming.dev•Why I Prefer Exceptions to Error Values18·10 months agoI’m just going to comment on the face value of the title itself, and make assumptions otherwise.
-
Exceptions are control flow mechanism. I.e. that can be used for code execution flow, in the same application.
-
Error codes are useful across some API boundary.
Does this adequately cover whatever it is they figured out was a good tradeoff?
-
Alacritty is fine. If you’re not combining it with tmux and zsh/fish, id pluck those fruits first.
I’ve used DOS, 3.11 to all the way to 11. Switched to Linux as main driver around 2009. Used MacOS at work for over a year now. I occasionally boot into windows for rare game that uses some anti cheat that doesn’t play well with wine.
I’m old enough that I just want things to work. I don’t care for any fanboyism. These are my opinions:
-
Windows is a mess. It has different UI from different decades, depending on what and where. NT kernel is ancient. The registry is a horror show. The only edge it has, is third party software, like propriatery drivers. that’s it. And that’s isn’t a merit of windows, but rather market share.
-
MacOS is inconsistent at every turn. It’s frustrating to use, and riddled with UX bugs, and seemingly deliberate lack of functionality. The core tooling, like the file manager, is absolute garbage. The only good thing it has going it, is that the Unix core is solid. In that year, I’ve experienced a soft brick once, that almost was a hard brick, and the reason was having set the display refresh rate from 120 to 60 Hz. Something I changed BTW, because certain animation transitions in MacOS took twice as long on 120 Hz… Yeah, top notch QA there Apple.
-
Linux. It has its own flaws. For sure. But as for “just works”, it happens so often, that it’s exactly why Windows and MacOS feels so frustrating. I’d have my grandmother use Linux.
And, I’m not just saying this. When I upgraded components on windows, I spent 2 hours debugging problems. One of the problems was also that it reverted a GPU driver, where every single version information was unmistakably older. It also made it not work.
I’ve also experienced that the WiFi network adapter also doesn’t work until I download some proprietary software over ethernet cable.
On Linux? I didn’t need to do a single thing in either case. It for sure didn’t use to be this way. In 2009 I was hunting WiFi drivers for fedora over ethernet. But in the last, say 5 years, on Arch, it’s been amazing. Did I mention that I use arch?
Ps: The last 4 times I’ve had problems on Linux have been:
-
- A Windows update fucks up grub.
-
- Reboot from windows doesn’t release hardware claim on WiFi adapter, so it doesn’t work on Linux.
-
- The system clock is wrong, which was easy to notice because of 2. leading to a lack of remote sync. This is due to Windows storing system time as local time, and not UTC. If you do software development, you’d know how dumb the former is.
-
- Raid partition destroyed because a windows 7 install decided to, unprompted, write a boot partition on a disk with “unknown” file system.
-
okamiueru@lemmy.worldto Linux@lemmy.ml•What the fuck is an SBAT and why does everyone suddenly care61·10 months agoBut then again, you did comment on what the article was about. Which would make it relevant to know what the article was about.
You… can just install the steam client on just about any Linux distro?