Viewing profile — emoII
emoII
HN member- Joined
- Sun, Apr 25, 2021, 5:41 PM UTC
- HN karma
- 380
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About emoII
No profile information was provided.
Recent public activity
-
comment
Comment #49132660
I actually agree but what even is ”production grade”? More complexity and excessive fault handling? Nah, happy path coding ftw. Production grade software = collective understanding…
-
comment
Comment #48872934
Damn that’s pretty awesome, very intuitive for me that the angular relation between hour/minute hand is always preserved
-
comment
Comment #48078771
Well if knowing what to build is still the moat, then at least someone knowing that that was _actually_ built is still super important, no?
-
comment
Comment #47636635
Super interesting, I wonder if this research will cause them to actually change their llm, like turning down the ”desperation neurons” to stop Claude from creating implementations …
-
comment
Comment #47585701
Yes, as ClojureScript
-
comment
Comment #47454757
I think you can actually replace crypto with LLMs/Diffusion models in this sentence and it will still hold true
-
comment
Comment #47423153
It is if you just check the sources, heres the json: ``` [ { "name": "Nematode", "emoji": "", "pop": 5e19, "category": "Roundworm (Invertebrate)", "fact": "There are roughly 57 bil…
-
comment
Comment #46668671
Thanks, just went and bought it!
-
comment
Comment #46431960
Basically branch coverage but also all variations of the predicates, e.g. testing both true || true, and true || false
-
comment
Comment #46224214
Terraform is not an abstraction on top of multiple cloud providers, you work with aws, azure etc explicitly. It is , however, agnostic in the sense that you can provision aws, azur…
-
comment
Comment #46076526
Steps 2 & 3 expands to any installation method and version of java
-
comment
Comment #46076190
Never understood why you’d use sdkman for Java. I just do: 1. brew install openjdk@ 2. ln -s 3. /libexec/java_home -v Afaik, with some aliases in you *shrc it basically reimplement…
-
comment
Comment #45863482
I don’t understand how to work with the intermediate language in such a back-to-front approach, wouldn’t you need to know in advance what pass to implement next so that the input t…
-
comment
Comment #45626670
You're correct, that is lazy evaluation. The entire article talks about lazy evaluation without mentioning it, which was my point
-
comment
Comment #45626210
Interesting that this article makes no mention of eager vs lazy evaluation - isn’t a big reason that if, for etc has to be special forms in an eagerly evaluated language that their…
-
comment
Comment #45588364
AI responses and code generated by AI are literally the same thing
-
comment
Comment #45547296
This is a fun one I think: - Use dark mode - Go to wikipedia (or any white page) - Open the keyboard - Watch the keyboard start in light mode and then resize very weirdly within it…
-
comment
Comment #45524255
And I guess the smaller the cluster, the larger the bubble?
-
comment
Comment #45403686
It seems the link to the minesweeper paper is broken, anyone know the title/has an alternate link?
-
comment
Comment #45130707
Yeah my plan is definitely to move to zen in the long run, it's mostly migrating workspaces and so on that hold me back
-
comment
Comment #45129400
Damn, I really appreciate the decision to do this in a new product. Arc is the best browser I've ever used, and I'd hate to see AI features forced upon me. Thanks Browser Company!
-
comment
Comment #45129257
Where can I read about this? It still gets regular updates and is front and center on the browser company website
-
comment
Comment #45072681
Where can I find Jonathan Blows “Why can’t we even conceive of writing a new OS today” post? No luck when searching for it
-
comment
Comment #44854013
I bet the kubernetes project has test for that, why should I as an application developer care about testing something other than my own code?
-
comment
Comment #44031605
You do write tests, don’t you?