Viewing profile — cmonfeat
cmonfeat
HN member- Joined
- Wed, Apr 13, 2016, 2:22 PM UTC
- HN karma
- 50
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About cmonfeat
Recent public activity
-
comment
Comment #29559259
Given the high percentage of the population in SA who has already had an infection, there's probably a significant chunk of people in finding 1 who also already had natural immunit…
-
comment
Comment #25566647
I understand the convenience argument, but with current battery technology this would not be sustainable. All those batteries require rare earth materials and add more waste to our…
-
comment
Comment #25566541
Podman allows you to run containers without root privileges, in case you aren't aware. But maybe you mean something else?
-
comment
Comment #25363640
While censorship is certainly a real thing that happens, many of your examples seem to fall on the side of "History is written by the winners." Selective omission and censorship ar…
-
comment
Comment #24812859
Anyone have a ELI5 version of the architecture of lockless buffer? I'm trying to wrap my head around how something like this can operate without locks and I just can't grock it.
-
comment
Comment #21505854
For what it's worth, Alexa does ask for feedback about the accuracy and helpfulness of it's answers now.
-
comment
Comment #20676988
The legacy of this one guy and his cult of personality is pretty amazing. I think this would make a fascinating Paul Thomas Anderson movie.
-
comment
Comment #20212416
I've had this issue as well and found that it makes using an IDE almost mandatory for large code bases.
-
comment
Comment #19108662
Liberal use of the word "lit" when describing the latest and greatest framework always works for me.
-
comment
Comment #19108640
One reason to use containers over VMs is that building, updating and extending containers is far easier and more maintainable than full virtual machines. Containers give you the ab…
-
comment
Comment #18943897
But doesn't this article specifically disprove that point? The author came from a non-fancy university and non-fancy internships. He prepared only using free or low cost materials …
-
comment
Comment #18861258
Are you thinking a traditional franchise (like a gym) or a platform that independent landlords can list their co-working spacaces on (i.e. Airbnb for coworking spaces)? They both s…
-
comment
Comment #18353917
To be fair, Google released their own OTP hardware keys and have already 2FA login mandatory for accounts that they deem "high risk." I don't think it's fair to blame them for the …
-
comment
Comment #17744508
I think YouTube would argue that their actions were not based on the content of these channel's views, but because they violated their community guidelines. Their response to why t…
-
comment
Comment #17744278
That's only the default. Terraform supports storing state remotely, with locking. Most folks I know who use Terraform at scale recommend using this feature (if they store state at …
-
comment
Comment #17727907
Bobby Tables strikes again!
-
comment
Comment #17726873
> If I were the FCC, I’d be shutting down YouTube. Why? I get why public access would have a mandate to allow people with unpopular (imo hateful) opinions on the air, but not YouTu…
-
comment
Comment #17611127
Great post, really cleared up the value proposition of this project for me!
-
comment
Comment #16821586
While reading the post I kept thinking "this would be a really cool project to present at RC." Then I saw the end :) Cool project!
-
comment
Comment #16787450
Same boat, I've tried alternatives but can't find anything I like as much as the plain old gnome terminal on my Linux box. The solution I keep coming back to simply installing an x…
-
comment
Comment #16776895
This was also my method, and the way that works best for me for learning things in general (i.e. a new programming language, etc). I would also add fix stuff to that list. You can …
-
comment
Comment #16545030
Very cool news. It's always exciting to see Keybase introduce new features, and the thought process behind them is usually pretty interesting to read. There's definitely a very rea…
-
comment
Comment #16466509
As someone who has been on both sides of the table (an employee living outside of NYC and looking to move and a hiring manager in NYC who has received applications from remote cand…
-
comment
Comment #16137508
Oh I'm with you, you've gotta put other controls in place. Still in my basic acl for every network, because it's one if the first things users will do to circumvent controls.
-
comment
Comment #16136151
I've typically blocked outgoing DNS requests to arbitrary resolvers on every network I've managed, which disables the use of this FS. Reason being, if users on my network are using…