flynnguy

joined 3 years ago
[–] flynnguy@programming.dev 1 points 1 week ago

I would love a key for Middle Earth.

I'm watching the new Jet Tila show Ready Jet Cook. I love Thai food so I'm enjoying it.

[–] flynnguy@programming.dev 1 points 2 weeks ago

Last time I tried it, it wanted my media in a specific file structure, so I ended up having multiple instances of the same show. I could reorder everything but I got a plexpass when it was dirt cheap so I'm not that inclined to reorder everything.

If I was just starting out, I'd probably use Jellyfin but haven't mostly due to inertia.

[–] flynnguy@programming.dev 4 points 2 weeks ago

I used to use vim pretty exclusively, I've since switched to neovim. There have been a few cases where vim/nvim weren't available but regular vi was and I've used it to edit text files. I imagine there were other editors but I'm so accustom to how vi/vim/neovim does things that I can't imagine using anything else. Sometimes someone will try and convince me to use a new editor and I'll try it but generally end up switching back to nvim. Even vi compatibility mode doesn't really help because I use a bunch of plugins.

[–] flynnguy@programming.dev 7 points 3 weeks ago

I mean, I looked at that and thought it looked like a real Monet painting and my art experience is just walking around museums occasionally.

 

So I use the nemo file browser. I also started using Tailscale recently. I liked the idea of using Taildrop but I wanted a way to not have to use the command line every time. (I don't mind the command line but sometimes, especially for books, I use the file browser). So in ~/.local/share/nemo/actions/taildrop.nemo_action I added the following:

[Nemo Action]
Name=Send to iPad
Comment=Send file %F to iPad
Exec=sh -c "tailscale file cp %F ipad:"
Icon-Name=edit-copy
Selection=notnone
Extensions=nodirs
Separator=,
Dependencies=tailscale

Note, you'll want to change ipad to whatever device you want to send files to. But now, I can right click on a file and click Send to iPad and off it goes! You also might need to do sudo tailscale set --operator=$USER first to be able to run as your user. But if you can run tailscale file cp ... in your terminal (without sudo) it should work.

Of course, it doesn't have to be an iPad, that's just what I have. You can make one for any device you want to send files to.

[–] flynnguy@programming.dev 1 points 1 month ago (1 children)

Because it's dumb, he didn't make an assassination joke, he made a joke about Trump being old and Melania being much younger, waiting for him to die because he's old and not in great health.

[–] flynnguy@programming.dev 6 points 10 months ago

I watched the getting to Blinky from Contextual Electronics and it was super helpful. It covered everything from beginning to end, including uploading files to get a PCB manufactured.

[–] flynnguy@programming.dev 7 points 10 months ago

This, we started getting ads and prime was almost never 2 days, usually more. This a long with all the Bezos BS made me stop not only prime but using Amazon all together. I've been using Amazon since the late 90s, back when they were just books.

[–] flynnguy@programming.dev 5 points 10 months ago (1 children)

I think using Amazon to compare prices locally is fine, I just wouldn't buy from Amazon.

[–] flynnguy@programming.dev 31 points 10 months ago (2 children)

It's my understanding that https://veracrypt.io/en/Downloads.html took over. That said, I'm curious to see what other people recommend.

[–] flynnguy@programming.dev 4 points 11 months ago

So I love Debian but it prides itself on stability so packages tend to be older. I think this is good for a server but probably not great for a desktop. Ubuntu came along and was like we'll be like Debian but newer packages. Everything was cool for a while but then they started doing shitty things. The first that I can think of was ads in the terminal. This was not great for an open source app. Then when you did apt install firefox it installed Firefox as a snap. WTF?!?!? (apt should install .deb files, not snaps). Because of this, lately I've decided to avoid Ubuntu.

I used Gentoo for a while and it was great but configuring and compiling everything took forever. I'm getting too old for that. Arch seems like a good alternative for people who want to mess with their system. So it's become a way for people to claim they know what they are doing without having to recompile everything. (Note: I haven't used Arch, this is just my perception)

Recently I got a new laptop and I had decided to put Linux on it and had to decide what distro. Arch was in consideration but I ended up going with OpenSUSE Tumbleweed because it's got the latest but I don't really have to configure anything. If I had more time, I might go with something like Arch but I don't really want to do that much fiddling right now.

[–] flynnguy@programming.dev 9 points 11 months ago

The EFF https://ssd.eff.org/ has a lot of good info.

[–] flynnguy@programming.dev 5 points 1 year ago (1 children)

So take the knife, put your thumb and index finger on either side with the web of your hand on the blunt side of the knife with the sharp side away from you. Squeeze the back of the pit and it should pop right off.

 

So I was in the market for a new computer. Previously I used a 2015 MacBook Pro and liked the Mac experience, I could run pretty much whatever software I wanted but I still had a terminal. However looking at the latest Mac's, everything is soldered, no way to upgrade anything. This was not something I wanted to support so I started looking at my options....

I don't love Windows but if I go from non-mac hardware, my options become Linux or Windows. I have a windows 11 desktop that I use mostly for gaming but for my daily driver, I didn't want a Windows machine. That left Linux.... what could I run?

I realize this isn't for everyone but I started looking at my options. The first piece of software I use that I was looking to replace was Capture One (Photography software). I started looking around and found darktable which so far seems to have all I need. It was a little adjustment from Capture One but not a lot. It runs on Windows/Mac/Linux so you can certainly try it out before you make the switch.

Then I use Alfred App as my quick launcher on my Mac. On Linux, I found Albert which seems to have what I'm looking for. I like that I can write plugins in Python but it's still pretty fast because it's mostly written in c++. It's not perfect but it'll do for now.

For 3d printing, most of the slicing software runs natively on Linux/Mac/Windows so that was an easy decision. The biggest downside was that I use Fusion 360 which does not have a Linux port. Jumping forward, I did try running it in Wine and it mostly works but not really 100% so right now I dual boot solely for this piece of software.

I already switched to Inkscape for vector graphics so that was easy since there is already a Linux version. I don't do a lot of word processing, spreadsheets and/or presentations but when I do, google docs has been good enough and there's LibreOffice if I really want to go local. Most other misc software I use is generally Open Source and runs on Linux as an option.

Since I already decided I would dual boot, I pulled the plug on a Framework 16. I really liked the modularity, the fact that it worked under Linux and really, everything about the company.

Installation was fairly straight forward once I sorted the Windows/Linux dual boot situation. You need to do it in the correct order or Windows complains. (I used 2x1TB NVMe drives) I went with OpenSuse tumbleweed mostly because debian is on the older side (great for servers, not great for desktops), ubuntu is dead to me after apt install firefox installs a snap and not a deb, fuck snaps. OpenSuse seemed like a good balance of latest but with mostly stability. I didn't want to go Arch or Gentoo because I just don't have time for that now.

So once everything is setup, I install Albert, Firefox, DarkTable, Inkscape, 3d Slicers, and Steam. In steam, I installed the handful of Linux native games but was a little disappointed in the number. Then I was talking with my son about Proton and decided to look into it a bit more. HOLY SHIT, IT'S JUST A FLAG IN STEAM!!!! Basically it's Settings->Properties->Compatability.... then toggle "Force the use of a specific Steam Play compatibility tool." Then I was just able to install Windows games under Linux. They run just like any other Steam game. There's a website that lists compatibility: https://www.protondb.com/ but so far everything I've tried to run works fine. So if you run Linux and Game at all, check this out.

So basically, now I've been using Linux as my daily driver (except for work) and the only thing I've had to boot into Windows for is Fusion 360.... Maybe I should really take a look at FreeCAD but for now, Fusion is too easy for me to reach for.

tl;dr: I think 2025 is the year of the Linux Desktop (well, Laptop, main driver) for me.

 

I'm making a box to store a pizza. The box itself is pretty straight forward, cherry wood, box joints and basically a groove in the bottom with a piece of plywood (cherry plywood) to act as the bottom. I'm pretty happy with how the bottom went together but for the top I'm having an issue....

So for the top I have a 3/8ths piece of roughly 10x10 with basically a dado around the edge so it insets slightly into the box. The problem I'm having is that when a pizza goes in, it bows a bit. I'm guessing it's the steam from the pizza but so far I've been able to put something heavy on it and it comes out but I want to prevent it in the future.

I'm thinking a couple strips on the underside (basically across to U that forms) might help (with some glue and a couple of screws). I've also "sealed" it with a food grade oil but I'm looking for thoughts if this will or won't help and any possible alternatives.

4
submitted 2 years ago* (last edited 2 years ago) by flynnguy@programming.dev to c/tengwar
 

Not mine but I found it really useful...

 

So a friend of mine recommended Obsidian ages ago and I looked at it but thought I was happy using Joplin (another text-based note tool) which I still think is a great app. Took a brief look at it and thought it was just too complicated...

Then recently, I went down a youtube rabbit hole watching videos of how people use Obsidian... OMG 🤯

Now I have 2x Vaults, one for work and one personal. Dataview, templater, quickadd, periodic notes have just changed everything. Now I have documents for each person at work with their basic info and then when I make a meeting, I can just tag them which then updates a dataview table that shows what meetings I've been in with them.

Tasks allows me to just create a bunch of todos in random notes and then I can create a table to show all my undone tasks.

I mean, why did I wait so long? I've been using it for about 10 days now and it's been such a game changer. Sorry Joplin.

view more: next ›