actual_patience

joined 10 months ago
[–] actual_patience@programming.dev 1 points 6 months ago (1 children)

Most just see it as a get rich quick scheme.

It sucks, I don't see how it could ever get past this.

[–] actual_patience@programming.dev 15 points 6 months ago (16 children)

I thought Monero solves this issue, with a level of effort large enough that it's almost impossible to crack.

 

I was wondering what viewpoints and opinions this community has when it comes to cryptocurrency.

Personally, I'm not against it, but I'm not for it either. I like the concept of bringing back cash anonymity, and also decentralization (obviously). Although I don't think it will be viable for at least another decade.

Any app that you can setup Macros with. I use Macrodroid on Playstore.

[–] actual_patience@programming.dev 2 points 6 months ago (1 children)
[–] actual_patience@programming.dev 2 points 6 months ago (2 children)

https://feddit.de/comment/8071252 https://infosec.pub/comment/5269310 https://programming.dev/comment/5789966

These are just some random threads I saved. As others have pointed out, niche communities are (usually) the least toxic. Applies to any site or chatroom.

[–] actual_patience@programming.dev 10 points 6 months ago (2 children)

Tab Stash. Don't need nor will ever need anything else.

[–] actual_patience@programming.dev 1 points 8 months ago (1 children)

They just preferred to use WhatsApp. Switching to an alternative was trivially easy. People just didn't want to because of personal preference. It would be trivially easy for me to stop drinking coffee every morning and only drink water

It's not about personal preference. It's about momentum. If I stop drinking coffee, only I am being affected. If I stop using Whatsapp, I now have to convince everyone I'm in contact with to also use the alternative when msging me before I can actually stop using WhatsApp.

If you want it to be a public utility and its owned by an American company, which country is going to be the one to make that happen?

I am confident the EU could do it. A complete transfer of ownership isn't necessary for other countries to use exported services as public utilities. Public-private partnerships exist.

Also, calling "completely eradicating the first amendment in order to make it so that the American government can forcibly seize and censor people on its new state run social media websites" a "government problem" is an atomic bomb level of understatement.

"American freedom of speech = Nazis get to speak" was your stance before. Now it's "Anything but American freedom of speech = government censorship". What am I even supposed to say here?

[–] actual_patience@programming.dev 1 points 8 months ago (3 children)

First off, I think you are being very rude. I didn't call you names or make assumptions, so please treat this with more respect than a Twitter thread.

WhatsApp, by comparison, is trivially easy to replace.

Olvid, a French alternative to WhatsApp, was made in 2019. It took a law passing last month banning all ministers from using non in-house messaging services to stop people from using WhatsApp. I wouldn't consider that "trivially easy".

Also, your reasoning is kind of skewed, because in order to even use something like WhatsApp, you need other, already existing services. Namely internet access.

You didn't mention Internet access and so neither did I. I'm happy we both agree it should be a utility.

I don't know if you're just speaking from a non-American context, or just don't know how "freedom of speech" is codified into law in the United States.

I already said this is a "government problem". I said this in reference to the US government, because this isn't really an issue for most countries :/

[–] actual_patience@programming.dev 9 points 8 months ago (5 children)

When businesses ask you to contact their help-desk via WhatsApp, it's a utility. When people call and message friends, family, and colleagues almost exclusively on WhatsApp or Messenger, it's a utility.

It's also putting the government in a position in which it functionally would have to provide a platform for everyone equally, Neo-Nazis [...]

Godwin's Law People preaching [insert terrible belief] on a government platform would be removed and charged for hate speech just as much as they would be if preaching these things in public spaces. If your government gives people with terrible_belief.jpg the chance to preach on public property, that's not a public property issue, that's a government issue.

Ultimately, saying social media should be a public utility is like saying casinos and strip clubs should be public utilities.

No, it isn't. If anything, turning certain popular social media apps into public utilities would limit them from being pure dopamine hits. Let other websites exist to fill the cesspool void. Not the one my grandma uses.

[–] actual_patience@programming.dev 4 points 8 months ago (1 children)

I much prefer it over grub. I don't think there's any other bootloader's that support btrfs snapshots.

[–] actual_patience@programming.dev 4 points 8 months ago (1 children)

I think flatpaks are good. The performance penalty for containerized software can be felt much more when you're not using a good CPU. So containers do not "solve" my use case.

[–] actual_patience@programming.dev 2 points 8 months ago (1 children)

Could you pass me a link to an example setup?

 

It is by design non-invasive and should work on any distro which meets the requirements; Btrfs root and systemd-boot bootloader. With non-invasive I mean; it doesn't mess with your normal OS and its configuration, it can be rolled out, toyed around with and just as easily be removed again.

Taken from reddit:

I think this is the best approach to immutability. I don't want heavy abstraction and I don't want containers.

A system I can deploy anytime and rollback on is all I needed.

When I have time, I will include this in my setup.

 

I was wondering if anyone here has attempted the new "COW filesystem for Linux that won't eat your data".

It's supposedly has been stable since the start of 2023. I'm willing to give it a try on Arch, but before I do, I'd like to hear if anyone has faced any issues with it.

 

I want to discuss a better means of organizing tags for websites that use a generic tagging system. I propose a tag hierarchy.

Basically, if I search for #dog, I should find posts with #puppy, #pug, #baby_pugs, #cute_dogs, etc.

But, if I search for #pug, I should only get posts with #pug, or other tags like #baby_pugs, #cute_pugs, etc.

This would make adding 50+ similar tags to a post irrelevant and allow for normal people to put a single obscure tag and still gain visibility.

I want to bring this idea up to more people. Where should I discuss this? You can suggest any website, community, or Lemmy instance where I could possibly develop this further.

I'm happy to discuss this here as well.

[Edit for clarity]: I am not just talking about tags for the federation and Mastodon. I am talking about improving any and all websites with a generic tagging system. Twitter, Instagram, Facebook, etc. etc.

 

I'm attempting a new install. I want to use btrfs with swapfile.

Do I need to disable compression on my swap subvolume?

Is there anything else I should keep in mind for fstab if I want to, say, not keep track of my Downloads folder when snapshotting?

Here is my fstab:

LABEL=arch@btrfs        /               btrfs           rw,relatime,discard=async,space_cache=v2,subvolid=256,subvol=>

LABEL=arch@btrfs        /home           btrfs           rw,relatime,discard=async,space_cache=v2,subvolid=257,subvol=>

LABEL=arch@btrfs        /var/cache/pacman/pkg   btrfs           rw,relatime,discard=async,space_cache=v2,subvolid=259>

LABEL=arch@btrfs        /var/log        btrfs           rw,relatime,discard=async,space_cache=v2,subvolid=258,subvol=>

LABEL=arch@btrfs        /.snapshots     btrfs           rw,relatime,discard=async,space_cache=v2,subvolid=260,subvol=>

LABEL=arch@btrfs        /swap           btrfs           rw,relatime,discard=async,space_cache=v2,subvolid=263,subvol=>

LABEL=efi@fat32         /efi            vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=asci>

/swap/swapfile          none            swap            defaults        0 0
 

I used to listen to long form essays on Youtube. My favourite ones either break down the history of a conspiracy, teach me something new and cool about the world, or explore a hobby I've never been interested in.

I don't like the ones about killers or heavy drama. I also don't like podcasts that spend half the time reading the latest news from [topic] in verbatim .

What are some podcasts you can recommend me while I chip away at other things?

 

Every single large server in this federation has at least one Star Trek community. There is even an entire server dedicated to Star Trek.

Not only that, these communities are some of the most active I've ever seen. There is no other franchise I know of that dominates the federation as much as Star Trek does.

So, what's the correlation with Lemmy and Star Trek? Why not other sci-fi series? Please, are there any connections?? Is this all coincidental?

view more: next ›