peelle | 1 year ago | on: Ask HN: Why is .NET never talked about as an option for solo/small team dev?
peelle's comments
peelle | 1 year ago | on: Ask HN: What is the best code base you ever worked on?
IMHO, a "best codebase" will be just a bit more advanced than I am, with good resources for me to grok it. I want to be able to learn from it. I also don't want to be so far out of my depth that I can't make a reasonable contribution.
peelle | 2 years ago | on: Ask HN: Who is still programming directly on a server?
For my personal sites, one is just a scp, into a subdir. If everything looks good, I just mv it to overwrite live. The other I just restart the process. There's nothing "mission critical" on it.
peelle | 3 years ago | on: Ask HN: Should I sign a pay cut agreement?
When we brought it up to management they were apologetic, and said they forgot. I work for a small company that wasn't particularly organized so it's possible they forgot but still. :(
TL;DR; If you take the pay cut, check in every few months with both management and others at your level.
peelle | 3 years ago | on: Ask HN: Would anyone find this system fair?
Let me ask you this: What $$ will the current level of work be acceptable? My guess is that it's well above what your employer is willing to pay.
I'd suggest you do what your Jr peels do + 10%, that'll fulfill the requirement for bump & bonus. Also spend some time building relationships. If your manager mentions you no longer doing XYZ, show off your +10%. Politely and tactfully deflect if he tries to press the issue.
To answer your fairness question directly the system sounds inefficient and currently not fair. I think it could be fair(for whatever that means), given the right environment, and attitudes.
peelle | 3 years ago | on: Ask HN: Concise, pragmatic baby manual for first-time dad?
I know that one of the public health orgs in Australia has something similar. You should be able to google for it. It was a mostly no nonsense PDF with bullet points outlining the what and when, divided by an age range the milestone expected to happen during.
peelle | 3 years ago | on: Ask HN: How to work with people who push back forcefully?
peelle | 3 years ago | on: Tell HN: Please stop using the IP addresses as some kind of human score
One example is that my home state's IRS portal(along with all the other state gov sites) straight up block access from the overseas democracy I live in. I assume they block almost all overseas access but I haven't tried to verify it. Like OP, I need to use a SOCKS proxy, or VPN to bypass this heavy handed tactic. While I'd love for it to not be so, Americans living abroad still have to file their taxes. An NPR article said there's probably close to 5 million of us expats.
Lastly with the Cloud VMs, it doesn't seem that this sort of ban is evenly distributed. I've proxied/tunneled through Linode, a well known Torrent VPN, and Digital Ocean, without raising any red flags, but Amazon, ViperVPN, and NordVPN have been flagged. I could go on and argue that with the learn to code movement I could see a cloud instance being the new geocities homepage, but that may never come to pass.
peelle | 3 years ago | on: Ask HN: Skeptical about my company going “full serverless”. What am I missing?
We've dealt with "new guy wants to overhaul ..." scenario. When I joined this company we were a C++ shop with some Perl and bash. Multiple new recruits successfully lobbied to implement refactors, or new projects in a hot language/framework. Several of the refactors were a huge waste of resources that either didn't come to fruition, or were only partially successful.
Now, we are a Perl shop with active development in 3 other languages(not counting front end), and we're maintaining legacy apps in an additional 4 languages. And we've deprecated apps in at least 3 additional languages.
I guess I should be thankful none of them have lobbied for switching databases. :-O On any given year, we average 3-4 programmers and 2-4 contractors(mostly front end) Two of us have been there 15+ years, but the other full timers seem to move on around the three year mark. Because of that all the hot shots have left. When a major bug is discovered in their code it can take a long time to fix, and any breakage due to upgrades is quite a hassle since those of us left aren't experts at every language we have to maintain.
peelle | 3 years ago | on: Is 400k/yr overpaid for a SWE?
At least here in the USA, there's a lot of advice about deflecting that question. Things like, countering with "What are your pay ranges?", or "Let's wait to negotiate the salary until we're sure we're a good fit." and so on.
I believe the common reasoning that they ask early is to cut out overpriced developers. When a company gets lots of applicants this probably makes sense to them. I think generally, if you're a good fit they'll go a little above their max pay to try and bring you in.
peelle | 3 years ago | on: Perl, the first postmodern computer language (1999)
TL;DR; I would say that you assertion is context sensitive. - For a junior Perl programmer or an outside expert those symbols are stumbling blocks. - For an intermediate Perl programmer and up, those symbols are tools that make the code more readable and expressive.
I got two ways of looking at that. First, I would look at Perl in the context of language. It is a more context sensitive language than some of it's close competitors. When you understand those \ $ % @ & sigils you gain the ability to know at a glance the context in which data is being used. Understanding @_, $_, allows you to write shorter code without sacrificing meaning. Part of the Perl philosophy is TIMTOWTDI. Most of those special variables also have an English equivalent. Instead of using $) which I never remember I can use $EGID, or if I think that's not explicit enough then I can use $EFFECTIVE_GROUP_ID to really spell it out.
The second way is that Perl has a steeper learning curve than it's close competitors. I see this like comparing Vim to Notepad++ and Emacs, or Haskell to well most other functional programming languages. Just because it took longer to learn, that doesn't mean it's better or worse at creating good code. It does mean that armchair pundits are less likely to be correct in their hot takes. They lack experience and understanding.
peelle | 3 years ago | on: Perl, the first postmodern computer language (1999)
peelle | 4 years ago | on: Ask HN: What programming tutorial/course/article/blog would you like to see?
How's that saying go? Show me a programmer with 20 years experience, and I'll show you a programmer that did the same thing twenty years in a row.
peelle | 5 years ago | on: Ask HN: Do you read books regularly? Fiction or nonfiction?
peelle | 5 years ago | on: Ask HN: Digital Nomads: What's Your Setup?
Most of my Digital Nomading has been outside the USA in Europe & Asia. We stayed between several weeks to several months per location. Internet experiences, and requirements will vary country by country but as long as you stay in or near a large metropolitan area you can expect fast internet. The the only exception so far has been China, theirs was slow no matter where I went.
I always tried to make my personal hotspot(Google Fi) the last resort. I used a local hotspot, AirBNB/Cafe WiFi, and coworking spaces as must as possible. Also, for video conferencing, I'd lower streaming quality. No one needs to see my ugly mug in that high a resolution. VPN was not for video conferencing, or browsing reddit/HN. It was mostly for interacting with financial institutions, and transferring IP back and forth with work. It's up to you on how paranoid you wanna be.
peelle | 5 years ago | on: Ask HN: Tips for students before starting their first job
Equally important are your soft skills. I would recommend reading The Hard Truth About Soft Skills: Workplace Lessons Smart People Wish They'd Learned Sooner by Peggy Klaus.
peelle | 5 years ago | on: Ask HN: Are my expectations on code quality and professionalism too high?
In my opinion your expectations are too high for a small company. Most of the people I have worked with at small companies don't have experience with most those basic tools. Some actively are afraid of code reviews, and others see tests as writing the same code twice, hence a waste of time.
Management and coworkers pay lip service to wanting these things, but I've found that they see them as nice to have extras, and not as time saving efficiency increasing tools.
Don't get me wrong things can change. One way I found is to overwork myself and implement it outside of my normal projects. Then I just have to keep pushing and educating people to follow along. That's how I got the majority of our code under revision control.
The other way is that management finally has enough of a problem and someone convinces them one of those basics will make things better. In our case managment got tired of making new features live, and finding out afterwards that something else had regressed. That's how we got end-to-end tests.
Company culture can change, but it'll be slow. Try and frame things in a cost-benefit light for management. For developers try and show them how it will make their life easier, and show them the cool factor. Good Luck!
peelle | 6 years ago | on: Ask HN: Programs that saved you 100 hours?
I mostly program in languages like Ruby & Perl using Vim. Even with my decked out version that has 35 plugins, and some other bells and whistles, I'm on average using 20 MB of RAM. Open/Close is near instantaneous.
peelle | 6 years ago | on: Ask HN: What are some examples of good database schema designs?
peelle | 6 years ago | on: Why are there so many JavaScript frameworks?
Back when I was still young and impressionable, I had several frustrating experiences with it at university. Most due to my inexperience, a few times due to Windows being Windows. Also, back then the various $$ and time costs. IIRC $125+ for a windows DVD, $150+ for a VS.Net install DVD, and higher hosting prices for Windows. Also, installs and updates OS, .NET, etc were frequent and time consuming. When I'm making $2.50/hr + tips to get by I couldn't afford that kinda investment.
Now, most of my career has been using Linux, and a variety of interpreted languages. I'm comfortable with them. I boot my Windows partition maybe 2 times a year. There would be a huge cost for me to completely transition to .NET.
In order to get me to try it now would require you to show me some set of features that make it a much better choice than what I currently know. For example, if I someday choose to do Windows apps.