Viewing profile — super_flanker
super_flanker
HN member- Joined
- Tue, Jun 08, 2021, 11:22 PM UTC
- HN karma
- 110
- Public activity
- 87 items
- HN profile
- View on Hacker News ↗
About super_flanker
No profile information was provided.
Recent public activity
-
comment
Comment #49264431
> long before LLMs I thought this thread was about an ideal language for LLMs, no?
-
comment
Comment #49264308
Why would you think so? Rust provide better type system and abstraction mechanisms compared to Go, hence equivalent system should have less lines of code, at least in from my exper…
-
comment
Comment #47003789
This must be a sarcasm, right?
-
comment
Comment #46608998
> I was referring to mandate to use it at big companies. I've worked in almost all of big tech, and these companies don't create mandate just because "Trust me bro" or to gain some…
-
comment
Comment #46030834
> It might be counterintuitive, but garbage collectors in multithreaded code can be very efficient. What has garbage collector to do with multithreaded code? Once you have two or m…
-
comment
Comment #45942019
No, you don't. All you need is to create a folder `bin` and any file with `main` fn in it will create a binary.
-
comment
Comment #45931983
And tell me how that pointer semantics would do * a very strict type checking * Pattern matching * Algeberic data type Plenty of people don't write Rust for additional memory safet…
-
comment
Comment #45931830
This, from my limited experience working on AOSP at Google, only the newer code were being written in Rust, not the existing code. But that was 2 years ago.
-
comment
Comment #45826187
I agree with simplicity and ease of learning Go. > 3 years working with I might have had at most 3 times nil pointer crashes in prod I've been running a rust app for my personal tr…
-
comment
Comment #45268178
> Their goal is by end of year. It's like what 6-7 years since the goal was "end of the year".
-
comment
Comment #45058679
What exactly? I work at Instagram.
-
comment
Comment #44945757
Gotcha, yeah you got me there with so many `&`. Good one.
-
comment
Comment #44943980
It indeed doesn't look elegant, however I've never in my experience seen a usage like this. Do you have any reference where you might have seen this kind of usage.
-
comment
Comment #41774037
What's wrong with using 3rd party library? Can golang stop you from using a channel when it's consumed/closed?
-
comment
Comment #41768011
Just curious, which programming language allows preventing shared mutable state for out-of-process data?
-
comment
Comment #41344467
No, let me try to explain differently. If `compact_str` was not used, then your normal `String` would take 24 bytes of stack space (regardless of the string size) + heap space. Wha…
-
comment
Comment #41248021
> Is there a good argument for actually using Rust for such things? Can't speak for the author, but I'd choose Rust over Go/Java/Python for such projects for following reason: * Ru…
-
comment
Comment #41022571
Reference Counting is a type of GC.
-
comment
Comment #39649790
Reference counting is a garbage collection strategy, otherwise python too would be non-gc language (cpython).
-
comment
Comment #38313714
How's your experience with Leptos so far? I gave it a try over a weekend for my pet project, felt that it's not ready for prime time yet, so decided to go ahead with Dioxus (which …
-
comment
Comment #37538398
Could you please tell a bit more about your project, I'm very curious.
-
comment
Comment #37275467
> You won't get in any trouble as a tourist or business person 99% of the time. So there is 1% chance; and why would I take even 1% chance of getting into troubled country?
-
comment
Comment #36871060
Looks very impressive, I've been tinkering with this idea to have a Kotlin type of language which transpiles to Go, but didn't go past writing a parser. Kudos for working on it, I …
-
comment
Comment #36819252
I have used Go for my day job, I'd say you can get the job done in Go. But the resulting code won't be as elegant as you could do in Rust. I'd chose Rust just because how good the …
-
comment
Comment #36795435
[flagged]