Viewing profile — wschroed
wschroed
HN member- Joined
- Fri, Feb 08, 2013, 8:12 PM UTC
- HN karma
- 78
- Public activity
- 37 items
- HN profile
- View on Hacker News ↗
About wschroed
Recent public activity
-
comment
Comment #25399472
Though I posted the study, I do want to see more work in that area to repeat the observed effects or to refine the KPIs. For example, I am personally skeptical of the notion of "nu…
-
comment
Comment #25398785
I prefer studies over anecdotes and found this: https://www.amazon.com/Accelerate-Software-Performing-Techno... According to this study, you can measure a team's progress and abili…
-
comment
Comment #15212129
He is saying they should practice process isolation. Example architecture: https://cr.yp.to/qmail/guarantee.html
-
comment
Comment #14285538
Rebase is not destructive. It creates new patches based on the previous. This confusion is caused because a rebased branch tag is given a new home; however, you can always add anot…
-
comment
Comment #12254321
Hubris: http://www.bloomberg.com/graphics/2015-dangerous-jobs/
-
comment
Comment #12165442
I wonder if they would agree to say a special word in the message. "Mention 'bananas' when you call."
-
comment
Comment #12122826
I wonder if we've over-focused on the inlining vs functions-for-modularity thing here. Fundamentally, the primary objective is to express code in a way that is clear to the reader …
- comment
-
comment
Comment #12050907
The McDonnell Genome Institute at Washington University | St. Louis, MO | Full-time | ONSITE I am looking for a non-entry level software developer to join my Applications/LIMS team…
-
comment
Comment #12004630
Amateur perspective here... My understanding is that it is the transformation of lists of symbols. This is one step above parsing characters/runes into more meaningful primitive da…
-
comment
Comment #11817279
The McDonnell Genome Institute at Washington University | St. Louis, MO | Full-time | ONSITE I am looking for a non-entry level software developer to join my Applications/LIMS team…
-
comment
Comment #11713323
I think I'm bikeshedding; the whole "finder's fee" nonsense bugged me. The analogy between lost wallets and servers doesn't actually hold. One can have thieves and indifference in …
-
comment
Comment #11706923
I'd like to feel like people would be ethically and morally motivated to make efforts to do the right thing rather than expect to be rewarded for doing the right thing. Perhaps it …
-
comment
Comment #11691035
I think I am misunderstanding what I am reading; I do not see the Facade pattern addressed in the paper or in the article. My understanding is... Unlike the Visitor pattern, the Fa…
-
comment
Comment #11683708
I've been thinking about this problem lately, and I thought the article gave it a good treatment. However, the problem I saw is that unless someone has already used the right provi…
-
comment
Comment #11613981
The McDonnell Genome Institute at Washington University | St. Louis, MO | Full-time | ONSITE I am looking for a non-entry level software developer to join my Applications/LIMS team…
-
comment
Comment #11591296
I have only ever heard the opposing argument, but I am interested in understanding to its fullest extent how to implement good DSLs with macros. I understand CL and defmacro; I am …
-
comment
Comment #9217693
I highly recommend "21st Century C" ( http://shop.oreilly.com/product/0636920025108.do ) as a tour of modern C programming, including use of C99 features. It goes over C tooling (p…
-
comment
Comment #8919315
If you are interested (feel free to ignore if not)... Here are some examples for understanding list context and some of the things it can do for you. One funny way to think about i…
-
comment
Comment #8908519
I'll bite... I have been programming in Perl for the bioinformatics community for about seven years. I understand your code is pseudocode, but I should note that the "." is conside…
-
comment
Comment #8233064
Is that a problem of not knowing the language or a problem of not having exposure to better patterns [1] that are generally language-agnostic? I get what you mean about the idioms …
-
comment
Comment #8131655
That's a delegation strategy, which is a very limited form of composition. A class with a trait/role can be queried for that interface: smile() if $my_object->does('SomeTrait'); Me…
-
comment
Comment #8131602
St. Louis, MO, United States - Business and Technology Applications Analyst II I am looking for another software developer for the LIMS group at The Genome Institute, a position wh…
-
comment
Comment #8098859
No. :( Our users -- lab folks -- are not particularly computer savvy, and everyone benefits from the face time, especially when it comes to translating what they said on a JIRA iss…
-
comment
Comment #8096566
Yes. And I am looking for Perl programmers right now: http://www.reddit.com/r/stljobs/comments/2a9940/seeking_software_developer_for_the_genome/ It gets the job done, is an easy la…