HN user

johndcook

5,946 karma

https://www.johndcook.com/blog/expert-hipaa-deidentification/

Posts295
Comments93
View on HN
urbitsystems.tech 9mo ago

A Documentary History of the Nock Combinator Calculus

johndcook
2pts0
www.wmbriggs.com 1y ago

Do flu shots increase your risk of getting the flu?

johndcook
2pts0
twitter.com 1y ago

Why US Navy ships are rusty

johndcook
1pts0
twitter.com 1y ago

Collection of NYT headlines about life on Mars

johndcook
3pts0
divisbyzero.com 1y ago

Making the Mandelbrot Set with Excel

johndcook
8pts0
statmodeling.stat.columbia.edu 1y ago

Prediction markets need dumb money as well as smart money

johndcook
2pts1
barsoom.substack.com 1y ago

A one-kilometre Monster Telescope

johndcook
3pts0
karpathy.ai 1y ago

I Love Calculator

johndcook
2pts0
terrytao.wordpress.com 1y ago

A tour of the equational theories project

johndcook
4pts0
www.eff.org 1y ago

A deep dive into corporate surveillance technology

johndcook
3pts0
sometimesgibbs.com 1y ago

Stuck at the Mall of America for Days on End

johndcook
1pts2
becomingnoble.substack.com 2y ago

Why Dune II Fails

johndcook
4pts0
statmodeling.stat.columbia.edu 2y ago

Abraham Lincoln and Confidence Intervals

johndcook
1pts0
podcast.firewallsdontstopdragons.com 2y ago

Car Privacy Is Horrid

johndcook
2pts0
twitter.com 3y ago

AI Generated Propaganda

johndcook
123pts110
www.namingthings.co 3y ago

New Book on Naming Things

johndcook
2pts0
slate.com 3y ago

Secret Patents

johndcook
2pts0
github.com 3y ago

Simple Standard Event Logging

johndcook
1pts0
statmodeling.stat.columbia.edu 3y ago

Fields where it matters, fields where you can thrive on BS alone, and in between

johndcook
93pts121
destevez.net 3y ago

Decoding the Artemis I Orion vehicle

johndcook
2pts0
twitter.com 3y ago

Have your computer make a sound every time it sends Google data

johndcook
9pts1
buttondown.email 4y ago

Six programming languages I’d like to see

johndcook
481pts441
www.reuters.com 4y ago

FDA to approve redesigned Covid boosters without requiring data

johndcook
22pts5
americancompass.org 4y ago

With all due respect to the experts

johndcook
2pts1
www.thespacereview.com 4y ago

Just another Apollo? Part two (2005)

johndcook
125pts118
mathmutation.blogspot.com 4y ago

Alan Turing using math to repair his bike

johndcook
112pts61
return.life 4y ago

Escaping the Botnet: A Practical Guide

johndcook
4pts0
protesilaos.com 4y ago

Specialization, moderation, and difficult life choices

johndcook
1pts0
blog.plover.com 4y ago

Bad but interesting mathematical notation idea

johndcook
157pts65
www.thelancet.com 4y ago

Lowering sodium intake doesn’t help heart patients

johndcook
251pts110

I believe the SVG file has a transparent background, but the img tag has style="background-color:white". Some browsers honor the background-color setting and show a white background behind the equations, even in dark mode. Some do not, and so the equations appear as black-on-black.

It would be better if I altered the SVG image itself to set the background color, but I don't know how to do that. Suggestions are welcome.

The title doesn’t give a hint of what the problem is or why it’s annoying, but it’s an interesting problem: how efficiently can you determine whether two finite groups are isomorphic. It’s annoying because it seems it should be easier than it is, given that you have so much structure to work with.

Agreed. Say he introduced 100 bits of notation, 3 good and 97 bad. The net result is that the world absorbed 3 good ideas, and the rest have vanished from memory. Not a bad track record. I hope to give the world three good ideas.

Besides notation, APL introduced some ideas about vector computing that have been adopted in languages like R and Python (NumPy).

I thought there was a difference between a C and C++ implementation, but it was an error on my part. When I fixed the bug, I changed the post title. But the post hit HN while I was in the process of fixing it.

Here's an example. It's not mentioned in the OP, but in a link in the OP. Microsoft's LINQ was designed using principles from category theory. They didn't use category terminology in the final product, and rightfully so.

Not everything that has happened once can have its own code. There must be things that happen more frequently that don't have their own code.

Posits are a hardware-friendly implementation of unums, a sort of halfway house on the road to Gusafson's full vision of unums. Posits have a fixed size and are meant to be a drop-in replacement for IEEE floats. They can and are being implemented in hardware.

Unums are more ambitious. They would have variable lengths, so implementing them would require more changes than just changing the way a fixed-length set of bits is interpreted.

True, but the article doesn't mention a more accurate theory. It implies that the rule works better than we have theoretical reasons to expect. (But as I commented above, the article contradicts itself to some degree.)

The Wikipedia article is contradictory. As you quoted, it says that the law works well in simulation and in observation, and yet it's just a coincidence. Of course it's not exact, but it looks like a very good first approximation.

Distance to Mars 11 years ago

The results in the blog post wouldn't do to launch a probe, but they do give you a good idea of how the distance varies over time. It's a little surprising that such a simple calculation works as well as it does. More accurate calculations would be interesting, much more complicated.