HackerTrans
トップ新着トレンドコメント過去質問紹介求人

catelm

no profile record

コメント

catelm
·20 日前·議論
Mind blown. And brain broken as I try to swipe with two fingers
catelm
·2 か月前·議論
Note that Garnix is more than a CI system. It also allows for hosting apps with a quite brilliant and AFAIK unique solution to interdependencies. https://garnix.io/blog/call-by-hash/
catelm
·2 か月前·議論
I can relate to that. If I'm not careful catching up my internal model and understand of the problem space and the specification of my project while the agent keeps spitting out code I feel very uncomfortable. Perhaps I have very high standards for my code quality for various reasons? But its extremely frustrating and tiring to me to check all the implicit assumptions the agent so boldly makes at high speed.

Usually, I start with a solid idea that needs hands on experience to fully developin, so I need to stay in the loop. Than I have to force myself to carefully review the code and point out architectural issues (usually there sneak in a lot of them). If I don't force myself, I end up in a limbo where the agent produces code faster than my mental model following.

Even if I have a well developed domain knowledge and a good idea what I want, I then definitely feel some kind of, what I guess compares to, slot machine effect. "Maybe now I get what I want. Argh, not quite. Okay, feels nearly there. Perhaps only this prompt. Ah, there is something missing...".

I'm really curious how you handle and approach this.
catelm
·3 か月前·議論
I think the pelican on a bike is known widely enough that of seizes to be useful as a benchmark. There is even a pelican briefly appearing in the promo video of GPT-5, if I'm not mistaken https://openai.com/gpt-5/. So the companies are apparently aware of it.
catelm
·7 か月前·議論
Sadly, only the mounting rim is normed. The form of the body is not. Meaning, containers from different manufacturers don't stack necessarily and lids are not interchangeable.
catelm
·7 か月前·議論
NixOS makes this rather easy too. There exist modules for synapse, livekit, etc (MAS module is still a Pull Request, though) and the setup is quite doable: https://wiki.nixos.org/wiki/Matrix

However, you still need to know what you are doing (the manual helps) and connect the pieces (in theory there could be a nixpkgs module that does this for you but apparently nobody did bother). Once its done you can lean back.

I've been running my homeserver happily for > 5 years and it was fairly straightforward.
catelm
·11 か月前·議論
Sorry, I wasn't clear. Well, at least there wasn't a way. The newest update is now a step in that direction.
catelm
·11 か月前·議論
That is only partly correct. Devenv.sh misses outputs defining packages compared to flake.nix, i.e. there is no way to deterministically build the project as a nix package. It's the developer environment devenv competes with. Both can even work in tandem. Devenv for the devenv, flakes for the rest.