Viewing profile — ryanto
ryanto
HN member- Joined
- Thu, Mar 11, 2010, 8:07 PM UTC
- HN karma
- 205
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About ryanto
Recent public activity
-
comment
Comment #49116090
- for 6 and 9 handed, yes they can solve any 2 player scenario you give it. you solve to some expected loss (like 1%), so it's not a perfect solve. you can solve lower, but it take…
-
comment
Comment #49115923
Wow, this is amazing, great read too. I have a few "test spots" I like to use with solvers and yours nailed them. >A more modern approach instead “re-solves” each spot to a limited…
-
comment
Comment #49096326
oh i'm not worried about it. they have been so generous with the resets these last few weeks.
-
comment
Comment #49096315
you should give openai a try. ive been really happy with them these last few weeks
-
comment
Comment #49093478
Hey looks cool. I tried to run this on a small oss library and here's what happened: $ codex-security scan . [00:00] Preparing scan [00:00] Authentication: stored Codex credentials…
-
comment
Comment #46365606
Incus uses LXC containers under the hood, which is better for development since the containers are made for running systems/os. Docker is best for running applications, but not tha…
-
comment
Comment #46360846
I run incus os, which is an operating system that is made for spinning up containers and VMs. Whenever I have to work on a JS project I launch a new container for development and t…
-
comment
Comment #46306614
Sorry to hear you got hacked. I know we aren't supposed to rely on containers as a security boundary, but it sure is great hearing stories like this where the hack doesn't escape t…
-
comment
Comment #45041827
You can use pnpm, which forces you to approve the install scripts you want to run.
-
comment
Comment #33897418
Looks awesome. Gotta say, the built in testing, websockets, and file system router are exciting to see. Is anyone using bun in production? Would love to hear your experience.
-
comment
Comment #33050260
I've been a long time Cypress user, but recently have been feeling those pain points you mentioned, the half-async-half-sync APIs are driving me mad :) Im interested in Playwright,…
-
comment
Comment #31340148
This is so cool! From the blog post it says read-only replicas are created close to users and kept up to date with the latest data. - How should I think about this in terms of CAP?…
-
comment
Comment #30617078
Great article! I will say I've found that using prettier makes nested ternaries much more readable. I couldn't imagine using them without prettier, but since every app I work on th…
-
comment
Comment #24909230
yes, next will prerender everything. you should give it a try.
-
comment
Comment #18085252
I think for css classes like ".profile-card" this approach makes a lot of sense. Tailwind has @apply, which is a great way to turn these utility classes into named css classes. How…
-
comment
Comment #17108849
There's a lot of problems that slackbots can solve, but asking people what type of slackbot they would pay $10 a month for is not probably not going to generate a lot of viable bus…
-
comment
Comment #16200922
> the amount your company pays you is primarily determined by how much they would have to pay someone else to do the same job. This is true, but the thing you're missing is that th…
- story
-
comment
Comment #12865432
While the decision can be made by one person, I'm not sure this is true. There is a big switching cost for most team tools. * There's going to be a lot of discussion and consensus …
-
comment
Comment #12129010
It depends on the type of work you do. If you are putting together a handful of pages and only plan on spending a few hours writing CSS then probably no need for preprocessor. On t…
-
comment
Comment #11872676
Neat. I've always wondered if Uber's ride sharing had a weak moat. As a consumer there's little difference for me between taking an Uber, Lyft, or something else. This makes it eas…
-
comment
Comment #11742811
As others have said it's very strange at first. My co-worker introduced it to me a little over a month ago and I remember thinking "how is this maintainable?". After a few hours it…
-
comment
Comment #10709129
I've found the best way to know if I'm going to work well with someone is to have previously worked with them before. Look for people you've enjoyed working with, be it a co-worker…
-
comment
Comment #10653986
Yes, all styles of programming have patterns because patterns are something humans are good at. If you want to learn more about functional programming I would recommend reading the…
-
comment
Comment #10619528
Here are a few suggestions. * List open source on your resume. * During interviews talk about your open source accomplishments. Use open source as a way to show you have experience…