HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bardsore

no profile record

comments

bardsore
·قبل 4 أشهر·discuss
I'm just a hobbyist with a 3D printer, but after watching a few tutorials it seems quite simple if you're only using the sketcher and part design 90% of the time.
bardsore
·قبل 5 أشهر·discuss
Unless she hosts her own cert authority or is using a self-signed cert, the wildcard cert she mentions is visible to the public on sites such as https://crt.sh/.
bardsore
·قبل 5 أشهر·discuss
Can't speak for the benefits of https://nono.sh/ since I haven't used it, but a downside of using docker for this is that it gets complicated if you want the agent to be allowed to do docker stuff without giving it dangerous permissions. I have a Vagrant setup inspired by this blogpost https://blog.emilburzo.com/2026/01/running-claude-code-dange..., but a bug in VirtualBox is making one core run at 100% the entire time so I haven't used it much.
bardsore
·قبل 7 أشهر·discuss
Security in layers, I'd do both.
bardsore
·قبل 7 أشهر·discuss
Always try to avoid having two services using the same DB. Only way I'd ever consider sharing a DB is if only one service will ever modify it and all others only read.
bardsore
·قبل 8 أشهر·discuss
How fast my terminal can print 10000 lines is pretty far down the list of requirements I have, who cares as long as it is fast enough? To me it is as irrelevant as who has the best unicode support.
bardsore
·قبل 10 أشهر·discuss
I tried niri this spring and had several issues trying to get copy-pasting between Wayland and X (Xwayland) working. Think I had some other problems as well that were a dealbreaker that I can't recall at the moment. Anyway, have you had an issues like this? I assume Gnome does a lot of work to make it seamless, maybe Quickshell does something similar?
bardsore
·قبل 12 شهرًا·discuss
For Fish, I'd recommend https://github.com/IlanCosman/tide instead
bardsore
·السنة الماضية·discuss
I tried Niri, but couldn't figure out how to get good enough support for X programs. Specifically I had issues with the clipboard, I couldn't copy passwords from 1Password (X) and paste them into Firefox (Wayland). Niri doesn't seem interested in having built-in first class support for X and I'm not interested in maintaining it for myself either.