Viewing profile — glennsl
glennsl
HN member- Joined
- Sun, Apr 03, 2011, 1:30 PM UTC
- HN karma
- 133
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About glennsl
No profile information was provided.
Recent public activity
-
comment
Comment #32965889
See the reply to parent. For a hobby project I think it's an interesting experience to try. Especially if you also intend to write a back-end in Rust. But for production use, and p…
-
comment
Comment #32965809
It's not easy to separate WASM specifically from Rust, and also hard to separate Rust from seed-rs, the UI framework we're using. But as far as problems with all of them together, …
-
comment
Comment #32960359
Building an agtech platform (with quite a few other people, including a designer and data scientist, but I'm currently the sole developer, and for the most part it was built by a s…
-
comment
Comment #15578010
What are we supposed to be competing for? Reason is a tool that makes different trade-offs than some other tools. These trade-offs might work for you or they might not. It all depe…
-
comment
Comment #15577989
Unfortunately not. It's an inseparable part of the Reason syntax. You can however use either the desugared form: ([@JSX] div(~foo=bar, ~children=[child1, child2], ())); Or a prepro…
-
comment
Comment #15577965
I think what @chenglou was referring to are issues like the "value restriction" [1] and the need to wrap "uncurried" FFI functions with a function that "adapts" it to curried form,…
-
comment
Comment #15573961
There's an unofficial in-progress comparison here: https://github.com/glennsl/reasonml.github.io/blob/124268155...
-
comment
Comment #14771156
Non-AMP link: https://www.theverge.com/2017/7/14/15969674/slime-eels-hagfi...
-
comment
Comment #12926073
Good to see bors[0] getting some well deserved credit. That guy's a beast! [0] https://github.com/bors
-
comment
Comment #12884232
Great, that's actually useful information. But you could have safely skipped the "first!" comment. Being first does not make you any more superior in the front-end world than it do…
-
comment
Comment #12884048
Please stop the fanboyism. OP did not say there was anything wrong with Vue, but asked if there was any specific reason it was chosen, and suggested they try something that comes w…
-
comment
Comment #12862478
He does suggest a solution, it's just not an easy one. But it is simple: Organize and get shit done. He often uses the womens liberation movement, civil rights movement and anti-vi…
-
comment
Comment #12373525
Also used for effect in the 1969 greek-french-algerian political thriler "Z"[0]: "Any resemblance to real events, or to people, alive or dead, is no coincidence. It is INTENTIONAL.…
-
comment
Comment #12168118
But even then the protocol is hidden, so still not the full website address. Much better though. Thanks for the tip!
-
comment
Comment #12146868
Don't you think the owner of this deserted island with enough resources to live on might at some point object to you being there and force you off his land? There is no living outs…
-
comment
Comment #11594043
> Socialism (the real deal, not capitalist welfare states) does not work. Nationalizing industries does not work. Price controls do not work. Central planning does not work. The mo…
-
comment
Comment #11455926
> If someone creates a ML variant with a day-to-day experience as clarified as Go then I will gladly jump on board. I think Kotlin and (eventually) Swift comes very close, but both…
-
comment
Comment #11455794
Sure. I think it's more prevalent among Go zealots, probably because so many were lured into it by the inital hype, but it's not at all Go-specific. Another example is the hype and…
-
comment
Comment #11455272
I don't dislike Go. I just think there are zero use cases where Go is the best choice. But what I do dislike is when people try to hype and con others into adopting a language to j…
-
comment
Comment #11421490
> C and dynamic languages are used in important applications and being better than them for the same tasks does seem to be a design goal of go C is essentially popular because it's…
-
comment
Comment #11421333
What if you can't understand the logic of the compiler, and therefore aren't able to write any code in the language at all? Sure it's not very error-prone, but it's also not very u…
-
comment
Comment #11418360
Compare a hammer and nails to a nailgun with various safety mechanisms. Which one do you think is easier to understand, and which is more prone to sore fingers?
-
comment
Comment #11418166
I'm not the parent, but my impression is that Go is productive more in the sense of quantity than quality. It is easy to pick up, understand and use. But it is also very error pron…
-
comment
Comment #10951245
1. Rust was designed for low-level systems programming, and in particular the multi-threaded kind, where performance and memory control are important. So things like web browsers (…
-
comment
Comment #10919207
Spoof the referrer header, so as to pretend you were sent by Google. I use the "Referrer Control" extension for Chrome (which probably isn't an option for you, but I'm sure there a…