Viewing profile — drabinowitz
drabinowitz
HN member- Joined
- Fri, Jan 16, 2015, 10:01 PM UTC
- HN karma
- 138
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About drabinowitz
No profile information was provided.
Recent public activity
-
comment
Comment #47375645
I’ve been using Claude and https://sprites.dev/ to build bespoke learning exercises for my kids. It’s been remarkably easy to put together games and practice problems with very lit…
- story
-
comment
Comment #37554388
Yeah if I have multiple terraform projects in one repo it would be helpful to have a UI show deployments for each project with a list of rollouts so I can see which one I want to g…
-
comment
Comment #37551138
I was really hoping this would come with rollback support for deployments. That, to me, would be the big advantage of having gcp manage the tfstate. It doesn’t look like that’s cur…
-
comment
Comment #21537959
You can include a locked_at field and have your update query be for not_started rows and started rows where locked_at is older than the job timeout
-
comment
Comment #20976761
That's an interesting dataset and it aligns with my gut reaction: TDD (and testing in general) are ideal for bug fixes and code refactoring, which would be less useful when the sof…
-
comment
Comment #20701021
I've been considering building a pwa and using a webview as a pseudo native app I know iOS support isn't great but it seems to be improving and iOS push notifications could be buil…
-
comment
Comment #18977515
Type guards also allow you to use Array.prototype.filter to modify the type of an array ie const maybePets: Array = [...] const pets: Array = maybePets.filter((v: Pet | undefined):…
-
comment
Comment #18672278
Ah that's fair about flaw #7
-
comment
Comment #18671885
I wonder if it would makes sense to enforce hooks being called through a top level React function. To make some of the ordering more explicit function MyReactComponent() { const [ …
-
comment
Comment #9022911
This is a really cool implementation! I'm wondering if it wouldn't be possible to handle optimistic updates by submitting a request to the server and then submitting an optimistic …
-
comment
Comment #8931087
Thanks so much for letting us know we will take a look first chance we get.
-
comment
Comment #8931002
Currently we have been focusing on a purely client side implementation, that being said our features are largely built to extend React and Flux and that should put us in a strong p…
-
comment
Comment #8930947
Yeah I apologize for that we are still working on a mobile friendly version of the site.
- story