Viewing profile — melodyogonna
melodyogonna
HN member- Joined
- Tue, Aug 31, 2021, 2:48 PM UTC
- HN karma
- 697
- Public activity
- 367 items
- HN profile
- View on Hacker News ↗
About melodyogonna
No profile information was provided.
Recent public activity
-
comment
Comment #49272647
The point is that you can compile both old and new versions of C++ using the same compiler. Rust and Go also evolve like this
-
comment
Comment #49272454
Here is a presentation talking about the parallelization techniques, I skipped to the relevant part but the entire presentation is helpful in understanding how Mojo's compiler work…
-
comment
Comment #49271310
Well, LLVM itself is still single-threaded; they just designed Mojo's compiler in such a way that the code generation part can be parallelised, which is something you can do if you…
-
comment
Comment #49270338
They're an AI company
-
comment
Comment #49269625
The novelty is in parrelizing LLVM, which is traditionally a single-thread code generator.
-
comment
Comment #49266628
Mojo compiles with O2 by default, it is similar to Go here. Release build is the default, debug is something you opt into. It is still very fast nonetheless
-
comment
Comment #49266323
Mojo is much faster than Rust, but slower than Go. I don't have much experience with Zig. Mojo is designed to be very fast to compile, so many decisions were made to keep the core …
-
comment
Comment #49264835
My guess is that the compiler will be opened next week at Modcon. Honestly? I'm surprised Mojo 1.0 is being released now; I had thought it would be released at Modcon along with th…
-
comment
Comment #49262323
When I use AI with Go I give it this rule: Prefer standard Go libraries and tools. 80% of the time I can get by without external dependencies (outside of Go's X repository)
-
comment
Comment #49262288
Isn't Netflix a Java shop
-
comment
Comment #49261446
Hurray!
- story
-
comment
Comment #49252174
Very interesting. But GPU programming gets complicated when you start doing 3d computation on very large data, will be interesting to see how tensor abstraction is built on top of …
-
comment
Comment #49185533
Oh wow, that's a blow to Google, what's with the talent scarcity in ML. Though if this goes anywhere Google will likely buy them back.
-
comment
Comment #49174020
Is there a particular reason why they're looking for Github stars?
-
comment
Comment #49153124
Linear types requires significant work to incorporate into the core built-in collections and types. I've been following the work on Mojo to enable Linear type support for built-in …
-
comment
Comment #49146503
To what? What would you use instead, things like this seem common place in languages made in the last decade.
-
comment
Comment #49144276
Many people find it complicated.
-
comment
Comment #49107460
They're using Go, Swift, and Zig: https://x.com/mitchellh/status/2082623830510710865?s=20
- story
-
comment
Comment #49094452
These AI companies needs to stop with all the doom and gloom.
-
comment
Comment #49067281
Django is nice, but I'm currently migrating a project from Django to Go because Django is too large. I would love to stay with it, but simply assimilating the docs has been a chore…
-
comment
Comment #49056151
Because I prefer Chrome.
-
comment
Comment #49052359
I did not know Theo had such influence on companies.
-
comment
Comment #49044366
Oh this seems very useful, I hope we'll get it on Chrome sometime. At the moment I have to use profiles to achieve the same thing