Drat, I was hoping this article would be about outlawing Kubernetes.
The invisible guardrails are a test run for the invisible enshittification. Just wait til they start dialing down ability to better absorb peak demand or simply to have more profitable inference
IIRC, this is the same lab who created Glaze.
Do you think this will be a trend for larger companies as well? The decadal move to all-cloud-all-the-time killed off in-house hardware teams while the C-suite chased their OpEx dreams. It would be interesting if we…
My observation is that the true believers really don't want to think of models as an inert pile of weights. There's some mysticism attached to imagining it's the ship's computer from Star Trek, HAL-9000 or C-3PO. A file…
100% the same problem here. I have to show people extremely zoomed-in screenshots of how $VENDOR default monospaced fonts get rendered compared to Terminus at the correct size in order for them to understand my pain.…
Bellringing, specifically change ringing. It’s a type of church bell ringing that is rather algorithmic in nature. Tends to attract mathy types. Religion not required or expected! If you have English-style tower bells…
> Their only original idea was Metaverse surely you must be joking.
> too expensive for our internal server needs; not the right fit for our datacenter partners/customers You and me both. They're doing neat stuff, but I wonder how many other potential customers feel that way too. What…
bcantrill gave a great talk many years ago about compute-data locality. would be nice to know if those ideas panned out for some customers, but it seems the world has by-and-large continued to schlep data back and…
Random assortment of projects as time allows with the $JOB. - Prototyping a cute little SSH-based sorta-BBS, inspired by the Spring '83 protocol, but terminal-centric rather than web-based. It's called Winter '78, and…
CephFS implements a (fully?) POSIX filesystem while it seems that TernFS makes tradeoffs by losing permissions and mutability for further scale. Their docs mention they have a custom kernel module, which I suppose is…
Does their training corpus respect copyrights or do you have to follow their opt out procedure to keep them from consuming your data? Assuming it’s the latter, it’s open-er but still not quite there.
I feel that the article draws a false equivalence between skepticism and doomsaying. If anything, thinking AI is as dangerous as a nuclear weapon signals a true believer.
just wait for the AI summary
Not to pick on you, but there are always posts like this in every Erlang thread. One is not strictly superior to the other, and the BEAM community benefits from the variety IMO.
I wouldn't mind the Erlang-dominated front page coming back :)
Containerization is amazingly great for scientific computing. I don’t ever want to go back to doing the make && make install dance and praying I’ve got my dependency ducks in a row.
This sounds super cool! Any public code you can share?
Broadly: Still forging ahead building a game server framework in Erlang. I've shifted my attention away from Godot integration (which AFAIK is still working) and toward LÖVE and Lua. Godot is great, but having to write…
How does this compare to something like BYOND? I realize it’s dated now but conceptually there are some similarities.
My understanding is that Luerl can remove various modules from being used, like preventing use of the IO library for instance. I would say BEAM itself is not particularly sandboxed, and certainly clusters of Erlang…
“My job safe from obsolescence by new technology”, says man directly threatened by new technology
Godot has a nice netcode story with ENet, WebSocket and WebRTC integration. If you just want a off-the-shelf product instead of bespoke Erlangy stuff, I think there are a lot of good options out there like Godot's…
I'm still tinkering on my multiplayer game server framework when not grinding away at my day job. The idea is essentially: An Erlang-based control plane, supporting ENet and WebSocket connection modes, with Protobuf for…
Drat, I was hoping this article would be about outlawing Kubernetes.
The invisible guardrails are a test run for the invisible enshittification. Just wait til they start dialing down ability to better absorb peak demand or simply to have more profitable inference
IIRC, this is the same lab who created Glaze.
Do you think this will be a trend for larger companies as well? The decadal move to all-cloud-all-the-time killed off in-house hardware teams while the C-suite chased their OpEx dreams. It would be interesting if we…
My observation is that the true believers really don't want to think of models as an inert pile of weights. There's some mysticism attached to imagining it's the ship's computer from Star Trek, HAL-9000 or C-3PO. A file…
100% the same problem here. I have to show people extremely zoomed-in screenshots of how $VENDOR default monospaced fonts get rendered compared to Terminus at the correct size in order for them to understand my pain.…
Bellringing, specifically change ringing. It’s a type of church bell ringing that is rather algorithmic in nature. Tends to attract mathy types. Religion not required or expected! If you have English-style tower bells…
> Their only original idea was Metaverse surely you must be joking.
> too expensive for our internal server needs; not the right fit for our datacenter partners/customers You and me both. They're doing neat stuff, but I wonder how many other potential customers feel that way too. What…
bcantrill gave a great talk many years ago about compute-data locality. would be nice to know if those ideas panned out for some customers, but it seems the world has by-and-large continued to schlep data back and…
Random assortment of projects as time allows with the $JOB. - Prototyping a cute little SSH-based sorta-BBS, inspired by the Spring '83 protocol, but terminal-centric rather than web-based. It's called Winter '78, and…
CephFS implements a (fully?) POSIX filesystem while it seems that TernFS makes tradeoffs by losing permissions and mutability for further scale. Their docs mention they have a custom kernel module, which I suppose is…
Does their training corpus respect copyrights or do you have to follow their opt out procedure to keep them from consuming your data? Assuming it’s the latter, it’s open-er but still not quite there.
I feel that the article draws a false equivalence between skepticism and doomsaying. If anything, thinking AI is as dangerous as a nuclear weapon signals a true believer.
just wait for the AI summary
Not to pick on you, but there are always posts like this in every Erlang thread. One is not strictly superior to the other, and the BEAM community benefits from the variety IMO.
I wouldn't mind the Erlang-dominated front page coming back :)
Containerization is amazingly great for scientific computing. I don’t ever want to go back to doing the make && make install dance and praying I’ve got my dependency ducks in a row.
This sounds super cool! Any public code you can share?
Broadly: Still forging ahead building a game server framework in Erlang. I've shifted my attention away from Godot integration (which AFAIK is still working) and toward LÖVE and Lua. Godot is great, but having to write…
How does this compare to something like BYOND? I realize it’s dated now but conceptually there are some similarities.
My understanding is that Luerl can remove various modules from being used, like preventing use of the IO library for instance. I would say BEAM itself is not particularly sandboxed, and certainly clusters of Erlang…
“My job safe from obsolescence by new technology”, says man directly threatened by new technology
Godot has a nice netcode story with ENet, WebSocket and WebRTC integration. If you just want a off-the-shelf product instead of bespoke Erlangy stuff, I think there are a lot of good options out there like Godot's…
I'm still tinkering on my multiplayer game server framework when not grinding away at my day job. The idea is essentially: An Erlang-based control plane, supporting ENet and WebSocket connection modes, with Protobuf for…