Viewing profile — metaltyphoon
metaltyphoon
HN member- Joined
- Wed, Jan 06, 2021, 3:32 AM UTC
- HN karma
- 828
- Public activity
- 678 items
- HN profile
- View on Hacker News ↗
About metaltyphoon
No profile information was provided.
Recent public activity
-
comment
Comment #49131268
I think when people mention generics, they don’t mean builtins from the language but a language construct for generics.
-
comment
Comment #49131253
C# was meant to have generics in day one, but it didn’t make the cut and it was introduced on the next version (2.0)
-
comment
Comment #49044628
Mark? AwareDigital 2013?
-
comment
Comment #49001668
Funny enough, in their both latest versions. C# AOT has a smaller runtime than Go one
-
comment
Comment #49001652
> since any use of external imports is prefixed by the package name. And this is also one of its biggest problem, any package can take a good valid variable name that can’t be used…
-
comment
Comment #48867552
This must be an online thing. In 15+ years of career I haven't yet heard "real software engineer...". If you get your work done no one cares how the hell you accomplish it
-
comment
Comment #48840789
> Rust is (mostly) safer and more succinct than Zig while being dramatically less ergonomic This is just your opinion.
-
comment
Comment #48710277
> Tokenmaxxing was never a thing to begin with. Anecdote, I thought so too until the company I work just instated this where you have spend from 35-60K within 6 months. Insanity
-
comment
Comment #48679595
The M5 air is much faster than M1 Pro (I have the same setup as OP)
-
comment
Comment #48640071
I guess I should have been more specific. I'm not a fan of fields all being public
-
comment
Comment #48633706
For me, anytype and the everything is public
-
comment
Comment #48620393
> Do you want to iterate using for loop or using .iter().step(2).map()? I don’t think it matters, specially for sort sized loop scopes
-
comment
Comment #48550297
The grass is not always greener. I would change the Service Fabric crap I have to deal with any day to K8s.
-
comment
Comment #48475429
> wsl2 (and this apple thing) is just a meme. if you're working in it, you're better of just installing Linux or ssh'ing to a server. Many enterprises allow windows only so your wa…
-
comment
Comment #48336630
For me it’s string handling, no private, unused variable is compilation error, and having to implement interfaces myself.
-
comment
Comment #48336482
Go changed something, not sure if 20 or 21, where it will download the Go compiler of all your third-party which don’t match yours. It slows things down.
-
comment
Comment #48322339
Don't let perfect be the enemy of good enough. This is much better, IMO, than what many other languages do, including Go's modulename/v2 style.
-
comment
Comment #48317497
> std::range should stay where it is, and the new one be introduced as std::range/v2 Isn’t this what editions are for?
-
comment
Comment #48302134
Except Zig is not 1.0
-
comment
Comment #48256867
> C++ codebases Now this one sounds almost unbelievable :). I’ve yet to see 3 or more C++ codebases using the same language feature set.
-
comment
Comment #48250345
> Productivity. You generate the skeleton of the code with Codex/Claude Code/et. al. and refactor it manually. This doesn’t mean much if you are using a terminal editor.
-
comment
Comment #48223358
> "Working my ass off as an IC who can't move up the gradient" -> "Principal Investigator, CEO, CTO, CMO, CRO of a 10-person team, captain of creation, actual Iron Man." * Are you …
-
comment
Comment #48222837
Thinking -> Pay something else (AI) to "think" for you
-
comment
Comment #48222805
Society is just 3 meals away from going that route
-
comment
Comment #48115216
+1. The idea of making tiling + floating a first class citizen was the best decision they made.