Viewing profile — billman
billman
HN member- Joined
- Mon, May 07, 2018, 3:20 PM UTC
- HN karma
- 152
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About billman
No profile information was provided.
Recent public activity
-
comment
Comment #24729126
Not a course, but a good podcast by great engineers: https://anchor.fm/happypathprogramming
-
comment
Comment #24661934
I refuse to read this article.
-
comment
Comment #24650114
I wish I had seen this 20 years ago. I did some horrible things in c++ that I would be embarrassed to see today. It was a fun language to explore though, and I learned much from it…
-
comment
Comment #24592507
Thanks. Its refreshing to see someone giving props in the comments.
-
comment
Comment #24542883
Java is pretty solid, but not percieved as cutting edge anymore, even though they are still improving it. I think Oracle has done a better job then I originally expected. I think t…
-
comment
Comment #24469687
I think you can use replication to accomplish this.
-
comment
Comment #24469518
I had a hard time buying the cards at first. I think this was due to the fact that creativity is hard to put a value on. I ended up buying two packs (I gave one as a gift), and I c…
-
comment
Comment #24469487
Allow an easement (an easement is the abandonment of a structure)
-
comment
Comment #24422484
Best of luck Eric. I can feel the ship turning.
-
comment
Comment #24373907
Facebook is going down the same road with forcing you to install messenger if you have messages.
-
comment
Comment #24363214
Another thing to think about is that these responses may cross generations. i.e the anxiety someone experiences today may be due to trauma suffered by thier grandparents. The mind …
-
comment
Comment #24191736
Just wondering if you are a parent.
-
comment
Comment #24088137
I read this, but it seems incomplete.
-
comment
Comment #24010191
The best keyboard I can think of is one that tells me to get my butt out of the chair and go for a walk every two hours.
-
comment
Comment #23997429
What was the saying...embrace extend extinguish
-
comment
Comment #23987956
As I look back on my career, there have been things that I learned early on that I still am able to leverage today (i.e. bash, linux, vim, java). There are a slew of other technolo…
- story
-
comment
Comment #23966820
Congrats to the team for the 1.0 release.
-
comment
Comment #23859887
Thank you for sharing. I'm glad your still here to relate your story. I think speaking these things is an important part of the healing process. Pax et bonum.
-
comment
Comment #23844042
Do you know if EKS will ever be supported?
-
comment
Comment #23819864
Ubunutu LTS. I've been using Linux since the STS days (about 50 3.5 floppy disks). I used to compile my own kernels, enter clock timings for my video driver, but now I'm older and …
-
comment
Comment #23802661
If your computational load is spikey, I would suggest looking at fargate and the spot market. Also for storage, I would suggest leveraging S3 whenever possible.
-
comment
Comment #23779510
Any good idea in software can and will be abused to the point where it seems like a bad idea. It's all about context people.
-
comment
Comment #23640010
Just curious, how would you manage bitcoin fractional shares.
-
comment
Comment #23631147
sub foolOnce() { return raku(); } sub foolTwice() { return perl5(); }