busy eating waffles brb
- 1 Post
- 18 Comments
Many things still don’t have a XDG portal like reading absolute cursor position (useful for some accessibility and productivity apps) and things who do have an XDG portal like screenshoting are usually not implemented in popular OS-agnostic libraries
Those things aren’t supported in XWayland either for security reasons iirc and require X11 but I could be wrong
IIRC I had to keep xsettingsd running in the background for my system GTK theme to be applied to Flatpak apps so maybe that’s what you need?
waffle@sh.itjust.worksto
Linux@lemmy.ml•Solved: ~/bin vs. ~/.local/bin for user bash scripts?
6·1 year agoI’ve tried both and
~/.local/bintends to be used by a bunch of tools to install their own binaries/scripts so depending on what you use it can become very messy (which did happen in my case). I used to have a~/Documents/Scriptsdirectory in my$PATHand that was much cleaner than my current setup so that’s what I’d recommend, especially if you want to use Git with it! :)
waffle@sh.itjust.worksto
Linux@lemmy.ml•How much of a pain is it to install Nvidia GPU drivers, really?
2·1 year agoSometimes it’s plug-n-play and everything works great. Sometimes you press the update Nvidia drivers button on your Ubuntu work computer and then need to tell IT you bricked your OS. YMMV
No worries Mickey Mice! Hopefully you won’t face any more big hardware issues after that ^^’
Good luck in your Linux journey! :)
waffle@sh.itjust.worksto
Linux@lemmy.ml•Wi-fi not working on Pop os 24.04 cosmic desktopEnglish
3·1 year ago21:00.0 Network controller: Broadcom Inc. and subsidiaries BCM4352 802.11ac Dual Band Wireless Network Adapter (rev 03)
It’s probably related to this recent issue
In my experience Broadcom on Linux is a bad omen, second only to Nvidia. If you can, I’d recommend switching your Wi-Fi card for one that has better Linux support (e.g. “TP-Link Archer TX3000E” or anything that uses an Intel chip inside really since support for them is handled directly by Intel and integrated into Linux’s source code). Good luck! :)
waffle@sh.itjust.worksto
Buy European@feddit.uk•My Experience with Wero : Ease and Convenience
4·1 year agoMake sure that your device is not ‘rooted’. If the operating system is an Android variant (also called a ‘custom ROM’), such as LineageOS or Pixel Experience, then the wero app can’t be installed for security reasons.
I can’t use it but it looks neat! I hope these companies will one day realise that requiring the user’s device to be an opaque jail controlled by a usually foreign third-party isn’t good security practice :/
Damn already working on an app? That’s so cool! Starting E2EE there is definitely a good idea then!
MeroChat is such a nice project, thank you for working on it <3
The server might always send a modified script that just uploads the plaintext private key.
Yeah, you’d need a way to validate the client code before it’s executed to solve that issue
Section “2. Client application security” of MEGA’s Security Whitepaper discusses this exact problem. Their best solution to that issue is to just cram the whole frontend in a signed web extension and not serve any code to the user when the extension is active, which is not very user friendly but works for those who want an extra layer of protection
I just can’t find a good user-friendly implementation, sorry for not being of more help. The web just isn’t E2EE-friendly ig :/
Yeah, I’m not used to E2EE in the browser either and StackExchange seems to agree that there’s no nice solution :/
The sanest option in terms of user practicality to me appears to be storing the private key on the server, maybe encrypted with the user’s password, and sending it to the user on successful login where it would be decrypted client side. It seems like it’s more or less what MEGA is doing since they have a similar issue
If the server having temporary access to the user’s password is an issue maybe the password could be partially pre-hashed before being sent?
It’s be interesting to talk about it with someone with more experience, especially since implementing all of that will be a pain so it can’t be redone every Thursday
I know Matrix has E2EE with some public documentation on its implementation. Maybe it could help you? Idk how familiar you’re with E2EE or what kind of implementation you’d want, anything will have drawbacks :/
The encrypted files are very suspicious and, in the new canary, they removed the part that stated they didn’t receive a gag order: https://web.archive.org/web/20240405132835/https://cock.li/transparency/warrant-canary.txt
It’s possible that it’s Vincent’s way of warning the users of a gag order. He may be an insufferable edgy little twat but he cares a lot about transparency and, had he received a gag order, he would definitely try to communicate it
Maybe I’m just being paranoid, you tell me
waffle@sh.itjust.worksto
Technology@lemmy.world•YouTube is now hiding the skip button on mobile tooEnglish
7·2 years agoYes! uYouPlus is amazing although it can be a pain to install because of Apple’s shenanigans. It’s a collection of patches over the official YouTube app
waffle@sh.itjust.worksto
Asklemmy@lemmy.ml•😵💫Let's say I wanna keep my posts at 69% karma or whatever
0·2 years agoIs your question “what is the probability for one of my post to have 69% upvotes”? This should be answered by a binomial distribution!
According to this website, for p=0.5; n=100; and x=69 the probability should be ~0.005%.
This means that if 100 people vote your post perfectly randomly, the chance of getting 69% upvotes is ~0.005%. This number will also become smaller if more people start voting since given an infinite amount of votes, the ratio of upvotes should converge towards the chance that a person gives your post an upvote (aka. 50%) so we’d get even further from our 69% target.
Basically, if people vote perfectly randomly it’s unlikely to get to exactly 69%. Such is the fate of us mortals :(
waffle@sh.itjust.worksto
Technology@lemmy.world•Apple Computer Check Signed by Steve Jobs Sells for $46,000English
5·2 years agoIt’s Alex Unemployment’s archnemesis.
It’s time to accept that with every passing second, your body irreversibly degrades. In every instant of life, death becomes closer and closer until it eventually consumes your consciousness and turns you into a lump of organic matter.
Which is like 3:45 pm. You’re welcome! :)





Do you need your NVIDIA GPU? It sucks but the best solution is probably to disable this GPU and rely on the integrated GPU of your CPU. You can take a look at this guide from the Arch Wiki which explains how to do that
Sorry that I can’t help you with getting that GPU to work. I’ve seen some people claiming this MBP model works great with Linux but no info on if they’re using the NVIDIA GPU :/