Live data from Hacker News

Meta announces hiring freeze, warns employees of restructuring

bloomberg.com

441–450 of 540 posts

Re: Meta announces hiring freeze, warns employees of restructuring

#441

I predicted that Facebooks VR/AR gamble won't tak off. Simply because developing virtual content and tools is IMO comparable to game development. Also wearing such a headset for longer time becomes quite uncomfortable. I start sweating under it and most of us here in Europe don't have AC's at home which makes it impossible to use when it's warm. That being said, I am curious how PlayStation5's VR2 will do. I got the…

That assumes that the headsets won't get smaller and lighter over time.

Re: Meta announces hiring freeze, warns employees of restructuring

#443

During the first week of July, interns were also notified that there would be no return offers for full-time roles. In very few cases a favorable enough rating on their performance reviews led to a full-time offer.

I believe most if not all software engineering interns who got a GE performance rating (highest possible rating for interns) received return offers. I think GE is only awarded to the top 5-10% of interns though.

Re: Meta announces hiring freeze, warns employees of restructuring

#445

Earlier quoted context omitted.

for html node selection? this seems like a silly jump

Exactly, how many times does anyone ever reach for binary traversal in their experience? It’s optimising for the 1%.

Tree structures are very common in software. Needing to traverse them is also common. Sometimes people write utility functions to help you do it (that's where querySelector comes in), but it's really bad to think this knowledge is useless in writing software. You can't even list files recursively in a directory if you don't know how to properly do a tree traversal.

There are many algorithms in "leetcode" style questions that almost never get used in real world software development. Tree traversal is not one of them.

Heck, the whole family of lisp languages are nothing but "(non?)abstract syntax trees". Imagine getting reprimanded by a user named `morelisp` :)

And to be pedantic, since DOM trees are not binary trees, it's not a "binary traversal" problem. I encounter binary trees a lot less than the non-binary counterparts, but the traversal algorithm is basically the same.

Re: Meta announces hiring freeze, warns employees of restructuring

#446

Earlier quoted context omitted.

Not just pay, but also perks, people, and prestige. All of which will make your daily life as an engineer more pleasant and catapult your future career in ways the vast majority of other companies cannot. Is it selfish? Perhaps. And maybe Meta will fall out of the pantheon of top tech companies at some point, but for now they’re still there. The projects in their domain is definitely more interesting than slogging th…

Sorry, I must not have expressed my question clearly. Specifically which projects are interesting? They don't seem to be doing anything new, at least from the outside. I don't mean by that 'anything new for Facebook' but genuinely novel things, things you can't work on anywhere else. Stipulated the rest of it -- what's the engineering challenge?

I dislike Meta as much as the average person here, but it's easy to imagine challenging projects at their scale.

Say for example using advanced engineering techniques to optimize existing processes to achieve a 0.1% speedup. That alone could save a couple million dollars with Meta's scale. And it's only possible with the kind of scale they have.

And of course outsiders wouldn't even notice such a thing.

Re: Meta announces hiring freeze, warns employees of restructuring

#447

Earlier quoted context omitted.

If you think the world’s economy is in good shape, I have an investment to sell you.

You're responding to something I never discussed.

How about "If you think this isn't 2008 by a long shot, I have an investment to sell you." ? Interested now?

Re: Meta announces hiring freeze, warns employees of restructuring

#448
post #280

Earlier quoted context omitted.

Our CPIs have been absurd ever since the privacy changes. Meta is fucked and I don’t think people realize how much of an effect this is going to have on the entire internet. There are large downstream effects the iOS privacy changes are having on mobile advertising and the viability of companies that rely on mobile programmatic to bring people in the door.

Somehow businesses marketed effectively before individualized ad tracking. I don’t think the world is going to end.

I think this is missing a lot of nuances of digital advertising and the environment that business now operate in. The two major types of ads that used to exist were local and brand. Local is pointless for vast majority of today's digital businesses. Brand is very expensive from both a production and spend perspective, it is only suitable for already large businesses, there is also a lot of research that suggest it is very ineffective in actually generating sales for B2C.

Third option was to take out ads in a specialist publication to reach an audience that would mostly be aligned with your product (ie. business that makes chess boards taking out an ad in a chess magazine). This is probably the closest equivalent of targeted advertising today.

The barrier to entry for retail has dropped ridiculously with Shopify, allowing for niche and specialised retailers in a way that was previously not feasible. Acquiring new customers is still the hardest thing for a business to do, always has been and always will be, without the ability to reach new customers and connect with the audience who is interested in the businesses niche that is all dead in the water.

Re: Meta announces hiring freeze, warns employees of restructuring

#449
post #161

> “I had hoped the economy would have more clearly stabilized by now, but from what we're seeing it doesn't yet seem like it has, so we want to plan somewhat conservatively,” Zuckerberg said. A Meta spokesperson declined to comment. The economy is stabilizing. It's being weaned off of ultra-loose money for the first time in years. The stock market is starting to behave more rationally, demanding that a company whose…

No post body was provided.

Re: Meta announces hiring freeze, warns employees of restructuring

#450
I wish they improve products for users. For example, IG on my newest smartphone is the only app which totally freezes on ads stories. You have 80k employees but simple slider in IG desktop version can't keep its position if you close story. Why, it's just a few lines of code. Rather not mentioning content on FB, it was so much better 10 years ago.
Post reply on HN