Viewing profile — mkingston
mkingston
HN member- Joined
- Mon, Feb 25, 2013, 12:59 AM UTC
- HN karma
- 311
- Public activity
- 202 items
- HN profile
- View on Hacker News ↗
About mkingston
No profile information was provided.
Recent public activity
-
comment
Comment #45146944
https://www.youtube.com/channel/UCR-DXc1voovS8nhAvccRZhg Jeff Geerling. Also the owner/author of the site we're discussing in this thread.
-
comment
Comment #44095166
You can review a PR commit by commit. But it's not obvious how in the UI. Navigate to the commits tab on the PR page and you can navigate through the commits in the PR and review t…
-
comment
Comment #43970653
I was reading the git-bug documentation and found "bridges" to third-party platforms: https://github.com/git-bug/git-bug/blob/master/doc/usage/thi... I have not tried it.
-
comment
Comment #43191865
Don't be disappointed. That's cool! You've independently discovered something.
-
comment
Comment #39441356
There's a cross-platform trash/recycling library you might be interested in: https://github.com/Byron/trash-rs
-
comment
Comment #38538086
That's a brief statement which makes me think I'm missing something obvious, but it doesn't seem obvious to me. Would you please expand on that?
-
comment
Comment #38255840
I mount the board on some nylon standoffs through a takeaway box lid. The rest of the takeaway box is the enclosure. I drill some holes through the takeaway box for wire ingress an…
-
comment
Comment #38130499
> native speakers are excellent at understanding accents when compared to other nations where non-standard accents are not as common Interesting to read this; I had developed exact…
-
comment
Comment #38130360
I need this for practice. Perhaps I ought to use text-to-speech and then transcribe the audio back to text and compare.
-
comment
Comment #38130316
> did you ever internalize the importance of the verbs "to be/is/am/are/been/were" and "to have/has/had" growing up as a native English speaker? Definitely not to the extent that I…
-
comment
Comment #38129110
You and I know that, but it's not important or useful to a non-French speaker learning English. To those people, those are merely English words. And indeed, they are English, even …
-
comment
Comment #38129059
As someone who is currently learning French and (amateur) teaching English I agree in general with your take on English. The frequency with which I say "yes, it doesn't really make…
-
comment
Comment #36629186
I've spent quite some time in France over the past few years and variously dealt with websites of French organisations during this time. I'm not sure what it is, but French website…
-
comment
Comment #34727080
Thanks for the reply. Upon further inspection, it looks like it's `lines`. It might also be `filter` but I haven't quickly come up with a way to determine whether that's the case. …
-
comment
Comment #34726386
Thank you! I've been using Nushell for a couple of weeks and at this point I don't see myself going back. Modern configuration. Great interactive usage (structured data, mostly!). …
-
comment
Comment #34156318
How would you achieve your example with macros? My inclination would be to do this with regex replace and I can't think how I'd do it with macros. I guess there's some functionalit…
-
comment
Comment #33163215
These are of course, good points; cement probably being more porous than many people perceive. Just a little (hopefully interesting) speculation: adhesion might be less important, …
-
comment
Comment #33074397
Could you be more explicit, perhaps with an example? Do you simply mean you prefer function/constructor parameters over DI?
-
comment
Comment #32507973
Listening to a podcast[1] a while ago and the interviewee talked about the pervasiveness of the tobacco industry in our culture. At the risk of misrepresenting him: I think he woul…
-
comment
Comment #32489955
That's a clever thought. Do you know whether connections could be established outside the tunnel after you disable airplane mode but before the tunnel is re-established?
-
comment
Comment #31972000
As I read it, it recommends Phillips for manufacturing due to self centering and perhaps cam out; and Torx and Robertson for manual applications. I guess it draws this particular c…
-
comment
Comment #31834605
I had two commands > watch -c -n 1 -- systemctl --user --state=failed > watch -c -n 1 -- lfs --color yes -c +inodes_use_percent I didn't actually look for colour output for systemc…
-
comment
Comment #31833852
Funny viddy came up here today. I created this note about watch in my dotfiles just yesterday (edit: probably not watch's fault! oops..): > # TODO: this is ugly, doesn't print colo…
-
comment
Comment #31262504
Check out Firefox Relay and the corresponding Firefox extension. You can pre-register some-random-string@mozmail.com, which will forward e-mail to your actual address. If you pay f…
-
comment
Comment #30696325
If you're willing to use a plugin: easymotion (or, for nvim, hop.nvim)