Viewing profile — lucidguppy2000
lucidguppy2000
HN member- Joined
- Sun, Jan 18, 2015, 5:12 PM UTC
- HN karma
- 11
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About lucidguppy2000
No profile information was provided.
Recent public activity
-
comment
Comment #10139571
The governments are giving the companies enough rope to hang themselves.
-
comment
Comment #9790020
Write characterization tests for modules, see what inputs produce which outputs. Then you have the start of unit tests. Programming with unit tests really helps. And it points out …
-
comment
Comment #9712947
How does go prevent complexity?
-
comment
Comment #9710715
I wish high-schools would add some of this stuff to after school programs. Learning to make circuit boards would have helped me with all my spaghetti wiring I do/did.
-
comment
Comment #9696802
Also - a big motivation for work is learning. Didn't someone say "never apply for a position your qualified for"?
-
comment
Comment #9561766
Keep in mind - a function shouldn't contain more than one level of abstraction really. Having a 50+ line function, the code is telling you that you have a class in there struggling…
-
comment
Comment #9560882
Nothing's really jumped out to me yet, but tools need to raise flags about the complexity of code. A pre-commit hook that recognizes long functions, classes with more than ten memb…
-
comment
Comment #9462312
Where are the numbers? In my experience node is very slow on ARM. Spin up a http server on arm and check out the latency for it to return "".
-
comment
Comment #8943343
The scientific term for work needs to get into the general culture. You can expend a whole lot of energy without doing any actual work. "Working harder" is actually "expend energy"…
-
comment
Comment #8908029
I wish there was a language that was actually multiple levels of compatible languages. At one end would be dynamic and scripted and would progress to the other side of compiled and…