Dislike:
- poor search engine results
- relatively small
I want it to get to a level where you find the good stuff reddit used to have. Like niche hobbies, detailed analysis, etc.
I’m doing my part, I guess
Dislike:
I want it to get to a level where you find the good stuff reddit used to have. Like niche hobbies, detailed analysis, etc.
I’m doing my part, I guess
You know how scam emails intentionally include mistakes because they want to filter out smart people? Same idea.
Reasonably smart people will see this and go “this is garbage”. The idiots will go deeper, and become loyal gop voters.
despite a decade of experience, I can’t even get to the first round of interviews.
I’ve had several places reject me without even a phone screen. My last job was the same role, the same tech stack, and I achieved the things they wrote about in the blurb. I just get back “we’re looking for someone more aligned with our needs”.
What needs?? I check every box you put on the post!
My friend thinks the jobs don’t exist, and they’re just posted so the company looks good. Or they’re some other fraud.
I think that happens, but also there’s incompetence in the funnel. Recruiters can’t read, ai sucks, blah blah blah.
“Use a different language” is a common defense of javascript, but kind of a weird one.
Yeah. My last job, a PR with commented out code typically wouldn’t get approved. Either leave it in version history, or stick it on a branch
Call the function from the if block.
Now your tests can more easily call it.
I think at my last job we did argument parsing in the if block, and passed stuff into the main function.
Oh yeah. Cars are bad on like every metric.
Socially they isolate people. You don’t interact with anyone when you’re driving except to get angry. The micro interactions you have on the train matter. Seeing people that aren’t just like you, also annoyed that the train is delayed, or just having a nice time with their kids, matters. More than makes up for when other people are annoying.
Economically they hurt. It’s much harder to just pop into an interesting looking shop when you’re cruising along at 40mph. All the space dedicated to parking could be used for other stuff- housing, commerce, communal space, whatever.
They make spaces less safe. Other than the direct impact (no pun intended) of people getting hit by cars, or crashing into stuff, a space that has steady foot traffic is generally safer. If everyone was in their car instead, you’d probably be alone on foot with no one to help if something happened.
They’re bad for the environment. Air pollution, micro plastics, whatever.
Drunk driving is way more dangerous than drunk “riding the train”.
The more non-car options are built out, the better it will be for people who need to drive for whatever reason.
Cars culture is trash and if we ever escape from it, it’s going to take years.
I don’t think I know anyone who’s cheated. But I also hang out with a lot of polyamorous people, where cheating is possible but I feel like is less common.
Huh. I don’t think I know anyone who cheats so I guess I got lucky. Your post is plausible
Anyone entering through web development. If you’re self taught or did a “coding boot camp”, it might be the only language you’ve used. A lot of places use it for backend stuff now, too
I don’t know about “fine”. It has a lot of weird stuff baked in. Hoisting. Unexpected type coercion. Too many ways to loop over something and I always forget which one is which. “There’s more than one way to do it” is kind of a recurring problem, come to think of it. Several function declaration syntaxes. Dot notation AND bracket notation for objects.
Also it will forever bother me that object keys aren’t quoted.
const foo = "hello";
const bar = { foo: "world" }
That should be, in my mind, { "hello": "world" }
. It’s not. It’s { "foo": "world" }
But if you want to do that, you need to do const bar = { [foo]: world }
. Which looks like your key is an array with one entry, a string with a value of “foo”
You also end up learning a whole framework, with its syntax and idioms, every couple years. Angular. React. Redux. Whatever.
There’s also a lot of people who have never used anything else, and want to use javascript for everything.
Javascript is basically D&D. Wildly popular. Full of legacy jank. People try to use it for anything even though there are better or more specialized tools.
games? I found a civilization port for the phone and it sucked up a lot of time. Turn based so you can do it for a few minutes at a time: https://yairm210.itch.io/unciv
learn a language? duolingo and other apps are out there
Reminds me of my first big success at work. There was a weekly report that people wanted generated - it showed how much like each operator had done, how much each warehouse had shipped, how many orders we lost from stock issues, etc. it was a low tech company, so they had someone going through the limited UI, looking up each thing one at a time, copying it into excel, and making the report that way. It took hours, and was error prone from stuff like mis-pasting or accidentally skipping a user.
Took a look at it and was like you could definitely automate this. Used some very primitive scripting to pull all the info out of the system’s UI and dump it into a TSV. Took like a couple minutes to run it, import into excel, and add the colors. But it was super janky because it was manipulating the UI like a user instead of, like, directly querying whatever underlying data store it was running on.
Still, management was impressed. I later learned no one actually looked at the report most weeks, so that took some of the wind out of my sails.
This is an ancient joke but they replaced the original pigeon with a blue thing instead. :confused:
Maybe the design is bad, then.
Javascript could throw an error to alert you that the input is supposed to be a string, like most languages would do.
I had an issue with installing mint. Never figured it out. Got the older LTS and it worked fine though. Maybe try a different version?
Funny, because when I go to the suburbs or other sparsely populated areas, walking around without anybody else feels dystopian. Feels like a post-apocalyptic setting, where everyone else got taken by aliens or plague or something.
It’s not always tourists but stopping in unexpected places is a common irritation in NYC. Like, they’re walking on the sidewalk and just stop, and mess up the flow of foot traffic. Maybe to look at their map or to gawk at something. It’s extra annoying and a little dangerous when it’s on the stairs
Is this an age thing? I’m about 40 and I never had instagram, barely used facebook, and didn’t use any others really. I don’t think I’ve ever had a problem where someone backed out because I didn’t have instagram. But I also don’t have a big group of casual friends, and maybe that would be harder.
Discord sucks, but I’ve noticed a lot of social groups use it. A couple meetups I go to all use it for communication. Maybe that’s more bearable than instagram?