The classic rm -rf $ENV/home where $ENV can be empty or contain spaces is definitely going to hit someone one day
- 0 Posts
- 21 Comments
furikuri@programming.devto
Linux@lemmy.ml•Linus responds to Hellwig - "the pull request you objected to DID NOT TOUCH THE DMA LAYER AT ALL... if you as a maintainer feel that you control who or what can use your code, YOU ARE WRONG."
4·1 year ago“Glazing” is slang for over-complimenting, often to an obsessive degree
Run
info infoTexinfo pages were originally meant to be a longer alternative to manpages that had support for featureful navigation (links, indexes, etc). They’re nice and I can see a world where they did catch on, but the standard viewer is always a little bit of a shock to jump in to (being based off Emacs and all)
You could try making enabling git’s
rererefunctionality, which stands for “reuse recorded resolution”
Arch does tend to keep packages as close to upstream as possible, which can be both a good and bad thing. Sway not binding to
graphical-session.targetby default is a little strange for example. Other distros also save a first-time user a great deal of configuration for things they probably don’t care about as well. Going through Fedora’s install and finding out that disk encryption and SELinux were configured OOTB was very nice to see personally. On the other hand Arch’s installation (w/o archinstall) has you choosing a bootloader, audio server, display manager, etc. Nothing arduous and I like it, but definitely not for everyoneThis is all eliminated by spinoffs of course, but even there users have the option to run random scripts/AUR packages without vetting them. Also doesn’t help that the most popular Arch-based distro for a while (Manjaro) was pretty flaky and generally incompatible with the AUR (despite saying otherwise), leading to many people saying “that’s just Arch” and swearing off the parent project as well
I switched to (Doom)-Emacs from a ~7yr old homegrown Vim config last week and honestly the configuration is less bad than it seems. If you’re mainly writing markdown you’ll probably get 99% of the way there by just enabling the dedicated module
Additionally if you’re looking for it to start on boot without logging in, you might find the loginctl enable-linger command to be of use. Maybe along with a
Restart=on-failurepolicy in the service file if this is for a headless unit or something
furikuri@programming.devto
News@lemmy.world•Ye Employees Sue, Allege Black Employees Called ‘Slaves,’ Denied Pay
9·2 years agoThe name was used casually before, but he officially changed it in 2021
furikuri@programming.devto
Games@lemmy.world•$843 million lawsuit against Valve already has its own website: "The Steam Claim" accuses the biggest store in PC gaming of "overcharging" playersEnglish
81·2 years agoYup. If Steam wasn’t around I’d have the joy of choosing between Epic, Origin, GOG (actually not bad but no official Linux client can be annoying), or GFWL (which would probably still be around in this situation)
furikuri@programming.devto
Games@lemmy.world•$843 million lawsuit against Valve already has its own website: "The Steam Claim" accuses the biggest store in PC gaming of "overcharging" playersEnglish
10·2 years agoProbably operates closer to corporate software licensing deals, i.e. “we might not catch you but if we do it’s over”
furikuri@programming.devto
Linux@lemmy.ml•[SOLVED] [Manjaro XFCE] Trying to mount an SSD but gives me a "Failed to mount" error
1·2 years agoIf it’s an external SSD I could see it being useful in order to keep native compatibility with Windows and MacOS (IIRC their other option would be FAT32 but I don’t use a Windows machine so who knows)
furikuri@programming.devto
Technology@lemmy.world•Google Accidentally Deleted $125 Billion Pension Fund's AccountEnglish
4·2 years agoHappened all the time over on r/androiddev. Small company brings on the wrong person/uses the wrong SDK/wrongfully fails an review and their account is then banned via “association”, which then propagates down to countless other employees. Only way out is to hope and pray that a human sees the appeal or try and blow up online
Happened so often in fact that the subreddit even created several guides on how to avoid it. My favourite part is that even unpublished apps must be updated in perpetuity to abide by Google’s ever changing requirements
Or this other occasion where viewers of one of the most popular YouTubers in the world were banned for typing in chat
furikuri@programming.devto
Technology@lemmy.world•House panel unanimously approves bill that could ban TikTokEnglish
1·2 years agoWhy single out TikTok and not Chinese nationals buying US real estate, driving up the cost of commercial and residential rents?
Heavily agree that this is equally problematic, but unfortunately it seems like the choice has already been made that real estate “investments” cannot be allowed to fail. It’s the same reason why they aren’t also targeting US-based companies that have been shown to have ties to foreign rivals, they’re literally just playing politics. Sucks, but for now this at least opens the door for further regulation in the area
furikuri@programming.devto
Technology@lemmy.world•US lawmakers vote 50-0 to force sale of TikTok despite angry calls from usersEnglish
1·2 years agoThis is why I’m having trouble understanding why people are confused about the bill’s purpose, especially in the context of the last dozen years or so. Allowing a political rival to maintain control over a platform like this is granting them soft power. Even if I agree that companies like Meta should be more heavily regulated (though not in this manner), I can see why they’ve put a bandaid on the issue given that there’s a non-zero chance that TikTok’s content has been actively in the past few years
furikuri@programming.devto
Technology@lemmy.world•US lawmakers vote 50-0 to force sale of TikTok despite angry calls from usersEnglish
2·2 years agoMe when I find out that it’s illegal to sell your organs for profit
furikuri@programming.devto
Technology@lemmy.world•Reddit’s IPO Filing Shows Lots Of Losses After Nearly 20 YearsEnglish
102·2 years agoProbably doesn’t help that Reddit has spent years cultivating some of the most advertiser unfriendly content available (out of the top 100 visited sites). I doubt anyone’s chomping at the bit to advertise on pages like r/jailbait, r/piracy, and r/fatpeoplehate. Even if the worst of the worst have been banned the overall “culture” can’t be erased as quickly
furikuri@programming.devto
Asklemmy@lemmy.ml•What is an event that changed how you view the world?
2·3 years agoThey’re talking about the Hogwarts game
furikuri@programming.devto
Linux@lemmy.ml•Never-before-seen Linux backdoor is a Windows malware knockoff
2·3 years agoAn amendment to the popular expression, “All [personal] information should be free”, I suppose
furikuri@programming.devto
Linux@lemmy.ml•Best practices for navigating file structure via terminal?
1·3 years agoAgreed, fzf (and similar fuzzy finders) have been a game-changer with regards to the way in which I navigate the shell. Add in a couple of one-liners and I’m never more than a second away from any nested directory
Here are some of the most used aliases in my configs if anyone would like to try it out
Note that they use
fdandexabut they can easily be swapped out forfindandlsif those aren’t available on your system (which would allow for shorter aliases since they’re the fzf defaults IIRC)alias update-cdd='fd -Ha -td -d1 -E "\.config" -E "\.local" "^\." ~ > ~/.cddignore' alias cdd='cd "$(fd -H -td --ignore-file ~/.cddignore . ~ | fzf --preview "exa -lF --no-permissions {}" --tiebreak=length,end,begin --preview-window=up,20%)"' alias cdf='cd "$(fd -H -tf --ignore-file ~/.cddignore . ~ | fzf --preview "bat --style=header-filename,header-filesize -r 40: --color=always {}" --tiebreak=length,end,begin --preview-window=up,20% | xargs dirname)"'



Honestly, for the first year or two after learning about it (which is the only time where it’s really relevant) that’s exactly what I did. Spend 30 seconds, derive something that’s definitely correct, and never worry again about your memory randomly failing you