HackerTrans
TopNewTrendsCommentsPastAskShowJobs

chanind

no profile record

Submissions

Steering Vectors

github.com
2 points·by chanind·2 ปีที่แล้ว·0 comments

Academics: You're Doing Open Source Wrong

chanind.github.io
4 points·by chanind·3 ปีที่แล้ว·0 comments

Uppercasing a string can change its length

stackoverflow.com
2 points·by chanind·3 ปีที่แล้ว·0 comments

[untitled]

1 points·by chanind·3 ปีที่แล้ว·0 comments

Remote working, bargaining power and productivity

bankunderground.co.uk
2 points·by chanind·4 ปีที่แล้ว·0 comments

Python Requirements Guesser

github.com
1 points·by chanind·4 ปีที่แล้ว·0 comments

Self-Optimizing A/B Tests

chanind.github.io
62 points·by chanind·5 ปีที่แล้ว·7 comments

Government announces three-year plan to tame China’s algorithms

supchina.com
1 points·by chanind·5 ปีที่แล้ว·0 comments

Cloud Run quietly swaps HOME env var in Docker

chanind.github.io
73 points·by chanind·5 ปีที่แล้ว·31 comments

comments

chanind
·3 ปีที่แล้ว·discuss
The robot needs a speaker so it can yell "Parkour!" during each jump
chanind
·3 ปีที่แล้ว·discuss
The reverse is true as well. I traveled in India with a friend from China who used their Chinese sim card in India, and their data was censored through the firewall. Really annoying to be outside China and not able to use Google maps.
chanind
·3 ปีที่แล้ว·discuss
Railscasts taught me so much when I was first learning web development right out of university. I used to watch Railscasts episodes religiously when they came out. I don't know if I would have grown as much as a developer without being exposed to the whole ecosystem of tools and techniques that Railscasts presented - I'd often discover libraries existed that solved problems I would never have known to seek out otherwise. Thank you for the time and effort over the years producing the episodes @rbates! Looking forward to hearing the full story in the next installments!
chanind
·5 ปีที่แล้ว·discuss
Thanks for pointing this out! I update the post to note that this is a Multi-Armed Bandit problem, and linked to this comment in the updates section.
chanind
·5 ปีที่แล้ว·discuss
I updated the post to note Thompson Sampling and added a note about using only recent data as a potential improvement and linked to this comment. Thanks for this note!
chanind
·5 ปีที่แล้ว·discuss
Thanks for pointing this out! I updated the post to note that this only works well if the conversion rate stays constant, and linked to this comment.
chanind
·5 ปีที่แล้ว·discuss
Can confirm, using a non-root user also solves the issue (which I should have been doing anyway). It guess Cloud Run assumes $HOME is set to /home/something and since root uses /root it gets confused?
chanind
·5 ปีที่แล้ว·discuss
True! That would have also been a smart move