iAmTheTot

joined 1 year ago
[–] iAmTheTot@sh.itjust.works 3 points 1 hour ago (1 children)

Your wording kinda makes it feel like you're trying to say, "look how easy it was to find this".

In reply, I'd like people to consider how easy it would have been to include the source with the claim in the first place.

[–] iAmTheTot@sh.itjust.works 2 points 1 hour ago (1 children)

That doesn't really seem to contradict the other person's claim that much? In fact like your said if just a few other things are running on that person's pc and eating some resources, their claim seems super believable in the context of what you just said so I'm not sure what your point is.

A reviewer/tester is going to be benchmarking in a best case scenario environment. Real people using their real computers will be experiencing a huge variety of other environments. Different temps, hardware settings, programs running, etc. None of that context excuses the performance, and makes that person's performance claim believable.

[–] iAmTheTot@sh.itjust.works 9 points 16 hours ago (3 children)

Holy fuck that is so much worse than I realized it was. What a joke.

[–] iAmTheTot@sh.itjust.works 4 points 16 hours ago (1 children)

Woah hey now, that's quite the accusation to be throwing around without evidence. How do you know he raped children and isn't still doing so?

[–] iAmTheTot@sh.itjust.works 4 points 16 hours ago

I've seen multiple people report they have to reboot after an hour or two or play because it has memory leak issues.

[–] iAmTheTot@sh.itjust.works 8 points 16 hours ago (5 children)

Holy shit you get 80 fps with frame gen on with a 4090? What resolution?

[–] iAmTheTot@sh.itjust.works 21 points 19 hours ago

I am the Milk Man. My milk is delicious.

[–] iAmTheTot@sh.itjust.works 6 points 19 hours ago

This is awesome to hear! I may spin it up this weekend just to check it out.

[–] iAmTheTot@sh.itjust.works 3 points 19 hours ago (1 children)

Divisive in the sense that I've found people either love it or hate it. I think people have different reasons. Personally I found the prose way, way too purple to the point of being pretentious. I also found the two characters' voices were practically identical which is extra surprising because they were even written by different people.

I dunno, it was like a 4.5/5 idea to me with a 1.5/5 execution. Just my opinion.

[–] iAmTheTot@sh.itjust.works 3 points 19 hours ago

Glad to hear I'm not the only one finding it sluggish. Seems it's been so much of telling and not a ton of showing so far.

[–] iAmTheTot@sh.itjust.works 2 points 20 hours ago (2 children)

About halfway through Mistborn: The Final Empire.

[–] iAmTheTot@sh.itjust.works 2 points 20 hours ago (3 children)

This is How You Lose the Time War is pretty divisive from what I've seen. Unfortunately I fell on the side that didn't care for it.

 

Check your emails. If you have not gotten one, you are not affected. If you do have one, read it carefully because what info got leaked is different for different people.

 

Use case: I want to make a kind of maintenance list of things that need to be done. Every week, every month, every quarter, every half year, you get the idea. Clean out the dishwasher filters, clean out the washer filters, car is due for oil change, etc.

I could just use any number calendar apps like google and stuff but I enjoy self-hosting my own stuff and owning as much of my own data as possible. Plus I am just having fun exploring FOSS software.

So, does anyone have a suggestion for a self-hosted app—probably a calendar—that can send me a reminder when events approach?

Cheers!

Edited to add, thanks for all the suggestions so far everyone. To be clear, I am specifically interested in self hosted software if only for the exploring and learning experience, but also for practical reasons such as ease of access from multiple devices as well as access for both me and my partner.

20
submitted 2 months ago* (last edited 2 months ago) by iAmTheTot@sh.itjust.works to c/rpg@ttrpg.network
 

My partner and I enjoy worldbuilding and we like bringing our world to different systems and seeing how our world looks and acts through the lens of that system.

For simplicity sake, imagine a typical fantasy setting. Elves, dwarves, orcs, magic, yadda. What would be your system of choice for playing in it?

If you don't like your standard fantasy, obviously this question is not directed at you.

Bonus points if you tell me what you like about your chosen setting in relation to a fantasy setting.

 

I know that this is an oversimplification but the process made me chuckle.

 
22
submitted 5 months ago* (last edited 5 months ago) by iAmTheTot@sh.itjust.works to c/selfhosted@lemmy.world
 

Hey all. I'm hosting a Docmost server for myself and some friends. Now, before everyone shouts "VPN!" at me, I specifically want help with this problem. Think of it as a learning experience.

The problem I have is that the Docmost server is accessible over internet and everyone can log on and use it, it's working fine. But when I try to access over LAN, it won't let me log in and I am 99% sure it's related to SSL certs over LAN from what I've read.

Here's the point I've gotten to with my own reading on this and I'm just stumped now:

I've got an UNRAID server hosted at 192.186.1.80 - on this server, there's a number of services running in docker containers. One of these services is Nginx Proxy Manager and it handles all my reverse proxying. This is all working correctly.

I could not for the life of me get Docmost working as a docker container on UNRAID, so instead I spun up a VM and installed it on there. That's hosted at 192.168.1.85 and NPM points to it when you try to access from docmost.example.com - that's all dandy.

Then, I installed Adguard Home in a docker container on my UNRAID server. I pointed my router at Adguard as a DNS server, and it seems to me that it's working fine. Internet's not broken and Adguard Home is reporting queries and blocks and all that good stuff. So that's all still working as it should, as far as I'm aware.

So, in Adguard Home I make a DNS Rewrite entry. I tell it to point docmost.example.com to 192.168.1.80, where NPM should be listening for traffic and reverse proxy me to the Docmost server... at least I thought that's what should happen, but actually nothing happens. I get a connection timed out error.

I'm still pretty new to a lot of this stuff and have tried to figure out a lot of things on my own, but at this point I feel stuck. Does anyone have advice or tips on how I can get this domain to resolve locally with certs?

I can provide more info if needed.

Cheers all!

Edited 19 April 2025 to add: Thanks for all the tips and suggestions everyone. I'm not 100% sure I fully wrap my head around what was going on here, but I did end up getting something working. I am going to continue looking into alternative solutions if only for educational purposes.

For anyone in future land who stumbles on this looking for help with a similar issue...

I'm not 100% sure what did end up fixing the issue, but I'll remark on some things I did here. Check my comments in threads below to see troubleshooting steps and advice from others.

This bit is specific to Docmost itself, but I ended up switching the APP_URL variable from https to http. This change allowed me to login to Docmost over LAN using the IP:Port of the service itself, though my browser was of course warning me that the connection was not secure.

It may be just because I restarted my PC between tries, but upon trying it again tonight, the domain resolved when I entered it into my browser... but the issue now was that it was just going to the UNRAID login page rather than getting proxied by Nginx (which as a reminder, runs in a container on UNRAID system).

So I decided to spin up a different Nginx Proxy Manager container running in a VM on a different local IP, and pointed my Adguard Home DNS rewrite entry to that IP instead of the UNRAID system. Once I configured the NPM at that IP to proxy the address to Docmost's IP:Port, voila! It worked! My friends were able to access Docmost at docmost.example.com and I was also able to access it at the same URL on my local network, and we were using the service simultaneously without issue.

 

cross-posted from: https://sh.itjust.works/post/27366526

I know that remakes and remasters are contentious, but let's pretend whatever game in question you're thinking of is handled with the utmost care by your favourite devs and they absolutely nail it.

Mine would be Shadow of Memories (called Shadow of Destiny in North America). It's legitimately one of my favourite games of all time but it kinda flew under the radar and I haven't met many people who know of it let alone played it. Seeing it get modern graphics, maybe some expanded mechanics, would be soooo cool.

 

I know that remakes and remasters are contentious, but let's pretend whatever game in question you're thinking of is handled with the utmost care by your favourite devs and they absolutely nail it.

Mine would be Shadow of Memories (called Shadow of Destiny in North America). It's legitimately one of my favourite games of all time but it kinda flew under the radar and I haven't met many people who know of it let alone played it. Seeing it get modern graphics, maybe some expanded mechanics, would be soooo cool.

view more: next ›