RagingHungryPanda

joined 2 years ago
[–] RagingHungryPanda@lemm.ee 1 points 3 days ago (1 children)

Ah, the good old days 😂 having to manually fix drivers but with limited help from the internet

[–] RagingHungryPanda@lemm.ee 5 points 3 days ago (4 children)

I played Mirrors Edge a bit. The only part of physx in the game that I remember, as i didn't finish it, was that there were some random curtains that would blow in the wind and weren't placed anywhere where they would actually matter

[–] RagingHungryPanda@lemm.ee 3 points 5 days ago

I have it hooked up to nextcloud and get a UI for documents in there. There's an area in the settings there where you can point it to collabora. I haven't used it outside of that, but it does have a UI. It's not on the root url though. I forget where it is, but you may be able to find what that is.

[–] RagingHungryPanda@lemm.ee 1 points 6 days ago

Oh I'm glad you mentioned that. That didn't occur to me as a thing that could be done. That might really help me get this matrix server running on trunas.

[–] RagingHungryPanda@lemm.ee 1 points 1 week ago

Two hand widths wide. There are actually a bunch of lines for the head and face. I remember something about the ears and where they fall on the shoulders. Sorry, I don't know the name for it

[–] RagingHungryPanda@lemm.ee 1 points 1 week ago (1 children)

Thank you! Yeah, I definitely didn't approach that part with a wide open mindset 😅

[–] RagingHungryPanda@lemm.ee 2 points 1 week ago

Oh thank you! I'm glad someone got something out of it 😁

 

I'm trying my hand at federated blogging! Here's a bit on some things that I got rid of and some things that I added while traveling as a nomad.

[–] RagingHungryPanda@lemm.ee 11 points 1 week ago* (last edited 1 week ago) (4 children)

Red on black - okay jack

but in the middle of the night
fuck that shite

[–] RagingHungryPanda@lemm.ee 3 points 1 week ago

Oh Ghost looks really nice. It's pretty slick. It seems to be geared slightly more for creators than consumers in the initial UI, but it's not hard to start digging around.

It'd be nice if I could sign in as a user and save people to follow, but at least I can bookmark them and add them to rss. I like it - this is a great source!

[–] RagingHungryPanda@lemm.ee 6 points 2 weeks ago

I haven't done that in 15 years XD

 

I'm starting to get in to self hosting and am looking at self-hosted blog solutions. It looks like WriteFreely is the main fediverse blog platform, with Plume as second though I don't see it used much.

But that got me thinking that it'd be good to follow federated blogs and have some long form reading that I follow, like we did back when RSS was the main way of doing things.

But how do I actually find bloggers? It looks like WriteFreely can federate with Mastodon, but it doesn't look like there's a federated blogging platform like lemmy or mastodon. Is this correct? Where I can I go (other than Medium) to find blogs and bloggers in the fediverse?

[–] RagingHungryPanda@lemm.ee 6 points 2 weeks ago

The Japanese keyboard layout still has them (⁠✷⁠‿⁠✷⁠)

 

I previously posted about an issue where the nginx container for the Collabora application logs a GET to /robots.txt every 10 seconds. I tried modifying the files in the container, but they were reset on restart. I also tried to run the container with --log-driver=none, but was unsuccessful. Despite being a software dev, I'm new to the homelab world and trunas.

I solved it by changing the docker image and then committing those changes. The change I made was to set access_log off; in the nginx config. I did it at the server root because I don't really care about those logs for this app, but it could be done on the location level.

Here's how I did it: Here's the reference SO post that I used: https://stackoverflow.com/a/74515438

What I did was I shelled into the image:

  • sudo docker exec -it ix-collabora-nginx-1 bash
  • apt update && apt install vim
  • vi /etc/nginx/nginx.conf and add the access_log off;
    • if you're not familiar with vim, arrow key to the line you want then press 'a' to enter "append mode". Make your change, then esc, :wq!. You need the ! because the file is read only
  • apt remove vim
  • exit
  • sudo docker commit <image id>
  • sudo docker restart ix-collabora-nginx-1
 

I'm running TruNas Scale with a docker image for NextCloud and Collabora. Under Collabora, the nginx application is logging a GET to robots.txt about every second and I'm having a hard time filtering this out because it looks like the conf files for nginx get replaced on every restart. I also tried mounting my own version of the nginx.conf file, but that didn't reflect any changes.

 

These are my AllBirds after 1 year of travel. I've been looking to repair the soles, but it doesn't seem that easy. I want shoes that ventilate well and are good for a lot of walking.

These started showing wear after 3 months of just city walking.

Any recommendations? I'm posting here because there isn't much on the shoe communities.

 

I came back across this homage to 80's anime

 
 

I don't know if it's because I've been watching Factorio on YouTube or not, because I have not been searching for peanut butter. But anyway, so that's how you do it.

view more: next ›