Viewing profile — cferr
cferr
HN member- Joined
- Fri, Aug 10, 2018, 4:40 PM UTC
- HN karma
- 48
- Public activity
- 67 items
- HN profile
- View on Hacker News ↗
About cferr
No profile information was provided.
Recent public activity
-
comment
Comment #30517953
"Minecraft was supposed to be about simplicity." Minecraft was supposed to be a toy project Notch wanted to mess around with. Simplicity has never been a target, since every major …
-
comment
Comment #30373361
If the file does not exist, it creates an empty file. That is what most people use touch for.
-
comment
Comment #30365767
Another way to touch a file: cp /dev/null file Test if a port is listening without telnet: echo > /dev/tcp/address/port && echo Yes || echo No That's not actually a file. It's just…
-
comment
Comment #30352072
I think I only have three subscriptions at the moment... Prime, Chewy, and a news commentary streaming site I like. That's pretty much it, not very expensive. Everything else is av…
-
comment
Comment #30302464
I know BMW turn signals are a meme (with good reason...), but I've noticed the exact same behavioral trend with Lexus drivers as well. It's really just those two makes in particula…
-
comment
Comment #30010455
The package format only really matters to packagers anymore I think. RHEL and SUSE are both RPM based though. The difference which matters to users is the package manager on top, w…
-
comment
Comment #27930716
Wouldn't power cycling your bulbs like that lower their longevity?
-
comment
Comment #27422984
> I would not purchase a product with an underlying subscription. Not even your phone?
-
comment
Comment #27370476
> Enter your email address to continue reading No. Thankfully reader mode can parse it at least.
-
comment
Comment #27266099
I just use the Home and End keys in the terminal, which seems intuitive enough to me.
-
comment
Comment #26478304
Eight's JVM still ships with Minecraft, so that's not necessarily a bad thing. It's battle-proven.
-
comment
Comment #26345725
We can't tell OP what their purpose is.
-
comment
Comment #26344396
Isn't that the reason ECC memory was created?
-
comment
Comment #26344362
This is the most underrated comment in this thread. Purpose is essential in ensuring one's mental well-being. Without it, you hit burnout or depression quickly.
-
comment
Comment #26103793
I'm not the person you replied to, but to answer your second question myself, yes, I do. I have four desktop PCs (one for each of my family members including myself), a netbook, an…
-
comment
Comment #25780891
I imagine if you had a million bucks you could set something like that up.
-
comment
Comment #25422010
I work maybe two hours a day. They're very productive, but I cannot be productive constantly for more than that due to having to wait on other people in order to get stuff done, an…
-
comment
Comment #25421004
How do we know yet if it's long-lasting?
-
comment
Comment #25213953
Android runs on a Linux kernel.
-
comment
Comment #24979830
Any plans to add a folding feature? Vim has a plugin which lets you hide the code under the definition unless you want to unfold it to see/edit it. e.g. folded: class ClassName(obj…
-
comment
Comment #24898243
Wine is only a syscall translation layer. It's not an implementation of Windows.
-
comment
Comment #24857641
Sorry, I couldn't help it.
-
comment
Comment #24853125
You mean like with Ansible?
-
comment
Comment #24663660
Try accidentally moving /bin. A buddy at work did that not too long ago. There was panicking involved.
-
comment
Comment #24557061
+1 for OPNsense if you're willing to deviate from Linux and get a great management web console. I've been running it at home for over a year without any hiccups.