Hacker Newsnew | past | comments | ask | show | jobs | submit | sethops1's commentslogin

Apple was selling Intel Mac Pros in 2023, it's absurd these things are coming up on EOL already.

Check out MacPorts. It was the original package manager, still going strong, and it supports Macs going all the way back to the Leopard era. It also always used /opt instead of taking over /usr/bin like Homebrew.

What do you get from upgrading the firmware? I have a 10 yo smart tv that I simply treated as a dumb tv. Works fine.

Mostly bug fixes relevant to higher end home theatre setups. Typically bleeding edge stuff where a TV is released before a new HDMI spec is fully baked or whatnot. One of my older OLED panels needed a number of updates to get proper Dolby Vision profile support a few years back.

Typically not all that relevant most of the time to the average consumer, but if you’re having a persistent annoyance it’s worth looking through release notes from time to time.

This ignores that the vast majority of consumers actually use the smart tv features like the Netflix app. Then updates start to become far more relevant and eventually mandatory.


I updated my LG C5 firmware via USB and my Nintendo Switch 2 now says “Switch 2” on the home page instead of “Unknown Device”. So that’s nice I guess. Also it seemed to fix something with the 120hz HDR 10:10:10 signal when connected to my PC if I recall correctly that before resulted in poor image quality.

I have a TCL TV where a recent firmware update actually fixed up some Arc power settings and a few other things. I only connect the TV to update it once every 6 months, and as soon as the update is done, it gets unplugged from the network again.

These bug me so much. Those 20+ minute ads do nothing but piss me off. I have to grab the remote or switch tabs or whatever to get past them. To the point where I'm on the verge of adding YT to the permanent block list along with Facebook, Instagram, X, etc.

Serious question: Do you watch a lot of YouTube? Why not just cough up the $16 for YouTube Premium? Creators actually do get paid more for Premium users' views than they do from adsense. You get to see none of these ads that piss you off.

Look, I run UBlock Origin myself. But that's because there's zero other way to look at any Web content without going insane with videos and other garbage popping all over the place, and even when sites have memberships, I use too many distinct ones anyway, and the memberships may not remove the ads and junk.

But when it comes to sites like YouTube that let me choose between "ads" and "non-ads" experiences... I guess I'm just saying I see a ton of ROI on the $16.


I don’t use YouTube at all but I can still answer - Because $16 will become $20, $30, $50 … and then they will begin to show ads again anyway.

I don't get this commonplace logic. Why make the decision on the possible distant future? You can always just cancel when that happens.

The moment the cost went from free to more-than-free is “when that happened.” I’m not willing to participate.

> I’m not willing to participate

Nah, you're participating by watching. You'd have 100% of my respect and 100% moral high ground with your stance just by avoiding youtube.com.


Your assumption I’m watching is invalid.

You expect Google to serve thousands of petabytes per month (costing hundreds of thousands of dollars in raw bandwidth) for absolutely nothing in return?

I have zero expectations of any business. If they have an expectation to be paid then they need to offer something of value. Their costs to operate are not my concern.

If they're not offering something of value why are you using the thing that you say doesn't have value?

I don’t. Please see original comment.

Well this discussion about getting YouTube premium is clearly aimed at people who use YouTube but without premium, not people who don't use YouTube at all.

Follow the thread all the way up for the full context.

Do you think it's that low? I would have assumed 7 figures in bandwidth.

You won't pay for something because of inflation? How do you survive, since everything's affected by inflation? Ever buy gasoline for a car or a transit pass? rent? food? What else can't you pay for because they price will go up in the future?

Inflation helped me kick my junk food and fast food habits. I still buy groceries of course but when prices rise, luxuries are almost always the first items to go.

Corporate greed ≠ inflation

I want to see and feel the product. Nowadays mostly to see how bad it is.

It's $29 per month for the family plan now.

YouTube’s enshittification is shamelessly out of control.

If you really want it, you can vpn through certain countries they don’t show ads at all.


To do what?

To spread information to people that they should think for themselves and not use AI as much. Speak up for the humans.

They're both billionaires. That's enough to swing a few elections and not even notice.

Interesting that Bloomberg couldn’t swing his own election

turns out all you need is a botnet like Elon has

Getting nothing but 503 nginx landing page.

In a few years the VC money will dry up and this gross overspend on slurping data will end.


Visions of vast data centers surrounded by fields of browning grass, in which aging, rusting, formerly extremely expensive hardware is spending billions of compute cycles looking at anime catgirls


Sounds like an even shittier version of the Lorax. :(

It's very likely the last few years of bot behavior is the consequence of the residential proxy business booming. This is indirectly due to AI company crawling, but the fact that they are as cheap and available as they are changes the incentives for anyone using them toward reckless and unsustainable request behavior, as there is no risk of burning your IPs, and very small chances of seeing any consequences of essentially DDoS:ing a website.


And the residential proxy business was created by Cloudflare, who was created by us using Cloudflare.

I've been on all three sides (user of RPs, getting paid to run an RP, and trying to block RPs from my site). Residential proxy service is nice. You can scrape anything, even with the dumbest curl command, and only get a Cloudflare block maybe 15% of the time, in which case you just try again. That's less often than I get a cloudflare block from using a privacy browser from a non-proxy address. Cloudflare does not stop bots, it stops humans.


Wait, so you’ve been the person who wanted to keep people from scraping your site, the person who’s trying to scrape your site, and the person getting paid to help someone scrape your site? Brother, what are you doing with your life?


Welcome to capitalism. Welcome to game theory. Welcome to competition. Welcome to the real world. Welcome to being a grown adult.

Contingency exists, I get that, and if you're truly in that state, sure, I don't judge necessity. A lot of our cohort seems to confuse a studied disinterest in looking beyond the end of their own nose for the sage wisdom of adulthood, though.

How will you know anything about a system you stubbornly only look at one side of? Like saying planes are terrible because they're loud. They are, but have you never traveled to a different city?

I’ve never mugged someone either, I suppose I should give it a shot before I go passing judgement.

Unfortunately we're apt to run into some kind of Jeavons Paradox where the hardware gets so much faster in those few years will be able to slurp massive amounts of data cheaply so the problem never really ends.


FYI golangci-lint and gopls are both broken if you try using generic methods.


Broken how? Please report an issue. The latest gopls should support generic methods.


Ah my bad gopls is fine; I forgot to run

    go install golang.org/x/tools/gopls@latest
after upgrading Go itself.


I’ve been able to run golangci-lint locally just fine.

However I’ve not had much success running it on CI, with at least the 1.27rcs. I encountered some panic deep within staticcheck, and ended up turning off that specific linter on CI (better than not running it at all).

There was a tracking issue for go1.27 support at [1]. However that is now closed, which might imply that it should be working.

[1] https://github.com/golangci/golangci-lint/issues/6643


Thank you for the headsup!


Annualized. Which is another word for made-up.


Made up in the sense of "we estimate that revenue will not shring in the midterm".



> As it extrapolates the current financial information and performance there is an implied assumption that the present financial environment will not change significantly in the future.


Yes, but their "run rate" assumes the current level continues unchanged, right? If revenue per month goes down then the projected run rate is optimistic. However, revenue has been increasing, so the reported run rates have underestimated revenue.

I think the better question is how much more than $65B/year revenue they need to cover what they are spending on capex and model development. I would bet money their revenue in the next year is over $75B (vs $65B), but also that their amortized costs exceed their revenue.


I think their capex will exceed their revenue, but $65B is a lot to spend on training runs!

I suspect it's more likely they will spend the extra money on hardware and infrastructure (data centers) either directly or via suppliers.


If you don't understand a concept, perhaps restrain yourself from commenting on it.


Google Gemini is experiencing high load at the moment.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: