[-] flynnguy@programming.dev 35 points 1 month ago

One time I went to buy a power tool that was on sale at Home Depot. I did the self checkout and the sale did not ring up correctly. I got one of the employees attention and they just told me there was nothing they could do, whatever it rings up as is the price and they can't change it. No amount of pointing at the massive sale sign would change that.

So I put it back and bought it from an online site that was having the same sale. Fuck Home Depot... Since then I go out of my way to not shop there.

4
submitted 2 months ago* (last edited 1 month ago) by flynnguy@programming.dev to c/tengwar@lemmy.sdf.org

Not mine but I found it really useful...

[-] flynnguy@programming.dev 3 points 6 months ago

Same with firefox

[-] flynnguy@programming.dev 33 points 9 months ago

He asked employees to print out their code so he could review it.

[-] flynnguy@programming.dev 24 points 1 year ago

I think what you want is either plex or Jellyfin which will give you a nice UI to browse your already downloaded files.

Now how do you browse new releases and figure out what you want to download? I just setup https://overseerr.dev/ to go along with sonarr, radarr, prowlarr, nzbget, transmission... it's a lot of different services but they all work well together. Now to look for new movies, I or my family goes to Overseerr to request downloads, then plex to watch.

[-] flynnguy@programming.dev 68 points 1 year ago

I had a coworker come to me with an "issue" he learned about. It was wrong and it wasn't really an issue and the it came out that he got it from ChatGPT and didn't really know what he was talking about, nor could he cite an actual source.

I've also played around with it and it's given me straight up wrong answers. I don't think it's really worth it.

It's just predictive text, it's not really AI.

[-] flynnguy@programming.dev 7 points 1 year ago

I've been listening to A History of Rock Music in 500 Songs and let me tell you, the music industry can fuck right off. Small indie label? I'll probably buy it, but one of the major record labels? Set sail mateys.

[-] flynnguy@programming.dev 3 points 1 year ago

If you are looking for FOSS, I highly recommend joplin. It's simple but works well. I used it for many years until recently I switched to Obsidian. I dislike that Obsidian isn't FOSS but I'm using the free tier and the community plugins really make it so much more powerful than Joplin. They both store things in Markdown so I'm not locked down to their ecosystem which I think is a requirement for any note taking app.

[-] flynnguy@programming.dev 2 points 1 year ago

Nice, last night I self-hosted a couchdb server and setup https://github.com/vrtmrz/obsidian-livesync

So far it's working well though I had forgot to set the encryption key on one device which caused it to try and sync the encrypted version so I had a bunch of conflicts to resolve. Once that was sorted though, it's been working well and I can sync stuff to my iPad now. We'll see long term how it works.

[-] flynnguy@programming.dev 2 points 1 year ago

Yeah, the MD at the end stands for Markdown which is the format it uses to store it's notes.

[-] flynnguy@programming.dev 2 points 1 year ago

So I have a folder called people/ that contains a note per person that I work with. (I have a template that helps create what I'm about to describe for each person too so creating one of these people notes is as simple as typing their name). In there I have what you'd expect, name, email, position along with maybe some personal notes I want to remember about them but then I have a dataview table that lists all the meetings I've had with them since I started taking notes.

To do this, it's a simple dataview table in the person note and then I also have a meetings/ folder where I add my meetings. In there, I just have an attendee's section where I put people's names (just using the [[name]] notation) and obsidian links them and the meeting will show up in the table.

I can also add todo items right in this meeting template and using the tasks plugin, I can create a list of tasks that it pulls in from all my other notes. So I have a daily journal note and this has a list of all my uncompleted tasks. (Again, all this is templated so I just have to open today's journal entry to see these things)

And to top it all off, it's all in just plain text markdown files so I'm not locked into some proprietary format.

23

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.

[-] flynnguy@programming.dev 6 points 1 year ago

Not all I self-host but pihole, plex, & homeassistant are certainly my most used.

[-] flynnguy@programming.dev 2 points 1 year ago
  1. Use Linux
  2. It's probably not a static-ip and I wouldn't rely on it as such. I'd use http://www.duckdns.org/ to handle the dynamic IP issue (or something else, https://freedns.afraid.org/ would be another option)
  3. I'd look to pihole to start with for DNS. It blocks ads and you can add manual DNS entries. If you need something more complex, you can always migrate to something like unbound but pihole is a good, easy start.
  4. Setup https://letsencrypt.org/ You didn't mention HTTPS/SSL, but you should really set it up. let's encrypt makes it easy and free
1
view more: next ›

flynnguy

joined 1 year ago