Viewing profile — jsnelgro
jsnelgro
HN member- Joined
- Fri, Jan 22, 2016, 4:20 PM UTC
- HN karma
- 23
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About jsnelgro
No profile information was provided.
Recent public activity
-
comment
Comment #44166103
I feel like this is a great practical example showcasing the value of static types and designing your data model up front. If you know the structure of the object, you can put in p…
-
comment
Comment #43166866
I wrote an apple shortcut last year that notifies me with a random item from my todo list after five minutes of having an "addicting" app open. It sort of helps to jog me out of mi…
-
comment
Comment #41834712
It kinda makes me sad. I hope we don't enter an era of stagnation because LLMs only understand our current tech. There are so many brilliant ideas that mainstream languages haven't…
-
comment
Comment #40714538
Htmx + Kotlin with ktor and the html dsl was really fun to play with on a personal project. Static typing, autocomplete and a full-fledged programming language available to use in …
-
comment
Comment #39771310
Interesting, I don't develop for Android so I don't know the details in this space. Surprising to learn that the Android OS layer is 100% Java. In terms of a platform, I was more r…
-
comment
Comment #39768990
Android?
-
comment
Comment #39768978
The downvotes are unfortunate. To clarify I wasn't trying to start a flame war. I was hoping someone would answer with concrete technical tradeoffs and comparisons e.g. compile tim…
-
comment
Comment #39760461
Why would I use Java 22 over Kotlin?
-
comment
Comment #39608334
I spent a night going down a rabbit hole with observable framework and it was terrific! It more or less just got out of the way and I was able to visualize and explore my google ma…
-
comment
Comment #39552867
It all seems too good to be true but your comment helped me develop a mental model for how this could work. The most inspiring aspect to me here is just realizing how much potentia…
-
comment
Comment #35268102
I work on matching at Indeed. Not sure when the last time you used Indeed was, but over the past year or so we've made huge strides in our match quality. And we've recently began e…
-
comment
Comment #35035701
I think this technique would be revolutionary for CAD or 3D modeling software. It always feels clunky trying to click, drag, orbit, fly, etc your way around a viewport, when all yo…
-
comment
Comment #34839824
I was recently playing around with a similar approach using Alpine.js and it was really fun just hacking on an html file. Didn't know about importmap, but I'm excited to try it out…
-
comment
Comment #34457354
Kotlin uses "it" as the name of the implicit arg in lambdas. Makes things very readable imo: ``` listOf(1, 3, 5).map { it * 100 } ```
-
comment
Comment #33918380
I had a very similar experience except it was a 1st gen MS surface book packaged in a 2nd box. They look nearly identical. Spent months getting gaslighted by Amazon support. My cow…
-
comment
Comment #31900754
These suggestions hit the nail on the head. Additionally, the reviewer also becomes a better dev because they’re forced to really think about and articulate why they think the code…
-
comment
Comment #31844948
Is it just me or do the top comments seem super suspicious? They aren’t nearly as critical and level-headed as I’ve come to expect from hn. Skeptical of their authenticity.
-
comment
Comment #30229033
I just assume at this point that a new python script from a coworker won’t run without an hour of tinkering and yelling obscenities at my screen. Or resorting to running in docker,…
-
comment
Comment #30228838
This is a toxic comment that adds nothing to the conversation.
-
comment
Comment #29826975
I just gave this workflow a shot and it was great. Thanks for the tip! Do you use anything for committing more granular chunks of code? I'm just committing groups of files but afte…
-
comment
Comment #29103291
The syntax reminds me of kotlin’s html dsl a bit. I personally like languages with curly braces for scope because it plays nice with vim. You can quickly select everything in the c…
-
story
Calendar Filters?
I’m trying to improve my time management and I’ve identified calendar apps as a friction point. Does anyone know of a tool for filtering calendar events (maybe similar to Gmail fil…
-
comment
Comment #19102462
Also check out react-atom: https://github.com/derrickbeining/react-atom I stumbled across it earlier this week and it's a joy to use so far. The api is inspired by clojure atoms, a…
-
comment
Comment #14051913
A max for live device for evaluating a function and mapping the output to parameters in Ableton Live. I also wrote this accompanying blog post to give some usage examples: https://…
- story