Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
glennsl
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
glennsl
4y ago
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 productivity in general, I don't think it's cl
2.
▲
by
glennsl
4y ago
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, here's the major ones: - Very slow compilatio
3.
▲
by
glennsl
4y ago
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 single developer). Backend: Rust, rocket, sqlx, postgres
4.
▲
by
glennsl
9y ago
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 depends on what YOU actually need.
5.
▲
by
glennsl
9y ago
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 preprocessor that'll give you a JSX-like syntax,
6.
▲
by
glennsl
9y ago
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, thereby adding a layer of ind
7.
▲
by
glennsl
9y ago
There's an unofficial in-progress comparison here: https://github.com/glennsl/reasonml.github.io/blob/124268155...
8.
▲
by
glennsl
9y ago
Non-AMP link: https://www.theverge.com/2017/7/14/15969674/slime-eels-hagfi...
9.
▲
by
glennsl
10y ago
Good to see bors[0] getting some well deserved credit. That guy's a beast! [0] https://github.com/bors
10.
▲
by
glennsl
10y ago
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 does in a youtube comment.
11.
▲
by
glennsl
10y ago
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 with good preconfigured defaults to avoid being overwhelmed b
12.
▲
by
glennsl
10y ago
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-vietnam-war movement as historical examples. There's
13.
▲
by
glennsl
10y ago
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." But this one actually is based on a tr
14.
▲
by
glennsl
10y ago
But even then the protocol is hidden, so still not the full website address. Much better though. Thanks for the tip!
15.
▲
by
glennsl
10y ago
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 outside of society, outside of private property and the rul
16.
▲
by
glennsl
10y ago
> 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 most skilled leader in the world couldn't make this pr
17.
▲
by
glennsl
10y ago
> 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 have compatibility as a high priority, which complicates
18.
▲
by
glennsl
10y ago
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 love-hate relationship people have with Javascrip
19.
▲
by
glennsl
10y ago
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 justify and increase the return on their own time invest
20.
▲
by
glennsl
10y ago
> 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 popular. And it therefore has a huge ecosystem, can
21.
▲
by
glennsl
10y ago
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 useful. I'm a big fan of Rust precis
22.
▲
by
glennsl
10y ago
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?
23.
▲
by
glennsl
10y ago
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 prone, because its type system is poorly suited for proper
24.
▲
by
glennsl
11y ago
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 (it's been developed alongside development of the Servo
25.
▲
by
glennsl
11y ago
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 are similar extensions for Firefox) with
26.
▲
by
glennsl
11y ago
> we need a way for engineers and scientists to feel accountable for the outcomes of their work, and to straight out refuse working on such projects This is one of the major reasons why I'm in favor of an unconditional basic income.
27.
▲
by
glennsl
11y ago
Yes, shitty jobs would actually pay well. That's hardly unfair is it? The labour market would become an actual free market, where prices are properly determined by supply and demand, not by "motivation for work", more aptly k
28.
▲
by
glennsl
11y ago
I've heard this argument several times before, but I've never understood the reasoning behind it. No matter how you look at it, a basic income is redistribution of wealth. If we finance a basic income by just printing money, then
29.
▲
by
glennsl
12y ago
link: https://air.mozilla.org/higgs-jit/
30.
▲
by
glennsl
12y ago
Happy to oblige. I will have to skip a lot of reasoning and contingencies for brevity's sake, but I hope it gives you an idea of what a basic income might actually mean at least. So first of all, a basic income would be a lot more tran
More ›