• 4 Posts
  • 58 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle
  • As @candyman337@sh.itjust.works said, use a recruiter/agency. Post your CV to indeed and reed. It depends also where you are, in EU the job boards are different than US I guess. Speaking of LinkedIn, have you posted a message saying “hello world, I’m open to work and I’ve experience at this $stuff”, and then ask your friends to share it. I got a couple of contacts that way.

    Also, look for a resume builder/parser. Quick search gave me https://www.open-resume.com/ https://noted.lol/open-resume/

    Pretty much everyone uses a CV parser when you apply, so if your is not formatted properly it’s properly one of the reasons you get rejected. Another reason is that probably they recognize you are above what they need, so they know that a) you’d be expensive and b) probably get bored fast and leave. Put stuff you have experience with, specifying what your experience is, what your contributions were to the project etc. Saying “5 years of experience on $language” is not very meaningful. Writing “I created a Perl program to import data from Word docs to a MySQL DB, optimizing the code to use no explicit variables” (true story btw) is better. Or most likely “worked on $project for $industry, implementing $modules and enforcing $best_practice, collaborating with the wider team and helping mentoring other junior developers”. Don’t forget to mention non-technical skills. Companies look for someone whom is nice to work with more than someone who knows everything. A guru that alienates people is less worthy than someone that maybe don’t know everything (and admits it) but can talk to others.

    Re: time wasters. Holy shit 8 round of interviews! Even MS and AWS are less than that! MS was the biggest in my experience with 5 (but tbh it was all in a day, so not a horrible drawn out process, just different people). But you can ask at the beginning when speaking with the hiring manager what’s the process, and you can decide if it’s something you want to spend time on or nah.

    Best of luck and don’t be discouraged! I had a 3 months dry spell once, applying every day to multiple roles and being rejected. It’s part of the game I’m afraid. Venting helps. Not getting a job immediately is not a failure in your part.

    Best of luck!






  • the question is: why do you want to move on from the Rpi4? Also, how do you plan to handle video decoding 0f x265/av1 streams? Do those miniPCs have a video card with hardware transcoding capabilities? If you plan to do it on software (i.e. CPU transcoding) the CPUs will run hot most of the time.











  • I know exactly what you mean. Just for general information, I’ve found another android client that I think it’s better than Conversations. It’s called Monocles chat (and it’s on f-droid). On matrix/xmpp I install the whatsapp bridge. I can convert a few close family members but no way everyone. For me it’s an acceptable compromise. I get the close members to use my servers/apps, everyone else through the bridge so I can at least have all the chat in one place



  • The chat server (matrix and xmpp have different ones, but same functionality) that act like a whatsapp desktop client. Have you ever run whatsapp desktop client on your pc, where you have to pair it with your phone? Same thing, but you do it withing a special “bridge” (usually as a bot) in matrix or xmpp. So you get all the messages in one place. But it doesn’t work for calls, just for messages.




  • No.

    Yeah ok. First of all, because I can 😁. I mean z what’s good being an IT nerd if I can’t change stuff when I want?

    Jokes aside, I’ve been reading more recently on matrix and looks like there are some security issues in the design of the app/protocol. I’m on mobile now, I’ll look for sources when I’m on pc. Also I don’t like that it is a server centric system (so data is primarily on the server instead of the clients). Also it takes more resources than I was expecting. For less than 10 users I can’t have less than 4gb of ram (on a dedicated debian server, running docker) or it swaps so much it kills the system.

    So basically I’m testing out if xmpp is a better system for those issues.