this post was submitted on 10 May 2025
169 points (96.2% liked)

Lemmy Shitpost

31472 readers
3963 users here now

Welcome to Lemmy Shitpost. Here you can shitpost to your hearts content.

Anything and everything goes. Memes, Jokes, Vents and Banter. Though we still have to comply with lemmy.world instance rules. So behave!


Rules:

1. Be Respectful


Refrain from using harmful language pertaining to a protected characteristic: e.g. race, gender, sexuality, disability or religion.

Refrain from being argumentative when responding or commenting to posts/replies. Personal attacks are not welcome here.

...


2. No Illegal Content


Content that violates the law. Any post/comment found to be in breach of common law will be removed and given to the authorities if required.

That means:

-No promoting violence/threats against any individuals

-No CSA content or Revenge Porn

-No sharing private/personal information (Doxxing)

...


3. No Spam


Posting the same post, no matter the intent is against the rules.

-If you have posted content, please refrain from re-posting said content within this community.

-Do not spam posts with intent to harass, annoy, bully, advertise, scam or harm this community.

-No posting Scams/Advertisements/Phishing Links/IP Grabbers

-No Bots, Bots will be banned from the community.

...


4. No Porn/ExplicitContent


-Do not post explicit content. Lemmy.World is not the instance for NSFW content.

-Do not post Gore or Shock Content.

...


5. No Enciting Harassment,Brigading, Doxxing or Witch Hunts


-Do not Brigade other Communities

-No calls to action against other communities/users within Lemmy or outside of Lemmy.

-No Witch Hunts against users/communities.

-No content that harasses members within or outside of the community.

...


6. NSFW should be behind NSFW tags.


-Content that is NSFW should be behind NSFW tags.

-Content that might be distressing should be kept behind NSFW tags.

...

If you see content that is a breach of the rules, please flag and report the comment and a moderator will take action where they can.


Also check out:

Partnered Communities:

1.Memes

2.Lemmy Review

3.Mildly Infuriating

4.Lemmy Be Wholesome

5.No Stupid Questions

6.You Should Know

7.Comedy Heaven

8.Credible Defense

9.Ten Forward

10.LinuxMemes (Linux themed memes)


Reach out to

All communities included on the sidebar are to be made in compliance with the instance rules. Striker

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 9 points 3 days ago* (last edited 3 days ago)

Barcodes and QR codes do not have enough information for unique identification. (Well they could but they start getting bigger and bigger)

This is not really true. A 16-digit decimal code gives you 10 quadrillion unique numbers. FedEx handled ~3 billion packages in 2024, so at that rate it would take them more than 3 million years to use up the ID space. You don't need ridiculously long strings (e.g. blockchain tokens) for useful package ID codes.

If you stored the 16 digits as ASCII characters (7 bits each) it would be all of 112 bits of data. The Micro QR format is more than enough to represent that data, with room to spare for error correction. If you used alphanumeric instead of decimal you'd have 62^16 unique IDs (UC + LC + 0-9), still only 16 ASCII characters (112 bits), and at that point you're more worried about the sun burning out than you are about running out of package ID codes.

But the real issue is needing these codes tracked and audited in a public manner. Instead of having a third party company trusted with all the cheese, you use a Blockchain with a public ledger. This doesn't even require much processing power

If you want the tracking to be useful, then every time a package passes through a handling station the ID needs to be scanned and the ledger updated indicating the transfer of the package ID from one station to the other. Then every node on the blockchain network needs to update their copy of the ledger with the new transaction data. Never mind mining, if you're handling millions of packages per day then updating the ledger will create a stupid amount of network traffic and just eat processing power.

since there's no incentive to mine as many blocks as possible.

Without mining, what incentive would there be for anyone besides the actual shipping company to host a blockchain node for this? How would it not still be "a third party company trusted with all the cheese"?

Also, correcting any errors that get written into the ledger due to some handling failure will be extremely difficult if not impossible:

Once a transaction is sent and confirmed, it cannot be reversed.