There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

kbin.life

m3t00 , to sysadmin in Is there a community for IT security? Alerts, infos, etc?
@m3t00@lemmy.world avatar

make one if not. make yourself the mod

DrYes OP ,

too lazy. used to solo mod a netsec subreddit and didn’t do anything. the community didn’t like that, lol.

i subscribed to /c/netsec but it hasn’t taken off. just wondering if there were already active communities.

m3t00 ,
@m3t00@lemmy.world avatar
Fog , to ukcasual in How do you pronounce "scone"?
@Fog@lemmy.world avatar

I’m a commoner, so it’s Scon for me! As humans we tend to cut out words and letters due to laziness, or to put it positively, to save time 😂.

fross ,

Scon to rhyme with gone is how posh people say it - the Queen said it that way herself!

DoctorWheeze , to nostupidquestions in Why digital games are not cheaper than physical copies?

You don’t calculate the price of something by totalling up the cost to produce it and then adding a bit for profit - you calculate it based on what people are willing to pay. That doesn’t really change if it’s digital or physical. Some people might be willing to pay a bit more for a physical copy, but probably not many and you’d turn off more people by having the higher price.

bric ,

This. And a lot of people (myself included) are willing to pay more for the convenience and immediacy of digital. Sure, there’s always going to be people that consider themselves collectors that will keep physical going, but I think a lot of those people would be surprised at how small of a minority they are among the general populace that just wants to play a game

Lonnie123 ,

Im just a cheapskate r/patiengamer that prefers to buy used or on sale and sell the game after Ive completed it and have no intention of replaying it.

jackwebs , to asklemmy in Are there any women-centric communities?

Not seen any on Lemmy/Fediverse but you could check out ovarit.com

spaduf OP ,

Unfortunately front page is primarily made up of a transphobic/antiqueer sub right now.

Fuwo , to piracy in What are some good sites to download comics?

So far getcomics.org served me well, although I don’t have that much of an extensive comic library yet.

MariahWest OP ,

Ok. I have a lot of comics if u want any

pieceofcrazy , to reddit in Are these redditors on lemmy?

You guys read people’s usernames?

tate OP ,
@tate@lemmy.sdf.org avatar

there were several redditors who consistently produced high quality specialized content. they became well known for it.

himawari ,
@himawari@lemmy.4d2.org avatar

That’s actually amazing. The only names I remember are spez and awkward the turtle and I’d rather not have them 500 ft near this platform 🙄

darcmage , to android in Homescreen thread
hydra OP ,
@hydra@lemmy.world avatar

Looks nice and clean, also nice Firefox search bar.

Sailor_jets , to android in Why do you personally prefer using an Android phone?
@Sailor_jets@sh.itjust.works avatar

Because I can use LineageOS or some other ROM. This allows me to live without Google apps and still have a working phone that I can customize to my hearts content.

TheCakeWasNoLie ,

Exactly. Using CalyxOS myself.

leopardboy , to selfhosted in Should I host my own instance if I don't intend to run a community?
@leopardboy@netmonkey.tech avatar

I think it’s a matter of personal preference.

I’ve been running my own Mastodon instance for several months now, and I’ve enjoyed it. I don’t have to rely on someone else, either, which is nice. I’m in control of everything on that instance.

As for Lemmy, I just started my own instance today, and am currently writing you from it. What made me decide to setup my own instance was some performance issues I was seeing with Lemmy.world, although that might have been an UI problem. Anyway, I enjoy doing this stuff, so I’m running my own instance for the sake of doing it.

On the flip side, it’s more expensive and time consuming, and I’m the one who has to worry about backing up data, etc. Like I said, though, I enjoy doing it, so it’s no big deal.

drlecompte ,

I run my own Mastodon instance, but for Lemmy it seemed more logical to join an existing instance that aligned with my interests. I wouldn’t be adverse to abandoning my self-hosted Mastodon for a shared instance, but I would prefer a small instance run by and for people I know, rather than one of the huge ones.

leopardboy ,
@leopardboy@netmonkey.tech avatar

What might make you want to ditch your self-hosted Mastodon instance?

With Lemmy, I didn’t feel a need to pick any specific instance because I can follow communities from anywhere, and it seems to work pretty well.

One downside I’ve encountered with my own Lemmy instance is that post and comment history in the communities I follow begins when I started following them on my new instance. New posts and comments are federated my way, going forward, but I don’t have the ability to go back and view as much history as one would on lemmy.world or lemmy.ml, for example.

ipkpjersi ,

As someone who likes having control over their data and especially backups, and someone who normally enjoys self-hosting things, I honestly might do it. I’m not sure if I’d want to host a lemmy instance or kbin instance though, since I know they all federate together anyway. I may also end up waiting until the software is more mature too before looking into it.

leopardboy ,
@leopardboy@netmonkey.tech avatar

That’s awesome! Running my own social media instances has become a hobby for me.

Having my own Lemmy instance has felt fairly seamless versus using Lemmy.world, but there have been some kinks. For example, when attempting to subscribe to a new community, the server has to pull a bunch of data first. This takes several seconds, but the UI simply says “not found” – and then after several seconds, the UI updates with the community you want to follow. I figured this out by tailing the logs.

Also, the installation was pretty damn easy, especially when compared to Mastodon.

ipkpjersi ,

I’d maybe be interested in trying out self-hosting Mastodon at some point too, good to hear that Lemmy was easy to install though. I’m not too worried since I have quite a bit of Linux experience, I figure it probably won’t be too bad to setup whatever social media instances I’m interested in checking out.

leopardboy ,
@leopardboy@netmonkey.tech avatar

Yeah, if you’ve got a decent amount of Linux experience, I don’t think you’ll have any issues. Mastodon’s installation is well-documented and works. My only criticism is that it’s a bit long and you have to be careful not to miss anything.

On the other hand, I recall installing Pixelfed back several months ago and having a difficult time. The documentation was lacking, and it required me to use Arch Linux, which I had never used. I was able to get it working, but eventually terminated the instance after a while because I was never using it.

ipkpjersi ,

Oof, yeah, requiring someone to use Arch definitely seems like a steep requirement lol

JCreazy ,

Can you tell me a bit about the process you went through to create your own instance? I’d like to make one myself.

leopardboy ,
@leopardboy@netmonkey.tech avatar

You’re talking about Lemmy, right?

I provisioned an Ubuntu 22.02 server at Linode. I chose their 2 GB Shared CPU instance type. Once I configured the server to my liking, I ran through the Lemmy-Ansible instructions. (They have other methods, so check the documentation.)

Essentially, you install Ansible on your workstation. I’m on macOS and installed it via Homebrew. You then download their git repository, create the necessary configuration files, and then have Ansible configure the server. It was fairly simple.

JCreazy ,

I may go that route. I was wanting to host my own server but I feel like it would be easier to just use a cloud server

UselesslyBrisk ,

I have a lab at home and do host some stuff for myself from there in a small DMZ (ie: Miniflux RSS readers, Plex through Reverse proxy etc).

But I used a linode for my lemmy/kbin stuff. Reason being is that the code is fairly new and there may be exploits bugs and

  1. I dont want to deal with my ISP made an instance is exploited and becomes some type of C2 box or spews out spam. Kbin specifically already has PRs to fix XSS and Sql injection stuff, the former of which is usually avoidable if you just follow some pretty basic principles. So its a concern.
  2. Linode has better bandwidth than my non-symmetrical ISP uplink and is on its own quota.
JCreazy ,

It sounds like linode is the way to go then and their prices seem reasonable. The funny thing is I’ve heard of linode before because Computer Clan uses it as a sponsor, but ever since I started using sponsor block I haven’t really heard about it. I didn’t actually know what they did.

UselesslyBrisk ,

I’ve run linodes for years. My blog runs on them. I still host a variety of other services on them. They are good for everything from gaming servers to a blog etc.

They did get bought out by akamai a while back. And have raised their prices but they are still solid.

Nanodes are awesome deals frankly.

JCreazy ,

Is the 2GB the one you use for your Lemmy server? I’m getting ready to purchase one to see if I can figure it out.

UselesslyBrisk ,

Im currently on the 4GB dedicated. However heres an htop of it.

imgur.com/a/NpEsw4t

I am currently the only user. Im considering opening it up to limited users but not really having communities once i get a lot of the instances cached and indexable.

Others like @leopardboy are running on a 2GB shared just fine. I will likely move to that if i choose to keep it solo for sure, or under 100 users and no communities.

I dont have the time to really moderate others or content on the instance. So i dont think I plan to host any communities at all. I do wish you could federate/sync specific communities to your instance to make searching/subscribing easier.

JCreazy ,

That’s exactly what I’m wanting to do. Just have myself and maybe a few others with limited communities. Would you recommend using ansible to setup a Lemmy on Linode?

UselesslyBrisk ,

Yes the ansible config worked fine for me. I worked for days to get an kbin instance up. Ansible worked first go.

I have yet to get email working but otherwise its solid. Linode will block email btw if you account is new (and frankly may be blocking mine now). You just have to put in a case and justify and it should be fine. My account should be old enough to be exempt but I will likely do it anyhow. Their support is pretty good.

Getting federation crawled and communities added is a bit slow. Mostly because the other instances are a bit slow.

A few pointers if you havent done admin yet.

  1. Put nothing in the federation allow list unless you want to go whitelist only. Over time as other instances hit yours and you search others, the linked list of instances will grow. Just use the blocklist if you want to block certain instances. I havent found a good way to block the growing number of instances in case they have some illegal content like CSAM. So…i may just go whitelist anyhow
  2. Searching for instances seems to be CPU heavy on mine. Its not a problem though. You just cant simply plug in a URL of a community in another instance if you havent linked. You will get a 404 if you do. So you have to go to search, looking for that community by hitting search a few times until it shows up, then you can join and it will start crawling
  3. I have no idea what “Private instance” does other than i believe it will keep your instance form starting in the future if you have it checked AND federation turned on. I saw some logs in dockers startup when i did it but nothing in the UI.,
JCreazy ,

Thank you for the information. I’ve signed up for a 2GB shared linode and it’s running Debian 11. I assume I need to ssh into it, then run the ansible stuff. I have very basic knowledge of Linux and command line. I am not entirely sure how to fill out the config but I will cross that bridge when I come to it.

leopardboy ,
@leopardboy@netmonkey.tech avatar

I do wish you could federate/sync specific communities to your instance to make searching/subscribing easier.

You mean something that populates your server with a history of posts and comments to communities before your subscribe to them?

fuser , to mildlyinfuriating in The mildly infuriating logo has an antenna, even though this is not Reddit
@fuser@quex.cc avatar

yes, that’s definitely very mildly infuriating - but wait, your const is a function???

Reddit’s CEO just infuriated his striking moderators by saying ‘this one will pass,’ the way ‘all blowups’ do. They want to keep the site dark indefinitely.

The Reddit blackout was supposed to be a two-day event. But comments made by CEO Steve Huffman in an internal memo that leaked have strengthened the resolve of protesting moderators, who are vowing to keep the popular channels offline indefinitely.

Huffman, in a memo to Reddit staff Monday, reportedly downplayed the blackout. The Verge, which posted the email, quotes Huffman as saying the company has “not seen any significant revenue impact so far” and “like all blowups on Reddit, this one will pass as well”.

As of 11:00 a.m. ET Wednesday, more than 6,000 subreddits were still dark, with a large number set to restricted access, meaning Reddit users could see old posts, but are unable to make new ones.

Among the subreddits that remain dark are r/funny (with over 40 million subscribers), r/Music and r/science (with over 30 million subscribers each) and r/DIY, which has more than 20 million subscribers.

www.msn.com/en-us/news/technology/…/ar-AA1cxYJx

fu/spez.

isVeryLoud OP ,

Shhhhh… I think I was very high when I set my username. My instance won’t let me change my username right now, so we’ll all have to cope with my blunder for now lol

Obligatory fuck u/spez.

troyunrau , to newcommunities in Spinning up a number of 🔬 Science/🌎 Geography/🏺Archaeology/🪴 Plant communities!
@troyunrau@lemmy.ca avatar

I also set up !geology !geophysics !geologycareers and !mining

I moderate r/geologycareers on reddit – and wanted to get ahead of an exodus should it occur. In the meantime, I’m quite liking this experience :)

I’ll cross link !earthscience sub in the sidebar on the communities I’ve set up.

fossilesque OP ,
@fossilesque@mander.xyz avatar

Will do likewise across the board. :) Cheers. Now we just need an anthropology sub!

troyunrau ,
@troyunrau@lemmy.ca avatar

Thanks!

This is reminding me of the internet in the 1995 era, where you’d be on geocities finding people to crosslink your site with haha ;)

fossilesque OP ,
@fossilesque@mander.xyz avatar

We are the friends we keep. :) The Fediverse is pretty wonderful. 💜

mugmoor , to selfhosted in What are YOU self-hosting?

I’ve got 3 “servers” at the moment running lots of fun services.

Dell Optiplex Tower

  • Sevarr Suite
  • Audiobookshelf
  • Calibre/Calibre-Web
  • Nextcloud
  • FreshRSS
  • Paperless
  • Linkding
  • Dillinger
  • HomeAssistant
  • Mealie
  • WikiJS
  • Gitea
  • PiHole
  • Homepage

Old Laptop

  • Project Zomboid Server
  • Minecraft Server
  • copyparty
  • Tinfoil/NUT

Raspi4

  • Klipper/Mainsail
  • Obico
  • VanDam

I also run Plex off of my Desktop, but I plan to build a new server soon to replace the Optiplex that I can migrate it to. I’m also going to be integrating Authentik. Everything is managed using Yacht and running on Ubuntu, then proxied through Cloudflare or tunnelled through Tailscale.

Drewelite ,

Does linkding support groups? Looking for a way to quickly save a whole window of project tabs to get back to…

benneti , to selfhosted in What are YOU self-hosting?

I use the following a lot:

  • Nextcloud for files, calendar and contacts
  • synapse + a few brudges for IM
  • mail server
  • tandoor for recipes and grocery shopping lists
  • gitea
  • wireguard
  • miniflux
  • rmfakecloud And from time to time:
  • jellyfin
  • wallabag

Tandoor is imho somewhat overlooked and really nice.

girthero ,

jellyfin

How is that working out for you? Is it as reliable as Plex?

Voytrekk , to linux_gaming in TFW the game actually works on GNU+Linux
@Voytrekk@lemmy.world avatar

I always double check for Steam Verified/ProtonDB, but almost every game just works right out of the box for me.

dog_eater OP ,

That’s wise :)

grumpyoldgit , to ukcasual in Wednesday wins

I won a small victory in Sainsbury’s today. There were no checkouts open and a gaggle of shop assistants just standing around chatting. I dislike using the self service so I stood by a checkout and glared meaningfully at the assistants until one backed down and opened the checkout.

sideone OP ,
@sideone@lemmy.world avatar

Relevant username?

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines