Viewing profile — mh-cx
mh-cx
HN member- Joined
- Tue, Mar 25, 2014, 10:04 AM UTC
- HN karma
- 917
- Public activity
- 121 items
- HN profile
- View on Hacker News ↗
About mh-cx
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48493711
As a German I wonder why was this treasure given away to a US museum? Also what is the legal status of ownership of all this? Would have been interesting to read more about this.
-
comment
Comment #48414513
My main complaint with conventional commits always was that they don't include an issue number in the commit title. It's not even mentioned in their standards as optional or someth…
-
comment
Comment #43848592
You might like The Dream Machine: J.c.r. Licklider and the Revolution That Made Computing Personal by M. Mitchell Waldrop Not really about a company, though.
-
comment
Comment #42474066
Can someone explain what this is? The page has almost no information (on mobile) and I don't want to install just to find out.
-
comment
Comment #42164678
Exactly this. In our case we went so far to cache all static assets. Putting them into a directory with a hash in the name made them still easy to bust. # Cache static files locati…
-
comment
Comment #42164537
I wonder why the article doesn't mention utilizing the browser cache for your static CSS and JS assets instead of introducing a service worker as first measure. Few years ago I bui…
- story
-
comment
Comment #40476851
As tmux can be extended with plugins I'd recommend to check through this list and see if you find something useful: https://github.com/tmux-plugins/list As a neovim user I can also…
- story
-
comment
Comment #38112000
Even if it's obvious: I was missing a "How to use" section in the README that demonstrates how this tool can be invoked. EDIT: Ok, there's something in the "Working with STDIN and …
- story
-
comment
Comment #37526234
Hmm, he lost me on page nine where "complete" is explained. > Complete means that every sequence of vectors |a1>, |a2>, ... satisfying lim ... How are the elements of this sequence…
-
comment
Comment #37333464
> We then ask the primary database for a snapshot, a list of all past primary database transactions whose effects are visible to our new transaction. I wonder what happens for reco…
-
comment
Comment #34398587
Title is missing "(2003)".
-
comment
Comment #34369340
This looks really nice but I'm missing specs on the format of the input data.
-
comment
Comment #34230354
If you already know a programming language and prefer a more concise tutorial you might also like this site: https://cplusplus.com/doc/tutorial/ It's way less verbose and more to t…
-
comment
Comment #33833691
Sorry to be nitpicking: https://en.wikipedia.org/wiki/Foobar "Foobar Not to be confused with FUBAR or Foobar2000." It's linked from FUBAR but not under "disambiguation" but "See al…
-
comment
Comment #33403322
This was very insightful, thanks. I'm 49 and can literally watch (pun intended) how my capability to focus in the near field gets worse and worse. I've been using dark themes in th…
-
comment
Comment #32192854
It's not only the ongoing war. Russia's leadership seems to be enganged in state terrorism for several decades now. Here's an interesting interview with Catherine Belton a journali…
-
comment
Comment #29257249
I've never seen this before and wonder how stable/fragile are those crystals? Are they very touch-sensitive or can you carry them around easily in your pocket?
- story
-
comment
Comment #26399115
For those that need a concise refresher on - or introduction to - linear equations there's an (as usual) excellent series of 15 short videos from 3blue1brown: https://youtube.com/p…
- story
-
comment
Comment #24605415
Maybe I've missed it but in the first setup (without roles) where on the server is defined as which user someone can ssh into the machine now? There's only this global setting: Tru…