Live data from Hacker News

Viewing profile — lowmagnet

lowmagnet

HN member
Joined
Tue, Feb 01, 2011, 9:30 PM UTC
HN karma
589
Public activity
424 items

About lowmagnet

No profile information was provided.

Recent public activity

  1. comment
    Comment #49216679

    We're not even close to type I, anyway.

  2. comment
    Comment #49163854

    The one thing I hated about Java's generics was type erasure. It worked for the JVM but it had such stupid limits, like not being able to switch on a type, like go. (interfaces are…

  3. comment
    Comment #49163819

    The implementation is coming along nicely, and I'm already thinking of ways of using generic bound functions. I'm not bad that it's not like Java 1.4 despite having the lessons of …

  4. comment
    Comment #49163723

    It's showing you it's blending the `Box[T]` with a function that takes a function that applies over `T` to get a new type `Box[U]`. It's a bit convoluted, and it's also unnecessary…

  5. comment
    Comment #49163621

    > A quick credit first: the interactive Go tours were started by Anton Zhiyanov, who wrote one for every release from Go 1.22 through Go 1.26. He’s decided to stop, so we’re pickin…

  6. comment
    Comment #49015024

    John C. Dvorak

  7. comment
    Comment #48946990

    In what case is apple a monopoly?

  8. comment
    Comment #48897506

    They aren't crash compliant, aren't tagged with inspection stickers for signage, and the county/state road agencies could remove them for that alone.

  9. comment
    Comment #48448018

    wow someone tell the philosophers this guy has figured out the knowledge problem!

  10. comment
    Comment #48103218

    we have a 2017 and 2020 ioniq hybrid and the android auto has been flawless since we got them. except for updates from google on the phone temporarily breaking things, that is.

  11. comment
    Comment #48096868

    Uber and Doordash are both examples of abusing workers and their resources to externalize costs on the worker.

  12. comment
    Comment #47989406

    Because they even conflate pronouns with gender issues. You know, the words that substitute for antecedents in conversation.

  13. comment
  14. comment
    Comment #47425618

    I always point out the operational word is "premature".

  15. comment
    Comment #47052195

    I just searched for `for` loops with `:=` within and hand-fixed them. I found a few forms of the for loops and where there was a high number, I used regexp. This tool is way cooler…

  16. comment
    Comment #46924435

    the sibling answer but with `-a` before command name, will display all path hits for a command.

  17. comment
    Comment #46789479

    I'm actually more excited about 1.26 mainly because of the streamlining of a lot of out-of-my-control systems. I love that I can new() an expression.

  18. comment
    Comment #46739403

    I rented one of these in the form of a Hyundai Sonata, and their lane follow is amazing. Included in the cost of the car, does radar cruise and all the rest. Free for the life of t…

  19. comment
    Comment #46698243

    Gotta maintain The Machines of Loving Grace.

  20. comment
    Comment #46642395

    Tom Cotton, (R) Arkansas is proposing a bill to shield households from increases in power costs in their region if datacenters are taking excessively in their grid sector. It *ALSO…

  21. comment
    Comment #46642350

    This was performance art.

  22. comment
    Comment #46639457

    Wait, go isn't human readable?

  23. comment
    Comment #46448970

    he was just murdered instead

  24. comment
    Comment #46328465

    It says so in the first paragraph that it's a subsidiary of Epic Games that does verification.

  25. comment
    Comment #46262938

    It does a pretty good job of caching and that does help speed up builds. I also run all of my end to end tests from it because I can coordinate secrets and clusters of containers t…