Not sure I understand the point of mcfly. zsh and fish have this functionality built in, where pressing Up with a command partially typed will give auto-completions to that partial match.
Not sure I understand the point of mcfly. zsh and fish have this functionality built in, where pressing Up with a command partially typed will give auto-completions to that partial match.
Are you looking to just replace GH Pages or Github altogether? netlify is a nice step up from GitHub Pages. Once integrated with github or gitlab it will autodeploy changes from whatever branch you tell it. As a bonus, you get preview links on every pull request before merging and rolling out to your live site.
Nah, this guy is clearly riled up about lifetimes.
UB must be Undefined Behavior.
How is this news? They’ve been doing this in the RoboCup since the 90’s. https://en.wikipedia.org/wiki/RoboCup
These microservices are fun to look at, but the legacy side actually gets the job done.
Yeah but that’s why the cross-post feature exists in lemmy, so users can be part of similar communities without seeing the same story duplicated on their feed or having the conversation split in multiple places.
Since he’s touching the keyboard with unwashed hands it’s probably best he didn’t wipe.
Even setting up a vlan doesn’t work half the time because the mobile apps don’t talk directly with the appliance but phone home to a cloud service. A cloud service that will eventually go offline and leave the appliances orphaned. That’s how GE’s thermostats work.
This is exactly what I was talking about, thanks!
Someone should make a service like this except you actually upload the file directly to the other user rather than uploading it to a 3rd party (encrypted or not). Yes I get you would have to wait for the user on the other end to connect to you before the transfer starts but if you’re uploading 100+GB of data you’re going to be leaving that browser tab open for awhile anyways.
I think you’re underestimating how impossible a task it is for China to hit a moving target. Even so, their move towards isolationism is at odds with an industry that has the most complex and globally integrated supply chain in existence.
Haven’t used the original but I do enjoy letting pipes-rs run on idle terminals.
I do use helix but haven’t taken advantage of the git integration. Maybe I’m unaware of its power.
For fish, I defined my own fish_prompt function with an indicator if there are uncommitted changes. It’s just running git status
under the hood. I have a TODO in that function to run a pijul diff
in the directory if git status
returns nothing…
The 1.0 is in beta. There has been a lot of refactoring to get it to this point. I would say there’s still many quality-of-life features missing that would stop me from using it in a professional setting but for hobby projects it’s meeting my needs (and gets better with each new beta build). They only have a few project backers but the main developer has been working very steadily on it.
This is actually why I prefer using pijul. I don’t want to commit my secrets to a git repo and nix will refuse to build because I’m pulling in files that aren’t tracked. Simple solution is to not make the flake directory a git repo and it won’t complain. That’s my solution at least. I also prefer using git (and therefore pijul) via cli rather than as a text editor integration so my experience differs.
I use it for self hosting because all I need installed is sshd and the pijul package. Then I can set my server’s ;p as my remote. The “nest” web UI (the Pijul equvivalent to git tea) is in development and not open source yet, but you can use the hosted version at https://nest.pijul.com/ if you’re curious.
The feeling you get when searching your codebase for references to your “uid” variable but this cheeky boy keeps popping up.