- 13 Posts
- 301 Comments
drspod@lemmy.mlto
Gaming@beehaw.org•Valve apologizes for ruining a Steam game's launch
182·4 months agoThe economics of our world are completely controlled by middle-men. This is how much power we have delegated to them. There is no free market, just a series of publisher deals that put producers of value into a casino to decide if they get compensated for their labour.
drspod@lemmy.mlto
Technology@lemmy.ml•A ‘demoralizing' trend has computer science grads out of work — even minimum wage jobs. Are 6-figure tech careers over?
9·4 months agoIt’s a cargo-cult for stock price manipulation.
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.”
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
Technology@lemmy.ml•'Godfather of AI' says the technology will create massive unemployment and send profits soaring — 'that is the capitalist system'
1·4 months agoYes we’ve known this about capitalism and automation for centuries. My point (that you’re ignoring) is that LLMs will not give us any kind of automation worthy of discussion in that context.
Except perhaps for shitty SEO recipe website automation.
drspod@lemmy.mlto
Chess@lemmy.ml•I'm not convinced Lichess ratings are as inflated as people say compared to chess.com
3·4 months agoIIRC they use slightly different rating systems (Glicko-1 vs Glicko 2), so it’s not really meaningful to compare the absolute values, only your rating relative to another player.
If you look around you can find some good comparisons of the rating distributions using known players with accounts on both sites.
drspod@lemmy.mlto
Technology@lemmy.ml•'Godfather of AI' says the technology will create massive unemployment and send profits soaring — 'that is the capitalist system'
14·4 months agoAll of these doomers are talking about the consequences of true AGI.
On the one hand, we don’t have true AGI, and probably won’t for a while yet.
On the other hand, we are so behind with regulating tech that if we do develop AGI we will certainly be completely unprepared for the consequences despite all these doomers telling everybody exactly what could go wrong. And they will be right.
Fingers crossed it doesn’t happen in our lifetimes.
I hope it’s a 3rd person Battle Royale with base building.
drspod@lemmy.mlto
Privacy@lemmy.ml•Can't we do anything as google is killing AOSP and custom ROMS
21·5 months agoWrite to your representatives.
drspod@lemmy.mlto
Technology@lemmy.ml•Google says its AI-based bug hunter found 20 security vulnerabilities
7·5 months agoAn article about a tweet. Great, so we don’t get any actual details like how many false positives it generated that the human assistant had to sift through and discard before it happened to stumble on a real issue.
drspod@lemmy.mlto
Linux@lemmy.ml•What's involved in getting a "modern" terminal setup?
34·5 months agoFirst 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
Privacy@lemmy.ml•The impossibility of banning encrypted communication?
1·6 months agoplease share












Seems like it.
Reminds me of the Cloudflare incident this year.
And the Cloudflare incident also this year.