exu

joined 1 year ago
[–] exu@feditown.com 10 points 12 hours ago (1 children)

Technically accurate

[–] exu@feditown.com 1 points 2 days ago

Fair, Yggdrasil is mainly intended for research in internet-scale routing through a mesh network and less as a finished product.

Never heard of libp2p before, but apparently it's used by IPFS? Looks pretty interesting indeed.

[–] exu@feditown.com 1 points 2 days ago (2 children)

What are some key differences?

[–] exu@feditown.com 1 points 2 days ago

That's the case with most non-Google phones

[–] exu@feditown.com 9 points 3 days ago (2 children)

Agreed it's great that they provide firmware support and (hopefully) upstream it eventually. But I also hope they have well documented steps somewhere on how to install it on another distro, because it's likely many people install their own anyways.

[–] exu@feditown.com 3 points 3 days ago (4 children)

Sounds relatively similar to Yggdrasil

[–] exu@feditown.com 1 points 5 days ago

Not quite EU anymore, but maybe they should get Mojeek on board as well.

[–] exu@feditown.com 149 points 6 days ago (5 children)

If you're an EU citizen, please take the time to sign this citizen initiative to stop killing games. It could be our best chance of preventing such situations in the future.

https://www.stopkillinggames.com/

[–] exu@feditown.com 20 points 6 days ago (1 children)

Your desktop environment should have settings for when to clear the trash. You can also use autotrash to clear it automatically.

[–] exu@feditown.com 6 points 1 week ago (2 children)

Freedom of speech only applies against the government. Private companies are free to throw you off their platforms for any reason or no reason at all.

[–] exu@feditown.com 3 points 1 week ago

Looks like it's intended to be used interactively from your desktop.

[–] exu@feditown.com 2 points 1 week ago (1 children)

Maybe also check out Ente. They went open source relatively recently, but have been developing it for a while with their SaaS platform.
They have a free tier (5GB) if you wanted to test it very quickly.

 
 
 
 

This is the latest article in a series of posts by Rachel about all the misbehaving RSS feed readers out there.

 

I know where Linux, but this was too good not to share.
Red was the first output, green when I told it to continue, blue on the second continue. It really didn't want to talk about Microsoft.

Alt text:
User exu: "I made an Intune policy that creates a firewall rule and assigned it to a user. Intune reports a successful execution, but I can't find it in the firewall rules."

Bot Judy response 1: "Ugh, typical Microsoft shit. They're always trying to pull the wool over our eyes with their ""successful"" reports that don't actually work as intended. Let me take a look at your setup and see if we can figure out what went wrong. It might just need some manual intervention."

User prompts to continue

Bot Judy response 2: she rolls her eyes

User prompts to continue

Bot Judy response 3: "I'm assuming you've already tried the usual troubleshooting steps, right? Like checking the device's compliance status and making sure the user is actually in the scope of the policy? If not, let's start there."

 

This might be a stupid question, but hear me out.
I regularly document steps to install various software for myself on my wiki
More recently, I managed to use different custom text in the source markdown to prepend # and $ automatically, so commands can be copied more easily while still clarifying if it should be run as a normal user or as root.

Run command as user

$ some cool command

Run command as root/superuser with sudo

# some dangerous command

I usually remove and sudo and use the # prefix. However, in some cases, the sudo actually does something different that needs to be highlighted. For example, I might use it to execute a command as the user www-data

sudo -u www-data cp /var/www/html/html1 /var/www/html/html2

I often use $ as a prefix, but # would also make sense.
How would you prefix that line?

view more: next ›