HackerTrans
TopNewTrendsCommentsPastAskShowJobs

hu3

no profile record

Submissions

DeepSeek V4 managed to reverse engineer Teamspeak's Licensing System for $3.88

old.reddit.com
4 points·by hu3·geçen ay·0 comments

Archetypal ECS Considered Harmful?

moonside.games
1 points·by hu3·4 ay önce·0 comments

The "Roguelike" War Is Over

goldenkronehotel.com
3 points·by hu3·4 ay önce·0 comments

China-made Loongson 12-core chip 3x slower than 6 core Ryzen 5 9600X

tomshardware.com
2 points·by hu3·5 ay önce·1 comments

Ask HN: Who here works with just a laptop?

3 points·by hu3·5 ay önce·3 comments

Writing our own cheat engine (2021)

lonami.dev
114 points·by hu3·7 ay önce·28 comments

Reddit Migrates Comment Back End from Python to Go Microservice to Halve Latency

infoq.com
38 points·by hu3·7 ay önce·7 comments

[untitled]

1 points·by hu3·10 ay önce·0 comments

comments

hu3
·2 ay önce·discuss
Sure just like any non-critical tool. It's optional.

LLMs will do most of the work anyways. And they don't need jj. Like I said, jj helps solving a human problem in an LLM era.

It's hardly worth using more of the precious LLM context with jj instructions when git does the job and is mandatory anyways.
hu3
·2 ay önce·discuss
They run a Rust consultancy business. Anything is worth converting to Rust, for the right price.
hu3
·2 ay önce·discuss
Sounds like we just need a Dyson sphere.

Besides, I have been hearing "this is the limit" since the doomers of "this is just a markov chain and can't be useful".

Yet the limits keep being broken.
hu3
·2 ay önce·discuss
Culture change is hard.

A lot of humans still don't use git too.

Many do only when they are forced.

And it's much easier for a professional to be forced to use LLMs than jj when it comes to versioning assist (not even comparable in mindshare but the obvious needs to be said sometimes).

So unfortunately I'm afraid jj is not going to achieve critical mass before 99.99% of merges are done by AI which don't need jj.
hu3
·2 ay önce·discuss
This. I feel jj is some years too late.

It tries to solve a human problem in an LLM era.

LLMs are destined to overcome humans in code merging and change versioning (already did for me).

There's little point to introducing yet another layer of indirection when LLMs just cut to the chase.
hu3
·2 ay önce·discuss
Correction: The use of LLMs has caused every major language usage to explode.

And as mentioned in other comments, Rust slow compilation can be detrimental to LLMs + fast iteration speed. And it's not just speed, Tauri takes 20GB of disk space to compile. It's bonkers. This is npm/js ecosystem all over again but slower.

Another reason to pick Go if you're leaning on LLMs is the standard library. Often you can do more work with fewer dependencies.

I'd rather leverage world class engineers paid by Google to maintain dependencies for me than try my luck with half a dozen of 0.x crates. Plus stdlib APIs can (and are) versioned just like third party dependencies.
hu3
·2 ay önce·discuss
Do you boycott Apple and Google too? Because they have to comply with debatable laws just as Meta. See drama about Apple maps for Taiwan/China for example.
hu3
·2 ay önce·discuss
> There is no ulterior motive here.

I just want to point out that it is known that one of the biggest jj proponents on HN does have financial incentive to do so.

Steve Klabnik (the person that submitted this post) comments and posts about jj here often and works for https://ersc.io (startup mentioned in the post).

So don't be so sure that all of the PR here comes from a pure selfless act. Some of them have income tied to the solution they are preaching.
hu3
·2 ay önce·discuss
It has potential to remodel society though.

Cars replaced horses.

But AI is poised to replace a large chunk of brain labour.

Where's the ceiling?
hu3
·2 ay önce·discuss
If they buy Cursor I might start using it because I'll know the tool will have infinite funding and will be worth my time investment.

Specially because Grok isn't neutered when it comes to security scans.

And it is screamingly fast.
hu3
·2 ay önce·discuss
When you say DeepSeek v4... you do realise it is a 1.6T param model right?

What kind of consumer hardware can run it reasonably in your mind?
hu3
·2 ay önce·discuss
Our experiences clearly differ then. And for others as well since it's a common complain.

Countless time I have seen other people complain as well. There are articles about it even. Can't find the YouTube link now but recently a gamedev abandoned Rust due to compilation speed alone because iteration speed was paramount to their creative process.

Handwaving isn't going to make it any better. And thinking Go/TS compilation speed are comparable to Rust is, a handwave and a half to say the least.

Cargo check and friends are subpar for AI because they actually need to run the thing and unit tests for efficient agentic loops.

A single loop might recompile and rerun the application/unit tests enough times that slow compilers like Rust and Scala become detrimental.
hu3
·2 ay önce·discuss
For core system functionality maybe. But for most applications Rust slow compiler iteration speed becomes a bottleneck when the likes of TypeScript (with Bun) and Go have sub second iteration times.

Plus AI is also good at catching, in other languages, errors that Rust tooling enforces. Like race conditions, use after free, buffer overflows, lifetimes, etc.

So maybe AI will become to ultimate "rust checker" for any language.
hu3
·2 ay önce·discuss
Nah, they are moving to DeepSeek v4 Pro which is like Sonnet tier for a fraction of the price.

And DeepSeek V4 Flash is comparable to Gemini Flash at also a fraction of the cost.

These models are just quite chatty from my experience. Only downside.

And DeepSeek is planning to deploy to their own Huawei TPUs, halving their already cheap prices.
hu3
·2 ay önce·discuss
And he forced to use Tahoe over Linux? Zero chance.
hu3
·3 ay önce·discuss
The most aggravating fact here is not even AI blunder. It's how deleting a volume in Railway also deletes backups of it.

This was bound to happen, AI or not.

> Because Railway stores volume-level backups in the same volume — a fact buried in their own documentation that says "wiping a volume deletes all backups" — those went with it.
hu3
·3 ay önce·discuss
I'm glad such talent moved on to work for companies that care instead of wasting their talent.

Intelligence comes in many forms. This decision is one of them.
hu3
·3 ay önce·discuss
It will probably be barely useful by the time M6 launches!
hu3
·3 ay önce·discuss
About slowdowns... I have this theory that if they sneak some sleep(1) calls while processing medium to complex prompts they can serve more clients.

But I think "context switching" between 2 different prompts might be too expensive for GPUs to be worth it for LLM providers. Who knows.
hu3
·3 ay önce·discuss
> Microsoft in 1997 investing $150 million in Apple, saving it from near bankruptcy.

If only Apple could pass the favor forward. But no, they can't be bothered to invest even a single million in Asashi Linux to benefit their own hardware.