HackerTrans
TopNewTrendsCommentsPastAskShowJobs

arnitdo

55 karmajoined قبل سنتين
[email protected]

comments

arnitdo
·قبل 4 أيام·discuss
A model does not speak, it only guesses the next possible token. Activations for 9 and 7 will most likely be observed after "The ", but increasingly become improbable after "old"
arnitdo
·قبل 4 أيام·discuss
Isn't this the same thing as your token probability distribution? A set of likely tokens related to the input?
arnitdo
·قبل 5 أيام·discuss
Well to be honest, there are a lot of NOOP pins on CPUs, but using them basically means fabbing a new die altogether, which is basically making a whole new CPU altogether.
arnitdo
·الشهر الماضي·discuss
The whole website is genuinely unreadable / illegible with poor contrast.
arnitdo
·قبل شهرين·discuss
Not quite enshittification, that would be the eventual '''realignment and optimization of models to suit business demands and streamline $COMPANY's economic operations while focusing on serving the customers what they need best'''

This is just simply economics. Make an early loss to get a customer base, offer addictive features at irresistible prices, then yank them into your profit-making pricing.

Although yes, the ??? in the parent comment could be replaced with "A/B test some price gouging or ratty pricing methods to see how far we can go without being noticed"
arnitdo
·قبل شهرين·discuss
Even if writing new code is not the problem or the bottleneck anymore, a major blocker is one CoreService.java file someone wrote 10 years ago that is keeping the whole system glued together. Only they know how it works, and how to keep it working. Parroting my own words from a while back, inferred intent is not the same as initial intent. This is just reverse engineering except somewhat automated
arnitdo
·قبل شهرين·discuss
There is a reason that kLOC / FP were rightly shunned out of being measurable metrics years ago. The same clown show seems to be resurging with "tokens". There is, in my opinion, no real formula or metric that you can define for "good" code or "bad" code. Tickets and ceremonial activities, however abstract that into a N-nary status value that seems easier to judge upon.
arnitdo
·قبل شهرين·discuss
If your job was only coding then you are the most replaceable of the bunch. Traditional software engineering is a broader domain that, as rightly pointed out, will require you to actually *sit and talk* with the worst communicators you'll meet in your life.

Looking at a slice of most folks' workday and calling it their whole job is in my opinion, incorrect.
arnitdo
·قبل شهرين·discuss
> Could I have written it without Claude? Yes, definitely. But I was able to produce the code in a few days while having a fever of 100-102, which I definitely couldn't have done on my own.

While I admire your strength in attempting it, this just adds one more brick to the wall of precedents that "what's stopping you from just sending one prompt, it'll just take 30 seconds and you can do it in bed!"

You could sum it up into a simple equation as Features Shipped = Features/Hour * Developer Hours

Developer hours has remained a constant, and F/H has gone up. I am of the opinion that the ideal is the inverse.
arnitdo
·قبل شهرين·discuss
Watch token budget be included as part of employee TC figures - I feel this is an eventuality due to rising costs and "true pricing" slowly creeping in.

Current ventures feel moreso like a pilot program (you bought a private jet, now get a couple of your pilots to actually fly it) versus having an entire fleet of jets, and having to pay salaries to all those pilots, plus account for their fuel charges.

Right now all expenses are relatively "someone else's {problem,money,infra}".
arnitdo
·قبل شهرين·discuss
From the docs, you can just run `docker system prune -a --volumes`

Ref: https://docs.docker.com/reference/cli/docker/system/prune/
arnitdo
·قبل شهرين·discuss
They seem to be the result of an image-gen model to me

If this is the unvetted and unbased information they are putting out in public facing-blogs, only the stars would know what data is being "presented" in their boardrooms
arnitdo
·قبل 3 أشهر·discuss
Ah yes so 8 billion (at least) companies are supposed to pull financing out of their rear-ends? You've re-discovered freelancing!
arnitdo
·قبل 3 أشهر·discuss
> And don’t get me started with storing datetime with timezone (e.g “4/2/2007 7:23:57 PM -07:00“). In sql server you have datetimeoffset; in Postgres you fuck off :-)

`TIMESTAMPTZ` / `TIMESTAMP WITH TIME ZONE` exists?
arnitdo
·قبل 3 أشهر·discuss
> AI will generate a working mess all day long if you let it. The pressure to write good code has to come from the developer actually reviewing what comes out and pushing back

You are reinventing the wheel again with yet another form of reinforcement learning. I don't use any form of LLM assistance for coding, but if I have to continually tell it what to do, how to do it, what not to do, what assumptions to make - I would rather stimulate my neurons more by doing that damn thing itself.

The narrative of "Yeah it will do everything, provided you tell it how to do everything!" seems baseless, personally. Even if you emulate the smartest human possible, can you emulate an idiot?
arnitdo
·قبل 4 أشهر·discuss
Good solution that works is setting up something like voicemeeter, passing audio through a virtual device and then muting it in vb panel
arnitdo
·قبل 4 أشهر·discuss
Every single AI integration feels under-engineered (or not even engineered in case of tokenslop), as the creators put exactly the same amount of thought that $LLMOFTHEWEEK did into vomiting "You're absolutely right, $TOOL is a great solution for solving your issue!"

We're yet to genuinely standardise bloody help texts for basic commands (Does -h set the hostname, or does it print the help text? Or is it -H? Does --help exist?). Writing man-pages seems like a lost art at this point, everyone points to $WEBSITE/docs (which contains, as you guessed, LLM slopdocs).

We're gonna end up seeing the same loops of "Modern standard for AI" -> "Standard for AI" -> "Not even a standard" -> "Thing of the past" because all of it is fundamentally wrong to an extent. LLMs are purely textual in context, while network protocols are more intricate by pure nature. An LLM will always and always end up overspeccing a /api/v1/ping endpoint while ICMP ping can do that within bits. Text-based engineering, while visible (in the sense that a tech-illiterate person will find it easy to interpret), will always end up forming abstractions over core - you'll end up with a shaky pyramid that collapses the moment your $LLM model changes encodings.
arnitdo
·قبل 5 أشهر·discuss
Yet another AI slop post that has ZERO linked results