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

visor841 , to linux_gaming in Dual Boot?

I think you’re talking mostly to a community of Linux users, so it’s not going to be a great sample. Personally I dual-booted for quite a while, and eventually realized I had unintentionally not used Windows in months, so I backed up my files and removed it.

If you’re having issues with Linux, I would definitely dual-boot spend some time trying to figure the issues out instead of just going to Linux 100% and putting up with them.

gkd , to nostupidquestions in As apps make their way to Lemmy, how do we handle server costs?
@gkd@lemmy.ml avatar

Developer here. I’ve been looking at the API calls made by the app, and I’ll try to give a good example of what is going on:

To be honest, you’re probably not going to see a drastic change in API calls right now. The only things that you are calling the API for are:

  • Load items in the feed
  • Load post/comments
  • Load profiles
  • Submit votes
  • Submit comments
  • Submit posts
  • One initial call at app launch to obtain user info (subscriptions, settings, saved posts, etc, lemmy’s API gives you all of this in one call)

This is about the same use that you’re going to see in the actual web version.

While there may be upsides and downsides to how they are doing it right now, you can get pretty much all of the info you need through one API call. For example, if I get a post, the response will include most of the user info, most of the community info, and obviously all of the post info, plus more. I don’t need to make separate calls to retrieve all of that data.

Same goes for user info. In just one call, I can retrieve all of the information as far as subscriptions, moderated communities, user settings, and more without having to make a separate call for each one.

The issue is going to be mainly just the influx of traffic in general, not the apps themselves from what I can tell.

I’m also including the app’s name in the user agent so that if something were to ever become a problem, anyone can reach out and discuss what they are seeing so that it can be corrected.

Edit: I think one of the biggest issues that larger instances may run into is data usage. Nearly all photos that get posted to Lemmy are hosted on particular instances instead of services like Imgur. There’s ups and down to both, but in the short term I can see this possibly as being an issue if instances are not being ran on providers who are lenient or provide their data at low costs.

featherfurl , to linux in Why many people are switching to NixOS ?

Here’s the straightforward version of why I use it:

  1. The entire state of your operating system is defined in a config file, and changes are made by changing the config file. This makes it super easy to reproduce your exact system many times and to know where all the many different configuration elements that describe your system are located.
  2. Updates are applied atomically, so you don’t have to worry about interrupting the update process and if it fails, the previous state of your system is still bootable. By default every time you change something, you get another option in the boot menu to roll back to.
  3. Making container-like sub systems is super easy when you’re familiar with nix, so you can have as many different enclaves as you like for different software versions, development environments, desktop setups, whatever without taking a performance hit. Old versions of stuff are very accessible without breaking your new stuff.
  4. The package manager has a lot of software and accessing nonfree stuff is straightforward. Guix looks rad, but nix ended up being the more practical compromise for my usecase. I didn’t want to have to package a heap of software the moment I made the switch.
Fauxreigner , to gaming in What Indie hidden gems do you recommend?

A bunch of my favorites have already been listed, so I’ll just mention the one that wasn’t: Antichamber, a first person puzzle game that’s probably somewhat like Portal in terms of how it requires you to rethink your assumptions about how space works, but it’s a very different game, both mechanically and in tone. I don’t want to give away too much, but it’s a mix of weirdly unsettling elements (although it is by no means a horror game), a design that’s actively trolling you in ways that will make you laugh, and mechanics revelations that will have you scream “Wait, I could have done that this whole time?!” It’s one of those games that I wish I could delete from my memory and play for the first time again.

solrize , to nostupidquestions in As apps make their way to Lemmy, how do we handle server costs?

I was chatting with someone about this earlier today. It would be great if there was a fan-out system something like icecast crossed with bittorrent, so people could contribute VPS or home internet to propagate Lemmy traffic. That would require some crypto signatures in the protocol to make sure the messages weren’t tampered with, of course.

TunaCowboy , to linux in Beginner's Guide to `grep`

Beginner’s Guide to grep

man grep

Buelldozer , to sysadmin in Calling all /r/sysadmin reddit refugees!
@Buelldozer@lemmy.world avatar

You rang?

Aeoneir , to reddit in Reminder: Reddit is gone. Your community *is* official. If you're a mod, you're just as good as a reddit mod.

Check out !catsstandingup

Only rule is “cat.”

nix , to moviesandtv in Who are your favourite directors?

First two directors I used to be into but no longer:

I loved Tarantino’s work but I feel that I’ve “outgrown” it. I’m just not that interested in ultraviolence anymore.

Similarly, big fan of Wes Anderson, especially Moonrise Kingdom, but the incredible whiteness (both in cast and settings) of the majority of his movies has me longing for something more diverse (again, in both literal casting and in thematic backgrounds).

And now, who I’m still excited for:

DANIELS - I really enjoyed Swiss Army Man, tho it was flawed. I was hyped for Everything Everywhere and it delivered and then some. Can’t wait to see what they do next if that was just their second one.

Makoto Shinkai - All of his work is so achingly beautiful. Love it.

Jordan Peele - Loved Get Out of course. Us was interesting but didn’t stick as much. Even NOPE was flawed but still very unique and intriguing. I want to see what else he has.

Ari Aster - Hereditary was good, and Midsommar was amazing. I heard very little at all about Beau is Afraid (which is almost worse than hearing bad things), and I haven’t seen it yet. Still intrigued to see what’s next.

Apoidea , to youshouldknow in YSK a free, lightweight alternative to Spotify

Just pay for Spotify… £10 for access to almost every song ever published. People need to appreciate how good they have it.

wist , to nostupidquestions in What do you think of the trend of Mocktail bars?

Seems like the problem besides being a possible fad is just how many mocktails will people drink at a single visit when the aim isn’t to get drunk. This will certainly impact sales & tipping for the servers.

EuphoricPenguin22 , to piracy in Is this the official r/piracy now, will the megathread be updated for this?
@EuphoricPenguin22@normalcity.life avatar

This community is probably more true to the original intent of r/piracy than r/piracy. Same head mod, more freedom to do whatever, etc.

SterlingVapor , to explainlikeimfive in ELI5: Why haven’t we fully explored the pyramids yet?

So I just learned this recently, but apparently after the whole Victorian “smash and grab” thing where Britain stole all the art that was or wasn’t nailed down (there’s a lot of feet and footless statues lol), archeologists went to sites and realized how much knowledge was destroyed by their predecessors who only cared about impressive finds they could show off

Technology and techniques are always improving, so now when they find an archeological site, they excavate only a fraction, leaving the rest for future generations who will have better tools.

Obviously, non-destructive methods are still on the table, but I found that pretty interesting

DaveFuckinMorgan , to nostupidquestions in What do you think of the trend of Mocktail bars?
@DaveFuckinMorgan@lemmy.world avatar

My Dad has cirrhosis and he can’t drink anymore so he mostly drinks tea now but sometimes when he go to a social event he’ll have a mocktail. I can see the utility of them. Great for pregnant women and people with health issues.

scott , to selfhost in [Help] Tuning CPU Settings to Sip Electricity Using Linux
@scott@lem.free.as avatar

Install powertop. It will allow you to tune the power consumption.

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