Opens profile photo
Follow
Click to Follow dxjones
dxjones
@dxjones
Computational Expert, Entrepreneur, Visual Neuroscientist, Algorithmic Artist
iPhone: 43.271637,-79.952461dxjones.comJoined January 2008

dxjones’s Tweets

Any business executive who uses Rewind on their laptop will soon be the target of a court ordered subpoena to recover “anything they’ve seen, said, or heard”. No more plausible deniability. No corporation can allow their executives to use this product.
Quote Tweet
Today we are launching Rewind: the search engine for your life rewind.ai It’s a macOS app that enables you to find anything you’ve seen, said, or heard. We’re also announcing that we’ve raised $10m at a $75m valuation led by Andreessen Horowitz. (1/23)
Show this thread
Image
1
“quietly excelling”
Quote Tweet
all this talk about “quiet quitting” but what’s it called when you are expected to work at the next level for over a year before being promoted to and compensated for said level? do we have a cute name for that yet?
Show this thread
1
Work life balance is great and all but even in my 40s I still want to sit at my computer all day and all night, at every opportunity I get, for weeks and months on end, writing code, finding vulns, and hacking.
46
717
Repeat after me: no encryption backdoors. None. Not to stop terrorism. Not to save the children. You can't protect the "golden key." This is going to end badly for everyone. Just stop.
109
10.2K
For those of us unfamiliar with that jargon, … how would you rewrite that code snippet?
Quote Tweet
Replying to @silverfighter @vitorf_7 and @gopherconuk
I prefer the use value semantic construction to a variable and be explicit with the ampersand on the variable when sharing. Lends itself to better readability with escape analysis. Construction in Go doesn’t tell you anything about allocation, how it’s shared does.
The x-axis is confusing, because the “generation time” for men and women is different.
Quote Tweet
Human Generation Times Across the Past 250,000 Years Generation time = the average age at reproduction For humans, it fluctuates between 25 and 30 years, with longer generation times for males than females – a pattern found in many other species. biorxiv.org/content/10.110
Image
n² + n + 41 is NOT prime for n = 40. 40² + 40 + 41 = 40(40+1) + (40+1) = (40+1)² n² + n + 41 is only prime for 0 <= n < 40
Quote Tweet
I like it when apparent "coincidences" are related. I just learned that the near-integer exp(π√163) is connected to a strange fact discovered by Euler: n² + n + 41 is prime for n = 0, 1, 2, ..., 40. The secret connection relies on this fact: (163+1)/4 = 41. (1/n)
Show this thread
Image
1