Live data from Hacker News

Viewing profile — metaltyphoon

metaltyphoon

HN member
Joined
Wed, Jan 06, 2021, 3:32 AM UTC
HN karma
828
Public activity
678 items

About metaltyphoon

No profile information was provided.

Recent public activity

  1. comment
    Comment #49131268

    I think when people mention generics, they don’t mean builtins from the language but a language construct for generics.

  2. 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)

  3. comment
    Comment #49044628

    Mark? AwareDigital 2013?

  4. comment
    Comment #49001668

    Funny enough, in their both latest versions. C# AOT has a smaller runtime than Go one

  5. 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…

  6. 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

  7. comment
    Comment #48840789

    > Rust is (mostly) safer and more succinct than Zig while being dramatically less ergonomic This is just your opinion.

  8. 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

  9. comment
    Comment #48679595

    The M5 air is much faster than M1 Pro (I have the same setup as OP)

  10. comment
    Comment #48640071

    I guess I should have been more specific. I'm not a fan of fields all being public

  11. comment
    Comment #48633706

    For me, anytype and the everything is public

  12. 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

  13. 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.

  14. 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…

  15. comment
    Comment #48336630

    For me it’s string handling, no private, unused variable is compilation error, and having to implement interfaces myself.

  16. 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.

  17. 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.

  18. 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?

  19. comment
    Comment #48302134

    Except Zig is not 1.0

  20. 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.

  21. 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.

  22. 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 …

  23. comment
    Comment #48222837

    Thinking -> Pay something else (AI) to "think" for you

  24. comment
    Comment #48222805

    Society is just 3 meals away from going that route

  25. comment
    Comment #48115216

    +1. The idea of making tiling + floating a first class citizen was the best decision they made.