How many people on Any Forums actually have jobs? 99% of the people here wouldn't even be able to do Two Sum let alone pass a FAGMAN hiring loop?
Are the posters just larping?
How many people on Any Forums actually have jobs...
workposters deserve rope
I would say 45-60% now that most of us are mid 20s-30s
I'm web dev IRL
def twosum(ns, s)
ns.each_with_index do |n, i|
ns.each_with_index do |m, j|
return [i, j] if i != j && n + m == s
end
end
end
too slow, your resume has been binned.
I got hired at the very first position I applied to after my master's. Having your github link on your resume is too powerful
uh i didn't give you one sweaty all i did was post an anime girl
>after my master's
Found the true source of your power
You can work as a secretary under the table though
I'm 42 and jobless. I worked in IT for 20 years and then developed a bunch of health issues. Now I do freelance coding and am jumping into biug bounties.
RAGIE WAGIE
STOMPS HIS FEET
RAGIE WAGIE
CANT BE NEET
IF HE DOES
HE WONT EAT
IF NO SLAVING
SLEEP IN STREET
RAGIE WAGIE
STAMP HIS FEET
RAGIE WAGIE
SCARED OF NEET
WAGIE CRY AND WAGIE MOAN
WORK HIS FINGERS TO THE BONE
WORK AND WORK NO TIME FOR FUN
ONLY EXIT IS A GUN
just me
Dev wagie here.
Small company, at least we can call each other niggers.
Co-founder here and use Arch for work
60% have jobs, 35% are in school or in-between jobs, 5% are disabled
I got a job as soon as I finished school, I actually wanted to take a break year, but my family doesn't believe in not doing anything, unless you're a woman, in which case you don't even have to work at all, break year every year
Anyhow, I got a job as a full stack web developer and educator, mainly working in React and Nodejs, but want to work a bit more in Python and Go
i'm pretty sure most of the people around here have jobs, they just don't participate in schizo loser threads and avoid discussions with broken people
I don't even work in tech at all, i just larp by googling stuff and knowing a bit about hardware
i really just lurk and shitpost here desu
vector twoSum(vector& nums, int target) {
vector res(2);
unordered_map s;
for (int i = 0; i < nums.size(); i++) {
if (s.find(target - nums[i]) != s.end())
{
res[0] = s[ target - nums[i] ];
res[1] = i;
return res;
}
s[ nums[i] ] = i;
}
return res;
}
[/code]
I think lots of people on /g have jobs, but I don't know how they got them considering some of the advice I have seen here
I have a job, and it's not a programming job. I work in a datacentre. An Indian guy actually, genuinely, unironically emailed us today asking us to "do the needful". I didn't know they really said that; I thought it was a meme.