Viewing profile — 7h3kk1d
7h3kk1d
HN member- Joined
- Tue, Jun 30, 2015, 3:25 PM UTC
- HN karma
- 40
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About 7h3kk1d
No profile information was provided.
Recent public activity
-
comment
Comment #44596659
Never in TypeScript is the equivalent of "bottom" where a value can never appear. The type holes in hazel are for incomplete types (during development) and work more like the any t…
-
comment
Comment #44501176
I don't think you do. The --in param on svg-term-cli worked for me locally.
-
comment
Comment #43582937
I'm quite sure my grandma could not. You can make the argument these people aren't intelligent but I think that's a contrived argument.
-
comment
Comment #43575157
There's sentient humans who can't beat the first generation pokemon games.
-
comment
Comment #42248390
I agree with regards to checked exceptions. Unfortunately Java doesn't support any form of polymorphism over thrown exceptions so it makes your code much harder to reuse. In langua…
-
comment
Comment #42248378
""Make illegal states unrepresentable" is way too expensive to implement." This has not been my experience. The speed increase in development not having to worry about the unrepres…
-
comment
Comment #42017232
I'm not sure I understand your point. Typed holes aren't trying to get rid of the concept of interfaces or well designed abstractions. Rather they aim to help deal with incomplete …
-
comment
Comment #42016954
If you put the cursor on it you'll see an error message at the bottom. In this case the case expression is inexhaustive because it's only handling lists of size 0, 1, and 2.
-
comment
Comment #42016944
You can play with it at https://hazel.org/build/dev/ but programs don't "crash" when they're incomplete so "1 + 5 + ?" will evaluate to "6 + ?" in the editor. So your program can e…
-
comment
Comment #42016909
Hazel will also run incomplete programs around holes. Most untyped languages will just crash as soon as something is incomplete.
-
comment
Comment #30433400
I think the above commenter is more critiquing the notion of relying on intuition all together.
-
comment
Comment #20626481
Do they have consumer app versions?
-
comment
Comment #20403451
Most are, but I have definitely worked on projects that weren't
-
comment
Comment #18570026
Possibly add a merge trees feature?
-
comment
Comment #16492575
I'd rather find a better long term fit quicker than have a pleasant process when looking.
-
comment
Comment #10222579
I think the point is to consciously acknowledge what you're doing needs a side effect. It's similar with mutable state. Both state and side effects are completely necessary but sho…