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.world

b34k , to aww in My lil girl hanging out

E:D! Man that game was my gateway drug to Star Citizen… still was a ton of fun for a while

Stamets OP ,
@Stamets@lemmy.world avatar

I’ve got nearing a thousand hours in it. Was mostly on PS4 until I recently moved to PC. Night and day fuckin difference after the galaxy split. I’ve just been watching The Crown (don’t judge me) and galaxy hopping out deep in… whatever fuckin region is the ‘north east’ rim.

Aphelion ,

o7 captain. Fly safe.

Also super cute cat.

blanketswithsmallpox , to lemmyshitpost in Eat it

Depends on if you’re a Chinese balloon… in which case… have fun eating AIM-9X Sidewinder missiles fired from a U.S. Air Force F-22 Raptor lol.

en.wikipedia.org/…/2023_Chinese_balloon_incident

www.faa.gov/aircraft/air_cert/…/balloons

MrWafflesNBacon ,

Can’t believe it was a year ago

WhatsHerBucket ,
@WhatsHerBucket@lemmy.world avatar
Noodle07 ,

Those are deadly, you don’t want to pop them

ArmokGoB ,

Launch hundreds of dummy balloons to waste tens of millions of dollars of the USAF’s money.

weeahnn , to insanepeoplefacebook in There is no plausible way humans did the things that weren't done in the first place!
@weeahnn@lemmy.world avatar

Aliens really did build the pyramids. I know. I was there.

::: spoiler I was the anal probe. :::

umbraroze , to linuxmemes in Flatpak haters seem to believe that if an app isn't on their distro's repos, it's the developers' fault.

I’m a Debian fan, and even I think it’s absolutely preferable that app developers publish a Flatpak over the mildly janky mess of adding a new APT source. (It used to be simple and beautiful, just stick a new file in APT sources. Now Debian insists we add the GPG keys manually. Like cavemen.)

uranibaba ,

And then change where we put them.

jabjoe ,
@jabjoe@feddit.uk avatar

Someone got to say it…

There is no Debian if everything was a pile of Snaps/Flatpack/Docker/etc. Debian is the packaging and process that packaging is put through. Plus their FOSS guidelines.

So sure, if it’s something new and dev’y, it should isolate the dependencies mess. But when it’s mature, sort out the dependencies and get it into Debian, and thus all downstream of it.

I don’t want to go back to app-folders. They end up with a missmash of duplicate old or whacky lib. It’s bloaty, insecure and messy. Gift wrapping the mess in containers and VM, mitigates some of security issues, but brings more bloat and other issues.

I love FOSS package management. All the dependencies, in a database, with source and build dependencies. All building so there is one copy of a lib. All updating together. It’s like an OS ecosystem utopia. It doesn’t get the appreciation it should.

raspberriesareyummy ,

Now Debian insists we add the GPG keys manually. Like cavemen.)

Erm. Would you rather have debian auto-trust a bunch of third party people? It’s up to the user to decide whose keys they want on their system and whose packages they would accept if signed by what key.

umbraroze ,

Not “auto trust”, of course, but rather make adding keys is a bit smoother. As in “OK, there’s this key on the web site with this weird short hex cookie. Enter this simple command to add the key. Make sure signature it spits out is the same on the web page. If it matches, hit Yes.”

And maybe this could be baked somehow to the whole APT source adding process. “To add the source to APT, use apt-source-addinate https://deb.example.com/thingamabob.apt. Make sure the key displayed is 0x123456789ABC by Thingamabob Team with received key signature 0xCBA9876654321.”

raspberriesareyummy ,

For the keys - do you mean something like

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 00000000 where 00000000 is replaced with the fingerprint of the key you want to fetch?

I do agree - the apt-key command is kinda dangerous because it imports keys that will be generally trusted, IIRC. So a similar command to fetch a key by fingerprint for it to be available to choose as signing keys for repositories that we configure for a single application (suite) would be nice.

I always disliked that signing keys are available for download from the same websites that have the repository. What’s the point in that? If someone can inject malicious code in the repository, they sure as hell can generate a matching signing key & sign the code with that.

Hence I always verify signing keys / fingerprints against somewhat trustworthy third parties.

What we really need though is a crowdsourced, reputation-based code review system. Where open source code is stored in git-like versioning history, and has clear documentations for each function what it should and should not do. And a reviewer can pick as little as an individual function and review the code to confirm (or refute) that the function

  1. does exactly what the interface documentation claims it does
  2. does nothing else
  3. performs input validation (range checks etc)
  4. is well-written (in terms of performance)

Then, your reputation score would increase according to other users concurring with your assessment (or decrease if people disagree), and your reputation can be used as a weighting factor in contributing to the “review thoroughness” of a code module that you reviewed. E.g.: a user with a reputation of 0.5 confirms that a module does exactly what it claims to do: Module gets review count +1, module gets new total score of +0.5, new total weight of ( combined previous weights + 0.5 ) and the average review score is “reviews total score” / “total weight”.

Something like that. And if you have a reputation of “0.9”, the review count goes +1, total score +0.9, total weight +0.9 (so the average score stays between 0 and 1).

Independent of the user reputation, the user’s review conclusion is stored as “1” (= performs as claimed) or “0” (= does not perform as claimed) for this module.

Reputation of reviewers could be calculated as the sum of all their individual review scores (at the time the reputation is needed), where the score they get is 1 minus the absolute difference between the average review score of a reviewed module and their own review conclusion.

E.g. User A concludes: module does what it claims to do: User A assessment is 1 (score for the module) User B concludes: module does NOT what it claims to do: User B assessment is 0 (score)

Module score is 0.8 (most reviewers agreed that it does what it claims to do)

User A reputation gained from their review of this module is 1 - abs( 1 - 0.8 ) = 0.8 User B reputation gained from their review of this module is 1 - abs( 0 - 0.8 ) = 0.2

If both users have previously gained a reputation of 1.0 from 10 reviews (where everyone agreed on the same assessment, thus full scores):

User A new reputation: ( 1 * 10 + 0.8 ) / 11 = 0.982 User B new reputation: ( 1 * 10 + 0.2 ) / 11 = 0.927

The basic idea being that all modules in the decentralized review database would have a review count which everyone could filter by, and find the least-reviewed modules (presumably weakest links) to focus their attention on.

If technically feasible, a decentralized database should prevent any given entity (secret services, botfarms) to falsify the overall review picture too much. I am not sure this can be accomplished - especially with the sophistication of the climate-destroying large language model technology. :/

kenkenken , to linuxmemes in Sussy baka spotted
@kenkenken@sh.itjust.works avatar

openSUS

aluminium , to memes in Ad blocker blocker blocker blocker…..

God I love the web platform!

Pacmanlives , to lemmyshitpost in Judgmental soup

I miss having Marc’s such a cheap place to shop

glitchdx , to aboringdystopia in Youtube stopped working for me today when using uBlock Origin in Firefox or Vivaldi with anti-ad enabled.

I wonder which will happen first: I’ll quit watching youtube because the platform becomes too much of a pain in the ass for me to bother with, or I’ll quit watching youtube because of how difficult it is to find content I actually want to watch.

UnderpantsWeevil ,
@UnderpantsWeevil@lemmy.world avatar

I’ve got a few Patreon shows that host video content on YouTube, but because they’re directly linked and not monetized through YouTube they’re pretty friendly to visit.

I do need a better way to find streamable music. YouTube Music has been a miserable experience, but it has the largest library short of Spotify, which is also miserable.

LinusSexTips ,

I found YTM to have more niche music selections vs Spotify.

You could always try plexamp if you want to self-host.

UnderpantsWeevil ,
@UnderpantsWeevil@lemmy.world avatar

Functionally it works (barring technical difficulties)

But it means building up a large personal library, when what I’d prefer is a browsable public music library.

shininghero , to mildlyinfuriating in eBay makes you wait a week to rate a sale as anything other than positive.
@shininghero@pawb.social avatar

Time for some F12 fuckery to re-enable those buttons. Worst case scenario, there’s some extra serverside checks that make the page say no somewhere else.

Sanctus , to memes in Forget it.
@Sanctus@lemmy.world avatar

When your playing BAR and your busy swipes in front of you and grabs all your mining nodes.

AlexWIWA , to lemmyshitpost in Eat it

F22s are very fond of balloons

gravitas_deficiency , to pics in [OC] The Red Sea

Looks like a blue sea

xc2215x , to foodporn in Guo Cuon -- Vietnamese salad rolls -- made from freshly harvested lettuce

Looks quite delicious.

NaoPb , to pics in Progress: the Katy Freeway in Houston, Texas, spans across 26 lanes making it the worlds widest. The freeway is broken down in to 12 main lanes (six in each direction), eight feeder lanes.

I know. They should add more lanes.

/s

brbposting , to memes in Forget it.
  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines