So it’s more of a Exodus V2, a Game that could be directly after LL but not Exodus
Lucy :3
- 1 Post
- 291 Comments
- 23 hours
What annoyed me is that the canonical ending of LL
story spoiler
is that everyone, including the dark ones, survive. Yet there"s no mention of them in Exodus
Well the really hard thing about SSL is sni maps, at least when working the first time with it and trying to debug it (especially with Thunderbird desktop which still wrongfully reports an invalid certificate 50% of the time. Click on refresh and it suddenly says it’s okie-dokie)
I love exploring, so Exodus was perfect for me. The problem is, even after the fourth playthrough, 2033 and LL are still fun purely because of the gunplay/knifeplay, while Exodus has much less combat. So I know all maps, secrets and locations, but there’s not that much combat, so I rush through everything.
I have wasted weeks to months of time on postfix + dovecot, SSL, non-DUL IPs, spam, etc.
Lucy :3@feddit.orgto
Programming@programming.dev•Do forks of Claude Code make OpenCode completely obsolete?
16 daysThe original code is reportedly 100% slop. Slop cannot be copyrighted in the US, and probably any other half-sane country. So double slop is ofc also not licensed.
Lucy :3@feddit.orgto
Programming@programming.dev•Can it Resolve DOOM? Game Engine in 2,000 DNS Records
24 days-L, because I only specify 30p87.de, and the webserver will therefore redirect me to https://30p87.de/ with a 308 response. With -L, curl follows that automatically. -k, because I don’t have a cert for the IPv6, and the underlying SSL lib won’t like that. So -k forces it to ignore all issues with it, including the cert not having that IP as Alt name. -H “Host: 30p87.de”, because http servers serve you content not dependent on the IP you used, but the host you accessed (so that you can just have a.org, b.org and c.org served on the same IP, machine and port. And the host is read from the Host header. Curl sets that to the host you’re accessing, which is my IP, in this case. As my webserver doesn’t have an entry for that Host (because you’d never use an IP like that), it will fail. So to actually get the content of a webpage, I need to specify the Host manually.
You obtain it by asking me, then memorizing, as the comment I responded to said. And I used an IPv6 address, because that’s even harder to remember.
So: curl requests content from the webserver at my IP, for the host 30p87.de, just as it would with only
curl 30p87.de. The webserver returns a 308 Permanent Redirect to https://30p87.de/, which curl automatically follows with the -L flag, and therefore does a new request on the same IP, but with the host https://30p87.de/, so essentiallycurl https://30p87.de/.
Lucy :3@feddit.orgto
Programming@programming.dev•Can it Resolve DOOM? Game Engine in 2,000 DNS Records
24 dayscurl '[2a02:810b:583:d00:1e98:ecff:fe21:4a37]' -LkH 'Host: 30p87.de'
Lucy :3@feddit.orgto
Programming@programming.dev•Can it Resolve DOOM? Game Engine in 2,000 DNS Records
24 daysJust curl 2a02:810b:583:d00:1e98:ecff:fe21:4a37 (don’t forget to set $HOST to 30p87.de)
When installing a package is too hard, one simply should not use a PC. Maybe the nursing home would be a better place.
Lucy :3@feddit.orgto
Games@lemmy.world•"You're swimming against the tide making games like this": Why more developers didn't copy Firewatch's reactive storytellingEnglish
29 daysWould’ve got more, but Campo Santo was bought and basically immediately scraped. So no Firewatch 2 for you.
They should only talk to chatbots. Keeps the rest of us sane. That’s a total loss anyway.
- 2 months
Any client should be compatible with any server, if both are fairly up to date. Though, I never found a client nor server that are actually fully feature complete. The closest to that are synapse and element
Lucy :3@feddit.orgto
Selfhosted@lemmy.world•GitHub - spacebarchat/spacebarchat: 📬 Spacebar is a free open source selfhostable discord compatible communication platformEnglish
2 monthsUntil I get in the way of capitalism (with a shotgun)
Lucy :3@feddit.orgto
Selfhosted@lemmy.world•GitHub - spacebarchat/spacebarchat: 📬 Spacebar is a free open source selfhostable discord compatible communication platformEnglish
2 monthsI do. I just completed pulling the core piped components (piped-backend, -frontend and -prox as well as -html-proxy) from Docker to native installs from the AUR, as well as installing searxng without a venv. Spacebar (the server and client) even have AUR pkgs, but they’re unmaintained… I’m gonna change that.
Lucy :3@feddit.orgto
Selfhosted@lemmy.world•SSH Client for Linux Desktop and Android - Alternative to TermiusEnglish
2 monthsopenssh client in foot and termux
Lucy :3@feddit.orgto
Programming@programming.dev•How AI assistance impacts the formation of coding skills - Anthropic study
3 monthsThe wording is very, very self serving tho.
Lucy :3@feddit.orgto
Programming@programming.dev•Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
3 monthsI’m not gonna be trusting anything Cloudflare after this.
Welcome to the club, except it’s been very visible for years.





I’ve just always seen the good ending as canonical, and the challenge to get it as part of the gameplay, and the bad ending as an ultimate Game Over.