Is there any way to make images accessible other than the alt tag? I'm sure SVGs are more machine-readable, but how would that help vision-impaired folks?
I see this as roughly equivalent to amortized big O complexity. If I push to a vector repeatedly, sometimes I will incur a significant cost O(n) of reallocation, but most of the time it's still O(1).
Similarly, if Meta violates the law, and is infrequently fined a small fraction of their revenue by a small number of governments, in general it will not be a big deal for them.
You also have to ask "how much is the specific thing in the lawsuit worth to Meta?"
I don't know how much automatically opting everyone in to automatic photo tagging made Meta, but I assume its "less than 100% of their revenue".
Barring the point of contention being integral to the business's revenue model or management of the company being infected with oppositional defiant disorder a lawsuit is just an opportunity for some middle manager + team to get praised for making a revenue-negative change that reduces the risk of future fines.
Work like that is a gold mind; several people will probably get promoted for it.
I think time is different because it's finite. I admit I'll still opt for store brand to save a few bucks even making an engineering salary. But I'll also do something "illegal" (like parking at a metered spot without paying) to save time or otherwise do what I want and just deal with whatever financial cost incurred if I know it won't break me.
A saying I've heard is that if the punishment for a crime is financial, then it is only a deterrent for those who lack the means to pay. Small business gets caught doing bad stuff, a $30k fine could mean shutting down. Meta gets caught doing bad stuff, a billion dollar fine is almost a rounding error in their operational expenses.
> on 21 February 2008, the US Navy destroyed USA-193 in Operation Burnt Frost, using a ship-fired RIM-161 Standard Missile 3 about 247 km (153 mi) above the Pacific Ocean.
I'm not sure people treat this as a Very Secret Number. Certainly using SSNs publically has gone away, but people are willing to provide their SSNs to basically anyone that asks for it. Heck, some job applications ask for your SSN.
> the flood of obviously not qualified at all applicants we got was insane
From speaking to folks looking for jobs in tech over the past few years, this is a natural result.
1. Companies write requirements on the job posting that are a little beyond reasonable for the role and salary.
2. Applicants learn over time, and start applying to jobs for which they only meet most of the qualifications.
3. Companies adjust and write even more ridiculous requirements.
4. Applicants start applying to jobs for which they only meet some requirements.
5. Repeat.
As evidence that the applicants are, at every stage, correctly reacting to the situation: I have received positive responses (and, later, job offers) by applying to roles for which I am only mostly qualified, and I know many people for whom this is true of jobs they are only barely qualified for.
The last req I opened I closed around 500 applicants. I opened it Thursday afternoon and closed it Tuesday morning.
Over 40% were totally nonqualified. The job was for a rails engineer. In the current market, I wanted exactly what I asked for: a senior rails eng. But as long as the applicant had shipped a web app in a dynamic language -- node, react, vue, svelte, django, flask, phoenix, whatever the php folks use, etc -- it's not unreasonable to apply. That 40% had never shipped a webapp. Another 10% or more completely ignored the senior: many had < 1 year of experience.
I ended up using AI to filter because even 1 minute per is an entire 9 hour day. Engaging for 3 minutes per application is 3x that. And I can't be in a position where I spend effort while the applicant spent none: I assume the bulk of these were just mass applications.
I think it is an anecdote about a trading firm. Something about throwing the CVs to their desk from a few feet away. Only the ones who made it to the desk were considered. After all who wants to hire unlucky traders?
>And I can't be in a position where I spend effort while the applicant spent none
But isn't that literally what you are paid for? Your job is to do the steps needed to hire someone and that includes reading through applicants. Why would the applicants -that are dojng this for free, for a promise of a posibility- need to put more effort than you?
> As evidence that the applicants are, at every stage, correctly reacting to the situation: I have received positive responses (and, later, job offers) by applying to roles for which I am only mostly qualified...
Even fifteen years ago, I was getting advice from grizzled (programming industry) veterans of the form
If you match even half of what they're asking for, apply. Most of the time, those lists are put together by HR; and even if the list is completely accurate, they're never going to find anyone that meets all those requirements. The ad is asking for the *ideal* candidate. The smart companies know they're going to have to settle for less. Let *them* filter *you* out.
I've interviewed a fair bit, both in and out of Silicon Valley. I've had exactly two interviews where the folks hiring knew exactly what they wanted. All the others were like "Well, we need a programmer to do programmer stuff, IDK.".
That's nothing new. From the job applicant perspective it has always been stupid to filter yourself out if you're even slightly qualified. I mean if you're already unemployed then you have plenty of free time to submit applications so there's nothing to lose.
I wish this wasn't true (but know it is from experience), because those of us who are posting job requirements that actually correspond to what we're looking for are left with nonsense applications.
In your process, I understand why step 2 would occur. But what are the companies "adjusting" to in step 3? What's gone out of whack for them that they're trying to correct?
Well, if the majority of candidates are applying to a job where they only meet four out of five of the requirements, if the employer can add a sixth requirement they may naively think then applicants will have five out of six requirements.
Alternatively, if they receive too many applications, a solution is to be more specific so they receive fewer or they can filter out more earlier. Adding additional requirements is one way to do this, even if the requirements are not necessarily connected to a successful candidate (knowing how to write in languages that aren't used in the company, for example); some recruiters don't seem to know that some of those requirements are completely irrelevant to the position.
It’s a Turing pattern generator. Inevitable results.
To fix it, employers could require applicants to include a random variant as part of their application. What parameters? Postage, as is being discussed. Attach a handwritten personal reference letter.
I once designed, built and sent — on my own initiative — a building facade model for an architecture job, but it was with Michael Graves, so I’m sure other applicants sent in entire villages. They were old school enough to send it back with the rejection letter.
I'm not sure it is valid to use the first ad ever as a basis for comparison. At this time it was a novelty to even have a television – of course an incredibly basic ad would work. And how much do you think they had to pay for an ad on a very new technology? I doubt much.
Docker does not and cannot offer full isolation. A sandboxed VM on someone else's computer is less likely to be problematic for running untrusted code than a container on your system.
seems not to justify submitting to a proprietary single vendor solution where users are locked into opaque checkpoints they forgot how to migrate away from. this is not something made for users lets be clear. there are tens or hundreds of vm layers for defense in depth for docker so thats a non argument, no one says docker has to provide security its for tooling and common practices that allow vendor independence and moving to self hosted stacks as needed!