Confessions of a Software Developer: No More Self-Censorship
11–20 of 372 posts
Re: Confessions of a Software Developer: No More Self-Censorship
#12My knowledge-gap confession: even after many years with the languages, I can't write a main() in Python or Java without looking up the format.
(obviously it's not but it is super nice that main in Rust is just:)
fn main() {
}Re: Confessions of a Software Developer: No More Self-Censorship
#13Re: Confessions of a Software Developer: No More Self-Censorship
#14My knowledge-gap confession: even after many years with the languages, I can't write a main() in Python or Java without looking up the format.
Re: Confessions of a Software Developer: No More Self-Censorship
#15Re: Confessions of a Software Developer: No More Self-Censorship
#16Being bad at problem solving with people far away is just another problem you can solve with practice. Same as being bad at problem solving even when help is right next to you.
Re: Confessions of a Software Developer: No More Self-Censorship
#17Work sucks in general. Remote work is of course not perfect, but its problems need to be compared against non-remote work problems..
Re: Confessions of a Software Developer: No More Self-Censorship
#18If you ever feel bad about yourself as a programmer you can go read some Rasmus Lerdorf quotes to cheer up :)
Unlike OP though, I cannot be as open about these companies as we would definitely not have any clients left after.
Re: Confessions of a Software Developer: No More Self-Censorship
#19My knowledge-gap confession: even after many years with the languages, I can't write a main() in Python or Java without looking up the format.
void main() {
}Re: Confessions of a Software Developer: No More Self-Censorship
#20Remote work is great (for the reasons you gave and more) and saying it "sucks" made me roll my eyes, and it's reductive in the same way as saying office work "sucks." I wouldn't have had a job if in-office was the only option. It certainly didn't suck for me. Being bad at problem solving with people far away is just another problem you can solve with practice. Same as being bad at problem solving even when help is ri…
Yes, "remote work sucks" is reductive, but I elaborated beyond the heading. Also, I wouldn't disagree with "office work sucks." Remote work simply has its warts, too.
> just another problem you can solve with practice
Perhaps, but practice alone clearly isn't enough. I've been working remotely since 2020 and it hasn't gotten more enjoyable. I would love to solve that problem, though. I read Remote: Office Not Required by Jason Fried in the past, but that was written a long time ago. I've added more recent works (Effective Remote Work by James Stanier and The Async-First Playbook by Sumeet Gayathri Moghe) to my reading list.