Dannymetconan | 1 month ago | on: Show HN: I quit coding years ago. AI brought me back
Dannymetconan's comments
Dannymetconan | 2 years ago | on: Dishonesty will ruin remote work for all of us
I'm sure they can fire you but it seems to be "at will" employment in most of the US anyway.
In Ireland and Canada such a clause would likely fall under being "unreasonable" for low paid employees. Similar to how a "non-compete" is not worth the paper it's written on (excluding when direct financial compensation is paid. Eg gardening leave).
Dannymetconan | 2 years ago | on: Dishonesty will ruin remote work for all of us
If you're meeting their expectations it's none of their business in my opinion.
Dannymetconan | 2 years ago | on: Dishonesty will ruin remote work for all of us
I think that is a risk with hiring regardless. Both sides have an information gap.
I joined a place and within a week realized it was a disaster and I didn't want to work there. If the company had informed me half the teams had quit / was in the process of quiting I would not have joined. It's not like I could go back and get my old job
Dannymetconan | 2 years ago | on: Dishonesty will ruin remote work for all of us
Non competes in Canada and the EU are generally not enforceable but you see them regularly. Why should this line be any different.
Edit: which -> why
Dannymetconan | 3 years ago | on: Oru Kayak’s reckless and irresponsible advertising
In every US state (as far as I can tell) you are required to wear a seatbelt while operating a car.
Similarly in nearly every US state you are also required to wear a PFD while operating a personal watercraft. Enforcement seems a lot more lax on this though.
The legal status of the requirement makes this a valid comparison though it is implicit. This isn't an extra safety device. Though like helmets on motorbikes it is still one an individual may choose to forgo.
https://www.boatsafe.com/pfd-requirements-state-boating-regu...
Dannymetconan | 3 years ago | on: What's SAP, and why's it worth $163B? (2020)
Dannymetconan | 3 years ago | on: Can the Visa-Mastercard duopoly be broken?
Dannymetconan | 4 years ago | on: I couldn't debug the code because of my name
Dannymetconan | 4 years ago | on: I couldn't debug the code because of my name
String come up again and again as a hard issue to deal with especially once your start looking at Unicode. I think it would be very reasonable to assume only ASCII works and even then it doesn't always work!
Dannymetconan | 4 years ago | on: I couldn't debug the code because of my name
I still find it funny that even in my home country you can't use a lot of local special characters in names. Also most airlines won't accept it so technically I'm not giving them my true name!
Dannymetconan | 4 years ago | on: I couldn't debug the code because of my name
I have a special character in my name, an apostrophe, and it causes trouble regularly online and with tooling. A number of years ago I decided just to never use it when it came to anything to do with technical work be it email, logins or usernames.
Unicode characters are a pain to deal with and I have suffered from it first hand trying to handle it. At the end of the day it is much easier just to not use the special characters and move on with your life rather then be battling the constant frustration.
I'm sure these tools have lots of issues opening and you would be surprised at the amount of time, effort and testing it would be required to provide fully Unicode support. Most people would see it as a very small positive and not worth the effort. I find it hard to disagree.
Dannymetconan | 4 years ago | on: How to write a resume that converts
I found the easiest thing to look for was some portfolio of work to try and differenciate the candidates
Dannymetconan | 5 years ago | on: We throw away our power as engineers working for other people
Dannymetconan | 5 years ago | on: We throw away our power as engineers working for other people
You might not end up a millionaire but you'll generally be better paid then a lot of people in your age / social bracket.
A lot of people just don't want to make the sacrifices to run their own business!
Dannymetconan | 5 years ago | on: Ask HN: What is your favorite motto?
Because to be fair it normally will be so no point stressing about it.
Dannymetconan | 5 years ago | on: Why has college gotten so expensive in the last 30 years? A blank check in 1993
If you get 50 application is easy just to automatically remove the X that don't have a college degree.
Similarly to the way you might have a GPA cut off of some amount but they don't actually care what your degree was in.
In Ireland there are a lot of people who go on to do a Masters because when a large number of people have degrees it makes you more competitive. Anecdotal most my friends will tell you they use neither their undergrad nor masters in work life
Dannymetconan | 5 years ago | on: Why has college gotten so expensive in the last 30 years? A blank check in 1993
You do not need a degree 30 years ago to do lots of jobs that now require one. Higher education for a lot of organizations is just an easy way to cut the application stack down
Dannymetconan | 6 years ago | on: Show HN: Own your Kubernetes: installation, addons, best practices – as code
I think you would generally have the same issues as running a general data center on-prem. I have not seen any resources yet for running one specifically for k8s. I managed a beowulf cluster for a while for running one. It was a complete pain.
Dannymetconan | 6 years ago | on: How to negotiate salary in the software development market of 2019
Even as a quality candidate there might be a lot of way that you are going wrong. I would advise you try and get your CV looked at. This can make a big difference. I'm sure there is lots of advice out there. What market are you looking in?
It's great to produce something for free but if it wouldn't have been more then a couple of hours work to verify each of these tools, write tests etc. Even better would have been to produce a open source library