Viewing profile — jontsai
jontsai
HN member- Joined
- Mon, Jul 18, 2011, 5:14 PM UTC
- HN karma
- 99
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About jontsai
https://jontsai.com
[ my public key: https://keybase.io/jontsai; my proof: https://keybase.io/jontsai/sigs/Fbmkr52lUw1ewsvuAmGIqOjKKqdpY6Rq-Je5uHT1VR8 ]
Recent public activity
-
comment
Comment #47699633
Oh, hi, fellow Bible geek!
-
comment
Comment #46996728
I've been running OpenClaw for 3 weeks and built this to manage it at scale. Currently running 5 masters + 10 satellites + 100+ cron jobs on Mac Studio M2 Ultra. Key features: real…
- story
-
comment
Comment #25530175
If the news sites want to display a different version of their sites via logged-out experience, that's one thing. If they are sending the full article HTML to your browser, allowin…
-
comment
Comment #25526168
I built a Google Chrome extension that removes the paywall from news websites. It currently handles nytimes.com, businessinsider.com. For reasons, I will probably not publishing th…
- story
- story
-
comment
Comment #5695012
Hey everyone, I'm the author of that post. Needless to say, I was wrong and ya'll were right. I made a follow-up entry in case anyone is interested: http://www.jontsai.com/security…
-
comment
Comment #3072813
This was simply too irresistible to not post.
- story
-
comment
Comment #3023357
tldr; I read through probably half of the comments and then skimmed the rest, so sorry if this was already mentioned: What if Netflix streaming service improves A LOT, and their mo…
-
comment
Comment #2986052
Thanks for that clarification, it makes more sense.
-
comment
Comment #2985348
Oh, one more thing to add: Google Apps is free for up to 10 users, so arguably, email and collaboration is even more important than the other infrastructure stuff. Paying for a lux…
-
comment
Comment #2985332
I'm building a new website, and I know that I definitely want to use Jenkins for CI. However, with all the infrastructure stuff that's needed for a software organization, having al…
-
comment
Comment #2985278
Sorry, in my previous comment I was talking about both the on-the-ground engineers and also the people running the companies at the top (e.g. Jack Ma). They will also have a lot of…
-
comment
Comment #2984792
I know I'm venturing a bit off topic, but... From what I've seen, 5 years is about the amount of time for major changes in trends to take place. A lot of companies can rise and fal…
-
comment
Comment #2984502
I would have couches and sleep/napping areas--a lot of them. I think the best and most essential things to quality of life are: air, water/food/drink, exercise, sleep. I find that …
-
comment
Comment #2984486
Don't know if it's really conquering, but here's a trend that I've seen: In the past, American products were regarded as the best and Made in USA meant quality. Next were Japanese …
-
comment
Comment #2984442
Ramit hits it right on the spot by being as specific as possible in your pitch and cater to a specific target audience and learn their language, and not trying to cater to everyone…
-
comment
Comment #2984436
+1 Monoprice is the best place to get cables of all sorts, IMO. And overnight shipping is only $4.95!
-
comment
Comment #2982798
Ohhh. I was thinking about it wrong. Probably obvious to others, but I forgot about the property that if you have primes p and q, any number n (evenly) divisible by p that is also …
-
comment
Comment #2982704
Coincidentally, I happened to quit Yahoo! a few weeks ago. From a former insider's perspective, I thought Carol Bartz did a decent job in cutting costs, making org changes, and run…
-
comment
Comment #2982291
Don't think you can do $i%15, still need to do that check separately. I like how you can leave out the closing ?>. you can also save 2 spaces by getting rid of whitespace between s…
-
comment
Comment #2982285
Heh, shortest I could do in Python after several hours was 62 for x in range(1,101):print'Fizz'*(x%3==0)+'Buzz'*(x%5==0)or x Off by 6 bytes!
-
comment
Comment #2982238
Really, is that hacking? That's more like someone chose a bad password or didn't practice good password policy.