easydnesto
@easydnesto@sh.itjust.works
- Comment on I don't know about those shorts, either. 4 months ago:
Is that real life Bane from Harley Quinn?
- Comment on Amazon "search through reviews" is blindly just running an AI model now 8 months ago:
Looks like they disabled ai responses. Just tried again this morning and noticed it wasn’t in the list of answers
- Comment on Amazon "search through reviews" is blindly just running an AI model now 8 months ago:
It even writes Seinfeld episodes lol. I think it’s just ChatGPT behind the scenes:
- Comment on Amazon "search through reviews" is blindly just running an AI model now 8 months ago:
Writes python programs as well it seems:
- Comment on ‘Star Trek: Lower Decks’ Season 5 Voice Work Resumes; Tawny Newsome Tells Us About Recording Return 11 months ago:
I had low expectations when it was first announced, but now it’s the only series I actually look forward to
- Comment on Everyone's favorite show from the 90s 1 year ago:
Wait, wait, wait… I’ve watched a lot of DS9 back in the day, is that Quark next to Kira?
- Comment on nginx reverse proxy using subpaths help 1 year ago:
I tried something like this with Traefik just recently using add prefix and strip prefix rules. It had limited success until until I encountered an application that doesn’t have everything behind a sub path, Like /lovelace (home assistant)or something like that. If the application just basis it off the host with a root path, than you can’t really apply the prefix rule as the reverse proxy will not know how to route the request as the application is asking for a path that is not already a sub. You may come into this situation more often with several applications. I ended up just switching back to virtual hosts myself.