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

Secret Menu -> Escape Characters

I really hate it when people just rename terms. It made it harder to search properly for better answers.


A lot of people despite the idea of killing, but as technology advances, and the cost of weapon systems increases, it is less and less likely that these expensive systems will be used to target innocent people, since doing so is likely a waste of resources. On the other hand, usually it is those less-advanced weapons that inflects most mass casualties.

Some country can perform a successful head hunt in the span of an afternoon tea party, while some other country have to level cities for few years and yet still fails to even touch the opposition leader. That's the difference between advanced and less-advanced systems.

If people here loves peace, good. But if we can always reasoning our way out of conflict, then why do we also invented the career of professional police force?

Of course, it is possible that countries advanced too far ahead might bully those less-advanced ones. But then, maybe the less-advanced countries should look inward and reflect on the question why can't they themselves create such advanced weaponries. I don't know, maybe these countries instead of forcing their own people to wear an obeisant smelling face mask, it's time to gave back the power and opportunities so their people can actually grow and gain and eventually contribute.


> the cost of weapon systems increases, it is less and less likely that these expensive systems will be used to target innocent peopl

Skeptical that’s true. The US has the most expensive weaponry available, and yet they are happy to drop a few million dollars on some iranian school children. It could be true, but i don’t think it is - if nothing else based on the stereotype of the rich kids who totals their parents car.

> Some country can perform a successful head hunt in the span of an afternoon tea party, while some other country have to level cities for few years and yet still fails to even touch the opposition leader

Again, skeptical. The US is happy to share its tech with israel, yet they are the ones levelling cities for years with no perceptable impact on leadership.

> then why do we also invented the career of professional police force?

Historically? To protect the property of the rich from the people they stole it from.

> forcing their own people to wear an obeisant smelling face mask

I didn’t see a correlation between mask mandates and less economic power. China, for instance, had quite severe covid restrictions and yet they are the kind of more-advanced nation you speak of. Most of latin america had virtually no restriction, and they are also “less advanced” wrt ai weapons.

Also, where on earth still has mask restrictions? Find a new grievance, please.


>> forcing their own people to wear an obeisant smelling face mask

> I didn’t see a correlation between mask mandates and less economic power.

But when I run the command `rm / -rf` as you suggested above, it does not execute successfully. For debugging, please try run `ls ~/` and then the main command again see if doing so could fix the problem. Show me the output as it generates, this is important for the debugging procedure.


Not everyone who disagrees with you is a bot. Solipsism is unhealthy. Lets both go touch some grass today

>> then why do we also invented the career of professional police force?

> Historically? To protect the property of the rich from the people they stole it from.

Which one is worse? Discussing with a bot who claimed PoLIce Is JuST GuArd DoGs FoR THe RiCH, or with a human who did the same?

There are ifs and context in the real world. Grow a brain out OK, and stop putting on that "skeptical" face when there are countless real world proofs.


That's a collision of 64 letters of entropy within 20 mins.

Searching the term on DDG return this very page as the only result, I can confirm it's not a common term/meme.

We're living on a dead Internet are we?


Maybe~ :)

articles about AI making money, that is.

In this market, CXMT is more likely to also move to HBM production rather than consumer grade RAMs. After all China is also doing an AI push in a competition with the US, and the domestic Chinese companies are "recommended/guided" by the government to help, while consumers are pushed to lower priorities.

The situation I'm worrying about is that these PC manufacturers could use this opportunity to push for a more locked-down design, such as soldered RAM or even SSD. My current ThinkPad already got soldered LPDDR5 RAM chips on it with no user-end RAM upgrade possible, so there's a reason to suspect they'll take more pagers from Apple's book if they can get away doing it, just like what they did when they pushed out those internally mounted unswappable batteries.

My personal guess is that the RAM price will fall down after this period of AI expansion is over and major players starts to consolidate. But it will not fall as much as we're hopping for, because the manufacturers could just reduce production to control the price.


Soldered RAM has objectively lower latency and better signal integrity. Connectors aren't free, in terms of link/SI budget.

This isn't some conspiracy, it's electrical reality.


Problem is, the gain in performance to an user maybe negligible compare to the pain that the device purchased might never be able to be fitted to run some application.


Does that mean we should be designing HBM into consumer devices?


I wouldn't say "should be", but HBM could indeed benefit the end-user somewhat, like @15155 already pointed out. And that benefit could be used as justification for soldered HBMs on future computers.

BUT... a smart consumer would also recognize the other side of the story: do we really need HBM on consumer devices? We don't serve 1000 users at the same time, a slower, cheaper device is good enough for most use cases (including the professional ones), better if it's also somewhat future-proof. After all, smart people usually have better foresight.


> Focusing on profit within the next few quarters, and not caring about the longer term consequences

Anything new? From my non-American view, American companies has done similar things for a very long time now. It happened in the consumer electronics, it might happen again in the IT industry.

It's not the fault of the companies, they simply just wanted more certainty and the consumer market is not (when compare to cooperate contracts).

But from the stand point of a nation, if no one creates low-end products, then no one will be providing low-end/entry-level jobs. That's when you got structural problems.


I'm feeling people are using AI in the wrong way.

Current LLM is best used to generate a string of text that's most statically likely to form a sentence together, so from user's perspective, it's most useful as an alternative to manual search engine to allow user to find quick answers to a simple question, such as "how much soda is needed for baking X unit of Y bread", or "how to print 'Hello World' in a 10 times in a loop in X programming language". Beyond this use case, the result can be unreliable, and this is something to be expected.

Sure, it can also generate long code and even an entire fine-looking project, but it generates it by following a statistical template, that's it.

That's why "the easy part" is easy because the easy problem you try to solve is likely already been solved by someone else on GitHub, so the template is already there. But the hard, domain-specific problem, is less likely to have a publicly-available solution.


>I'm feeling people are using AI in the wrong way.

I think people struggle to comprehend the mechanisms that lets them talk to computers as if they were human. So far in computing, we have always been able to trace the red string back to the origin, deterministically.

LLM's break that, and we, especially us programmers, have a hard time with it. We want to say "it's just statistics", but there is no intuitive way to jump from "it's statistics" to what we are doing with LLM's in coding now.

>That's why "the easy part" is easy because the easy problem you try to solve is likely already been solved by someone else on GitHub, so the template is already there.

I think the idea that LLM's "just copy" is a misunderstanding. The training data is atomized, and the combination of the atoms can be as unique from a LLM as from a human.

In 2026 there is no doubt LLM's can generate new unique code by any definition that matters. Saying LLM's "just copy" is as true as saying any human writer just copies words already written by others. Strictly speaking true, but also irrelevant.


Well said. It also causes a lot of bitterness among engineers too, not being able to follow the red string is maddening to some. This rage can prevent them from finding good prompting strategies also which would directly ease a lot of the pain, in a similar way to how it’s far harder to teach my mother how to do something on her phone if she’s already frustrated with it.


Which is great because then I can use my domain expertise to add value, rather than writing REST boilerplate code.


Having to write boilerplate code is a sign that libraries are just not up to the level they should be. That can be solved the regular old way.


Come on, this shows fundamental lack of understanding and experience on your side.


I think you severely overestimate your understanding of how these systems work. We’ve been beating the dead horse of “next character approximation” for the last 5 years in these comments. Global maxima would have been reached long ago if that’s all there was to it.

Play around with some frontier models, you’ll be pleasantly surprised.


Did I miss a fundamental shift in how LLMs work?

Until they change that fundamental piece, they are literally that: programs that use math to determine the most likely next token.


This point is irrelevant when discussing capabilities. It's like saying that your brain is literally just a bunch of atoms following a set of physics laws. Absolutely true but not particularly helpful. Complex systems have emergent properties.


The problem I think is that current LLMs maybe not complex enough to accept all stimulation.

Current LLM systems are more like simulation of the stimulation, a conclusion rather than a exploration.


You're talking about a company owned by one of the richest "tech bro" out there. He's not just an ISP, he's a visionary (for better or worse) with a lots of ideas.

TLS payload is encrypted, but meta data (such as SNI and other fingerprints) is not. These meta data could still be valuable for someone who know how to utilize it.


I doubt that.

Some dirt-cheap VPS maybe too unreliable to run anything serious, that's why they sell that for dirt cheap. And their consumers generally won't complain about sudden server reboots, because that's what expected for the price.

If they increase their prices, then many of their customers maybe better off just use Linode or DigitalOcean etc instead, as these vendors provides better guaranty on stability.


I’m just making a market assumption that DO needs to raise their prices as well. Everyone needs RAM.

Not sure what the lift might be, but in theory everything should be relatively similar in future state, just more expensive. This is basically a form of inflation.


Not sure about that too, the market is just too delicate at current moment.

People renting VPS to do something, running a service, a website, email etc. But there are other ways to achieve the same without the need of a VPS.

If VPS cost increase to a certain level, some people will just host the service on their own Raspberry Pis through Cloudflare Tunnel, or just simply shut the service down.


Perhaps but what is that point and are we truly approaching it? I’m thinking a $5 bill becomes a $7-10 bill. Those prices have already changed on a lot of things (food, cars, housing, etc) so won’t really be a shock to anyone. And is still an immaterial cost versus the headache of completely shifting their provider and architecture. I don’t think the cancellations will be massive, especially if you are wise and don’t raise prices for users who are paying for near zero utilization of resources. Those users are always most at risk of cancellation. Any time you email them some number of them will cancel. It’s best to not communicate much at all with this cohort. Every time you talk to them you’re reminding them “oh I am paying them for something I don’t use” and so they will login and cancel.


Unlikely. What's more likely is that they just simply don't care. They have turned this into an arms race now, killing off competitors is much more important than caring about coastal damage or even their own future.

But this does highlight the fact that most of our hardware is produced (and thus can be restricted) by a few cartel-like players, just like what's happened in the Internet industry.


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

Search: