actual_patience

joined 11 months ago
[–] [email protected] 1 points 8 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.

[–] [email protected] 15 points 8 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.

[–] [email protected] 7 points 8 months ago

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

[–] [email protected] 2 points 8 months ago (1 children)
[–] [email protected] 2 points 8 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.

[–] [email protected] 10 points 8 months ago (2 children)

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

[–] [email protected] 15 points 8 months ago

Psychopathy is a popular catch-all term. "Low-empathy" is better, but I think you're just a critical person and most people don't like criticism or self-reflection.

[–] [email protected] 3 points 8 months ago (1 children)

Ok, so I heard a thing a long time ago about information density in languages, and that there's a specific amount of information conveyed per second which is pretty consistent across languages, even when the number of sounds is higher or lower.

This is true.

Which means that a single word in English, for instance, would convey more information than a single word in Hindi.

I don't think that's the right interpretation. There are words in English that would require sentences to be made for each if conveyed in a different language. But the same is true vice-versa.

Have a look at subtitles for movies from one language to any other. Translators struggle conveying what should be paragraph long sentences of context behind a single word for one language. Do not get me started on double speak.

 

Very open-ended. Looking into Kakoune and just out of pure curiosity, I was wondering which plugins/setups you have and/or recommend?

[–] [email protected] 4 points 9 months ago (2 children)
[–] [email protected] 1 points 9 months ago

I haven't heard of this before. How does it compare to Obsidian or Notion?

[–] [email protected] 1 points 9 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?

[–] [email protected] 1 points 9 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 :/

 

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.

34
bcachefs? (programming.dev)
 

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.

14
submitted 10 months ago* (last edited 10 months ago) by [email protected] to c/[email protected]
 

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
 

TLDR: Companies should be required to pay developers for any open source software they use.

He imagines a simple yearly compliance process that gets companies all the rights they need to use Post-Open software. And they'd fund developers who would be encouraged to write software that's usable by the common person, as opposed to technical experts.

It's an interesting concept, but I don't really see any feasible means to get this to kick off.

What are your thoughts on it?

 

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 ›