HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Anon1096

2,012 karmajoined 11 years ago

comments

Anon1096
·5 days ago·discuss
Most likely the building gets stabilized and then anyone involved gets embroiled in lawsuits and it stays standing half finished for years. One Seaport is a famous recent example of an under construction skyscraper getting halted for structural issues. https://en.wikipedia.org/wiki/161_Maiden_Lane
Anon1096
·11 days ago·discuss
> In Japan, there's a big issue when a snack raises its price 2 cents

No, there really isn't. You're looking at one company that "apologized" as a marketing play but outside of that prices have been increasing with no fanfare for years now. The annual inflation rate has been 2-3% for the past 4 years. It's a lot less interesting to write a news article about that though.

https://www.stat.go.jp/english/data/cpi/158c.html
Anon1096
·14 days ago·discuss
I would wager most if not all of the tokenmaxxing was done on enterprise API priced plans, not subscription plans. You can't actually token"max" if you are limited in the amount of tokens you can use per 5 hours.
Anon1096
·14 days ago·discuss
That's because you pretty quickly catch downvotes from people with sour grapes whenever you talk good about working at big tech. Quadruply so for companies much more hated than average like Palantir/Meta/Oracle. It's just what echo chamber downvoting culture gives you it doesn't really have to do with what's happening internally. They're very very happy to spill beans and talk about the current environment on Blind which is a lot less hostile.
Anon1096
·18 days ago·discuss
No not really your perf will only realistically influence 10 maybe 15 percent of your comp for your first 4 years. Vast majority is fixed at signing time. Numbers there are truly what you can expect to get.
Anon1096
·24 days ago·discuss
You frequently having to tell people about a global configuration gitignore is an obvious consequence of "My general rule is that in-repo .gitignore should only be used for repo-specific things". It wastes less of everyone's time to just gitignore them in every project.
Anon1096
·26 days ago·discuss
Do you really think the guy branding thousands of people working at Meta as basically pedophiles can really be said to care about "solidarity"? I certainly wouldn't consider someone a peer if they randomly go and call me a pedophile because of where I work. I'm sure 95% of people working there have 0 relation to the algorithm decisions and definitely have no particular fixation on giving teenage girls depression.
Anon1096
·last month·discuss
Many people do have unlimited budgets because their work pays for it. Just because the latest SOTA model isn't something most consumers can afford for personal use doesn't mean it's not worth releasing or discussing. I would guess that the vast majority of software that benefits from being on the bleeding edge is developed by people working at companies on API pricing.
Anon1096
·last month·discuss
No, that's not what it means at all even if just doing it purely in math terms. Really it is just a reasonable amount to cap at to stop the long tail of super spenders (tokenmaxxers). You could also call it "the amount of AI spend after which Uber has decided there is diminishing returns for the average engineer".
Anon1096
·last month·discuss
There are quite a few making that much yearly but not the average. Median swe at meta is almost surely >1MM net worth at least and maybe even 2.
Anon1096
·last month·discuss
Target market for stacked PRs are ICs who don't have much decision making power and let's be real do not care too much about the look and feel of a "launch site" for the feature. It's also something few if anyone is making a purchasing decision over.

Target market for copilot includes people with actual purchasing power and also many new users where this is an actual make or break feature. So this is worth the investment into design while stacked PRs is questionable. I actually question why they bothered with anything more than a blog post at all for stacked PRs (looking at the post it doesn't seem like too too much more than a blog post though).
Anon1096
·last month·discuss
[flagged]
Anon1096
·2 months ago·discuss
Claude is so in demand at the moment that there aren't really volume discounts. Anthropic sets the terms and you either accept them or get lost they have that much of a lead (mindshare/desirability wise).
Anon1096
·2 months ago·discuss
Bitflips specifically may not be; things like network issues, noisy neighbors, row/rack/host maintenance (leading to a downed and migrated host) absolutely are things that happen at high frequency at scale and cause your background level of errors to be more than 0.
Anon1096
·2 months ago·discuss
This was always a little weird to be because Microsoft internally is actively hostile to cross-org collaboration. If you worked in most of Azure you basically have 0 lanes of communication with someone from the Windows team and vice versa. Triply so for stuff like Kusto or Teams which you'd be dogfooding daily. I guess if there's a horrible stop the world bug it'd get surfaced through telemetry but normal user feedback is not a thing.

Compared to working at other big techs, where I was able to direct msg the engineers on the team for internal protobuf or datalake services in addition to user groups that were generally responsive it was just strange. Also Microsoft doesn't have a monorepo so you can't just commit patches to their service because you don't have access to their repos which I pretty regularly do elsewhere.
Anon1096
·2 months ago·discuss
Calling #2 more sustainable has no basis in reality, it's just a feeling. It's like saying that clothing before the loom or farming before the tractor were "more sustainable". No, it isn't, it just appeals to yeoman farmer instincts that somehow technology=bad when it's what powers (and sustains) our modern world of 8 billion people.
Anon1096
·2 months ago·discuss
One of my favorite things to come out of Alice in Wonderland is the Red Queen's Race, which has been used as a metaphor in many many fields for the concept of needing to work as hard as you can just to keep up with others, not even to get ahead.

> "Well, in our country," said Alice, still panting a little, "you'd generally get to somewhere else—if you ran very fast for a long time, as we've been doing."

> "A slow sort of country!" said the Queen. "Now, here, you see, it takes all the running you can do, to keep in the same place. If you want to get somewhere else, you must run at least twice as fast as that!"

https://en.wikipedia.org/wiki/Red_Queen%27s_race

Also related, recently it's been used to describe involution (neijuan) in the chinese economy https://en.wikipedia.org/wiki/Neijuan
Anon1096
·2 months ago·discuss
Software that is sold as a service and requires ongoing maintenance like running in the cloud (and people to keep it running in the cloud) is opex not capex. Google Search is most definitely opex.
Anon1096
·2 months ago·discuss
The best way to use LLMs is via tmux where it's running on a disposable VM. 0 chance of it getting information from your local machine.
Anon1096
·2 months ago·discuss
A bug-for-bug port to Rust is the first step to fixing that. Assuming the port is actually 1:1 without any behavioral changes, these bugs already exist in the Zig code. The difference is now it's known where effort can be dedicated in order to one day have a memory-safe release of Bun. People have absolutely lost their mind over this and completely forgotten the benefits Rust gives you. I feel like I've gone back 10 years reading threads about the Rust port of Bun these are the exact same arguments we see from people advocating continued use of C++.