HackerLangs
TopNewTrendsCommentsPastAskShowJobs

AlphaSite

no profile record

comments

AlphaSite
·hace 9 días·discuss
Reddit doesnt work because subreddits crosspolinate and float to the top so theyre rather prone to brigading and intermingling. We don't really get distinct subreddits anymore.
AlphaSite
·hace 28 días·discuss
I think models will be a commodity sooner rather than later. This whole race doesnt matter. First mover advantage is real, but over enough time it wont matter.
AlphaSite
·hace 28 días·discuss
It probably means they’re close enough that there’s no observable difference. Or better at every different things.
AlphaSite
·hace 2 meses·discuss
Yes. Make sure you’re not using the Gemma sparse models since they don’t have a small model to use. Also I removed all the image models from the workspace.
AlphaSite
·hace 2 meses·discuss
I knew a guy who worked on it tell me actions is just literally a fork from Azure Devops. Which is why it never really fit into GitHub.
AlphaSite
·hace 3 meses·discuss
I think for the same model wall time is probably a more intuitive metric; at the end of the day what you’re doing is renting GPU time slices.

Large outputs dominate compute time so are more expensive.

IMO input and output token counts are actually still a bad metric since they linearise non linear cost increases and I suspect we’ll see another change in the future where they bucket by context length. XL output contexts may be 20x more expensive instead of 10x.
AlphaSite
·hace 4 meses·discuss
its mostly because MCPs handle auth in a standardised way and give you a framework you can layer things like auth, etc on top of.

Without it youre stuck with the basic http firewall, etc which is extremely dangerous and this is maybe the 1 opportunity we have to do this.
AlphaSite
·hace 4 meses·discuss
The cool thing is you can host your own node with its own rules; you should host an anonymous server and you can set the rules.
AlphaSite
·hace 4 meses·discuss
I think if people had a use case for it they’d buy more of the damn things. Right now I’d never need a device separate from my spouse since I just don’t need one.

Make is useful and buyers will come. The never had issues selling multiple macs frankly.
AlphaSite
·hace 5 meses·discuss
Probably some custom model built for their hardware.
AlphaSite
·hace 6 meses·discuss
Speed would be nice, but more than that I want it to also manage Ruby installs. I’m infuriated at the mess of Rubys and version managers.
AlphaSite
·hace 7 meses·discuss
i assume therye trying to build some community before trying to standardise it.
AlphaSite
·hace 7 meses·discuss
Voting can be coordinated between the N cpus rather than an external arbiter (even making that redundant eventually required the CPUs to decide what to do if they disagree so may as well handle it internally).
AlphaSite
·hace 8 meses·discuss
Honestly. We used dex. It worked pretty well.
AlphaSite
·hace 8 meses·discuss
Ruby is a language that optimizes for the local maxima at the cost of the global maxima.

Now every library, company or code base has its own pattern and you have to learn its pit falls. Better to learn once, cry once and just deal with it imo.

As they say, good enough is the enemy of perfection.
AlphaSite
·hace 8 meses·discuss
eh. Ruby makes it easy to do the wrong thing. imo.
AlphaSite
·hace 9 meses·discuss
It’s another step in the right direction. These things take time.
AlphaSite
·hace 9 meses·discuss
Connection pooling has its own severe downsides in Postgres. Considering how limited we are by connection counts.
AlphaSite
·hace 9 meses·discuss
That was the whole concept behind KCP iirc. It was designed to provide tenancy atop 1 or more clusters.
AlphaSite
·hace 9 meses·discuss
Types don’t explain intent or gotchas. They’re also useful, but you need both.