actual_patience

joined 11 months ago

If the community is purely about news, sure. Most aren't though, and I think in that case, the poster should always be the first ones to strike discussion.

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

would kill the community

I'm of the opposite belief. I think some communities stay dead bc there's just one person constantly posting articles with zero input. I avoid these "zombie" communities. Regular dead communities are more enticing to post in for me.

start one, and unsubscribe from the communities you don't like.

This would create even more fracturing, which is already a big problem here.

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

Basically all articles end up commented on anyways.

No. Small communities do not get this feature, and it is my belief that they stay small because (a) no one is willing to make the first comment and (b) the feed is just full of new dead posts, or "zombie" posts.

At least that's in my case. I get this urked feeling and leave the community whenever the feed feels "zombie". Not the case when it's just dead.

[–] actual_patience@programming.dev -1 points 7 months ago

but I want the community to not die.

I understand this, but

I don't have anything meaningful to say

Could this not be true for everyone else? Someone needs to start the discussion. Otherwise it will just stay dead. Imo it's better to either leave it or come up with at least something.

Well, you can just not follow the communities you don't like, and let them be.

I'd have to leave basically all of them, lol. I'm arguing against standard practice.

 

There are some communities where the vast majority of posts are by on or two users reposting news articles.

Sometimes they'll summarize below, but they will almost never share their opinions on the article, or even just ask what others may think about in regards to this aspect or that aspect. So the entire feed is just URLs.

I would feel more engaged to comment on those posts, or even start a post in the community, when it doesn't feel like a bunch of robots reposting the daily slop.

 

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.

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.

[–] actual_patience@programming.dev 3 points 9 months ago (2 children)

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

[–] actual_patience@programming.dev 0 points 9 months ago (1 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 0 points 9 months ago (3 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.

 

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
 

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 was exploring an obscure Linux distro when I noticed they're contact page had an IRC client. You can connect to the IRC via Matrix, but the people there prefer pure IRC.

My question is do other programmers use IRC? Also why?

 

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 ›