Viewing profile — lowmagnet
lowmagnet
HN member- Joined
- Tue, Feb 01, 2011, 9:30 PM UTC
- HN karma
- 589
- Public activity
- 424 items
- HN profile
- View on Hacker News ↗
About lowmagnet
No profile information was provided.
Recent public activity
-
comment
Comment #49216679
We're not even close to type I, anyway.
-
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…
-
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 …
-
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…
-
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…
-
comment
Comment #49015024
John C. Dvorak
-
comment
Comment #48946990
In what case is apple a monopoly?
-
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.
-
comment
Comment #48448018
wow someone tell the philosophers this guy has figured out the knowledge problem!
-
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.
-
comment
Comment #48096868
Uber and Doordash are both examples of abusing workers and their resources to externalize costs on the worker.
-
comment
Comment #47989406
Because they even conflate pronouns with gender issues. You know, the words that substitute for antecedents in conversation.
-
comment
Comment #47433756
[dead]
-
comment
Comment #47425618
I always point out the operational word is "premature".
-
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…
-
comment
Comment #46924435
the sibling answer but with `-a` before command name, will display all path hits for a command.
-
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.
-
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…
-
comment
Comment #46698243
Gotta maintain The Machines of Loving Grace.
-
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…
-
comment
Comment #46642350
This was performance art.
-
comment
Comment #46639457
Wait, go isn't human readable?
-
comment
Comment #46448970
he was just murdered instead
-
comment
Comment #46328465
It says so in the first paragraph that it's a subsidiary of Epic Games that does verification.
-
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…