Viewing profile — cwingrav
cwingrav
HN member- Joined
- Thu, Mar 10, 2016, 3:42 PM UTC
- HN karma
- 396
- Public activity
- 118 items
- HN profile
- View on Hacker News ↗
About cwingrav
No profile information was provided.
Recent public activity
-
comment
Comment #45270401
One of the best ways to ensure you have energy is to reduce use and dependence. A huge amount of energy goes to heating and hot water so insulation and shorter showers with on dema…
-
comment
Comment #45203128
Probably thin so it can make a foldable screen. That seems to be the thinking around this because nobody really cares about thinness after a point. Also, a bonus, thin/small genera…
-
comment
Comment #38083007
I think what Apple is pushing for is computing efficiency. It still gets faster but with much less power. Focusing on performance solely would be the wrong way to evaluate these ch…
-
comment
Comment #35986648
A lot of bash errors are not understanding possible cases due to white space.. which shellcheck catches. After using it for a while, I don’t even really worry about white space bec…
-
comment
Comment #35986296
Also, use shellcheck. Incorporate it into you editor. Fix all warning and don’t ignore them. This will push you deep into bash syntax rabbit holes but you come out better the other…
-
comment
Comment #35986264
BASH is like Obi Wan. It isn’t the most powerful or flashiest, but it survived a long time, where others didn’t, for very good reasons. Bash runs basically everywhere. It has many …
- comment
-
comment
Comment #35229787
I’m chemistry, tiny changes to structure or single atoms can produce drastically different properties.
-
comment
Comment #34451861
> It’s an easy time to fire a bunch of people.. Totally agree. This is just cutting in places they’ve probably wanted to cut for a while. They’ll hire back in a year or two as thin…
-
comment
Comment #34376128
Agree on the economic approach and with a preference for cap and trade. Create a certain amount of emission billets and auction them off. Then restrict the amount each bullet allow…
-
comment
Comment #34376091
Agile is to Lenin as Agile processes are to Stalin. Read the Agile Manifesto. That’s what Agile is. All else is either: - (good) trying to implement the Agile Manifesto, or - (bad)…
-
comment
Comment #34352598
Mine cuts off at 35F and I have to manually switch on the oil. I live where winter is normally below 35 at night. Very annoying system. (I didn’t pick it)
-
comment
Comment #33963977
Fukushima, Kyshtym… those are the other bad ones.
-
comment
Comment #33231789
The stage of testing is important here. Early on, I agree with the author. Catch code/config bugs early with no wiggle room for retries. But later, testing in a live system that li…
-
comment
Comment #32656683
This is a scientific article and the terms are used with precise definitions. If translated to a more vernacular venue, the language would either be different, or the terms defined…
-
comment
Comment #31502554
I bought a used book online, and it had a person's last name and a book club in it. I was able to trace it back to a woman in the Carolinas that died without family. Her obituary g…
-
comment
Comment #29277263
Corn? Must refer to something else besides what we call corn today. A different grain? Or “corns” of salt maybe?
-
comment
Comment #29117842
Passive sonar picks up bounces. A mountain bounces background noise plus currents flow around it which would show that something was there (currents create temp differences and aff…
-
comment
Comment #28423774
Borax is incredible stuff. I used it as an insecticide in Florida. I could puff it into places behind cabinets and appliances. It doesn't kill by chemical means, but by getting stu…
-
comment
Comment #28188147
If you've ever eaten freeze dried, canned and dried foods for extended periods of time, you'll know the joy of something crisp and fresh. Leafy greens are spot on what you'd want. …
-
comment
Comment #28154559
Agreed, and that is the heart of it. - Someone fixing their own code fixes the codebase. Someone fixing someone else's code, generally only knows enough to make a fix at a single p…
-
comment
Comment #27035973
My SO did not want a traditional diamond gold engagement ring due to normative ways, consumption, global diamond trade, etc. but it’s hard to not buy such a thing number one, and t…
-
comment
Comment #27032188
Agreed. I have it built into my vim editor, running after saves. Not only does it help catch errors, it catches potential errors, poor formatting and has become an amazing learning…
-
comment
Comment #26988373
That does sound fun. Formal systems approaches and automata always seemed more applicable to embedded development. State machines, statecharts, etc always seemed like something I w…
-
comment
Comment #25166605
Completely right. You are correct in what you should be focusing on. Only very large systems will see a return on investment in optimizing a system for hardware costs (bad code and…