Same here, I have chromium installed basically just for teams usage
Same here, I have chromium installed basically just for teams usage
Most of it was just nice little touches that didn’t change my day much, but the explicit sync in Wayland by also adding the Nvidia 555 driver has really been nice
Just installed in EndeavourOS this morning
😂 I don’t pay that much attention to usernames, but once I saw your comment, I was like “hey, I think I have come across SatansMaggotyCumFart a few times before!”
That’s a thing where I am from. Also, only day where alcohol cannot be sold, as you must do your duty sober. Fair compromise if you ask me: if I already know who I am voting for, I also had the prescience to buy my booze the night before :)
It wasn’t my original intention, but ingress made me walk a whole lot!
Wish I could be there!
Interesting article on what that actually meant for contemporary Mayans: http://theappendix.net/issues/2012/12/time-and-the-maya-apocalypse-guatemala-1982-and-2012
Never heard of mktemp before, that’s need. Come to think of it I never thought about how /tmp is really used by the system in the first place, time to do do studying I guess
That’s awesome. I don’t have one of their products but generally feel a good vibe about the company
One neat thing about swapping the motherboard is that you can easily just 3d print a case for it and use it as a server! I saw a post on the homelab community where FW was selling older model MBs for cheap, and people snapped them up for that. Someone sells a slim case for it, but they also have a printable model for it online
Yeah, I have one piece of software where I need Windows with a GPU (Fusion 360, got it running on wine once but an update broke it), and my wife needs my PC for Adobe stuff sometimes. I might buy a cheapo used older GPU, I don’t need much since it’s not for gaming. That said, the video showed something that might fix where I got stuck last time trying to pass the integrated GPU, so I’m trying that again. I have a Ryzen 9 with 24 cores, so plenty of juice to go around If that if I can pass the igpu through. Then I could try looking glass and be all set. Thanks for sharing, gave me some hope to try again haha
Ha, I was about to edit to say I watched the video. It’s a pretty smooth transition into the client machine!
Thanks for sharing the details! I’m gonna check out the video. So if I understand correctly, when you start your VM, it completely takes over video, and you’re not seeing the host desktop at all, but then when you shut down the VM, it returns to your host desktop? So the resulting experience is like dual booting, but a lot faster? I Heard about looking glass, but hadn’t delved into it since I couldn’t even get the igpu to passthrough in the first place (testing with a cable going to another input in my monitor, which AFAIK, would be the part that looking glass solves)
Oh, this looks nice. I like the bit about maintaining different versions, which is something kind of annoying about maintaining different setups for my laptop and desktop
I just learned about stow, which as far as I understand, is a package that kinda manages the whole symlinking bit for you plus a few things? Honestly, I am not sure how it would differ exactly from what you’re doing, but you should check out a short video on it: https://www.youtube.com/watch?v=y6XCebnB9gs&t=3
Ha, very nice!
The black Sabbath for Internet connection is hilarious. Did you get that from the Bitcoin mining trigger bit on Silicon Valley?
This nice little one liner bash script, assigned to a shortcut Meta +Shift + O. It opens the flameshot GUI, let’s you select an area of text in your screen and click Ok. It OCRs the screenshot and puts it into the clipboard. It checks for whether you’re using Wayland or X11 to use the appropriate clipboard tool. Beyond the more typical text in an image scenario, it’s a convenient way to copy non-selectable text in error popups. Not my original idea, copied the concept from a suggestion in a GitHub comment thread and adapted it.
exec &> /dev/null [ “$XDG_SESSION_TYPE” = “wayland” ] && (flameshot gui --raw | tesseract stdin stdout | wl-copy) || (flameshot gui --raw | tesseract stdin stdout | xclip -in -selection clipboard)
I just started using both recently and it’s great. For the fzf file search, there’s even some extension that can show a preview pane of text files and even images!