HackerLangs
TopNewTrendsCommentsPastAskShowJobs

rusk

4,309 karmajoined قبل 10 سنوات
Transcybernetic Humanist Systems Programmer Homo Ludens http://rusk.ie/

Submissions

Sideways, Not Up: Why AI Is Not a New Abstraction Layer

sixsideddice.com
2 points·by rusk·قبل 18 يومًا·0 comments

I wasted so much money on AA batteries because I missed this tiny detail

makeuseof.com
14 points·by rusk·قبل 8 أشهر·2 comments

comments

rusk
·أول أمس·discuss
It’s not a big secret. I’m pretty sure it was mentioned in Chris Pratt’s recent adaptation…
rusk
·أول أمس·discuss
I was suggesting that website hosting isn’t a particularly hard problem with no moat. European customers could go literally anywhere.
rusk
·قبل 4 أيام·discuss
“American website hosting companies are disproportionately exposed to market shock from their European customers”
rusk
·قبل 5 أيام·discuss
Yes they don’t call it AI
rusk
·قبل 5 أيام·discuss
> Successful product though, wasn't it

If you can call being an “also ran” in a field they had a ten year march on their competitors in success, yeah.

Truth be told it was the shoddy code they were forced to use for the vanity of their paymaster might well have held them back, though manifestly that is not a bad thing. Probably the best outcome, really.
rusk
·قبل 5 أيام·discuss
In so far as AI can do hardware reliably you can bet your bottom dollar the big chip fabs have already been doing that. They don’t call it AI though and the models aren’t language based, surprisingly enough /s
rusk
·قبل 11 يومًا·discuss
I think a lot of European nations have been reevaluating their relationship with the US. Digital sovereignty in particular is a burning topic.
rusk
·قبل 11 يومًا·discuss
I agree with everything you have written here, however even in the face of that it makes “economic” sense for the EU to wait it out.
rusk
·قبل 11 يومًا·discuss
> no balls and no vision

Seems to me they’re waiting it out. Everything could change in a presidential election and the European economy wins either way. It is an economic bloc after all.

What you describe would be what’s called “cutting off your nose to spite your face”
rusk
·قبل 11 يومًا·discuss
The concern is not so much that the US will lose friends moreso that other business partners will become more prominent. The US has a lot of social capital to burn. I’m not certain that somebody hasn’t calculated how much they can get away with…
rusk
·قبل 11 يومًا·discuss
Sounds right
rusk
·قبل 11 يومًا·discuss
When an engine stalls, the implication is that the chain reaction that drives it is failing - I don’t think that is the case with a GPU as it will quite happily sit there drawing watts til you give it things. In systems nomenclature the inverse term for bubble is utilisation. This or that link is or node is using x% of its capacity. Indeed, if you monitor your GPU with nvidia-smi you will see that very term in the instrumentation.
rusk
·قبل 11 يومًا·discuss
The term I would use would be “underutilised”
rusk
·قبل 11 يومًا·discuss
> I totally struggled to find the right frame of mind to explore any of this stuff without feeling defeated and bamboozled.

I found LM studio to be a nice starting point. Frindlier and more featureful than Ollama and not as intimidating as llama.cpp (though you will want to use that eventually)
rusk
·قبل 11 يومًا·discuss
Spent a week trying to get sensible results out of llama 3.3 At one point it even simulated doing the work, log output and everything and when I challenged it about the missing artefacts it actually started questioning my intelligence. Seems appropriate for a Zuck enterprise.

Qwen on the other hand got straight to work with astonishing competency on the same system.

From what I read llama3 needs beefier compute to reliably invoke tools, which I presume relates to it focussing more on simulating AGI rather than being a useful tool.
rusk
·قبل 17 يومًا·discuss
51% shareholding he’s free to make all the mistakes he wants
rusk
·قبل 20 يومًا·discuss
> You're just looking for the study of rhetoric.

I presume you mean, that what I and others is observing is patterns in mere rhetoric. That this is just unimportant window dressing around the actual problem solving.

Yet, generation of rhetoric seems to be one of the key usecases, and one of the key features that makes this technology seem “intelligent”.
rusk
·قبل 20 يومًا·discuss
It’s TOS for using ebdpoint. It says:

access is provided under condition you respect these restrictions

You are not obliged to honour this. It is not enforceable so it seems strange.

Browsers enforce it, but it can be turned off and nobody expects it to be implemented by a simple REST client application.

It’s a gentleman’s agreement. It’s a statement of expectation to the browser. On the one hand it may be for the protection of the browser user, from cross site attacks, and from malicious code on the web.

But crucially it provides little protection for the endpoints themselves bar accidental misuse.

It is very unusual and rare example of “cooperative” security in a web that’s frequently so adversarial.

And that’s what makes it hard to grasp.
rusk
·قبل 20 يومًا·discuss
It does not. Sometimes it will spawn a mess of ad hoc python, sometimes it will do curl and sed, and very very occasionally it will use the correct tool for the job if it remembers to use the skill you developed in the previous session.
rusk
·قبل 20 يومًا·discuss
Determinism is a desirable property for software, yes, and its lack thereof from LLM’s is a common complaint, but often a feature depending on who you ask. There is an element of randomness, “hotness” that is central to who LLM work but the pattern we see here manifesting reveals the deterministic processes below, but I don’t think you could rely on this technology to be deterministic, if that’s what you wanted.