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

RomanRoy , to linux in Beginner's Guide to `grep`
@RomanRoy@lemmy.world avatar

Others have already mentioned man grep or grep help

But, in case you don’t know about it, there are two great utilities to get examples and help for almost any given command: tldr and cheat are great.

github.com/cheat/cheat

github.com/tldr-pages/tldr

Just cheat grep or tldr grep and you’re good to go :)

TheOtherJake , to technology in YouTube --> PeerTube Next?

Better chance of YT -> Odysee

Hovenko ,

It might have potential and the video quality is decent, but unless they sort out their banning policy it will only attract nutjobs and all kind of anti[something]ists, [something]phobes… etc.
Reading comment sections is making me puke.

All the crypto crap is not helping as well.
I am prefering paying some money for nebula, which might not have a big creator base but everything I need, sometimes some bonus content and no ads. But this one is not for everyone.

BitPirate , to technology in YouTube --> PeerTube Next?

I’m afraid the barrier to entry for this is much higher, as video streaming is quite expensive. You need a lot of storage and also a lot of traffic.

Discoslugs , to futurama in A Chain of Events
@Discoslugs@lemmy.world avatar

Fry did the nasty in the past-y.

Thus giving him a brain without a delta brainwave.

Which then made him invisible to the brains. So nibbler chose him to sneak into the brains head quaters to plant the bomb destroying the brains.

To ensure this would occure, nibbler pushes fry into the cryopod at the crucial moment. Also future fry is there cuz time travel reasons.

Darkwatch00 , to futurama in A Chain of Events

Sounds about right last time I watched it that was the so-called origin story of why and how Fry was trapped.

Skyler , to RedditMigration in I don't understand why people still want to use reddit instead of moving to Lemmy or Kbin
@Skyler@kbin.social avatar

We're early adopters. Early adopters have a higher tolerance for (and ability to deal with) things like bugs, confusing UI, uncertainty, and probably continual change for the short term.

But hey, someone's gotta do it. The end result of this will be an established community and a more polished product. Over time, more and more people will show up as this place gets better and better, and Reddit continues to worsen. (Everyone knows that old.reddit is going away, it's just a matter of when.)

HidingCat ,

We're early adopters. Early adopters have a higher tolerance for (and ability to deal with) things like bugs, confusing UI, uncertainty, and probably continual change for the short term.

Not to mention, a lack of content. While it's populating nicely it's still not like Reddit, especially for niche subjects. You definitely have to endure a lot of shouting in the wind situations while this builds up.

Skyler ,
@Skyler@kbin.social avatar

Yeah, I've certainly found myself subscribing to any and every magazine that looks even remotely like it could be interesting. Getting inundated isn't a problem around these parts just yet. But the volume definitely has gone up recently.

Bumblebb ,

I still am struggling with how to sub to a magazine. Poor guy running this needs a bit of help with ui so stupid people like myself can enjoy it

CoderKat ,
@CoderKat@kbin.social avatar

It's genuinely hard and needs to be improved. Subscribing to a magazine that someone else on kbin has subscribed to already isn't too bad. Go to the magazine (eg, click what looks like the subreddit name in the post) and scroll alllll the way down and there'll be a subscribe button.

But if nobody has subscribed yet in the instance, it's hilariously hard. You have to search in the general search (not the magazine search) for specifically "[email protected]" and you should see a subscribe button then. You will not content in that magazine that existed before you subscribed. If that sounds terrible, it's because it is. Thankfully, most of the time, you won't be the first to subscribe to a magazine and thus can just use the magazine search or browse the front page to see posts.

PS: the subscribe option is also as the bottom of each thread. So you can alternatively just open a thread in the magazine instead of the magazine itself.

PPS: I've mentioned the subscribe button being at the bottom because that's the placement on mobile and I think many of us are on mobile. On desktop, it's in the sidebar.

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.

downhomechunk , to piracy in Better and working IPTV app?
@downhomechunk@midwest.social avatar

Tivimate is amazing. The UI is super intuitive. I paid the $30 for a lifetime license.

Edit: tivimate will only play content you’ve already subscribed to. If you’re looking for a different iptv provider then you’ll have to ask around.

Lodreus OP ,

Where you obtain the playlist? Can you recommend a site where I can choose from different sellers?

I tried IPTV Community forum and was given test playlist. Crap as the channels I wanted didn’t work. I tried three different apps and neither worked, so it was the bad playlist provided.

downhomechunk ,
@downhomechunk@midwest.social avatar

And that’s where you need to ask around. The best options are all word of mouth.

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.

JaymesRS , to technology in Working on a native iOS app for Lemmy. Finally far enough along to share some teasers. Post your feature requests!
@JaymesRS@midwest.social avatar

As soon as it’s released, I’ll be on the public beta and am happy to help test if you’d be interested.

the_nightman OP ,

https://testflight.apple.com/join/o9m6BbyU Looking forward to hearing from you all! It’s not finished yet but I haven’t ran into any show stoppers yet. That’s up to you all 🥲

chase , to technology in Working on a native iOS app for Lemmy. Finally far enough along to share some teasers. Post your feature requests!
@chase@midwest.social avatar

Looking great so far! Happy to beta test whenever you’re at that point.

the_nightman OP ,

https://testflight.apple.com/join/o9m6BbyU Definitely nowhere near complete but I think it’s good enough for an Alpha (:

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

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