Viewing profile — jmhain
jmhain
HN member- Joined
- Sat, Mar 31, 2012, 1:48 AM UTC
- HN karma
- 469
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About jmhain
No profile information was provided.
Recent public activity
-
comment
Comment #29929342
GTK is written in C, not JS.
-
comment
Comment #18040264
The android phone app warns about suspected spam callers, and project fi has a spam filtering feature that has worked pretty well for me.
-
comment
Comment #18035172
I switched to Dvorak years ago and it's one of the best decisions I've ever made. It has downsides (awkwardness when typing on others' machines, difficulty typing with one hand whi…
-
comment
Comment #17991257
A good lightweight alternative is js-joda. I recently switched from moment.js and I've been very happy with it. https://js-joda.github.io/js-joda/
-
comment
Comment #17801705
POWER9 is looking more and more attractive by the day.
-
comment
Comment #17041918
Is it possible to match the end of a slice with slice patterns? Something like: fn foo(s: &[char]) { match s { ['a', 'b'] => (), [.. 'b', 'c'] => (), _ => (), } }
-
comment
Comment #16900816
From the section on TypeScript: > enums, which are basically like Java’s enums. They really aren't. Java enums are somewhat unique in that they are full-fledged classes, not just g…
-
comment
Comment #16832581
> Go has more of a focus on simplicity. But specifically on simplicity of implementation. Which often means pushing the complexity onto the developer. This line from the article is…
- story
-
comment
Comment #15019633
I experience something very similar. It turned out to be at least in part from eye strain induced headaches ("computer vision syndrome"). I started paying more attention to ocular …
- comment
-
comment
Comment #14026068
IdentityMind | Platform Engineer | Palo Alto, CA | FULLTIME | ONSITE At IdentityMind Global, we are building a unique platform providing Risk Management services to the financial i…
-
comment
Comment #13041583
> We just don't provide Linux binaries, except Ubuntu Snaps, because it is extremely difficult to do. Have you considered packaging with Flatpak [0] as well? Very similar to Snaps,…
-
comment
Comment #12886513
I do this, but not mainly to find bugs, though on rare occasions I do. I almost always find something , e.g. stylistic aberrations, overzealous changes from an intellij refactor, d…
-
comment
Comment #12886483
> Who the hell would write prose by making all the verbs blue, the nouns red, and the adverbs green (or something to that effect). Slightly off topic, but I think doing this could …
-
comment
Comment #12174071
Because gut issues have been implicated in a whole lot of common maladies, but the precise nature of the interactions of gut bacteria and their human hosts has yet to be determined…
-
comment
Comment #11772816
I wouldn't quite call it "top hardware", but I've been very happy running Fedora on my asus zenbook ux305la.
-
comment
Comment #11306513
Her talks are great too, I particularly enjoyed her strace talk [0]. [0] https://youtu.be/4pEHfGKB-OE
-
comment
Comment #10869546
> Systemd, on the other hand, disabling their syslog is simply not an option You can set Storage=none and ForwardToSyslog=yes in /etc/systemd/journald.conf [0]. [0] https://wiki.ar…
-
comment
Comment #10779396
> I said the good programmers would eventually be pushed out by webdevs who were not as good, and here Mozilla is making the Rust language, which is merely a crutch for people not …
-
comment
Comment #10735015
I made absolutely no claim that my experience provided any sort of scientific evidence for the efficacy of antidepressants. I merely stated that if you're on antidepressants, and a…
-
comment
Comment #10734973
> I look at it the other way: companies "pushing"[1] antidepressants not just on pregnant women, but on all of us, for years on end, should be putting out a very clear message that…
-
comment
Comment #10734695
Articles reporting negatively on antidepressants should come with a huge disclaimer to those taking them that they should continue to do so unless their doctor / psychiatrist recom…
-
comment
Comment #10585894
Probably not easily, if at all. Additionally, it's ARM so you'd be limited to what's available in Arch Linux ARM. There's a Linux version of the very similar Intel Compute Stick fo…
-
comment
Comment #10537966
Servo uses SpiderMonkey.