Readit News logoReadit News
jackweirdy commented on Swiss e-voting pilot can't count 2,048 ballots after decryption failure   theregister.com/2026/03/1... · Posted by u/jjgreen
jackweirdy · 2 days ago
It’s a nice property of elections that you can measure votes needing more intervention against the margin of victory before you decide your next step
jackweirdy commented on Digitising CDs (a.k.a. using your phone as an image scanner)   hadess.net/2025/07/digiti... · Posted by u/JNRowe
schoen · 7 months ago
I don't think so.

The total data on a CD-ROM including the error correcting redundancy exceeds 800 MB, or 6.4 Gb.

If you could imagine getting 1 bit from the optical disc per pixel (which is way too optimistic physically), you would need a 6 gigapixel camera focused super-precisely at the disc surface.

Looking at the problem from a different angle, Wikipedia says the features that store the data on the disc surface are about 800 nm (or about a micrometer) long. So to photograph them, you'd want to have pixels ideally smaller than a micrometer on each side. It's easy to check that an ordinary camera isn't achieving that kind of resolution without adding on external magnifying equipment.

jackweirdy · 7 months ago
Does it have to be one photo? If you reproduced a spinning drive but with the camera positioned to see half of the spinning disc, I wonder if it could capture the "stream" of pixels in one arc of the spinning disc
jackweirdy commented on MI5’s falsehoods in the case of neo-Nazi spy who abused women   bbc.com/news/articles/c3w... · Posted by u/_tk_
diggan · 8 months ago
What could MI5 possibly stand to gain from hiding a person who is described as "a violent misogynist abuser with paedophilic tendencies who had used his MI5 role as a tool of coercion"?

Is it only because it would "look bad on MI5" if people like that worked there? Seems like such a trivial thing to immediately take a stand against and get rid of as soon as you notice it, rather than trying to hide

jackweirdy · 8 months ago
He didn’t work there. He was a Neo-Nazi and member of Neo-Nazi organisations, divulging secrets.

By keeping him out of jail, Mi5 stood to gain more intelligence

Loading parent story...

Loading comment...

jackweirdy commented on Functors: Identity, Composition, and fmap   codehakase.com/blog/2025-... · Posted by u/codehakase
munchler · a year ago
Here's a question to test your understanding of functors: Is the Haskell type `Set e` a functor? (Where `Set e` is a set of elements of type `e`.)

Does the answer vary depending on the programming language? E.g. Is the `Set<'e>` type in F# a functor?

jackweirdy · a year ago
What a delightful little question!
jackweirdy commented on Thinking about recipe formats more than anyone should   rknight.me/blog/thinking-... · Posted by u/caleb_thompson
adt2bt · a year ago
Interesting. Also allows for some fun ‘expansion’ in recipes. A leaf node may be ‘chicken stock’ but you could link to a recipe that boils down to that one ‘chicken stock’ node if you want to DIY it.
jackweirdy · a year ago
In a previous job I worked for a site doing natural language parsing on recipes.

We noticed one of our partner websites had an unusual number of unique ingredients. It turned out every ingredient was a link to another recipe to make that ingredient, along the lines of your idea.

However for some reason (presumably SEO) they took this to the extreme and everything was a recipe. Including apples.

The recipe for “apple” is

1. Take 1 Apple

2. Eat and enjoy

But since Apple is a prerequisite for this recipe, infinite looping is a risk in the kitchen now

jackweirdy commented on Let the network tell you where you are   rachelbythebay.com/w/2024... · Posted by u/zdw
jackweirdy · a year ago
This couldn’t have been better timed for me.

I sit with a pile of raspberry Pis I throw into different rooms about the house and want to stick assorted tasks on them. My open question was how can I just image them, plug them in and centrally configure what runs on them with no more sd card or Mac detection shenanigans when I change their job.

I’ll be giving this a try!

Loading parent story...

Loading comment...

Loading parent story...

Loading comment...

jackweirdy commented on Take a look at Traefik, even if you don't use containers   j6b72.de/article/why-you-... · Posted by u/q2loyp
rglullis · 2 years ago
For authentication, I had good luck with authentik as forward proxy.

The one thing that bothers me with traefik is that their implementation of ACME does not work if you have some sort of DNS load balancing. I had one setup with three servers responding to the same domain. It seems the first request )to start the ACME dance) would go to one server, and if the second one (with the .well-known address) is sent to a different one, it will just return a 404 and fail the whole thing. Now I either have * to delegate the certificate management to the service itself or add Caddy as a secondary proxy just to get certificate from it.

* Of course, someone smarter than me will point me to a better solution and I will be forever grateful.

jackweirdy · 2 years ago
If I am not misunderstanding (sorry if I am) it sounds like you use the http challenge where your cert provider tries to GET your challenge file — if so, could the DNS challenge be better suited? There, you put the challenge in a TXT record value

u/jackweirdy

KarmaCake day2954August 29, 2013
About
¯\_(ツ)_/¯
View Original