Not sure what platform you’re on but on Linux flatpak can limit access to files, and things like AppArmor can do that for any native app as well (though it can be pretty tedious to configure)
- 11 Posts
- 352 Comments
I think the problem is that the Matrix Foundation (non-profit org) is being slowly cannibalized by Element (for-profit, VC-funded) which ends up making their costs and profit expectations a lot higher.
Right now this is only impacting the matrix.org homeserver. However, this could eventually end up impacting protocol-level design choices that harm other instances as well. Sure, you could fork the protocol and clients, but now we’re talking about taking up the work that an entire organization had previously been doing. Not impossible if an existing organization like the FSF or Linux Foundation started backing something, but not a great place to be in either.
Edit: grammar
Zangoose@lemmy.worldto memes@lemmy.world•Its like seeing those high-tech pop machines for the first time421·17 days agoReminder: Most devs actually care about the things they make. This is a management/timeline problem, not a developer one.
I don’t think I used it until chapter 9. To me it’s useful for harder-difficulty levels like ch. 9 and modded levels where you don’t really get any time mid-level to stop and think about where you need to go next. For those levels the telescope helps out a lot
The ghost doesn’t get a gravestone
I have a 7800 xt and that’s about the same performance as the 6800 xt (Thanks AMD for the confusing naming, the MSRP of the 7800xt was originally $150 cheaper than the 6800xt) and if you can find it for similar prices it’s good as well
Did some digging and I think it’s these projects:
Zangoose@lemmy.worldOPto Linux@programming.dev•Pipewire/Wireplumber set volume based on node name3·1 month agoThis works, thanks!
Zangoose@lemmy.worldOPto Linux@programming.dev•Pipewire/Wireplumber set volume based on node name3·1 month agoI don’t think it’s a process ID? I have 2 virtual pipewire devices (one called “chat-mic” and one called “chat-speaker”). Pipewire devices (nodes) also have ID numbers, but they are assigned when the device is initialized on startup and aren’t guaranteed to be the same between reboots
Zangoose@lemmy.worldto Ask Lemmy@lemmy.world•What's your favorite anime? Only tell us by quoting it and seeing if we can guess3·1 month agoI’m headcanonning this comment as the finger gun scene from Komi regardless of whether or not I’m right
Zangoose@lemmy.worldto Ask Lemmy@lemmy.world•What's the higest quality version of something like this without having to support Nestle?1·1 month agoEven if you’re being serious, that still gives them attention though. If you’re actually serious about boycotting Nestle, don’t buy, talk about, or consume their products.
The only acknowledgement you should give them is spreading the word about all the terrible things they do (and maybe alternative-to posts like this one if you don’t know how to replace their products)
Zangoose@lemmy.worldto Technology@lemmy.world•We have reached the “severed fingers and abductions” stage of the crypto revolution - Ars TechnicaEnglish1·1 month agoThe prison system also doesn’t actually make a net-profit even in the US, it only makes money for specific people (the owners of the private prisons and the systems benefitting off of prisoners’ free labor). The government actually loses billions of dollars per year maintaining prisons 🙃
Zangoose@lemmy.worldto Ask Lemmy@lemmy.world•Is there any lemmy server hosted from the USA ?1·2 months agoOh damn fair enough I didn’t look at their profile
Zangoose@lemmy.worldto Ask Lemmy@lemmy.world•Is there any lemmy server hosted from the USA ?5·2 months agoIf I get blocked, oh well 🤷. Who knows what could be the thing that opens up someone’s eyes?
I have a lot of family members that I was pretty close to before they started being MAGA fans in the past year or 2. Maybe it’s the optimist in me but I’d like to hope that people can realize how much widespread hate and damage Trump (and conservative media in general) is causing to the US.
Zangoose@lemmy.worldto Ask Lemmy@lemmy.world•Is there any lemmy server hosted from the USA ?191·2 months agoOne of the first things Trump did as president this year was take away the White House press passes from journalists he disagreed with…
He has been denying free speech (anything against him) since day 1. The only time he likes free speech is when it degrades other people and allows him to push lies/misinformation to the public.
Zangoose@lemmy.worldto Android@lemdro.id•Introducing Octopi Launcher - Now in Open Beta!English9·2 months agoAs far as I can tell from a quick search it seems like it’s closed source.
sigh The search continues, why can’t I just have folders in the app drawer in lawnchair :(
Edit: according to a closed issue on the lawnchair GitHub, app drawer folders have already been in nightly builds for ~6 months, so hopefully it’s in the next beta release.
Zangoose@lemmy.worldto Ask Lemmy@lemmy.world•What majors should I take (CS or Management)?4·2 months agoIf you’ve always wanted to pursue CS, do CS.
Honestly, there’s a lot of hype around AI. Companies are trying to figure out how to incorporate LLMs into their workflows, but no one has meaningfully succeeded yet past using it as an automated StackOverflow (which is usually wrong or outdated, just like StackOverflow). Yeah, startups will claim that things like cursor have saved them hundreds or thousands of working hours, but then they get burned their AIs leave in their API keys and code security flaws into their services. In the best case, they’ve created a nightmare codebase that will raise the turnover rates for their software developers significantly.
If you are actually passionate about CS, get a CS degree and don’t use AI for problem solving. Maybe debugging/concept explanations if it gets better, but don’t let it solve problems for you. Designing solutions, to problems, critically thinking about their strengths/weaknesses, and working through them is exactly what a CS degree is supposed to teach you how to do, so don’t throw that away by having AI do your work for you.
Zangoose@lemmy.worldto Ask Lemmy@lemmy.world•What majors should I take (CS or Management)?2·2 months agoThis is absolutely not true. Yes, the computer science field is constantly changing, which is exactly why having a strong grasp of fundamentals is incredibly beneficial. Any competent CS program will be teaching you how to approach programming in general (data structures, concepts, algorithms, protocol design, etc.) instead of focusing directly on specific languages. This is exactly because technology changes so frequently.
In my entire 4-year CS degree, I only took 1 class where the content in that class was specific to a certain programming language or technology. That class was called “Programming in C++” and it was an optional elective class. Sure, a lot (not all) of my classes were based on specific languages (Java, JS and frameworks, Lisp, C, C++, python, etc.) but the content in them was easily applicable to most general programming. In some of my classes we were free to use whichever language we wanted as long as we could get the compiler running on the submission server’s docker environment.
Yes, you can probably still become a software developer if you are dedicated enough to learning on your own, but in the current job market getting a CS job is definitely not a given anymore, especially when you’ll be competing against 1000s of other resumes with CS degrees on them. But a CS degree will make that learning process a lot easier, and will probably give you a more complete understanding of everything.
I mentioned Linux specifically because something like this is the hardest to set up on Linux. I (wrongly) assumed that since you were complaining about it not existing, you were on a platform where setting these permissions up isn’t straightforward. App-specific file-acess permissions are on MacOS out of the box as a configurable setting for all applications (in the system settings menu), and I’m pretty sure Windows 10/11 has something similar in its settings menu as well.
Edit: Also, if we’re being pedantic, this is also a setting on both Android and iOS, with Android displaying the option to change access pretty much every time you pick out a file.