Viewing profile — georgecalm
georgecalm
HN member- Joined
- Fri, Sep 24, 2010, 4:43 PM UTC
- HN karma
- 882
- Public activity
- 150 items
- HN profile
- View on Hacker News ↗
About georgecalm
No profile information was provided.
Recent public activity
-
comment
Comment #47599248
Is there any evidence for the codebase having no tests? I wouldn’t expect those to come through in the source map.
-
comment
Comment #47586912
Intersected available info on the web with the source for this list of new features: UNRELEASED PRODUCTS & MODES 1. KAIROS -- Persistent autonomous assistant mode driven by periodi…
- story
-
comment
Comment #47115558
> This is the most expensive failure mode with AI-assisted coding, and it’s not wrong syntax or bad logic. It’s implementations that work in isolation but break the surrounding sys…
- story
-
comment
Comment #39051602
There's a great video from "Technology Connections" covering one-pedal driving here [1]. The gist of it is that one-pedal breaking doesn't have a great way to control the break lig…
-
comment
Comment #29713103
Thank you for putting the list together! If I may make a suggestion, what you wrote above would be an excellent first paragraph in the readme, as it explains the intent well and th…
- story
-
comment
Comment #25011938
If you'd like to use something like this in your own APIs to let your clients filter requests or on the CLI (as is the intention with gron), consider giving "json-mask" a try (you'…
- story
- story
-
comment
Comment #23882565
Yesterday’s thread on the RC release: https://news.ycombinator.com/item?id=23875541
-
comment
Comment #23876534
> Where should I start in a migration? > Start by running the migration helper on a current project. We’ve carefully minified and compressed a senior Vue dev into a simple command …
- story
- story
-
comment
Comment #19641857
I think the difference is that the browser already contains the shadow dom needed to render the video tag. But for a custom tag it would need to fetch, parse and execute your compo…
-
comment
Comment #19597107
I’m excited about this. There’s usually a ton unnecessary CPU usage with the current techniques, not to mention the human time waste of re-implementing them in JS. There’s feature …
-
comment
Comment #19590979
Great news for PWAs buried in the release notes: “Updated the behavior of websites saved to the home screen on iOS to pause in the background instead of relaunching each time.”
- story
- story
-
comment
Comment #18897519
> What is a Toshi? > Toshi is a three year old Shiba Inu. He is a very good boy and is the official mascot of this project. Toshi personally reviews all code before it is commited …
-
comment
Comment #18854885
There are two requirements that I personally don’t feel very comfortable with: the first one is uploading a picture of my ID (How is it stored / backed up. Who has access: third pa…
-
comment
Comment #18831997
- nuxt (or next if you prefer react) - tailwind (atomic css) - node - express - passport (Use cookie based auth keeping the session in your storage. I wouldn’t waste time on JWT. T…
-
comment
Comment #18485820
No surprises here this year: es6 & typescript, react & vue. I think I’d put redux and graphql in different categories as they’re not mutually exclusive. Nevertheless, I’m happy to …
-
comment
Comment #18475349
Structured design by W.P. Stevens, G.J. Myers, and L.L. Constantine