Hey I read about some new device that lets you put work hours in from your sleep! So doing this doesn’t seem far off.
Hey I read about some new device that lets you put work hours in from your sleep! So doing this doesn’t seem far off.
I’ve recently been getting into programming for work. Which of course has got me trying to learn more about AI. I’m still a super amateur. I started with bing AI cause that free gpt4 access and bypassing the 4k character limit by telling bing not to reply until I’m done. Now I’m primarily using free plan of phind and its vscode extension. Which I really like. I don’t use the buttons that write code as I always write code myself and rarely copy paste. Helps me learn. I just like that it’s quicker without crazy character limits.
I did recently see that you can pay for bing AI in VS code. Then it got me thinking if I’m gonna pay then I want to make sure it is for something good and prob not Microsoft. So considering paying for phind but now I am trying to look into what others are doing. There’s a world of products I’ve never heard of like hugging face. So I guess it’s time to start my journey on finding which one works best for me. I’ve recently degoogled myself so haven’t really touched bard but if Gemini proves worth it I may.
Just rambling thoughts from a self taught noob programmer.
deleted by creator
Wow crazy detail. I’ll read it when I get a chance lol. I stopped at “I’m a single tasker” I recently learned about the term “monotropism” which is so me.
I too would like to know. I use the app Due on iOS. And it is nice and not a sub (though after 1 year you technically need to buy it again IF you want features that released into the app after 1 year of your purchase. It’s also iOS only and doesn’t let others force a notification on you. But if they have the app they can create a notification and text you a custom link to auto add that notification to your app. For anyone reading who is on iOS and wants something like this. due is really cool. Notifications but with a lot of customization. Most important feature is that you can use critical alerts. So like an alarm it can override silence mode or focuses to notify you every X minute until you snooze or dismiss. Can also disable snooze but then I find my self dismissing without actually doing it.
Either way a platform agnostic proper notification system sounds right up my alley. Just googling around I found Apprise and Mind might look into that later (don’t know nearly enough to say if it’s a viable alternative to Galarm or Due but seems extensive and lightweight.
I use arch.
edit: lol while I am new to arch, I guess I kind of expected people to disagree with me. I was under the impression that stock arch is very lightweight? I know there used to be jokes about "I installed Arch" cause it's supposed to be hard. But I installed Arch on my desktop and server recently, I did the manual install on my desktop and the guided install on my server. Both super straight forward. Plus Arch seems to have some of the best documentation across distros. I don't know why it should not be suggested, unless I am missing something.
+1 for silver bullet. Love it. PWA works great. And it works offline I believe.
Yeah thankfully I use Arch Linux. Their wiki guide was much better.
I used the desktop drivers as well (on arch from the extra repo) for my headless arch server.
Regarding nvidia container toolkit once it was installed I added this to my Jellyfin docker compose:
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [gpu]
Then to confirm, I did docker exec -it jellyfin nvidia-smi
Which responded with my GPU. Note that (for me) the "processes" part of nvidia-smi comes up blank, even when Jellyfin is using it. I can tell it is working though from jellyfin logs and when it is not using it, instead of being blank it says "no processes"
Edit for formatting and to add that I believe I also had to add an environment variable to jellyfin (I am using lsio's version)
- NVIDIA_DRIVER_CAPABILITIES=all
- NVIDIA_VISIBLE_DEVICES=all
Once you do get the drivers installed properly as per your OS (speaking of, which distro are you using? Edit: nvm I see you are on Ubuntu), here are the steps to give docker access to it: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html
I love arch. I want to switch to NixOS for my home server but I think I’ll be sticking with arch for my main I see no further reason to switch.
Yeah this post had me a little worried I’m doing something wrong haha. But I do it just like that. Compose file per stack.
This is explained in the article.
Would this let global menu (plasma) on Firefox work better under Wayland? I remember someone saying that Wayland was the reason it didn’t work.
I haven’t used pop os but I always hear good. I really do hope they switch to Debian. Ubuntu should not be so many people’s first choice anymore. 10+ years ago sure but now? No reason. They just push so hard the newbies gravitate to them.
On top of that I’m still baffled how they let a contributor purposefully fuck up a translation to the point they had to stop downloads. Sure bad eggs happen but how did they not notice until after… especially with what happened with cyberpunks translation.
So happy I finally moved from Ubuntu to arch finally last week.
I had a similar thought. I got a plugin for neovim that lets you manage files and folders with nvim and seems like a quick way to easily move a bunch of files and folders around.
I haven’t really used it, as you said I stick with shell commands. But I could see some people getting used to that. Especially when dealing with a lot of files or photos and you really like vim lol
You try borg?
Yeah I started with a headless Ubuntu server and it was real nice. I’m finally ready to leave Ubuntu though and want to switch to a headless NixOS server.
Everyone’s different idk. I myself love command line. I have enjoyed Linux for a long time but it didn’t really become my daily driver until recently. I find it very rare that I use the GUI for more than gaming and watching stuff. Everything else is command line. I’ve had friends refuse to try Linux due to the “requirement” of needing to do stuff in command line. When I showed them some newer distros that appeal to users who don’t really feel comfortable with command lines.