Viewing profile — peelle
peelle
HN member- Joined
- Sun, May 16, 2010, 10:18 PM UTC
- HN karma
- 45
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About peelle
Recent public activity
-
comment
Comment #48771862
For the people I work with, I'd say no to writing more efficient code, and maybe to using more advanced algorithms. I say maybe only because they'll just ask an LLM to make it more…
-
comment
Comment #41622762
I'll tell you why I won't choose it as a solo dev. Back when I was still young and impressionable, I had several frustrating experiences with it at university. Most due to my inexp…
-
comment
Comment #40824434
I disagree with this, but I understand where it's coming from. I think you have a form of whiplash from things like: - Novices overusing the new shiny. - Java/C++/etc Jr programmer…
-
comment
Comment #39546997
I work with a client that has us ssh in. We are committing on branches, and they are linked to testing subdomains. So there is some safety. In theory you can spin up a local copy. …
-
comment
Comment #35242400
Around 2010 the company I worked for had a pay freeze. Most employees worked in the office, but about 1/4 worked remote. About three years later the freeze was lifted. The in offic…
-
comment
Comment #34786318
Stop giving your employer free labor. It sounds like you're on your way to burnout, and your misplacing some of your frustration onto the Jr devs. Let me ask you this: What $$ will…
-
comment
Comment #34692926
My kids came with manuals. Every new baby in Taiwan does. We also got a manual for the pregnancy. Very useful. I know that one of the public health orgs in Australia has something …
-
comment
Comment #33862221
Plenty of us coded before SO, but I think you're being too general. Using SO to see examples of syntax is completely different than copying a chunk/function/page of original code s…
-
comment
Comment #33784369
While I agree businesses have to mitigate against bots and hacking, I'd like to push back a bit. I'm an American living abroad. I have the same types of issues as OP, even with my …
-
comment
Comment #33527209
Some of the comments below are talking about how to successfully argue against the move. Does your company have some history you can point out? We've had enough of these type guys …
-
comment
Comment #31765212
> Also, what's up with people asking this question in the first conversation? At least here in the USA, there's a lot of advice about deflecting that question. Things like, counter…
-
comment
Comment #31261324
If I understand right you are saying that the # of symbols Perl employs makes it hard to understand or read, correct? TL;DR; I would say that you assertion is context sensitive. - …
-
comment
Comment #31260746
I agree with this threshold idea, and I would argue that Perl and probably Ruby also have a lower threshold for switching than Python. Nothing against Python.
-
comment
Comment #29539430
This is something I plan to start writing about. There isn't enough intermediate and advanced material. I've also ran into too many "senior" programmers that not only lack some of …
-
comment
Comment #26673865
I read 2 fiction for every non-fiction. For a while I read 40-50 books a year. Nowadays, It's between 1 & 2 a month on average.
-
comment
Comment #26577149
When we traveled(2015-2018): - laptop, no larger than 17 in screen, and the thinner and lighter the better. - portable monitor like the Asus ZenScreen MB14AC - VPN - universal powe…
-
comment
Comment #23515283
There's a whole bunch of technical skills that Universities didn't teach when I was there. I would recommend reading The Pragmatic Programmers by David Thomas and Andrew Hunt to he…
-
comment
Comment #23430785
I work for a small company that's been around for 20+ years. All of those things you outlined as basic, are things that I have been fighting for the last eight years. I've won a fe…
-
comment
Comment #22862019
To each their own. It always fascinates me to hear about Java/.NET environments that massive. Do you only work on 1 project for months at a time? Do you not ever need to reboot int…
-
comment
Comment #22342282
MySQL workbench will generate a diagram for mysql/mariadb databases.
-
comment
Comment #20466904
We shouldn't compare creation of languages to frameworks. If you look at back end frameworks, like web MVCs or ORMs, each language usually only has one or two major players.
-
comment
Comment #19936057
I use Dvorak, I'm faster in Dvorak, and have less RSI issues. As an adult that works from hardware I control I almost never have to type QWERTY anymore. In the past things like com…
-
comment
Comment #19551095
Been doing back end for 13 years, and I try to visit a programming conference or two a year. I think on average back end churns slower. Every year I'll hit a conference, and hear a…
-
comment
Comment #19527778
- Not all IDEs show method signatures. - Not all languages have IDEs developed specifically for them. - Some IDEs require configuration/plugins to have that feature. - Some IDEs wi…
-
comment
Comment #19268713
I head a tale that had the same lesson. Not sure where I heard it, but it went something like this: >There was a Buddhist monastery up in the mountains. Every day at noon the head …