I hope it can open images in raw binary representation. How does Zed handle stop codes, null, and non-break spaces?
@leonardomoura9770Ай бұрын
I switched vs code for Zed. Perfect IDE
@SaiSampathKarthikSaladiАй бұрын
Simple and super. Thanks for the Demo.
@raughboy188Ай бұрын
2 tools you mentioned are open source but enterprise version is 12k USD a year.
@johanngerellАй бұрын
Audio only on left channel
@HpDopeman2 ай бұрын
Main issue with it is it doesn’t support jupyter notebooks
@l-....-lАй бұрын
That's actually a feature tbh
@RickbyYoutuberАй бұрын
Not in a traditional way… But it supports Python kernels which gets the job done
@build.aiagents2 ай бұрын
Phenomenal
@jaybrueder2 ай бұрын
Thanks :)
@chris.dillon Жыл бұрын
ctrl-L is clear terminal, you don't need an alias or anything in your history here's a mnemonic: ctrl-c is break (as you know), the next letter in clear is L so it's ctrl-L (lowercase L, using uppercase here if your font is sans serif like mine is here) 😆
Жыл бұрын
Excellent.
Жыл бұрын
Hey, great video, very detailed but also very easy to follow. Thank you very much!
@azeemyusuf9873 Жыл бұрын
Good work bro, thanks.
@Infralovers Жыл бұрын
You are welcome! Are there any other topics you would be interested in? We are looking for new video ideas ;)
@ДжигурдаДжигурдаевовичч2 жыл бұрын
Very good explanation. Thank you.
@Infralovers Жыл бұрын
You are welcome!
@abessesmahi48882 жыл бұрын
Nice content Thank you so much
@DavidAlsh2 жыл бұрын
can you make the nomad master also be a client?
@rolfsommerhalder29952 жыл бұрын
Yes, in my /etc/nomad/nomad.hcl on OpenBSD for ex: server { enabled = true bootstrap_expect = 1 } client { enabled = true node_class = "ClientServer" # arbitrary string ... } ...
@DavidSoles3 жыл бұрын
Nice video about HashiCorp Nomad. I was wondering, when you run Nomad binary as a server or client in the cloud services (AWS or whatever) they didn't run in the background. How do you achieve that? Nomad binary can run as a daemon? Thanks in advance.