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

niktemadur , to science_memes in Seriously.

Meanwhile, Pi and the Fine Structure Constant watching the show, passing each other the popcorn.

masterofn001 ,

The best part about the fine structure constant is that it is not related to any other thing. It just is.

It’s a magic number that just emerges in physics.

And it is not constant.

Even though it is.

niktemadur ,

Dimensionless numbers, not dependent on any mere mortal, subjective arbitrary unit of measurement like length (meters or yards or cubits - same difference) or time.
Whether you are on Earth or a planet in Andromeda or a billion light-years away, if you study subatomic structure you WILL bump into the fraction 1/137. Just like you will in geometry with 3.1416.

Asetru , to linux in I made a local APT repository that automatically fetches DEBs and AppImages from anywhere

Sorry to be that guy, but this sounds like a cybersecurity nightmare. While everybody was busy to come up with schemes that make absolutely sure that only trusted sources can update a system to avoid having malicious players push their code to users, this one just takes any rando’s pile of whatever and injects it straight into the system’s core? Like, that doesn’t sound like a good idea.

KaKi87 OP ,
@KaKi87@jlai.lu avatar

Well, I’m just automating what people currently have to do manually : visit GitHub and download DEB and install DEB.

If the automated process would be dangerous then the manual process also would be, and that would be on the maintainer for not providing an APT repository or a Flatpak, not on the user for just downloading from GitHub.

cqst ,
@cqst@lemmy.blahaj.zone avatar

Well, I’m just automating what people currently have to do manually : visit GitHub and download DEB and install DEB.

Yeah. You should never do that. Like ever. Build from source; or use a vendored tarball. wiki.debian.org/DontBreakDebian

.deb is a terribly insecure nightmare thats held up by the excellent debian packagers, gpg , and checksums, and stable release model. don’t use .deb files.

KaKi87 OP ,
@KaKi87@jlai.lu avatar

I’m and end user working for end users.

cqst ,
@cqst@lemmy.blahaj.zone avatar

I’m and end user

Yeah, we all are. What’s your point?

End users are also developers. All computer users are developers. You are developing.

user working for end users

By making a script that lets me get backdoors and shitty packages with ease? The linux package distribution system is a nightmare, Debian is the least bad approach. There is basically always a better option to using a .deb file. If you come across something that isn’t packaged, I recommend Flatpak, building from source (and installing unprivileged), or using the developers vendored tarball (installing unprivileged).

wiki.debian.org/SecureApt

By using local .debs you lose the benefit of:

Reproducible builds

GPG checksums

Stable release model

debian security team

KaKi87 OP ,
@KaKi87@jlai.lu avatar

My point is that I’m working a solution for end users.

The solutions you’re offering are not user-friendly.

ulkesh ,
@ulkesh@beehaw.org avatar

It’s a cool concept, but automation breeds laziness (by design, to an extent) and lazy end users tend to shoot themselves in the foot. So it isn’t great for security, but it also isn’t that much worse for security :)

Since some people with money tend to be litigious, and, of course, I am not a lawyer, I would advise a warning message (or part of the license if you don’t want to muck up your CLI), if you don’t have one, to force the user to accept and acknowledge that the software they are installing using this tool is not verified to be safe.

KaKi87 OP ,
@KaKi87@jlai.lu avatar

How is the manual step more secure though ?

What does the user do before downloading a DEB that makes that gap between manual and automated ?

I’d be willing to try and reproduce that, but I don’t see anything.

ulkesh ,
@ulkesh@beehaw.org avatar

I didn’t say it was more secure, I said it’s about the same.

The difference is a person being forced to go to a website to download software means more steps and more time to consider the safety of what they’re doing. It’s part psychological.

Not all such packages are retrieved from GitHub, I remember downloading numerous .deb files direct over the past 25 years (even as recent as downloading Discord manually some years back).

The main point I’m making is that you should legally protect yourself, it’s a low and reasonable effort.

KaKi87 OP ,
@KaKi87@jlai.lu avatar

I didn’t say it was more secure, I said it’s about the same.

You said automation breeds laziness (by design, to an extent) and lazy end users tend to shoot themselves in the foot.

So, my question is : what part of automating download of DEBs from a specific source can be shooting oneself in the foot compared to doing the same thing manually every time ?

you should legally protect yourself

The MIT license will take care of that.

Also, to force the user to accept and acknowledge that the software they are installing using this tool is not verified to be safe is inducing fear and/or guilt, therefore is bad UX, I’m not doing that.

ulkesh ,
@ulkesh@beehaw.org avatar

I already answered that first question.

And then all those app store fronts that say whether a flatpak is verified or not is inducing fear and/or guilt and is therefore bad UX. It’s not, but you are free to have your opinion.

Have fun then, I’m done wasting my time here.

markstos ,

No matter where you install from, you have to trust the source. Indeed, you have to trust every step in the supply chain.

If you are getting your code straight from the author, you are eliminating an exploit that’s introduced by a compromised account of a packager.

Carry on.

cqst ,
@cqst@lemmy.blahaj.zone avatar

If you are getting your code straight from the author,

Which is not what you are doing at all with a .deb file. A .deb file is a binary with a bunch of scripts to “properly” install your package. Building from source is what you SHOULD be doing. Debian has an entire policy handbook on how packages are supposed to be packaged. Progrmatically you can review the quality of a package with ‘lintian’. .debs made by developers following a wiki tutorial can’t even come close. remember, apt installs happen as root and can execute arbitrary code.

Also, debian packagers can be project maintainers, so they can be “the author.”

lambda ,
@lambda@programming.dev avatar

I see it more as a local repo. Like, setup the repo to do what you would have done manually so that you don’t have to do it on multiple computers. I could be misunderstanding it though.

KaKi87 OP ,
@KaKi87@jlai.lu avatar

You understand perfectly.

NewAgeOldPerson , to lemmyshitpost in Regain Control in my ass

My wave in my ass

Evilsandwichman , to science_memes in Jackhammer

I guess the sun being loud shouldn’t really be all that strange; if I recall correctly the sun has explosions happening on it everywhere all the time, the strange part though is the whole sound lasting for thirteen years part.

niktemadur , to science_memes in Jackhammer

A bullet fired from a gun goes more or less at Mach 1, correct?
It’s thirteen years to the sun at the speed of a bullet?

Spacecraft towards Mercury, or the Parker Solar Probe go much faster than that, take a few years to make it there, but they are doing so picking up speed in flybys of first Earth, then Venus, then Mercury, in several, ever tighter orbits.

It’s both fun and illuminating to try and visualize these things in new ways. In this case, from the viewpoint of a bullet.

nexguy ,
@nexguy@lemmy.world avatar

Bullets go in the realm of 2000 mph. Sound is closer to 750mph. 13 years to go 93 million miles is pretty close.

ImplyingImplications , to asklemmy in Is it really just ageing/ getting older? How is this supposed to work? How is everyone else doing this?

Mid 20s is way too young to be experiencing chronic pain caused by normal aging. That being said, it can be caused by being out of shape. If you’re not eating right, keeping active, and keeping a regular sleep schedule then the pain might be because of your lifestyle. If you dont think you’re out of shape, then you definitely need to talk to different healthcare providers and stress how your chronic pain is interfering with your life.

lolcatnip ,

Nah, I did everything wrong in my 20s and I experienced nothing like OP’s symptoms.

Maeve ,

Your body isn't OP's body, genetics also play a role.

BuboScandiacus , to asklemmy in Parent to Moderate YouTube
@BuboScandiacus@mander.xyz avatar

Maybe try to show them videos you deem good and/or entertaining yourself. They might even prefer them over the videos they currently like, thus reducing the time spent watching “nefarious” content.

If they suspect that you want to stir them away, perhaps try manipulating the youtube algorithm by playing a lot of “good” or neutral content and engaging with them using their account so that different videos pop up in their daily feed lessening the echo chamber effect.

Ps: This is the opinion of someone who has no experience in parenting

archchan , to nostupidquestions in Is it me or is everyone in hexbear insane?

I was going to block them and lemmygrad at first but decided not to and instead tried to understand what all these people were about.

Now I’m a communist, have a hammer and sickle, live in China, and my favorite color is red. Death to America comrades! Get fucked libs /s

Seriously though, they’re not anymore insane than us. Maybe just a bunch of drunken commies at a bar who don’t really bother to distance themselves from the subjects of a century of red scare propaganda. In any case, it’s worth keeping an open mind and engaging in good faith.

Though as leftist as I personally am and have become in time, I’m not going to call anyone comrade or start using hammer and sickle imagery except in the context of history lol. Libs can still get fucked though.

Cowbee ,
@Cowbee@lemmy.ml avatar

Though as leftist as I personally am and have become in time, I’m not going to call anyone comrade or start using hammer and sickle imagery

For now… mwahahahahaha!

the_post_of_tom_joad ,

The PLAN™ is working comrade

EABOD25 OP ,

The difference is is that you’re sensible. I got absolutely nothing against that despite socio-political ideology. I appreciate that you know that your way of living isn’t or shouldn’t be everyone else’s way of living

fmstrat , to science_memes in #notaworm

Bortles? Is that you?

NocturnalMorning , to asklemmy in Is it really just ageing/ getting older? How is this supposed to work? How is everyone else doing this?

This doesn’t sound normal at all. I’m in my mid 30s and I have never had debilitating pain, unable to open jars pain. Like others have said, seek a second opinion.

p.s. get a new doctor, one that will actually listen to you when you say something is wrong.

tomkatt , (edited ) to asklemmy in Is it really just ageing/ getting older? How is this supposed to work? How is everyone else doing this?

I’m in my forties and what you’re describing doesn’t sound normal at all. I beat myself up good in my younger years with sports and still do somewhat regular cardio and weightlifting. I have a bum knee and hip problem, shoulder issues from weightlifting injuries, and my back gets stiff and sore on a good day.

None of that stops me from functionally living, and none of its anything the occasional ibuprofen or toke won’t fix in the short term. I can still exercise, do physical labor, open all the jars, and be generally active, and without pain the majority of the time.

What you’re describing sounds more like an inflammatory disease or auto-immune disorder. 110% get a second opinion from a different doc, or a third if needed.

BenReilly97 , to science_memes in BBC Science
AFC1886VCC ,

No. Not this time. It’s fiction. We made it up. This one was invented by a writer. We got you. It never happened.

BenReilly97 ,

You’re right. A similar event took place. Yes, it was. You were correct. It’s fact. This one took place. Right again. A similar story happened to a young man in the Pacific northwest about twenty years ago. Yes.

davel , to asklemmy in Is it really just ageing/ getting older? How is this supposed to work? How is everyone else doing this?
@davel@lemmy.ml avatar

I think you know this isn’t normal. You know people twice as old who are in less pain.

BlackRing , to asklemmy in Is it really just ageing/ getting older? How is this supposed to work? How is everyone else doing this?

Nope. Not normal sounding to me. Even your doctor says it’s not normal if you think about it, he thinks it’s early. As everyone else states, second opinion time.

Everything you listed, I get, but at a mere fraction, save for the swelling, nothing here. Beyond seeing another doctor for a second opinion, it sounds like you’re physically fit, which is more troubling. I am kind of fit, and sometimes my back hurts. What makes it go away? Working out my core muscles in a regimen after a few weeks. Staying active.

I am 40 fwiw, and you sound far worse off than I feel. See another physician.

flashgnash , to nostupidquestions in Is it me or is everyone in hexbear insane?

I love that without fail every single person in this thread defending hexbears is from ml with the same pronoun tag format every single hexbear seems to have

Almost like they’re hexbear alts or something

EABOD25 OP ,

Weird right? I love how they think everyone is as obsessed with fake internet points as them. Some of them seriously need to talk to people in real life

the_post_of_tom_joad , (edited )

What? Why? Who i say who in their right mind says this in a post absolutely soaking in their own tears? I think the complete batshit audacity is what i find most entertaining about you.

Diva ,
@Diva@lemmy.ml avatar

Before I get accused of being a hexbear alt, I only added them after I saw that they were in common use due to hexbear posters showing up in my /all. We did actually start mandating pronoun tags for people participating in /c/transgender -despite the fact that some of the admins are resistant at the instance lecel- because it seems to work well in the trans spaces on hexbear for fostering a respectful environment.

EABOD25 OP ,

That’s cool, bud. And I’m doing my best to not criticize the individual person, but there are a few people that make souring the reputation of all on HB

Sauerkraut ,

Couldn’t that be said of any and all groups? A few bad posters has soured me on the lemm.ee instance, but would it be logical or fair or me to assume that a few bad experiences reflects an entire group?

EABOD25 OP ,

Not wrong, but a few bad apples can ruin the whole bunch

mathemachristian ,

In my case my hexbear account is an alt of my lemm.ee account

Sauerkraut ,

I am not from ML nor do I have a Hexbear alt of any sort, but I defend Hexbear’s right to be different. They seem to be a younger group of anti-capitalists so I find their perspectives interesting.

Edit: I am still somewhat new to Lemmy, so maybe there is some history with Hexbear that I am ignorant of, but until I see it for myself, I enjoy their content and will continue to support Hexbear.

Cowbee ,
@Cowbee@lemmy.ml avatar

I am still somewhat new to Lemmy, so maybe there is some history with Hexbear that I am ignorant of

Hexbear is a 4 year old community, it drastically predates the Reddit Exodus, and only started federating with other instances around 10 months ago. Those 3 years of self-sustainability created a unique culture that is at odds with the liberal instances on Lemmy, like Lemmy.world.

OpenStars ,
@OpenStars@discuss.online avatar

I would defend anyone’s right to be different as well. However, that’s not the case here - you said it yourself, you really are missing a huge history between Hexbear.net and… well, everyone else across the Fediverse (and highly ironically, as such they would ruthlessly make fun of you, for speaking without knowing - i.e. you are someone who would defend them, but not vice versa). They poke fun at liberals, conservatives, anyone from the West, etc., and the issue isn’t so much their right to exist or be different, but the need for the rest of the Fediverse to spread their message out in the same manner as all the other messages, which are governed by an entirely different set of policies and code of conduct.

I hope you will agree with me that the rights to do a school shooting, or the right to block someone else’s access to medical care… is really no “right” at all. That is to say that they can be however they like, but the moment that they federate with the rest of the world, it crosses over into our rights, whether we want to receive what they offer or not, and even more so to promote & share it to our own users.

But don’t take my word for it: visit e.g. ChapoTrapHouse or the_dunk_tank and see for yourself. Or here’s an example post, where they took a poll on which other instances to deferate from, then promptly ignored the results that said no and defederated from them anyway:-P lemm.ee for instance had 41 votes to keep it and only 4 for it to go, but despite the additional order of magnitude and some passionate responses defending the former (e.g. “But man we should at least stay federated with lemm.ee, that instance’s admin has been very reasonable and it hasn’t caused much trouble at all; nothing that banning any troublemakers can’t fix.”), they defederated from it anyway. And the reasons stated to keep it are also informative - basically so that they can proselytize to them, though notice the distinct lack of wanting to converse with them as equals. And that is just one instance, among the very few that will even consider federation with hexbear.net to begin with. Also, to balance that out, read lemm.ee’s policy on federation with hexbear.net - notice how 100% polar opposite it is, not just in terms of facts but of behaviors.

There is also programming.dev’s response, tldr version: “Hexbear defederated from us so to prevent one way conversations I have added them to our blocklist as well. If the hexbear admins decide to unblock us I can do the same”… followed in the very next post by “It is very likely we will be federating with Hexbear again…” - which despite the fact that that did not end up happening (as of September 8, 2024 I can see hexbear.net on their instances list, make sure to switch the tab at the top to “Blocked Instances”), I want to point out how extremely friendly other instance admins continue to try to be, towards them, though this behavior seems to have never been rewarded in return. And it’s not just these two instances - there are so very many, here’s another at sh.itjust.works, where they thought long & hard about it (mind you this is an EXTREMELY permissive server, chock-full of reasonable-minded people, which you’ll see as/if you read the other posts in that community), and somewhat shockingly seemed ready to do the defederation, but before they could, once again hexbear.net preemptively did it first, thus making the issue moot.

In short, they know exactly how they are - and many people routinely flee from it to spread elsewhere in an attempt to get away from the extremely heavy-handed authoritarian moderation/admin practices. When you tolerate the intolerant though…

graphic describing the paradox of tolerating intolerance

If you enjoy LGBTQIA+ content, it is everywhere, e.g. the variety of blahaj’s that exist - the most popular of which is lemmy.blahaj.zone, with the highest number of users (and to reveal my own bias, I’ve never seen anything written from their admin, Ada, that I have not thoroughly enjoyed reading - if I could follow accounts on the Fediverse, this is one of a mere handful of people across the entire world that I think I would do that for:-). Similarly with “different”/odd content - we love being different here on the Fediverse:-) - and again with left-leaning content (in fact people that are not left-leaning are quite rare).

But I advise to steer well clear of bigots. Except of course to learn about the situation - definitely check it out, and then you’ll know. I know it looks like shit-posting, especially with the rather poor choice of wording in OP’s title, but there truly is an actual history behind all of this. The shit-talking looks casual, but it’s not: hexbear has truly earned most of the ire that is directed its way. And they seem okay with that, some even seem proud of it? :-P

Diva ,
@Diva@lemmy.ml avatar

You made a huge wall of text with some claims not borne out by your links, did you even fully read what you were citing or did you skim looking for things to confirm your argument?

From you:

Took a poll on which other instances to deferate from, then promptly ignored the results that said no and defederated from them anyway:-P lemm.ee for instance had 41 votes to keep it and only 4 for it to go, but despite the additional order of magnitude and some passionate responses defending the former (e.g. “But man we should at least stay federated with lemm.ee, that instance’s admin has been very reasonable and it hasn’t caused much trouble at all; nothing that banning any troublemakers can’t fix.”), they defederated from it anyway. An

From the hexbear discussion

However, as expressed by users belonging to marginalized groups, comments from .ee users are often lib-shit and in some cases outright hostile. While many on hexbear love dunking on these lost libs the duty to protect marginalized users is much more important

Again quoting you:

at sh.itjust.works, where they thought long & hard about it (mind you this is an EXTREMELY permissive server, chock-full of reasonable-minded people,

The hexbear thread expressed the same rationale to block “shits fulla chuds” the fact that you characterize them as reasonable-minded people speaks volumes about you personally.

Just checking in with how someone from a marginalized community felt about this situation: hexbear.net/post/497935

Is posting a meme to “own the liberals” worth your comrades getting more trauma from bigots harassing them?

No its not.

you’ve had your laugh, but it should end

Ban them all, SJW, lemm.ee, lemmy, the programmer nazi edglords. Keep Lemmygrad.

I was ready to take you seriously but if you’re misrepresenting your very first points that’s a lot harder. You’ve been doing more than that, you’ve been inverting the actual history and in the process ommitted the actual options of marginalized people to suit your narrative.

If you enjoy LGBTQIA+ content, it is everywhere, e.g. the variety of blahaj’s that exist - the most popular of which is lemmy.blahaj.zone, with the highest number of users (and to reveal my own bias, I’ve never seen anything written from their admin, Ada, that I have not thoroughly enjoyed reading

Hexbear is majority non-cis, and its weekly trans megatheads are extremely active. I already looked into this, they have done several polls, and have chatted with a number of them since I started moderating /c/transgender

But I advise to steer well clear of bigots. Except of course to learn about the situation - definitely check it out, and then you’ll know.

Are you trying to imply that they’re bigots now? On what basis? If anything you’ve said enough to make me suspect you more than anyone else.

Edit: like clockwork, I check the mod log and you posted this embarrassing comment 8 months ago and got mocked roundly for it. I can see why you’re still holding a grudge now.

https://lemmy.ml/pictrs/image/b781a97f-af1b-42e6-922c-1d0a261f0c6a.png

lol:

https://lemmy.ml/pictrs/image/31429c19-125f-42f4-8b32-85ac104e4e28.png

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