HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mgrandl

297 karmajoined 5 jaar geleden

comments

mgrandl
·3 dagen geleden·discuss
GLM 5.2 already matches GPT-5.4 easily.
mgrandl
·18 dagen geleden·discuss
And that is completely ignoring maintenance cost which tends to be a lot cheaper on EVs.
mgrandl
·vorige maand·discuss
I can recommend microsandbox. More mature than smolmachines. I have tried both.

https://github.com/superradcompany/microsandbox
mgrandl
·vorige maand·discuss
And ostree is likely being replaced with composefs in the near future… things are moving fast in bootc!
mgrandl
·vorige maand·discuss
I mean GPUI is rust and Gooey is Zig so if you wanna do a project in Zig you probably wouldn’t choose GPUI.
mgrandl
·vorige maand·discuss
Isn’t go (with cgo disabled) still at least as fast to compile?
mgrandl
·vorige maand·discuss
Look into mise. It’s basically just, but it also installs runtimes/build deps for you. It also has lockfiles.
mgrandl
·vorige maand·discuss
Same but using mise. It is so nice to define all runtime/build time dependencies for both dev and production builds in one place and then have a task runner that builds everything for you!
mgrandl
·2 maanden geleden·discuss
Then you haven’t looked at a lot of open source repos? A ton of them are using renovate/dependabot which are doing exactly that for you. And it is certainly good practice.
mgrandl
·2 maanden geleden·discuss
Plenty of companies are working on VR/AR. There are awesome options that are already more suitable for work than the Vision Pro is.
mgrandl
·2 maanden geleden·discuss
I was told the issue isn’t the physical distance of the screen to your eyes, but the distance of where your eyes are focusing? So in VR if you focus on an object a meter away it shouldn’t strain your eyes as much as a phone screen 10cm away? No idea if this is scientifically proven.
mgrandl
·2 maanden geleden·discuss
I am at a pretty good (for european standards) startup, entirely bootstrapped with no investor money. We use virtually 0 SaaS ourselves with the exception of tailscale. The pay $40/user/month pricing seems insane for what most of these things do and they are almost always trivial to selfhost. Of course if you have millions of investor money to waste, it’s a drop in the bucket.
mgrandl
·2 maanden geleden·discuss
PNPM is just as fast and much more reliable.
mgrandl
·2 maanden geleden·discuss
I would love to use it, mostly for the jj compatibility and the nice CI implementation, but I need private repos so sadly this is not yet for me.
mgrandl
·2 maanden geleden·discuss
I recently converted my NAS from plain Debian to a custom bootc image based on Fedora 43 and I love it. My entire config lives in git and can easily be updated with a push. I also moved from docker-compose for all my services to hardened quadlets which feel much more native and certainly more secure than my old setup. I would definitely recommend playing around with bootc. Very exciting tech.

Now if bootc could apply changes live without (soft)rebooting I would migrate all my machine to it in a heartbeat.
mgrandl
·2 maanden geleden·discuss
You can use Sunshine streaming on Wayland just fine. I have a headless sever with Sunshine and a Wayland desktop and can stream it remotely with great quality and minimal latency.

That said for most tasks I would still rather SSH in and use CLIs (not TUIs).
mgrandl
·2 maanden geleden·discuss
Jup that’s definitely it, not sure how I got it that wrong.
mgrandl
·2 maanden geleden·discuss
Where did you see that? I just did a deep dive into podman/quadlets/bootc/composefs and never once seen a mention of that. A google search also didn’t bring anything like that up.
mgrandl
·2 maanden geleden·discuss
Static sites are just superior and i feel like we are going to see a huge shift to SSGs once the average editors realize how much easier it is to have LLMs enter markdown maybe with a bit of html to create their blog posts/articles than to bother with a CMS.
mgrandl
·3 maanden geleden·discuss
Yeah change tracking didn’t work at all for me. The only way it works is if I dont define outputs. Haven’t looked into it, but jdx is very receptive to PRs so you might want to open one. I assume it can’t be that hard to fix.