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

Indeed, and as a consequence Nostr has a dogshit user experience and approximately noone on it. Boy I sure love reading nothing and talking to nobody except nerds that jerk themselves off about how decentralized their platform is.

Are you so fundamentally limited that you can't see the difference between "it's somewhere on the internet if you look very hard" and "a chatbot ingested petabytes of data and you can't ever escape it anymore", or is it just misogyny and hating sex workers ?

The same has played out with search engines like google for the last 20 odd years.

If some random person didn't like you they couldn't just casually (in 5 minutes) dredge up every controversial thing you ever said of that conviction from 15 years ago.


You shouldn't be getting downvoted for this. I think it's a combination of a large amount of people that just can't wrap their heads around potential for damage done until it happens to them personally, or maybe to a friend or loved one, and the sex work angle of them thinking "well it was public to begin with."

A lot of this new technology powers abuse on a scale that just wasn't possible before. Things like doxxing/revenge porn were very real threats with life changing consequences but in many cases the worst of it would pass and any memory of it would remain long buried on some faraway corner of the internet no one would likely see again.

A real human would have to sit down and spend hours and hours trying to track down dirt that may not even exist, it represented a huge investment in every target. Now someone can just take a picture of your face from just about any angle and dredge up anything they want at a touch of a button.


> Are you so fundamentally limited that you can't see the difference between "it's somewhere on the internet if you look very hard"

Google her stage name. Her legal name appears instantly from Instagram and Facebook. Not very hard.


No, it doesn't. Maybe now that she's been doxed, but her work socials do not include her name, anywhere.

Then saily or whatever esim provider she used is dogshit and mitm'd her at every step lmao

Reddit is not blocked anywhere in France.


>Who has time for that?

People that don't put out slop, mostly.


That's another thing entirely, I still review and manually decide the exact design and architecture of the code, with more care now than before. Doesn't mean I want the UI of the agent to need manual approval of each small change it does.

GPUs do not wear down from being ran at 100%, unless they're pushed past their voltage limits, or gravely overheating.

You can buy a GPU that's been used to mine bitcoin for 5 years with zero downtime, and as long as it's been properly taken care of (or better, undervolted), that GPU functions the exact same as a 5 year old GPU in your PC. Probably even better.

GPUs are rated to do 100%, all the time. That's the point. Otherwise it'd be 115%.


Yeah that's not how it works in practice in a datacenter with the latest GPUs, they are basically perishable goods.

You don't run your gaming PC 24/7.


No, you're fundamentally wrong. There's the regular wear & tear of GPUs that all have varying levels of quality, you'll have blown capacitors (just as you do with any piece of hardware), but running in a datacenter does not damage them more. If anything, they're better taken care of and will last longer. However, since instead of having one 5090 in a computer somewhere, you have a million of them. A 1% failure rate quickly makes a big number. My example included mining bitcoin because, just like datacenters, they were running in massive farms of thousands of devices. We have the proof and the numbers, running at full load with proper cooling and no over voltage does not damage hardware.

The only reason they're "perishable" is because of the GPU arms race, where renewing them every 5 years is likely to be worth the investment for the gains you make in power efficiency.

Do you think Google has a pile of millions of older TPUs they threw out because they all failed, when chips are basically impossible to recycle ? No, they keep using them, they're serving your nanobanana prompts.


GPU bitcoin mining rigs had a high failure rate too. It was quite common to run at 80% power to keep them going longer. That's before taking into account that the more recent generations of GPUs seems to be a lot more fragile in general.

Mining rigs also used more milk cartons than datacenter racks; [hot/cold] aisles? No, piles! Not to mention the often questionable power delivery...

AI data centers are also incentivised to reduce costs as far as they can. They could absolutely be running them in questionable setups

Indeed, fair point. I'd hope the larger players would be better... but I know better

> is there really a need for a native programs anymore

As long as you don't give a shit about the fact that your baseline memory consumption is now 500MB instead of 25MB, and that 80% of your CPU time is wasted on running javascript through a JIT and rendering HTML instead of doing logic, no.

If you don't give a shit about your users or their time, there's indeed no longer a need to write native programs.


what if caring about users means giving them features instead of fighting with obsolete unproductive native GUI frameworks

funny how Electron apps tend to have many more users than their native "performant" counterparts, isn't it?


> who were also protected by the minister of justice’s approach to justice

I've repeatedly called you a dumbass on this website and it's not about to change with this comment: the minister of justice is not in charge of:

* Police

* Arresting people

* Building prisons

* Fixing the prison overpopulation that makes it impossible to send someone to jail.

* Changing laws.

> before you say it: the Crans Montana owner was French, with the name of Macron’s first minister of justice

Macron's ministers of justice were Bayrou, then Belloubet, before Dupont-Moretti. Who hasn't been minister since 2024. That's without considering the fact that it's the most absolute dog shit "link" you could make. Last names can be shared, woohoo. Zero relationship between Jacques Moretti and Eric Dupont-Moretti.

Dumbass.


[flagged]


Ok gros faf.

In what universe do you live where children have enough disposable income to buy a smartphone ?

You can get a usable smartphone for well under 100 USD on AliExpress or a reasonable secondhand one from a reputable brand for about the same price here in Norway on online trading sites. Don't teenagers get pocket money or do weekend jobs any more? My sons were grown up by the time smartphones were affordable but No. 2 son bought his own Siemens C65 with saved up pocket money when he was in his early teens.

You only need $25-30. It'll be locked to a carrier, but that doesn't matter and is perhaps preferable (no monthly fee for a subsidized device) if you are able to use wifi. There's an ETA prime video which explores using a 2025 Moto 5G as handheld game console: https://www.youtube.com/watch?v=5ad5BrcfHkY

tl;dw it's quite capable for the money and would could easily get on social media apps/sites.


You can get smartphones for 80 dollars (like the moto E15)

Dropping an unreviewable 13000 lines PR is disrespectful to the reviewers and their time.

Doing it without any prior discussion with the maintainers is disrespectful to the maintainers and the architecture work they put in.

Trying to "sell" your contribution is disrespectful and implies you know better than the maintainers.

Cockily saying "the AI knows better than you" is disrespectful.

Respectful and polite language does not prevent being disrespectful.


This way you can do twice the terrible job twice as fast!

(Also, this only applies if what you're working on happens to be easily parallelizable _and_ you're part of the extremely privileged subset of SV software engineers. Try getting two Android Studios/XCodes/Clang builds in parallel without 128GB of RAM, see what happens).


I appreciate sarcasm, but this is just snarky.

But yeah improving build speed & parallel running I think are one of the biggest advances devs can do to speed up development time in the AI age. With native apps that can be a challenge. I restructured a react native project to make it faster to iterate, but I have a feeling you might not be fond of rn.


>I appreciate sarcasm, but this is just snarky.

With all due respect, the commment does carry the vibes of "it's okay I can totally multitask" that's nearly a cliche in programming. It just feels a bit insensitive to respond to an article talking about context switching being a big problem with LLMs and then suggest the biggest possible context switch of managing multiple workstations.

And yes, your hardware expenditure will vary per industry. I can barely run one instance of Unreal Engine as is.


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

Search: