Exactly, raw pointers are very rarely the way to go
- 0 Posts
- 11 Comments
rasensprenger@feddit.deto
Linux@lemmy.ml•Is there a way to stop and rename a mounted external drive (DAS set to raid5) so it does not change names every restart linux ubuntu
41·2 years agoBut be careful, you can pretty easily break stuff by messing up fstab
rasensprenger@feddit.deto
Linux@lemmy.ml•(solved) I can't get my linux system to run properly
15·3 years agoThis may be a stupid question but is your video cable plugged into the gpu or into the motherboard?
rasensprenger@feddit.deto
Linux@lemmy.ml•Steam Linux Marketshare Surges To Nearly 2% In November
2·3 years agoThat would be extremely funny
rasensprenger@feddit.deto
Linux@lemmy.ml•Spending a few days with Hyprland made me realize how awesome Gnome is
5·3 years agoIn your case I would just start by copying a full setup someone else made and then customizing it, starting from scratch always takes a lot of effort. Reddit’s unixporn was great for that, the alternatives on lemmy are sadly still a little empty.
rasensprenger@feddit.deto
Linux@lemmy.ml•The Linux Kernel Preparing To Drop Infrastructure For Old & Obsolete Graphics Drivers - Phoronix
21·3 years agoSomeone needs to maintain them for them to keep working. Nobody else is willing to do that anymore, but you can still volunteer as a maintainer. If you don’t, it’s as much your fault as anyone elses.
rasensprenger@feddit.deto
Linux@lemmy.ml•Linux vs Windows tested in 10 games - Linux 17% faster on Average
4·3 years agoIf you let it run through once, it should cache the compiled shaders so it will recompile only after the game or your gpu drivers are updated
rasensprenger@feddit.deto
Linux@lemmy.ml•What feature are you dying for to come to your DE - Linux?
173·3 years agoWhat do you need RDP for? I did everything i ever needed to do remotely via SSH (I mean this as a genuine question, not that we shouldn’t have better RDP support)
bash’s autocomplete fails (at least with default settings), but e.g. zsh can figure out what you mean
rasensprenger@feddit.deto
Announcements@lemmy.ml•We're the creators of Lemmy, Ask Us Anything. *Starts Monday, 7 Aug, 1500 CEST*English
351·3 years agoHave a look at https://matrix.org
rasensprenger@feddit.deto
Linux@lemmy.ml•Linux Desktop Market share reaches 3.08%English
1·3 years agodeleted by creator



Yeah, that’s confusing to read. A hashset can only contain at most one of each cheese kind, in c++20 you can write
inventory.contains(cheeseName), before that you had to use.countorinventory.find(cheeseName) != inventory.end()or something like that