themoonisacheese

joined 1 year ago

This is literally exactly what happened to email. It didn't go great

If you liked art of rally, I suggest Parking Garage Rally Circuit. Much of the same vibe.

It's also completely unthreatened by public boycott. People who make the choice to continue using AWS do so because of vendor lock-in, and they either can't leave or are in a position where they agree with daddy bezos because they have money

I mean, you could. The problem becomes "do you have more money and lawyers than McDonald's" to keep pretending it has nothing to do with it in court.

[–] themoonisacheese@sh.itjust.works 33 points 2 weeks ago* (last edited 2 weeks ago) (3 children)

The button already exists and it's the install button on ublock origins page.

I mean, not connecting machines to the internet is entirely reasonable (though in my opinion having them at all is insane).

That's really interesting though, because your model creates a system where fraud can exist but can be checked (and thus it will, not doing it would be insane), whereas ours removes the problem entirely. I know that you personally don't have the power to change it, of courses I'm just fascinated by the ways society manages to create deeply flawed systems and prop them up like we can't do any better.

[–] themoonisacheese@sh.itjust.works 3 points 2 weeks ago (2 children)

I mean, yes here too, but we're still assigned a specific place. My voting location is booth 6 at my local primary school, and someone else in my city might get one of the booths at their closest location despite both of us being in the same district.

Even at that primary school, I'm only on the ledger at booth 6, if I tried voting at booth 5 they wouldn't let me (though they would point me to the booth right next to them of course)

[–] themoonisacheese@sh.itjust.works 0 points 2 weeks ago (1 children)

If the content CNA be displayed, it can be parsed by recall.

The only way I can see to bypass it is to obtain DRM keys and display your content on a website only if widevine is active, like Netflix does. Surely it can't screenshot DRM protected content, but also this is Microsoft .

[–] themoonisacheese@sh.itjust.works 6 points 2 weeks ago (5 children)

How do people vote at different locations? Here we are only registered to vote in a single location, if we're away then we have to go to the police station and sign a delegation form to allow a trusted person to vote for us in the original location.

This is also exactly why Nintendo chooses to ship an emulator with the original ROM for their classic games, it's just that much easier, especially when they don't make the emulator either.

[–] themoonisacheese@sh.itjust.works 2 points 2 weeks ago (1 children)

Take for example Haskell. It's a functionnal, typed language. In Haskell, at compile time, the compiler analyzes all the types of all your functions and if they all match, it drops them completely. There is no type information at all left in a compiled Haskell program, because the compiler can know ahead of runtime if it is correct.

 

hey all, i'm looking to replace my isp's router (i know that i can, it's basically just DHCP on a specific VLAN) with my own one and i'm looking for recommendations.

here's what i would need out of it:

  • best price-to-performance ratio. the larger the NAT table it can keep in RAM the better (i run some things akin to ipv4 scanning)
  • OpenWRT support
  • at least one sfp port for internet access, supporting 5Gb/s.
  • at least one 1 Gb/s ethernet port
  • ideally 2-3 100Mb/s ethernet ports
  • wifi support: yes (don't need anything fancy, even 5GHz is optionnal but preffered)
  • LTE modem: dont care but nice to have

i had a look around the OpenWRT supported devices table but since it doesn't really list ports and i need sfp, it takes a long time to go through and read german router pages.

can anyone recommend a router that meets these at least partially?

 

If you're a Lemmy dev and reading this, the problem is in pict-rs. I have sent an email to asonix with the needed changes, please tell them to check their inbox (since I can't register on their git server, I can't submit a formal PR).

Send me a PM if the email gets lost and I'll give you the line you need.

If you're not a Lemmy dev: Have you encountered an image that is suspiciously rotated here on Lemmy? Perhaps you even tried posting an image that looks right yourself and found it rotated itself! Why?!

The reason is that Lemmy strips all metadata from images you upload to it. This is because image metadata can contain, among other things, GPS coordinates or where it was taken. The problem is that when you take a picture with your phone in landscape, instead of rotating the image in memory, your phone saves the image sideways (because that's how it came off the sensor) and then adds a metadata tag that tells everyone to rotate the image as they are displaying it. You guessed it, that tag also gets deleted. In most cases, this is fine because either the picture wasn't rotated to begin with, or Lemmy image hosts actually save the properly rotated image before stripping the tag, but in some image formats, this isn't the case due to a programming oversight. I have found the fix and sent it to the person responsible for the image hosting code.

view more: next ›