Viewing profile — dugword
dugword
HN member- Joined
- Wed, Nov 19, 2014, 8:03 PM UTC
- HN karma
- 127
- Public activity
- 49 items
- HN profile
- View on Hacker News ↗
About dugword
No profile information was provided.
Recent public activity
-
comment
Comment #36001388
No, I hate the office. Distracting open floor plans, no access to healthy foods, not being able to see my children throughout the day. I live less than a mile from my office - and …
-
comment
Comment #35752824
I wonder how they are going to keep the show going with this plot line.
-
comment
Comment #33895429
Herbicide is a subclass of pesticide. https://en.m.wikipedia.org/wiki/Pesticide > Pesticides are substances that are meant to control pests.[1] This includes herbicide, insecticide…
-
comment
Comment #33407639
jellybeans
-
comment
Comment #29285624
I really need to take the time and do a deep dive on this language, it has such an interesting feature set.
-
comment
Comment #27724657
The ocean is literally on fire, maybe they don’t know what they are doing.
-
comment
Comment #24446802
The good news is most business problems are not that hard. There are domains where you really have to be a crackerjack engineer, but most jobs just need you to know how to push and…
-
comment
Comment #24194988
Python already has support for optional braces. def say_word(word): #{ print(word) #}
-
comment
Comment #23468529
Perl. CLI one-liners or small one-off scripts. You can do so much automation and data munging so quickly with it that it really makes you feel like you have superpowers.
- story
-
comment
Comment #17742678
History. Of the world, of your country, of your profession and other industries. Things are the way they are because of how they used to be. That context paints everything. The mor…
-
comment
Comment #17566821
What is a red haired resource?
-
comment
Comment #16246588
There is a Perl language room with several interesting sounding presentations.
-
comment
Comment #15710043
Because negative news articles about cannabis are almost always flimsy studies trying to spread fear and push an agenda. If cannabis was legal everywhere almost no one would care a…
-
comment
Comment #15644753
You add 'hello' in the linter's config as a pre-defined global, until you get around to fixing that. I would not want my linter to load multiple files, since that pattern of pollut…
-
comment
Comment #15644640
I have taken a similar approach where I start with having 0 lint issues, and add a git hook or CI step to only allow merges with 0 lint issues. Except instead of modifying my confi…
-
comment
Comment #15639349
I'd be surprised if he didn't. Marketing folks always guarantee things when they don't actually know if they can deliver.
-
comment
Comment #15617012
Agreed, seems like an obvious solution since they already have the joining character defined for this purpose: https://emojipedia.org/emoji-zwj-sequences/
-
comment
Comment #15197350
Knowledge and learning can be it's own reward. But if you need the motivation to build something you know has already been done, and probably done better, think about it as buildin…
-
comment
Comment #15174777
Based on how low it is on the rankings compared to other languages I'd say not many. I have no data to back this up other than my anecdotal personal experience but I'd wager Perl h…
-
comment
Comment #14937127
Having used many different web frameworks in many different languages, Mojolicious is by far my favorite. It's super easy to get started. The documentation and community are incred…
-
comment
Comment #14875992
Just to be pedantic ;) var creates variables that are function scoped. my creates variables that are block scoped. let in JavaScript would be pretty much the same as my. Both are g…
-
comment
Comment #14875648
I'm a huge fan of Perl, and I've been playing around with Perl 6. The transition had been pretty smooth, and other than a few minor syntax changes (e.g. "." for method calls instea…
-
comment
Comment #14853740
Perl 6 has been an absolute joy to program in. The built-in command line parsing makes whipping up little CLI tools a breeze: http://perl6maven.com/parsing-command-line-arguments-p…
-
comment
Comment #14319855
Suggesting surgery is dangerous advice. The "vast vast majority" of people that regain the weight in those studies are likely to be those who are the most prone to do so, and this …