Comment on
ADHD, finishing projects and being independent
I take ADHD medicine (Vyvanse). I only started a year or so but it's been helpful.
Comment on
ADHD, finishing projects and being independent
I take ADHD medicine (Vyvanse). I only started a year or so but it's been helpful.
Comment on
What are your programming hot takes?
Reply in thread
Big hot take to me; especially in an organization with a large size and code high standard
Comment on
Career advice for a tech enthusiast
My perspective is that language is not as useful a metric as people believe it is. A lot of companies interview in languages that are not their own.
I don't like Java myself mostly because the company's that make heavy use of java tend to be slow moving giants that write classes like AbstractBeanFactoryFactory. I'm not a fan of the language much either. If had to pick a JVM language it would be Kotlin.
For salary's maybe look at the StackOverflow survey. I'm not saying to dedicate your life to Zig but maybe Java is statistically not the optimal choice. Do be aware that this graph is the average, and I'm sure highly paid Java engineers are not an uncommon sight, it's just that the masses of crappy enterprise jobs drag them down.
Comment on
Become a Better Programmer by Taking a Shower
Reply in thread
It's an algorithm question. If somebody gave me your solution in an interview I would ask them to solve the problem without a dependency. These questions are about demonstrating your ability to code whilst understanding space & time complexity.
Comment on
Preventing and managing RSI and/or other injuries
I do these stretches that Day9 talked about very regularly. I used to play some Starcraft 2 but the habit stuck.
Comment on
*Permanently Deleted*
Reply in thread
Can you list ones you found valuable?
Comment on
What kind of conversations do you have with Directors?
Read this and maybe you'll think of some useful questions to ask related to problems they may be able to directly fix.
Comment on
We have used too many levels of abstractions and now the future looks bleak
Reply in thread
Postfix wasn't in my university degree, nor do I think it should be. It's useful to know about SMTP but it's like saying you need to know the history of brick manufacturing to be a material engineer.
Comment on
A command-line Fediverse client that doesn’t require a server
Reply in thread
I searched the internet and found the source: https://github.com/BentonEdmondson/servitor
Comment on
Inside the Workflow Metrics of Elite Dev Teams
Goodharts Law applies here - "Any observed statistical regularity will tend to collapse once pressure is placed upon it for control purposes"
Comment on
...
Reply in thread
I hate go templating, I really really do. I don't even really know why. I just hate it.
Comment on
What do you think would be an actually good use of blockchain/smart contracts? What kind of problems (big or small) is it a good tool for?
Reply in thread
Want to explain your rational?
Comment on
The switch-case starts on line 83.
Reply in thread
I'd use logger that prints the file and line number when logging, to avoid the question of: "where is the log coming from"
Comment on
[Julia Evans] Branches have no rules
is reflog very unfriendly UI? what would make it better?
Comment on
How was your start into the open source community?
My first real brush was taking part in GSOC, Google Summer of Code, where I got paid to work on an open source project.
Communication with my project mentor was over IRC and I felt this was a fairly large hurdle for me at the time, learning the lingo and the etiquette.
My project at the time went quite poorly. I attribute this failure mostly to myself. I was unable to wake up at the time my mentor wanted to meet and he became frustrated. My work quality was ok, but not the best.
It turned out I had undiagnosed medical issue (DPSD & ADHD); but it's probably a cop out to attribute all of the failure to just that. I got halfway through the thing meaning I got paid still a pretty sizeable sum for the work I did. But it never got commited, so I feel like I cheated slightly. I feel very bad for my mentor who was trying his best, but I was not very good about communicating back then.
Since then, I've attended FOSDEM, contributed small stuff, and even done stuff on some pretty popular projects. But have never been "in" a community like I was then. IRC still scares me. But I do intend to join when I find something I'm really passionate about.
Comment on
[Julia Evans] Branches have no rules
Reply in thread
I'm not sure how one would reach reflog the ability to read or write