HackerTrans
TopNewTrendsCommentsPastAskShowJobs

yobert

no profile record

comments

yobert
·19 วันที่ผ่านมา·discuss
I think incus can be a frontend for qemu, but it's primary mode of operating is to run containers. It's a fork of LXD.
yobert
·19 วันที่ผ่านมา·discuss
It sounds like all his containers are Linux, so that's why Incus is such a good fit for him. For your use case, yeah, proxmox is likely a better fit.
yobert
·3 เดือนที่ผ่านมา·discuss
I found something fun last week--- Apparently if you use Adobe tools, there is a sync plugin they install for finder that can cause big issues with SMB shares. Might help you if you have that!
yobert
·4 เดือนที่ผ่านมา·discuss
It is a bit better than you're saying. When you fire it up, you can see that it does have a list of common credential areas that it hides from the jail. It seems to hide:

    .aws  .azure  .bash_history .config  .docker  .git-credentials  .gnupg  .jai  .local  .mozilla  .netrc  .password-store  .ssh  .zsh_history
It's a humorous attempt in a sense, but better than nothing for sure!
yobert
·4 เดือนที่ผ่านมา·discuss
Not required. It's recommended by the church leadership though to have a garden and to have a years supply of food storage if you can. I'm not a Mormon but appreciate it as a good idea.
yobert
·4 เดือนที่ผ่านมา·discuss
When I get out of the subway, I always occident myself.
yobert
·5 เดือนที่ผ่านมา·discuss
I'm with you-- civ 1 is by far the best! I adore the wonky graphics. None of the new ones hit the same.
yobert
·6 เดือนที่ผ่านมา·discuss
Just `git pull` and `go build` should work!
yobert
·7 เดือนที่ผ่านมา·discuss
Also, how many of those patients who died on a waitlist would have died anyways?
yobert
·8 เดือนที่ผ่านมา·discuss
The topic of "expectation" is really interesting and worth discussing more. I refuse to accept the expectation of slack meaning I am literally always available to message, and also that I must read and keep track of everything in there. If somebody asks me about something and I suspect it might be in slack, I might do search for it to catch up on that topic if I am inclined. But obviously so many people feel the pressure you're describing (to know about everything said in slack)--- which sounds terrible!
yobert
·8 เดือนที่ผ่านมา·discuss
I agree about the bad side of slack culture, except when compared to how things were before slack: Horrible email threads, in-person meetings, phone calls, and people walking over to your desk to ask you stupid things they could have looked up themselves.

Slack revolutionized this for me because I can turn it off anytime I want. When I want focus, I close it and it cannot reach me for some time. Then I pull it up and read all the threads while taking a poop.

Having it in zed is the same: You can just log out of collab anytime you want! You would only use it if you _want_ to use it. When you do want to use it, it's incredible. Someone can just join your channel and work on a tricky problem with you and you don't even need to screen share. It's like the best of discord and slack available at the touch of a button. It's much lighter weight than slack. Slack huddles are super annoying to me. I want it to behave more like discord, and that's what zed does!
yobert
·8 เดือนที่ผ่านมา·discuss
My experience has been so different. Zed seems to always do the right thing for me when I concurrently edit files with other tools. Not doubting your experience or anything, but you must have a very different environment than me. Zed has been absolutely rock solid for the past year on my computer.
yobert
·9 เดือนที่ผ่านมา·discuss
I think to get it right, leftpad will have to link to libghostty :)
yobert
·9 เดือนที่ผ่านมา·discuss
If you're on a Mac, you probably want OrbStack nowadays. It's fabulous!
yobert
·10 เดือนที่ผ่านมา·discuss
It will come! Linux support is only recently getting good. They'll get there.
yobert
·10 เดือนที่ผ่านมา·discuss
Zed has easy to use extensions, but also Go support is built in. (syntax highlighting, gofmt on save, and language server support)
yobert
·11 เดือนที่ผ่านมา·discuss
Zed is a really really nice editor. I consider the AI features secondary but they have been useful here and there. (I usually have them off.) You can use it like cursor if you want to.

Where I think it gets really interesting is they are adding features in it to compete with slack. Imagine a tight integration between slack huddles and VS code's collaborative editing. Since it's from scratch it's much nicer than both. I'm really excited about it.
yobert
·ปีที่แล้ว·discuss
I think that's a bit disingenuous. How is his brand built on chaos and controversy? I've watched some of his videos and he honestly seems like a really reasonable guy.
yobert
·ปีที่แล้ว·discuss
Yeah it reminds me of POV-Ray, in a fun way!
yobert
·2 ปีที่แล้ว·discuss
Our problem isn't the inheritance feature itself-- it's the removal of the config knob `sql_inheritance` which lets you change whether inherited tables are included in queries by default or not (behavior controlled manually by the * notation). It's a goofy behavior nobody liked, but we have a mountain of SQL that depends on that knob. It's fixable... Just a pain :)