• 1 Post
  • 58 Comments
Joined 2 years ago
cake
Cake day: June 8th, 2023

help-circle
  • Hi! I’m a dev with > 10 years of experience and I’ve been laid off twice in the past few years. Both times I’ve spent more than 5 months without a job. It’s not just you, hang in there. The current market conditions are tough with lots of layoffs in the industry and resume writing and reading getting automated.

    I’d say keep your friends close - make sure they know you’re looking, frequently, as you’ve noticed an internal referral can speed things up; and keep busy - working on maybe some personal projects, or contributing to things that are out there can help keep you sharp, motivated and doesn’t hurt to have on that resume.

    You can start looking at job aggregator sites, not just career pages. there’s indeed, builtin, etc etc etc. I personally also am a big fan of the hacker news monthly who’s hiring thread. It’s frequently a good way of getting in touch with folks who are hiring directly.



  • The & is an indicator to most shells to run this command in “the background”. Try and run ( sleep 10; echo hi ) & - you’ll see you get your shell prompt back, where you can run more commands, but 10 second later you’ll see that ‘hi’ come through. ‘blocking’ is the default behavior, if you don’t add the & you’re still going get the hi in ten seconds, but you don’t get a prompt because your shell’s execution is blocked until your command is done.

    The doc here is indicating that you havea choice between autostart_blocking.sh and autostart.sh, the latter of which would be run with a &. They could have expressed this better.

    As for why your script didn’t work, I’d try executing it in a terminal to see what error message comes up.















  • Hi! Although your post is full of reasonable advice on maintaining privacy online I want to challenge you on the statement that the threat model matters. The contrapositive of the statement “I don’t need privacy if I have nothing to hide” is “I have something to hide, if I need privacy”. This puts those marginalized groups you mentioned in a position where simply by using a privacy tool or technique, they draw suspicion to themselves. It might immediately raise subconscious alarms in internet communities like facebook, where the expectation is that you use your real name.

    The only way privacy measures work for anyone, is if they’re implemented for everyone.

    Further, I’d like to challenge the concept that a cis white tech bro has nothing to hide. There’s a big invisible “for now” at the end of that statement. The internet, mostly, never forgets. We’ve had waves of comedians get “cancelled” over tweets they made years ago. Times change, people grow, laws regress. Posting statements about abortions is as of this year, suddenly unsafe. Maybe posting about neurodivergence comes next. Who knows with the way the world is going, maybe 5 years from now you’ll regret having posts on /c/atheism associated with you.

    I think a good way to be considerate of privacy is to think in terms of identities, what those identities are for, and what links those identities. Does your identity on github need make comments about your political leanings? Should your resume have a link to your github? Does your identity on etsy need to have a link to your onlyfans? Does your dating profile need a link to your reddit account? Your “2nd” reddit account? Not all of these are clear yes or no answers, they’re just things to consider and make decisions about. Also, consider what class identities you only have one of, and what class of identities are for the most part unchangeable, e.g. attaching your phone number to two separate identities functionally links them.