HN user

atuladhar

315 karma

www.amrittuladhar.com

Posts21
Comments70
View on HN
www.3blue1brown.com 2y ago

3blue1brown videos on Neural Networks (2017)

atuladhar
9pts0
news.ycombinator.com 6y ago

Ask HN: What is happening with BillionToOne's Covid testing plan?

atuladhar
1pts0
www.aphyr.com 11y ago

MongoDB Stale Reads

atuladhar
12pts2
www.aphyr.com 12y ago

Call me maybe: Redis redux

atuladhar
1pts0
vertxproject.wordpress.com 13y ago

Vert.x 2.0 is released

atuladhar
7pts0
www.cs.ucdavis.edu 13y ago

New licenses for the OCB authenticated-encryption scheme

atuladhar
2pts0
www.thisamericanlife.org 13y ago

This American Life:5 mths at Chicago school where 29 students were shot last yr

atuladhar
2pts1
shantirao.com 13y ago

How to get into grad school

atuladhar
2pts1
petitions.whitehouse.gov 13y ago

Petition to Get Rid of Petitions.WhiteHouse.Gov

atuladhar
57pts29
groups.crossroads.io 14y ago

ZeroMQ / Crossroads IO Threading model

atuladhar
2pts0
cmohan.tumblr.com 14y ago

The NoSQL hoopla … What is NonsenSQL about it?

atuladhar
1pts0
aphyr.github.com 14y ago

Riemann - A network monitoring system

atuladhar
1pts0
www.heroframework.com 14y ago

Hero PHP framework: Promising CMS

atuladhar
2pts0
ios.twitter.com 14y ago

Twitter + iOS

atuladhar
2pts0
sheddingbikes.com 15y ago

Mongrel2 v1.7 is out

atuladhar
7pts0
www.ex-parrot.com 15y ago

Upside down ternet

atuladhar
1pts0
yudkowsky.net 15y ago

Twelve virtues of rationality

atuladhar
2pts0
github.com 15y ago

The Big Boffin experiment

atuladhar
1pts0
blogs.skype.com 15y ago

Skype explains recent outage

atuladhar
4pts0
www.rawstory.com 15y ago

GOP to investigate "scientific fraud" of global warming

atuladhar
13pts5
begthequestion.info 15y ago

Beg the question

atuladhar
21pts17
Regex Crossword 2 years ago

I also solved it by hand many years ago but I think I never realized there was another layer to it! I was pretty proud of myself when I solved it so I’m pretty sure I kept my hand-written solution somewhere — will have to dig it up again!

What a strange take! Not an expert (or even a beginner) in this area by any means, but I definitely learned a lot, and I thought the author pretty clearly laid out why they think this probiotic may not be good for your body. Did we read the same blog post?

The Password Game 3 years ago

I have a similar problem -- the Google Maps country I got is China, and the C is already 100 -- how do multiply it "down" to 35? Can I do parenthetical math similar to what a sibling comment suggested?

Update: I found the answer in another comment -- I can make the c lowercase! Thank you HN!

Reminds of the Mitch Hedberg joke “I used to do drugs. I still do, but I used to too.”: “It appears to be a joke. It actually is a joke, but appears to be one too.”

Using dpaste is a great idea! But I just realized that I was reading the clues wrong -- I thought the gray tiles were the user's attempts, not clues that the game gave you as already correct. It does indeed look like a bug or it's using a very obscure word. Sorry!

I have a possible solution but I can't figure out how to post it here without spoiling it immediately. If you tell me it's OK, or if somebody tells me how to post text with a black background (so you have to select the text to see it), I'll post it.

Thanks! That would definitely be a way to do it. I was hinting at something similar by saying "unless you use a user script to make the field editable again". You could also run a bookmarklet that makes the input editable using JavaScript, and then using the password manager. But it's a pain in any case if you're using the site on a mobile device.

Somewhat unrelated, but hopefully this also means TreasuryDirect will get rid of its archaic graphical keyboard that disables the usage of password managers.

(Graphical keyboards are an old technique to try to defeat key loggers. A frequent side effect of a site using a graphical keyboard is that the developer has to make the password input field un-editable directly, which prevents password managers from working, unless you use a user script to make the field editable again.)

I'm pretty sure timwis and zinekeller in this thread (and detaro in the sibling thread) are all saying the same thing. Idempotency implies the request in question does not change the state, not that the state would not have changed because of other operations in the meantime. GET and QUERY are meant to be idempotent but whether they really are in practice depends on how they've been implemented.