It looks like there is a playlist here: https://youtube.com/playlist?list=PL-cwa6ZvflaDvviwm8JqO6hZ9W-fhG48c&si=SLCAv2EqJ_jRC9fj
Just a basic programmer living in California
It looks like there is a playlist here: https://youtube.com/playlist?list=PL-cwa6ZvflaDvviwm8JqO6hZ9W-fhG48c&si=SLCAv2EqJ_jRC9fj
I thought so too, but my wife said, “Nope nope nope”
Probably not very similar, but Git Butler is very interesting. It adds its own layer of management so that you can have multiple branches “applied” to your working tree simultaneously. It’s helpful when you have multiple changes that should go into different branches, and some that shouldn’t be committed - it has a system of lanes that help keep track of all that. Or you can test how changes from two branches interact.
Last time I used it, maybe 6 months ago, it was rough around the edges so I didn’t stick with it. But they’ve done lots of work since then so I’m thinking of giving it another go. It is (last I checked) an all-in tool. When you’re using Butler on a project you probably won’t be able to use other git tools.
Yes; he said that the real clothes itched, and Garak said that’s the wool, you’ll get used to it.
I think it depends. Lua is great for scripting - like when X happens do Y. I agree that makes sense for a case like Home Assistant. Sometimes you really want the result to be a data structure, not an interactive program, in which case I think more sophisticated configuration (as opposed to scripting) languages might be better.
Yes, there’s a good example. Ansible would make more sense if its configuration language was Nix…
Oh, thanks for calling that out. I think I may have mixed up some of the frustrations I experienced at an old job.
I agree - YAML is not suitable for complex cases that people use it in, like Terraform and Home Assistant. My pet peeve is a YAML config in a situation that really calls for more abstraction, like functions and variables. I’d like to see more use of the class of configuration languages that support that stuff, like Dhall, Cue, and Nickel.
There is another gotcha which is that YAML has more room for ambiguity than, say, JSON. YAML has a lot of ways to say true
and false
, and it’s implicit quoting is a bit complex. So some values that you expect to be strings might be interpreted as something els.
I use metric temperature when I talk to my kids. Now they give me a hard time when I give them a Fahrenheit value! Keeps me honest I guess. I’ve also got my oldest using a 24 hour clock.
Stardate, 2024-08-30T06:34:17.993Z
Zed invented tree-sitter which is a great feature. But since tree-sitter is open source it’s also available in neovim and helix.
I recognize those from every Serpa Design terrarium video ever made: “Next I put in springtails to control fungus, and eat dead plant matter.”
To start the firewall after you stopped it:
sudo systemctl start firewalld
systemctl
is part of systemd - it starts and stops various services, shows statuses, lists available services, etc.
There is documentation on opening ports here, plus more details on enabling & disabling the firewall: https://docs.fedoraproject.org/en-US/quick-docs/firewalld/#_controlling_ports_using_firewalld
That’s a different form
I love the name!
Only tangentially related, but if you choose to ignore the portal you can come back later to get Gale. I was in a role-playing mood on my first playthrough. When I encountered a strange portal, and was given only the choices of ignoring it or sticking my hand in I thought, “How about no.”
That comic really came out with a banger on day 1
I think this is good advice. Don’t over-think it!
Modern frameworks like Playwright do a good job of avoiding those waits. So the tests are less flaky, and are faster.
For TNG I’d suggest Identity Crisis. That one freaked me out more than any Trek I can recall.