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

a253040 , to selfhosted in Lemmy self-hosters. What is your image cleanup process?

IIRC, I’ve read comments elsewhere that pictrs caches for 6 months, but I can’t independently verify. I hope this gets a broader answer because I’m still on the fence about getting an instance set up for myself and some small communities.

rs5th ,
@rs5th@lemmy.scottlabs.io avatar

I believe the activity table in Postgres is retained for 6 months (although I’m purging mine daily) and the pict-rs cache is 168 hours (1 week).

a253040 ,

I knew I read something was kept for 6 months ;)

Glad to see that even here, the best way to get the right answer on the internet is to provide a wrong one.

Quindius ,

How do you purge daily? Also, does that delete any post history or anything in a similar vein?

rs5th ,
@rs5th@lemmy.scottlabs.io avatar

I’m running the following SQL, although I’m not actually sure it’s as necessary since 0.18.3. It doesn’t delete any post history or anything.


<span style="font-weight:bold;color:#a71d5d;">DELETE FROM</span><span style="color:#323232;"> activity </span><span style="font-weight:bold;color:#a71d5d;">WHERE</span><span style="color:#323232;"> published &lt; NOW() </span><span style="font-weight:bold;color:#a71d5d;">-</span><span style="color:#323232;"> INTERVAL </span><span style="color:#183691;">'1 day'</span><span style="color:#323232;">;
</span>
SpaceCowboy , to nostupidquestions in Why does it feel like we're at a point where every social media + other digital media are making shitty decisions and falling apart?
@SpaceCowboy@lemmy.world avatar

These companies are overvalued. Currently we’re operating in supply side economics where the wealthy have all the money and companies do everything they can to attract those big investment dollars.

But the truth is social media companies (despite being household names) don’t really make the revenue that warrants their high valuation by investors. Investors are starting to figure this out, and now they’re desperately throwing shit at the wall to try to keep from losing those big supply side dollars.

Social media companies can break even and employ a lot of people while doing so. They could have a good user experience, and it would be all fine. But they wouldn’t have sky rocketing share prices doing that. The leadership wouldn’t get fat bonuses. So they implement all these crazy schemes so they can make projections about future revenue.

It doesn’t matter if these schemes actually will make money or not. They just need to show X number of users multiplied by Y additional revenue per user and that’s enough to attract investment. And it doesn’t matter if it destroys the company either, the people at the top will get their bonuses.

toomanyjoints69 ,

I wish we could just have oppressive Pharoahs because they cared a lot about sustainability.

iam8bitwolf , to gaming in What's your favorite car game? Arcade and sim, I just want to know!
@iam8bitwolf@beehaw.org avatar

Ridge Racer Type 4. Beautiful controls, amazing soundtrack, just an amazing game

hejsan , to maliciouscompliance in [REPOST] Get rid of my vacation? Have fun replacing me.

I remember reading this one. It’s still good to read it again :)

dystop OP ,
@dystop@lemmy.world avatar

I read this one when it was first posted too!

possiblylinux127 , to selfhosted in VPS to bypass CGNAT

I personally forward all my stuff via a wireguard tunnel setup in linode. However, I would strongly advise against exposing services to the internet.

TwinTurbo ,

I do this, too. I haven’t tried Tailscale, but Netmaker wasn’t able to deal with my CGNAT without a relay node, and I found that to be hit-and-miss.

possiblylinux127 ,

I like wireguard because it doesn’t have a lot of overhead

TwinTurbo ,

Tailscale and Netmaker use wireguard under the hood, so as long as you manage to establish the connections, they should be just as fast! If you need to use relaying, however, that will introduce additional overhead.

possiblylinux127 ,

I just like config files I guess

ptz , to selfhosted in What's your "base" stack of choice?
@ptz@dubvee.org avatar

Debian netinst via PXE, SSH/YOLO, docker + compose (formerly swarm), scripts are from my own library, Debian.

peveleigh ,

I do the same except I boot a usb installer instead of PXE.

ptz ,
@ptz@dubvee.org avatar

I can never find a USB drive when I need one, thus my PXE server was born. lol

overtinker , to selfhosted in VPS to bypass CGNAT

Sorry to steal your post but I am looking to set up the same thing and I am wondering if Hetzner is good for this? They have a VERY attractive 20tb network traffic allowance for only ~£4/month

SpezCanLigmaBalls OP ,
@SpezCanLigmaBalls@lemmy.world avatar

I ended up using racknerd. Used the same script and it worked perfect. It was $14 total for a year and 4tb a month which is all I need. There was a few dollar extra options for my network space. Once I bought it I got it all setup in like 20 mins and that includes activation for the vps

chris , to selfhosted in Good servers for self-hosting
@chris@l.roofo.cc avatar

I like the kimsufi offerings by OVH. You can order most servers either in France or on Canada.

spi OP ,

Problem, I am currently living in the US

Overcast ,
@Overcast@lemmy.world avatar

You can order a Canadian server with fairly low latency. I have one but I also have a couple of machines at home. I don’t like buying used and I care about wattage so I usually get beelinks mini PC from Amazon. They often have deals where you can have good specs for <$150, including 128gb SSDs, 8 or 16gb of ram and a 4 cores 15w CPU

Kray378 , to piracy in Best VPN

I’ve been a fan of both Mullvad and ProtonVPN for years. I ultimately went with ProtonVPN since it is included in my Visionary plan anyways. I did like Private Internet Access until they got bought by an adware company.

Anyways, ProtonVPN supports P2P and still has port forwarding. I’ve never had issues with the paid plan, but have heard of problems on the free tier.

eximo ,

Do you know if ProtonVPN supports port forwarding on Linux or via Wireguard? I have read it only works on windows. It’s between that and IVPN to replace Mullvad since they dropped port forwarding.

marcos , to newcommunities in A community about technology

There is one at .world. It’s not very big, but it’s bigger than a brand new one:

lemmy.world/c/technology

Akhuyan OP ,
@Akhuyan@lemmy.world avatar

That’s pretty new too, it was made within the last week, the biggest I’ve seen is Beehaw’s then Lemmy.ml’s technology communities. However, new communities are always going to be smaller at the beginning than ones that have been around for a month or a year, but that changes when people learn that they exist!

Robbie , to selfhosted in [Question] Does anyone run their own email server?
@Robbie@lemmy.world avatar

E-mail was the first “thing” that got me off of Google (to Proton & then currently Tutanota) but is really the last remaining service I not have self hosted.

I have always read about how difficult and time consuimg it was to run your own mail server, but I felt like I needed to experience it myself. So I purchased another domain and followed the instructions on mailinabox.email.

I am using a small VPS on Hetzner and I have to say the experience has been almost flawless so far. I did need to have my new domain taken off the Domain Block List, but Hetzner gave me a clean IP and defaults to blocking port 25 outbound to prevent spam (simple ticket to open, once account is 30 days old and paid).

I know I’m still early into this journey so far, but it has been really simple and I plan to test this secondary domain for a few months before moving onto it full time.

As an avid self hosted of literally everything else, I can say it has been a lot of fun learning so far!

DidacticDumbass OP ,

Hell yes, I love the enthusiasm! I just got a domain, which is giving me 3 months of email, so that is great. I feel like Tutanota is the most honest email service when it comes to advertising privacy, and they do some stuff that Proton definitely does not, like make recovery impossible without a key, and use no other method.

My next step is to get a VPS, and Hetzner is the name I have seen pop up the most. I will use that.

Thank you!

Robbie ,
@Robbie@lemmy.world avatar

Yes I haven’t had any real issues with Tutanota, but it seems like the common trend is that they, and everyone else, is raising prices for things I dont really need. But at the same time, the things I do need, I.e. accounts with enough storage for my family, will start costing more than the price of renting a VPS alone. So for me, its partially privacy, but also ownership of my data and cost benefit analysis where I am now trying to make CERTAIN that my self hosted email is worth the cost savings.

DidacticDumbass OP ,

That is the thing, I am willing to pay for email, because then the incentives are real to the provider to follow best practices for privacy and quality of life, but the pricing blows up too quickly due to to features I will never use. I need something more granular.

I am also looking at Disroot and Posteo, which I like because the have hardened ethical principles driving their services, and that is worth supporting.

aaron , to technology in What are your favorite browser extensions?

Dark Reader is amazing. Not just a great idea, but incredible execution.

Dymonika ,

It occasionally renders incorrectly, but yeah, I haven’t been able to find a dark-mode extension better than this!

aaron ,

I just assumed it would be terrible because it’s a hard problem to solve generally, but like 98% of the time I don’t even realize it’s on (and it’s really easy to turn off). It’s seriously incredible.

FormerGameDev , to startrek in So how long until they kick legacy mods from r/startrek and reopen?

Splinter the community, I’m going to stay with the people who went through the mess of setting up a new place that isn’t beholden to Reddit. It may be forever smaller, but of the 600,000 subscribers, how many of them contribute?

ValueSubtracted ,
@ValueSubtracted@startrek.website avatar

It may be forever smaller

I would honestly consider this a feature, not a bug.

FormerGameDev ,

eh, it is what it is, and i’d say not really either. For now, probably nearly everyone that’s staying here is probably a contributing member, but if we continue building and promoting this community, then it will get to a sizeable number of lurkers. As long as we don’t attract bad actors, or bad actors are dealt with swiftly, it’s all good.

qat ,

yeah we gotta grow this community. And wait for reddit to make the next mistake that will drive people here.

FormerGameDev ,

For sure. If this community stagnates, it will eventually die of attrition.

MadWorks , to nostupidquestions in How do you become less clumsy?
@MadWorks@lemmy.world avatar

So a lot of people that I know that are pretty clumsy are those people that are always in a rush or moving too quickly. They always have something else on their mind other than being in the present.

So some tips are to just be more observant. I know that’s an easy thing to say, and in practice it’s much more difficult, but just check your surroundings and pre-plan movements in your head. If you see something that you could bump your head into, make a mental note that you need to give it more space than you’re thinking. If you’re always dropping something, then make a plan to put it into place where it won’t fall. Like grabbing your phone and putting it in your pocket or your purse.

I think linear thinking helps reduce clumsiness. To get into mindset of following steps a, b, and c when performing a task could help. That being said, I am no expert and we all are clumsy from time to time.

Xenxs OP ,
@Xenxs@lemmy.world avatar

That actually makes sense. My mind is always wandering and random stuff pops up that I’ll think about. I didn’t realize that sort of distraction could have physical effects like clumsiness.

MadWorks ,
@MadWorks@lemmy.world avatar

My mind is the same way. I’m diagnosed ADHD and have both extreme difficulty focusing while also being able to hyper-focus on specific tasks that peak my interests. I have my clumsy moments as well, but I also really practice linear thinking in my day to day tasks. For example, I have my checklists for when I leave the house, for when I’m moving around a cluttered space or unfamiliar space, etc.

jerrimu , to nostupidquestions in How do you become less clumsy?

1 how old are you? When your body is growing it’s hard to have a sense where you end. 2. I’ve had vitamin deficiency that affected my mood and coordination.

Xenxs OP ,
@Xenxs@lemmy.world avatar

41 in 2 months. I’ve always been clumsy though

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