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

trollercoaster , to linux in How bad is Ubuntu?

I am in the same boat as you. I am still running Ubuntu (with snap removed, so I can’t comment on its current performance overhead) on a few of my machines because I couldn’t be bothered to do a reinstall with something less insane, but I’m not recommending Ubuntu to anyone anymore over the same concerns as you have.

If you want to recommend a system that runs decently out of the box and runs a lot of software, recommend Mint instead. Ubuntu used to be Debian with sane default settings that would run out of the box, nowadays Mint is Ubuntu with sane default settings that will run out of the box. Mint also doesn’t subscribe to this snap madness and is continuing to maintain a few packages Ubuntu has migrated to snap as .deb package (for instance Firefox and Chromium).

fratermus ,
@fratermus@lemmy.sdf.org avatar

nowadays Mint is Ubuntu with sane default settings that will run out of the box

There’s also an official version of Mint based on Debian (LMDE)

trollercoaster ,

I know, but I don’t have any half way recent experience with it, so I don’t know whether I can recommend it. When I last checked it out some years ago, it still lacked functionality regular Ubuntu based Mint had.

lord_ryvan ,

If you want to recommend a system that runs decently out of the box and runs a lot of software, recommend Mint

OP already stated they tried and disliked Mint.

BaalInvoker , to linux in How bad is Ubuntu?

Ubuntu is even more aggressive with snaps. However it’s a ok package manager, I would not be very annoyed by it if I have to use

I mainly just want to know if it will eat all their RAM or something

Kinda the same as Flatpaks… Actually it’s not a big issue, once spare ram is money thrown away…

GolfNovemberUniform ,
@GolfNovemberUniform@lemmy.ml avatar

Ubuntu is even more aggressive with snaps.

I forgot to mention that in my comment. Thanks for pointing it out.

zelifcam , (edited ) to selfhosted in Why Prometheus + Grafana over other monitoring options?
@zelifcam@lemmy.world avatar

prometheus and grafana … seems to be the universally accepted solution for self-hosted monitoring

Not exactly. There are many ways to do this. Most of us just use this solution because its easily scalable, highly documented and what we are probably already doing currently at work.

all built into one container

It’s nice to separate data sources from the dashboards and alerting platforms. It’s scalable and extremely light weight and gives you more options.

On top of prometheus not seeming useful on its own …

Yeah, that’s just not always true. Maybe for you, in your use case.

Installing a Prometheus node exporter gives you an easily accessible end point with JSON data that can be used however you like. Modularity is a good thing. Being able to swap parts in and out with other parts is a good thing.

If you haven’t figured it out yet, there is not an exact correct answer here, use what fits your needs. While I have a dash board setup in grafana, it’s not my main use case. Since the data is available from all the node-exporters on all my hardware, I wrote up my own alerting scripts and automations using python.

That’s the beauty of modularity and standards when self hosting.

GolfNovemberUniform , to linux in How bad is Ubuntu?
@GolfNovemberUniform@lemmy.ml avatar

Has anything changed about snap?

It became less slow and I think they considered implementing human verification for new packages but idk if they did.

Have they made any changes in their management that may make sure there won’t be another Amazon search thing?

Even if management changes are done, it’s as easy to revert them. This one is purely a matter of trust.

Is it best to use the default desktop on Ubuntu? I would recommend Kubuntu to them, all else being equal, but don’t know if maybe the default one is better integrated.

I think the default Ubuntu has the best integration in terms of theming and stuff but not having it is absolutely not a problem. I don’t remember the flavours being less user friendly or anything.

Navigator ,
@Navigator@jlai.lu avatar

Default is garbage for me interface wise (weird app menu/panel made for touchpad not desktop), so I prefer Lubuntu or Xubuntu.

Kubuntu is… Well it’s KDE.

Donkter , to asklemmy in If you like romance in fiction, how do you like it? Realistic or Idealistic?

I think romance in fiction is really hard to do well because you somehow have to get across the fact that every romance is different, unique, and often doesn’t make too much sense except to the people involved.

A “realistic” romance can be realistic to the author but be filled with very idiotic choices that makes the reader find the romance not realistic at all

Similarly, an “ideal” romance might be written as perfect for the author and certain readers feel it’s the least romantic thing in the world.

This looks like a lose-lose but all I’m trying to say is that regardless of what you pick, to me, the most important aspect is getting across that this relationship is entirely between the two characters and difficult to get across to the reader. That’s why, to me, romances in stories often work when they aren’t the main plot as it lets the reader fill in the gaps of how that romance evolved.

BugleFingers , to casualuk in What little things have annoyed you this morning?

I trammed the part in at my work, probed it and it cleared. Then it went to probe another section but the rotation was off. No big deal, happens a lot, you just clear the program, set the origin to the correct position and probe it.

This POS machine then failed the original tram 3 times and threw a G61 error before it even touched the part. Re-tram it, comes in nicely, set the first drilling to go and the MFer threw a Carron alarm after I checked and double checked the connection.

GAH, I’m tired and hungry and it just wants to push my buttons today, I can feel it lmao

JimVanDeventer , to nostupidquestions in Is this normal for girls or just a extreme edge case? (Serious question)

Did you put it back in the refrigerator? Did Mom find it under your bed? This wasn’t an accident; someone made an intentional power move and your family is toxic.

10_0 , to asklemmy in What is your favorite YouTube channels?

I have 300 subscriptions and you ask me to play favorites? They are all high quality

mbirth , to selfhosted in Why Prometheus + Grafana over other monitoring options?

Grafana and Prometheus are great if you have numeric things you want to monitor. CPU usage, RAM, disks, throughput, etc. You can then do lots of things with these numbers, mainly compare them to your other systems or alert when they go out of bounds.

However, I very much prefer Zabbix for my home network monitoring as this is not so fixated on numbers but can easily work with e.g. error messages in logfiles and alert on those. Or I can regularly check a website for new firmware versions and alert once the latest version changes. There are also lots of ready-to-use templates available from their Community Hub.

Unreliable , to programmer_humor in Principal Skinner on Immutable Distros

Bazzite has been amazing for me!

girsaysdoom , to android in Are you excited about the upcoming Pixel 9, or have you given up on Google hardware?

I’d like to get a Pixel for GrapheneOS but I’m sorta waiting to see if the upcoming fold has pen support. If not, I’ll probably just get an earlier model since it’s cheaper.

boredsquirrel , to linux in Our lab is named after the goat
@boredsquirrel@slrpnk.net avatar

Programming Languages today: Rust, Go, Typescript

Programming Languages back then: C, B, C#, C++

LOL

intelisense ,

C# is much more recent than C/BCPL etc. What’s interesting, though, is how many of C these more modern languages are inspired by C. C is also very much still in use!

LeFantome ,

The name C++ is an inside joke as ++ is the C language increment operator, meant to imply that C++ is an improvement on C.

I have heard several times that the name C# was meant to look like the ++ had been added again to the name C++. The syntax of C# was chosen to be familiar to programmers that knew C++.

If we are saying old languages use letters for names and that newer ones use words, it is worth noting that C# was also heavily inspired by Java, which came first. Both Java and JavaScript are from 1995 ( iolder than C# ).

In the grand scheme, Go is not much newer than C#. Go is from 2009 and C# is from 2000. That might seem like a lot but Go was intended as an alternative to C which is from 1972.

C got its name as a progression over B, which started the whole single letter thing, but C syntax was chosen to look like ALGOL ( 1958 ). So we have to blame ALGOL for the look of C, C++, Java, C#, JavaScript, and even Rust.

Two of the oldest languages as FORTRAN and Lisp. Language names were often abbreviations ( such as FORmula TRANslation for FORTRAN ). Lisp was originally LISP ( list processing ) but the name Lisp, from 1960, fits right in with Go and Rust I would say.

The trend is certainly towards more whimsical names though. An early name for C was NB which stood for “New B”. If it were named like we do today, maybe it would have been called “Newbie” or some synonym of that. I kind of like Punk.

cleverusername , to android in Are you excited about the upcoming Pixel 9, or have you given up on Google hardware?
@cleverusername@lemm.ee avatar

Never given the slightest flying fuck about flagship phones.

Current phone is an A52 that I bought on sale and intended to use for at least 4yrs.

Stop feeding the bullshit machine!!!

possiblylinux127 , to linux in IDE/Text Editor Recommendations for Go Development on Linux

I use VIM but I am not a Go developer

gimmemahlulz , to youshouldknow in YSK that you can run your own Twitch alternative with Owncast.
@gimmemahlulz@lemmy.dbzer0.com avatar

That’s cool and all, but who exactly is gonna watch it? Like it’s a fine idea, but there’s literately no point.

Soulfulginger ,

What do you mean? People watch twitch, why would this be any different?

Boozilla ,
@Boozilla@lemmy.world avatar

Exactly. People stream all sorts of things. I’ve seen tabletop wargamers doing it in the local hobby store, podcasters who send out links, virtual family get-togethers, etc. It’s awesome having non-corporate alternatives for people who want them. Not everything is meant to be widest audience possible.

NuXCOM_90Percent ,

And they find that because twitch is one of the biggest sites on the internet and has okay-good discoverability. And even then, it is generally weeks (if not months) of effort to get to the O(10) concurrents, let alone O(100) where it starts being profitable on time alone… let alone hosting.

Versus some random website on a meme domain that nobody will ever find.

Its the same with peertube and the like: The use case for individuals is near zero and it mostly exists as something to fuel sites like Nebula or floatplane that are trying to build their own services.

warm ,

People stream for fun, not just for money. If you start streaming with the intention of it becoming a career, you are doing it wrong.

Encouraging the use of alternative sites is the only way alternative sites grow, dismissing them because 'X site is already bigger, so theres no point' is supporting the "monopoly" problem.

Did you know, we used to visits hundreds of sites on the internet, it's only the last 10-15 years that corporations have managed to consolodate it.

NuXCOM_90Percent , (edited )

And you do know that there is a very big difference between hosting a text based site on tripod, an image heavy site, and a video site, right?

The reason The Old Internet died out is largely because of the middle. When you have zero revenue (because everyone runs an ad blocker) but people are shitting on you because your screenshots are only 640x480 instead of (oh dear god) 1080p? You start looking at aggregation sites that will pay that hosting fee for you. Hence, social media.

And then you have video. Even short clips could make your hosting bill explode. And sites like Rooster Teeth that pretty much existed solely on their ability to host a five minute video every week were basically constantly in a mess. This is why sites like Giant Bomb ended up starting with Mysterious Investors and ended up getting bought out.

Because you know what is also not good for “the ‘monopoly’ problem”? A site getting hugged to death the moment it is even mentioned on a low traffic subreddit/community. Which is what happens when people host their own video heavy sites. Which lead to adding advertisements and getting sponsored which leads to all the people saying they are an evil site and should burn in hell and here, let’s re-upload all their content to youtube or liveleak or whatever.


Even if you feel that no true art can come from anything profitable and all that stupidity that ignores that time and materials have a cost: Hosting also has a cost. If someone’s streams can’t even support the money it costs them to stream it? That doesn’t last long and can lead to a nice payment plan if your VOD goes viral while you are asleep.

warm ,

This attitude is how we got here, just let people have fun on the internet, not everything has to grow to be a replacement of something else. If people self host some streams for a few months and had fun, it was worth it.

NuXCOM_90Percent ,

Shame on me. If I just believe hard enough that will solve all bandwidth, data, hosting, and discoverability issues.

This is not at all a trivial problem. If it were, then aggregator sites like dig/reddit would have never taken over from message boards and youtube/twitch would have never beaten a tripod site with a relplayer (HISS!!!) video.

paraphrand ,

Cool, you know how to win on the internet, go off and do that.

sirico ,
@sirico@feddit.uk avatar

Organic growth is kinda hard without any market presence.

gimmemahlulz ,
@gimmemahlulz@lemmy.dbzer0.com avatar

Because no one knows it exists lmao

stickmanmeyhem ,

Not to mention the bandwidth costs… yeesh

batcheck ,

I don’t want to stream on Twitch, YouTube, or Kick. My audience is my group of close friends on discord. I’d rather not use the big platforms for multiple reasons. The main one being these platforms see everyone as numbers and have moved away from pretending to be customer focused and are all bottom line focused to a fault now.

So owncast. Quick webhook call to the discord servers announcing the stream started and people can watch me fail on League of Legends.

Side note, realize I said big platforms and discord is still in use. Moving friends off of discord is its own challenge. But I’ve been working on that.

gimmemahlulz ,
@gimmemahlulz@lemmy.dbzer0.com avatar

Why… not just stream on discord? You’re already using it. This honestly seems like a lot of extra work for very little pay off.

skullgiver , (edited )
@skullgiver@popplesburger.hilciferous.nl avatar

Discord’s video quality is pretty mediocre. If you’ve already got a home server somewhere and a decent internet connection, streaming 1080p or higher over this probably works better than streaming over Discord.

You can buy Discord premium or whatever it’s called, but that’s priced high enough that a home server electricity bill or even a VPS with pretty decent specs can be had for the same price.

As for why you’d go through the effort: same reason Linux users don’t run Windows, because they like the philosophy or because they want the control over their stuff.

Edit: also, streaming games from Linux through Discord still doesn’t support sound. I work around this by using Pipewire’s ability to re-route game output into the microphone input stream for voice chat, but that’s just a stupid workaround for Discord’s bad service.

batcheck ,

Also, if you want to stream to multiple discord servers there is not an easy way to do that. I have multiple friend groups and they don’t really mix. This is easier and it lets me fully use OBS without weird webcam integration from OBS to Discord.

teawrecks ,

It’s weird to me that people on Lemmy are asking “why not just use <for-profit platform at some level of enshitification> instead?”

TheSambassador ,

Over COVID, we started a bad/cult movie night that I streamed over Discord. Streaming via Twitch/Youtube would get copyright struck immediately. Streaming over Discord worked, but you have no real control over stream quality, and often the stream quality is based on the person with the worst connection. You also are locked to 30/60 FPS, which sometimes causes small frame weirdness when most movies are at 24.

An easy, self hosted solution is exactly what I wanted at the time. I played with setting up a streaming server but it ended up being too much of a headache at the time.

There’s a ton of valid reasons to self host. Just because you can’t think of any doesn’t mean it’s pointless.

acockworkorange ,

What I’ve seen on science creators on YouTube is that they’d still maintain a presence on yt but recruit people to watch extra/premium content on their other platform, one that allows them to keep more of the money they make.

Sometimes it’s a subscription service where the user doesn’t need to see ads and promos. Sometimes there’ll be content aware ads and it’s free, but the revenue goes straight to the creator.

It seems to be a viable business model.

Yokozuna , (edited )

Exactly my thought. At least the bots keep me company on twitch when I stream.

helios ,
@helios@social.ggbox.fr avatar

I disagree. I stream my games to friends regularly. Currently using a more basic approach (nginx rtmp mod, playback with vlc) because it runs better on my vps as compared to owncast which is more feature complete, but there is an actual use case for a self-hosted streaming solution.

gimmemahlulz ,
@gimmemahlulz@lemmy.dbzer0.com avatar

So honest question, cant you do the same exact thing with less than half the effort by just streaming to twitch it discord?

yonder ,

Same reason you use Lemmy over Reddit.

gimmemahlulz ,
@gimmemahlulz@lemmy.dbzer0.com avatar

I use both. More memes more fun

helios ,
@helios@social.ggbox.fr avatar

Yes you can, and should if that’s more your speed. I just prefer not to use corporate services if there’s an alternative.

The rtmp server can be run with docker hub.docker.com/r/tiangolo/nginx-rtmp/

vinnymac ,

You could say this exact same thing about any invention.

“But why would anyone want to speak into a wire? There’s literally no point.”

“Are you seriously going to wrap your food in plastic? There’s literally no point.”

“Who will want to type on a phone without any buttons? There’s literally no point.”

“Nobody is going to want to eat meat grown in a lab. There’s literally no point.”

Not everything needs to be built with a use in mind, and even if it has a small user base at first, needs change over time. For all we know this is visionary and ahead of its time, but we don’t know it yet.

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