Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dugword
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
dugword
3y ago
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 I still WFH full time.
2.
▲
by
dugword
3y ago
I wonder how they are going to keep the show going with this plot line.
3.
▲
by
dugword
4y ago
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, nematicide, molluscicide, piscici
4.
▲
by
dugword
4y ago
jellybeans
5.
▲
by
dugword
5y ago
I really need to take the time and do a deep dive on this language, it has such an interesting feature set.
6.
▲
by
dugword
5y ago
The ocean is literally on fire, maybe they don’t know what they are doing.
7.
▲
by
dugword
6y ago
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 pull things out of datastores, make network requests, map d
8.
▲
by
dugword
6y ago
Python already has support for optional braces. def say_word(word): #{ print(word) #}
9.
▲
by
dugword
6y ago
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.
10.
▲
Driving the Creative Process Through Prototypes
(medium.com)
1 points
by
dugword
8y ago
|
0 comments
11.
▲
by
dugword
8y ago
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 more you understand it, the better you will be able to work wit
12.
▲
by
dugword
8y ago
What is a red haired resource?
13.
▲
by
dugword
9y ago
There is a Perl language room with several interesting sounding presentations.
14.
▲
by
dugword
9y ago
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 about these studies. However, cannabis is illegal in most pla
15.
▲
by
dugword
9y ago
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 polluting the global namespace is really not mainta
16.
▲
by
dugword
9y ago
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 config over time, I add a /* eslint ignore */ to the to
17.
▲
by
dugword
9y ago
I'd be surprised if he didn't. Marketing folks always guarantee things when they don't actually know if they can deliver.
18.
▲
by
dugword
9y ago
Agreed, seems like an obvious solution since they already have the joining character defined for this purpose: https://emojipedia.org/emoji-zwj-sequences/
19.
▲
by
dugword
9y ago
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 building the skills necessary to create something of value lat
20.
▲
by
dugword
9y ago
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 hackers who use Homebrew never use it to install Pe
21.
▲
by
dugword
9y ago
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 incredibly helpful. Mojolicious has many powerful built in to
22.
▲
by
dugword
9y ago
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 good things as they prevent typos from being new variables.
23.
▲
by
dugword
9y ago
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 instead of "->") it feels the sam
24.
▲
by
dugword
9y ago
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-perl6
25.
▲
by
dugword
9y ago
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 can also be interpreted that structured weight-los
26.
▲
by
dugword
9y ago
No sugar, No grains. Cutting back on mindless between meal snacking and also quit drinking beer/wine every night. Basically just that. I'm down 20 lbs and still losing weight and it's been a breeze. No additional exercise or
27.
▲
by
dugword
9y ago
It's fashionable to declare Perl dead, but the truth of the matter is Perl is still everywhere. Often in places like automation, or gluing disparate systems together. While I know the TIOBE index has its flaws, Perl is consistently in
28.
▲
by
dugword
10y ago
I think her point was the public humiliation made a bad thing even worse.
29.
▲
by
dugword
10y ago
This release contains fixes I submitted, and I would like to call out how welcoming and supportive the Perl 6 community was during the process. Also, the fact that Perl6 is written in Perl6 made contributing especially easy.
30.
▲
by
dugword
10y ago
Node.js would not replace Apache in that stack, it would replace Python (flask). Apache is for static content and to act as an HTTP proxy for managing connections. You can, and should, put Apache (or Nginx) in front of a Node.js web service
More ›