The same way I did - steal from others
User formerly known as raginghungrypanda@lemm.ee
- 1 Post
- 55 Comments
That’s next cloud and the news mobile app
I need to make a proper list. Since I’m on mobile, it’s easier to screenshot.
ragingHungryPanda@lemmy.zipto Programming@programming.dev•Cursed knowledge we have learned as a result of building Immich that we wish we never knew.1·7 days agoBased on old memories since I’ve been working in mongo lately, after making the UDT on the db side, you make a data table that has the same name, namespace (ie dbo/public), and the same schema as the UDT (better if that could be generated) and populate it in code. Then you execute the db query with the UDT type as a parameter.
This is better for a few reasons, including not building up a string, but also having the same text means that each query didn’t need to be re-parsed and can reuse execution plans. If the query text isn’t an exact match, it gets that whole pipeline each time.
ragingHungryPanda@lemmy.zipto Programming@programming.dev•Cursed knowledge we have learned as a result of building Immich that we wish we never knew.2·7 days agoCreate a user defined table type and use that as a parameter. I’m not sure what the postgres name of that is.
ragingHungryPanda@lemmy.zipto Ask Lemmy@lemmy.world•If you'll be given the chance to test your country's next Presidential candidates, what would it be and why?1·7 days agoVictoria 3 will be a good tell
ragingHungryPanda@lemmy.zipto Selfhosted@lemmy.world•Help me figure out the way to scale laterally?English2·11 days agoIt sounds like you’re diving right in. If you go that route, one thing I found was that Ceph wants to work with while drives only, not partitions. I switched to using longhorn so I could take advantage of all of my storage without throwing any away
ragingHungryPanda@lemmy.zipto Selfhosted@lemmy.world•Help me figure out the way to scale laterally?English7·11 days agoId say don’t go down the distributed software route just yet. An option is to keep the NAS and set up a new computer with your router or whatever handling dns to it for services. You should be able to use NAS storage over the network. It’ll be slower, but let’s say you put your database on the big one, then it shouldn’t be so bad since you’ll just make database calls to it.
There are a lot of options. I’m currently learning kubernetes and all that stuff is a big learning curve, so avoid that stuff.
My thoughts: you can do some simple dns load balancing between the two servers at whatever level is handling that. Set up a database on the storage server and let the new computer communicate to it over the network.
ragingHungryPanda@lemmy.zipto Ask Lemmy@lemmy.world•How do you effectively counter serious cognitive dissonance in loved ones?19·13 days agoI don’t. It’s never worked. I try really hard to not say, “That’s the stupidest fucking shit I’ve heard since the last time I came here.”
ragingHungryPanda@lemmy.zipto Selfhosted@lemmy.world•Is there anything like a self-hosted version of medium of substack ?English3·13 days agoThose are the built in templates, what you add is your markdown for your post. You’re not actually adding that. It isn’t quite click to save, but it’s similar. Write freely may be the closest bet for free
ragingHungryPanda@lemmy.zipto Selfhosted@lemmy.world•Is there anything like a self-hosted version of medium of substack ?English1·13 days agoThis was a pretty good demo of hugo, a static site generator: https://youtu.be/MX4yy1dTVYg
ragingHungryPanda@lemmy.zipto Ask Lemmy@lemmy.world•How long have you been journaling for?1·13 days agoI haven’t been great at it, but I started a couple of years ago. I very much vary in frequency.
ragingHungryPanda@lemmy.zipto No Stupid Questions@lemmy.world•How come nobody does anything about North Korea?9·13 days agoOhhhhh it’s so much worse. Here’s the intro to the BlowBack podcast S3, which is all about the Korean War https://open.spotify.com/episode/4ZX1YIvtHhxuoOTaH41VNC
There’s a book titled “The High Cost of Free Parking”. Here’s an article about it
https://usa.streetsblog.org/2015/03/30/donald-shoup-an-appreciation#.VRyCepJPGEY.twitter
ragingHungryPanda@lemmy.zipto Selfhosted@lemmy.world•What else should I self-host?English6·15 days agoWhat about AdGuard home, set your router to use your server as a DNS and get local network dns with adblocking?
That’s a neat find!
I got 10/28, but I was crying after the 7th question
Books be like
ragingHungryPanda@lemmy.zipto You Should Know@lemmy.world•YSK: If you set up a Lemmy instance, and follow the Docker setup instructions to the letter, it will send lemmy.ml your admin password during the setup process (Edit: Not anymore, it’s fixed now)155·15 days agoI could have that PR up in like 5 minutes. And poop while I was doing it.
I’m not sure what you mean, it’s just an rss link to an xml file. Oh, do you mean if you want to be tracked? It has a newsletter you can sign up for.