Labeling arrows is built in. Just double click the line/arrow and it will give you a text field.
- 0 Posts
- 16 Comments
Archr@lemmy.worldto Asklemmy@lemmy.ml•What is the legitimate use-case for generative AI?4·4 months ago100% agree with this.
It is so much faster for me to give the ai the api/library documentation than it would be for me to figure out how that api works. Is it a perfect drop-in, finished piece of code? No. But that is not what I ask the ai for. I ask it for a simple example which I can then take, modify, and rework into my own code.
Archr@lemmy.worldto Self Hosted - Self-hosting your services.@lemmy.ml•Way to get around ISP blocking port 804·4 months agoSince it sounds like this is your home router since you mentioned you use Comcast. If you are testing the site from within your network using your external ip then you are possibly running into a loop back block. Comcast does not allow traffic that originates from within your network back into your network.
Try the ip/site from a Hotspot and that might work.
This is true. And it’s also why I always recommend downloading steam through their website. They distribute their own Deb directly, and it auto updates.
Flatpak version is also okay but if you want to use a secondary disk then you need to know how to use portals (or the Flatpak configuration tool that I can’t remember the name of).
Archr@lemmy.worldto Linux@lemmy.ml•What is the most duct-tape thing you've done to Linux?4·8 months agoI think there is a value you can put into a /sys file to fix this. Had the same issue on my k10 keyboard. (the fix was easily findable on their forums)
This might help in the future in case you setup a remote mount for backups in the future. Look into using systemd’s automount feature. If the mount suddenly fails then it will instead create an unwritable directory in its place. This prevents your rsync from erroneously writing data to your root partition instead.
I also like lutris. But it being “for games” doesn’t do it justice I think. It is basically just a wine environment manager. It advertises as being for games but it should work with just about any windows executable.
Archr@lemmy.worldto Linux@lemmy.ml•What're some of the dumbest things you've done to yourself in Linux?5·1 year agoI did something similar (that my professor still talks about in class as a cautionary tale)
I ran
chown -R user .*
(intending to target all hidden files in the folder) and for people that don’t know.*
also matches..
(..
was/
in this case) which changed the permissions on all files on the system to that user, including sudo.We fixed it by mounting the root of the file system in a docker container which effectively gave us root.
Archr@lemmy.worldto Asklemmy@lemmy.ml•Excluding the Horror genre and individual movies in a series, what movie story ends with evil winning?24·1 year agoI am going to put in little shop of horrors since it is a musical. And I really would not consider it horror.
For those of you that don’t know there are actually 2 versions of this movie. The original release version where the plants lose and the ORIGINAL test audience version where the plants win.
Archr@lemmy.worldto Linux@lemmy.ml•eza (formerly exa, ls replacement) can now show the actual total size of directory contents8·1 year agoIs this effectively the same as:
du -hs * | sort -h
?
I know this isn’t the type of answer that you want to hear, but I really love my kindle. It may not be open-source but it works and I can upload books to it from my personal collection. And the battery life is much longer than an ordinary tablet.
If you want to have something to tinker with then I have heard that the open book project is a pretty good build it yourself alternative.
The issue with gear lever is that not many people know that it exists. I only started using it a few months ago and I’ve been on Linux for the better part of the last decade.
Archr@lemmy.worldto Asklemmy@lemmy.ml•What are some must-have browser settings and add-ons?2·2 years agoThank you for suggesting nuke anything.
There used to be an old chrome extension called fuckit that did a similar job but I hadn’t found a replacement since switching to Firefox.
I’ll second blue period. Definitely makes you think and see artistry in a different way.
If you are really disturbed by the admins of these two instances not allowing conspiracy theory comms then you always have the option of creating your own instance without this restriction.
This is probably the reason why most distros will have the home directory on a separate partition. To easily allow you to keep your most important data when reinstalling or switching to a new distro.