Viewing profile — cloogshicer
cloogshicer
HN member- Joined
- Sun, Feb 25, 2018, 9:51 PM UTC
- HN karma
- 2,245
- Public activity
- 547 items
- HN profile
- View on Hacker News ↗
About cloogshicer
No profile information was provided.
Recent public activity
-
comment
Comment #49159468
> For most UIs, it isn't Why? Genuinely asking, this topic is very interesting to me.
-
comment
Comment #49156762
Interesting, will check that out! My working thesis is that UIs are basically video games . Just a gut feeling I can't really 100% put in words. But essentially they're the same th…
-
comment
Comment #49148133
Thanks for those links! Some of it was great reading. What is your thesis then? What is UI?
-
story
Show HN: Organic cell simulation with infinite zoom (100k cells, raw WebGL)
Made this little cell simulation with an infinite zoom mechanic in raw WebGL. Renders up to 100k cells on my laptop (M1 MBA). It's a single HTML file, not minified, without depende…
-
comment
Comment #48656777
Native iOS is significantly worse than SwiftKey and doesn't support multiple languages without having to switch the keyboard constantly. In SwiftKey you can mix languages. I'd also…
-
comment
Comment #48518822
I think that's a false dichotomy. The examples the author gives would not be slower in any way if done correctly.
-
comment
Comment #48495775
This short video is the best response to what you wrote above: https://youtu.be/q_Rqvd1ayUE
-
comment
Comment #48301322
This attitude of "individual cases don't matter as long as the average case is somewhat covered" is exactly why the world's going to shit. The parent post's worry is warranted, IMO…
-
comment
Comment #48159021
What a reductive world view that is.
-
comment
Comment #47659161
Super cool, thanks for explaining! Is the code available somewhere?
-
comment
Comment #47658035
What an amazing article. I really like the presentation of text scrolling together with the code. Wonder how this is done under the hood.
-
comment
Comment #47529050
But you have to know all of them to read other people's code. To answer your question: I would immediately get rid of guard . Also, I think the complexity and interplay of structs,…
-
comment
Comment #47507935
Could this be used for creating video editing software? Imagine a Premiere plugin where you could say "remove all scenes containing cats" and it'll spit out an EDL (Edit Decision L…
-
comment
Comment #47375015
Genuine question, will this actually give you the latest solid local model? I would've thought no, because of the knowledge cutoff in whatever model you use to download it.
-
comment
Comment #46689111
I think this could be very useful even for regular old programming. We could treat the diffs to the code as the main source of truth (instead of the textual snapshot each diff crea…
-
comment
Comment #46352815
If you have a policy in place that forces engineers to wait for review before merging each PR, then yes, by definition they have less autonomy. It might still be worth the trade of…
-
comment
Comment #46350560
In the article, they specifically exclude juniors and people who are still being onboarded.
-
comment
Comment #46349797
The author never suggested to eliminate code reviews entirely. Just to give individuals more autonomy, which is great in my book.
-
comment
Comment #46289328
Your point of view is based on extreme reductionism.
-
comment
Comment #46198323
> I've had Claude Code write an entire unit/integration test suite in a few hours (300+ tests) I'd love to see someone do this, or a similar task, live on stream. I always feel lik…
-
comment
Comment #45933414
Thanks!
-
comment
Comment #45918284
Genuine question, if you already own an Index, why would you also get this? Wireless functionality, or something else?
-
comment
Comment #44771357
FYI, this crashes the tab in the latest iOS 18.5 Safari and Chrome.
-
comment
Comment #44676487
There is a major difference at the call site. try/catch has significantly more complex call sites because it affects control flow.
-
comment
Comment #44670660
Thank you all for your recommendations!