- 3 Posts
- 78 Comments
drspod@lemmy.mlto
Linux@lemmy.ml•Ubuntu 25.10's Move To Rust Coreutils Is Causing Major Breakage For Some Executables
91·8 months ago
drspod@lemmy.mlto
Technology@lemmy.zip•Mods react as Reddit kicks some of them out again: “This will break the site”English
1·8 months agoUnder new rules rolling out over the coming months, a small number of users will be required to leave some of their moderator posts so that they aren’t moderating more than five subreddits with 100,000 monthly visitors.
Good. We could do with a similar rule here on lemmy. I know there’s probably a lack of people to fill all the needed moderator positions, but I’m pretty sick of seeing the same people moderating the majority of communities that I visit.
It becomes especially apparent when someone gets banned from one community and the powermod bans them from every other community that they moderate. It’s rare that someone actually deserves that type of scorched-earth response.
drspod@lemmy.mlto
Technology@lemmy.zip•Mods react as Reddit kicks some of them out again: “This will break the site”English
3·8 months agoI never met one on reddit who wasn’t just getting off on the power trip.
The ones who don’t, you never meet.
The usual problems with parsing ls don’t happen here because Nu’s ls builtin returns properly typed data.
Isn’t that the point that the previous commenter was making by linking that answer? I read their comment as “here is why you should use Nu shell instead of parsing
lsoutput.”
drspod@lemmy.mlto
Selfhosted@lemmy.world•Have you tried self-hosting your own email recently?English
3·8 months agoWhich VPS provider are you using? Many of them end up blacklisted for mail delivery due to spammers using them.
drspod@lemmy.mlto
Technology@lemmy.zip•Apache Software Foundation Unveils Its Branding Overhaul With New Logo & "The ASF" NameEnglish
5·8 months agoFTFA:
The Apache Software Foundation announced last year that they would be changing its corporate logo and overhaul its branding after being criticized by American Indian activists.
I don’t know how to help but I would absolutely read your novel.
I quite enjoyed Walkaway by Cory Doctorow and I’d be interested in recommendations of fiction that has a similar angle.
Sorry to be a doofus, but could you paste the output of
iptables-saveandip6tables-saveinstead? The default iptables output actually just leaves out important information like which interface the rule applies to.I think the best thing to do would be to see if you can get support from Windscribe and find out whether it’s a known issue or a bug that needs fixing.
Thanks, looking at it now, but I should have remembered, iptables has a separate tool for ipv6 called ip6tables. Could you also paste the output of
ip6tables -LIf you put it in the comment between backticks like this:
```
<paste here>
```then it will keep the formatting exactly as it was when you copied it, instead of munging the linebreaks.
Check your cron and systemd timers to see if a regular scheduled job is running at that time.
It might help if you paste a complete dump of your firewall rules. I’m not sure if ufw uses iptables of netfilter since I haven’t used it before, but you can do:
for iptables firewalls:
iptables -Lfor netfilter firewalls:
nft list rulesetThat might help debug exactly what ufw and your vpn are doing.
drspod@lemmy.mlto
Selfhosted@lemmy.world•18% of people running Nextcloud don't know what database they are usingEnglish
2·8 months agoThat’s good to hear, thanks for the reply!
drspod@lemmy.mlto
Selfhosted@lemmy.world•18% of people running Nextcloud don't know what database they are usingEnglish
4·9 months agoA Freedombox user in the wild!! I’ve been following the project since 2011 but I never thought it really achieved its potential. How do you use yours, and how do you find it?
drspod@lemmy.mlto
Self-hosting@slrpnk.net•Buck the Billionaires. Create Your Own Internet Services.
121·9 months agoThe solution proposed by the author is to host your own fediverse instance on a … wait for it … corporate VPS.
I don’t think it helps to gate-keep self-hosting as being only for local hardware. It’s also about managing your own software stack so you’re not reliant on Big Tech to provide services to you.
Anyone with the ability to inject or modify packets in the network path between server and client can inject malicious javascript or browser exploits into an unencrypted HTTP TCP stream. The client’s User-Agent and other headers would allow the attacker to customize their attack to target that specific browser version, and compromise the client machine.
drspod@lemmy.mlto
Fediverse@lemmy.world•CrowdBucks is a new payment system for the FediverseEnglish
3·9 months agoHow much are the gas fees these days?
First paragraph after the introduction:
what is a “modern terminal experience”? Here are a few things that are important to me, with which part of the system is responsible for them:
- multiline support for copy and paste: if you paste 3 commands in your shell, it should not immediately run them all! That’s scary! (shell, terminal emulator)
- infinite shell history: if I run a command in my shell, it should be saved forever, not deleted after 500 history entries or whatever. Also I want commands to be saved to the history immediately when I run them, not only when I exit the shell session (shell)
- a useful prompt: I can’t live without having my current directory and current git branch in my prompt (shell)
- 24-bit colour: this is important to me because I find it MUCH easier to theme neovim with 24-bit colour support than in a terminal with only 256 colours (terminal emulator)
- clipboard integration between vim and my operating system so that when I copy in Firefox, I can just press p in vim to paste (text editor, maybe the OS/terminal emulator too)
- good autocomplete: for example commands like git should have command-specific autocomplete (shell)
- having colours in ls (shell config)
- a terminal theme I like: I spend a lot of time in my terminal, I want it to look nice and I want its theme to match my terminal editor’s theme. (terminal emulator, text editor)
- automatic terminal fixing: If a programs prints out some weird escape codes that mess up my terminal, I want that to automatically get reset so that my terminal doesn’t get messed up (shell)
- keybindings: I want Ctrl+left arrow to work (shell or application) being able to use the scroll wheel in programs like less: (terminal emulator and applications)
There are a million other terminal conveniences out there and different people value different things, but those are the ones that I would be really unhappy without.
So basically it’s the features that have been standard in shells and terminal emulators for the past couple of decades.
drspod@lemmy.mlto
Open Source@lemmy.ml•Open source (GPL 3) to alternative Adobe After Effects
6·10 months agoI can’t find any videos with examples of the kinds of effects that this software can produce. They have a youtube channel but it has no content.
drspod@lemmy.mlto
Selfhosted@lemmy.world•I self hosted a World of Warcraft server.English
41·10 months agoWas the server officially released by Blizzard or was it reverse-engineered and built by the community?




