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.

lemmy.ml

Lininop , (edited ) to memes in Kids can be so crüêl

As if changing your name would do anything lol

“actually my name is Beth now, I changed it”

“yeah whatever IKEA”

nutsack , to technology in I asked leonardo.ai to generate an image of itself. This is what it gave me.

looks like shit

HughJanus , (edited ) to mildlyinfuriating in Instagram doesn't let me remove like

Facebook has a handy feature where you can go and review your activity history (Activity Log). You can even select all and delete.

But every single time it’s like “shucks, we weren’t able to process that request, sorry about that. Come back and try again later!”

That or it says “sure!” and everything disappears, only to reappear again later.

So fucking shady.

Linux_Cultist , to memes in Wealth shown to scale

deleted_by_author

  • Loading...
  • _donnadie_ ,
    @_donnadie_@feddit.cl avatar

    I have a friend that used to be super into watching morbid stuff like gore and snuff videos. He stopped a few years ago and last time I asked him he told me that he can’t handle them anymore, same goes for another person I know.

    In my case I’ve never been able to watch too much of those things, but I know I’m able to handle situations where blood and stuff is involved as I’ve studied anatomy with dead human bodies and also worked with injured people. I like to think I’ve had a bit of a healthier relationship with the effects of violence on humans.

    moonsnotreal , to linux in SystemD
    @moonsnotreal@lemmy.blahaj.zone avatar

    I don’t personally like SystemD, but Devuan sucks. They advertise “init freedom”, but in reality all of the scripts by default are just sysV init scripts that runit and openrc can’t control.

    hactar42 , to memes in It' fine guys

    My wife has been dealing with a lot of sleep paralysis lately. The other night she just told her sleep paralysis demon, “I’m too damn tired to deal with you right now.” And just went back to sleep.

    RemembertheApollo , (edited ) to technology in I asked leonardo.ai to generate an image of itself. This is what it gave me.

    I asked Midjourney to draw itself. Somewhat similar of a look, though Midjourney seems to think itself a bit godlike. Edit: difficulty uploading from mobile. https://imgur.com/gallery/TETnZqg

    nyan , to linux in SystemD

    Short version: some people (I’m one of them) object to systemd on grounds that are 75% philosophical and 25% the kind of tech detail that’s more of a matter of taste than anything else. The older sysV init is a smaller program, which means that it has a smaller absolute number of bugs than systemd but also does less on its own. Some of us regard “does less” as a feature rather than a bug.

    If systemd works for you and you don’t know or care about the philosophical side of the argument, there is probably no benefit for you in switching.

    Zucca ,

    If systemd works for you and you don’t know or care about the philosophical side of the argument, there is probably no benefit for you in switching.

    Exactly this. There are few techincal problems with systemd, but those are so miniscule. I say this as an OpenRC+openrc-init user.

    Auli ,

    And the init system systemd replaced was also serial.

    nyan ,

    Which means that you trade some speed for making it easier to understand what’s going on at any point during init. (Also, OpenRC does have a parallel mode, although it isn’t commonly used.) “Serial” isn’t inherantly evil, it’s just another tradeoff.

    MonkderZweite , (edited )

    I’m more bothered by the very concept of an integrated supervision suite (running as PID 1 and managing services in runtime). And with the feature creep (not-invented-here syndrome despite being mostly worse on all metrics), the following heavy binding of applications to it’s services and that it can’t coexist, because of that, with any other init/service manager in a repo without an uncount number of wrapper scripts (some distros tried).

    taking a breath Which is why we must have specialized not-systemd distros instead of Choose-your-iso-with-bootloader-X-and-Desktop-Y distros, like Artix does (a not-systemd distro).

    The attitude of the devs to technical issues and even security holes is another issue. Systemd is really bad software in that regard.

    nyan ,

    I basically lump everything you’ve listed under “philosophy”—poorly chosen design goals and no one at the project doing anything about dev behaviour are not technical flaws per se, as the software is functioning as intended and expected.

    systemd and init+OpenRC can exist together in the same repository, though—it just means that the repository also needs to contain both init scripts and service files, both of which are trivially small.

    As a Gentoo user since 2005, I’ve been able to watch the entire debacle as it’s progressed, and the various efforts required to keep udev and friends working separately from systemd. (Currently, there are 7 Gentoo packages on the “absolutely requires systemd” list—6 optional daemons that I don’t perceive as being very useful, although maybe it’s just me, and one library that I’ve never heard of in any other context. So what’s being done to keep it from taking over is working.)

    MonkderZweite ,

    Ok, except OpenRC.

    MrGerrit , (edited ) to gaming in Pure Evil

    Franticly pushing buttons to speed through the dialog. Even then it’s 3 minutes long.

    "Did you get all that or shall I repeat it?

    ->Yes No

    “Okay, let me start over again then”

    Argh!

    youtu.be/UcLNEU2l0mY?si=0PtoXAcA3QHGZFmO

    prd , to memes in It' fine guys

    “And I find it kind of funny I find it kind of sad The dreams in which I’m dying Are the best I’ve ever had”

    CoolSouthpaw , to linux in Today GNU/Linux is 32 years old

    Ah yes, the guy they named Linus Tech Tips after. 😇

    /s

    TCB13 , (edited ) to linux in SystemD
    @TCB13@lemmy.world avatar

    Devuan is the outlet of a bunch of people that don’t want Linux to evolve, become better and have more flexibility because it violates the UNIX philosophy and/or it is backed by big corp. Systemd was made to tackle a bunch of issues with poorly integrated tools and old architectures that aren’t as good as they used to be. If you look at other operating systems, even Apple has a better service manager (launchd).

    Systemd is incredibly versatile and most people are unaware of its full potential. Apart from the obvious - start services - it can also run most of a base system with features such as networking (IPv4+IPV6, PBR), NTP, Timers (cron replacement), secure DNS resolutions, isolate processes, setup basic firewalls, port forwarding, centralize logging (in an easy way to query and read), monitor and restart services, detect hardware changes and react to them, mount filesystems, listen for connections in sockets and launch programs to handle incoming data, become your bootloader and… even run full fledged containers both privileged and non-privileged containers. Read this for more details: tadeubento.com/…/systemd-hidden-gems-for-a-better…

    The question isn’t “what is the benefit of removing this init system”, it is “what I’ll be missing if I remove it”. Although it is possible to do all the above without Systemd, you’ll end up with a lot of small integration pains and dozens of processes and different tools all wasting resources.

    thelastknowngod ,

    people that don’t want Linux to evolve

    Exactly this.

    The philosophical arguments are pretty garbage. I generally want to know if the “it violates the UNIX philosophy” people use browser extensions… That violates the UNIX philosophy too. Systemd “is backed by big corp” but who do you think is actually contributing time/effort/code to the Linux kernel? It’s the device manufacturers who are trying to get you to buy their products… So that fails too.

    No offense to anyone reading this but if you’re really passionately anti-systemd, I would not hire you. This is a dumb hill to die on and a red flag.

    Auli ,

    Exactly bigncorp is doing the majority of the Linux kernel development. Wonder why nobody complains about that.

    TCB13 ,
    @TCB13@lemmy.world avatar

    Maybe you should hire me then?

    HakFoo ,

    What worries me about the “systemd does everything as a tightly integrated package” is the too-big-to-fail aspect. I’d be worried that we’re seeing a lot of configurations that can’t be pulled apart piecemeal-- for example, if you need a feature not available in systemd, or you need to deactivate a systemd component due to an unfixed vulnerability. It feels like there’s value in supporting a non-systemd init in the same way there’s value for individual packages to support an architecture beyond x86-64-- you get some extra checks that you aren’t making assumptions that only work for a specific happy path.

    TCB13 ,
    @TCB13@lemmy.world avatar

    The problem of not having systemd is the mess what’ve seen before. It doesn’t make sense to have 200 different services to be able to have usable dual-stack networking. Furthermore Init and Cron are aging, having everything based on bash scripts doesn’t cut it anymore - they don’t scale, you can’t monitor and audit things properly and worse it creates a dependency on some very specific shell.

    thelastknowngod ,

    What worries me about the “systemd does everything as a tightly integrated package” is the too-big-to-fail aspect.

    It’s been the default for ~10 years and it hasn’t been an issue yet… Even if it did “fail” the solution would never be to roll an entirely different init system. That would be absurd. If there is a bug, it gets patched.

    I’d be worried that we’re seeing a lot of configurations that can’t be pulled apart piecemeal-- for example, if you need a feature not available in systemd

    You can run services independently of systemd. There is no reason you couldn’t have whatever feature you want and systemd at the same time.

    you need to deactivate a systemd component due to an unfixed vulnerability.

    When vulnerabilities are discovered there is disclosure to maintainers, a patch is released, and then an announcement is made publicly with the instructions on how to fix the problem. I’ve never seen an instance where the industry collectively says “There’s a vulnerability here but we aren’t going to fix it. Good luck!” Especially for such an important layer of the stack… There’s no way that is going to happen.

    pastermil ,

    Devuan community is a cesspool indeed. However, I cannot deny the validity on some of their argument, namely about having alternatives.

    TCB13 ,
    @TCB13@lemmy.world avatar

    Yeah, I just have a question about that community. Debian maintainers told them they were open to a multi init architecture (as in have Debian support both systemd and init) as long as they maintained it, they just rumbled around and decided to fork Debian instead. This is the kind of people we’re dealing with.

    pastermil ,

    Indeed wasted potential. Debian could’ve welcomed them with open arms had they participated in the Init divesity discussion.

    TCB13 ,
    @TCB13@lemmy.world avatar

    That’s the problem, Debian did welcome them with open arms… they decided to left and fork.

    lightnsfw , to memes in It' fine guys

    Me literally fighting for my life in my dreams and somehow still being less stressed out than when I wake up and have to go to work.

    moist_brouhaha , to mildlyinfuriating in Instagram doesn't let me remove like

    I think you can only remove 100 likes per day

    Polydextrous , to mildlyinfuriating in Instagram doesn't let me remove like

    Because that’s their data. You can’t go deleting it. You’re the product, friend. My baby powder doesn’t get to decide it doesn’t want to go between my buttcheeks

    nicetriangle ,

    Part of this has to do with people creating spammy mass like/unlike follow/unfollow bots to grow accounts disingenuously. They just rapid fire like and follow stuff on IG so those people will return the favor in kind and then the bot later goes back and undoes those actions. Rinse and repeat. So it’s kinda understandable why they throttle this behavior.

    Tanza ,
    @Tanza@kbin.social avatar

    yep, it's called rate limiting, any sane website will have this

    MazonnaCara89 OP ,
    @MazonnaCara89@lemmy.ml avatar

    It would make any sense if they didn’t force you to make 1 request every hour or even longer to only to delete 100 of you likes/comments/story interactions from your almost 10 year old account.

    Tangent5280 ,

    lmao at that metaphor. I’m stealing that, to make myself seem funnier IRL than I am.

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