Viewing profile — iamNumber4
iamNumber4
HN member- Joined
- Fri, Apr 07, 2017, 6:59 PM UTC
- HN karma
- 251
- Public activity
- 127 items
- HN profile
- View on Hacker News ↗
About iamNumber4
No profile information was provided.
Recent public activity
-
comment
Comment #21027933
No, just call them directories, thinking of them as logical buckets to place things in them, which can be used to store data or direct you down further to find and location any inf…
-
comment
Comment #20997426
It’s not that hard folks. Anyone born in America (north, central, and south) are native Americans. Some are of indigenous descent. So when referring to a group of people we should …
-
comment
Comment #20977051
Reduce reuse recycle comes to mind when I refactor code. Any code that is small does one useful thing that can be a candidate for a library. Catalog of useful library items should …
-
comment
Comment #20964123
Severance package. Try to negotiate for a few months of severance. Make sure the wording includes language for no longer employed by. So that if you decide to quit, or they let you…
-
comment
Comment #20961439
Laziness is the mother of innovation. Hard working lazy people seek solutions to do the necessary work with smallest and most efficient way possible to achieve lowest level of effo…
-
comment
Comment #20939089
Which all of above is the reason I like D Lang, as it is ABI compatible with C/C++. So all existing libraries and code written in C can just be used but also have the convenience o…
-
comment
Comment #20931094
D Lang is my default language But it all depends on what. You should always use the right tool for the job. Don’t kill the fly with a bazooka when a fly swatter is all you need.
-
comment
Comment #20931009
Funny title, especially considering its 9 to 5 Mac’s article.
-
comment
Comment #20866141
The questions are; are you being accused of have poor communication skills by your boss? Or are you just trying to improve your skill set? If the just trying to improve look up eff…
-
comment
Comment #20621043
Puff piece, no data, pure author opinions. If you like word salads then here is a good example. Facts: the global temperatures average is still 2 degrees cooler than the 14th centu…
-
comment
Comment #20003562
Whoever states a number first looses the negotiation!
-
comment
Comment #19826593
Or. Outlining the affect of the unwillingness of some employers to give far wages to existing employees when they bring in new employees at higher rates than existing employees. As…
-
comment
Comment #19370639
I know this so wrong, but my friends and play a game “hipster or homeless”. Where we attempt from pure subjective observation try to determine if the person is down on their luck, …
-
comment
Comment #19129057
Lenovo flex 5 1570. It’s awesome. i7, upgraded to 16 gigs of ram. Running Ubuntu 18.04 everything works except fingerprint reader, but I don’t care about that. Aluminum body, 15 in…
-
comment
Comment #19067333
This just in posinous mushrooms common to North America found in North America
-
comment
Comment #18994427
Nothing to see here, peaked my interest since “who would pay for a compiler??” In the modern age of open source. Post has a missleading title, and is just rambles about ruby and co…
-
comment
Comment #18965484
True, the simple fact is you can’t out run your mouth. Exercise is good for other health reasons not for weight loss. In fact if your severely overweight jumping on a treadmill wil…
-
comment
Comment #18948433
I think a mixture. Coining the term “Ban Scrum”. Which is a mixture of KANBAN and scrum sprints. Where the sprint is not over until an identified set of tasks/stories are completed…
-
comment
Comment #18922808
This is the time to have a conversation about their role in the organization. They have opinions, sure, are those opinions argumentative by themselves probably not. Most engineers …
-
comment
Comment #18912393
Markdown, any existing text editor. Low tech, shut the lid, place paper on it, use writing implement of your choice.
-
comment
Comment #18824187
Learn to delegate through stewardship. Set clear expectations for outcomes. Your job is to remove obstacles to allow others to do their job, and direct traffic so the right people …
-
comment
Comment #18764828
Unit tests for code coverage or application functionality? They are different. TDD, is a waste. As you don’t factor in protyping, you start by writing test. Tests should be always …
-
comment
Comment #18755220
In languages that support goto, but do not have try catch syntax. The appropriate use of goto for failure states to properly handle deallocation of allocated memory. If condition n…
-
comment
Comment #18747273
A lesson I learned in life is to look a entire problem in a whole, and then look for ways to sidestep the entire problem. The root cause is windows 10. So the side step is to not u…
-
comment
Comment #18610622
Docker for windows; crashing, or loosing connection to mobylinux, constantly needing to give permissions (windows sign in) to allow access to mounted volumes. Ergo lots of turn it …