@volpeon When I went to Iceland with family we started getting ads in Icelandic. Which none of us understand.
Notices by Softwarewolf (faoluin@chitter.xyz)
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Sunday, 03-Nov-2024 21:48:20 JST Softwarewolf -
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Tuesday, 29-Oct-2024 19:38:57 JST Softwarewolf @solidsanek Does the engine purr?
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Tuesday, 29-Oct-2024 13:46:03 JST Softwarewolf @lanodan @volpeon @a1ba Void black looks brown under certain light anyway! At least, mine does :3
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Tuesday, 29-Oct-2024 13:33:46 JST Softwarewolf -
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Thursday, 01-Aug-2024 02:58:02 JST Softwarewolf @volpeon SAP: Source of All Pain
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Thursday, 01-Aug-2024 02:58:01 JST Softwarewolf @volpeon I recently-ish ran into a fun problem with one component of SAP while doing some database development. They were using SAP to push some data down into a certain table. We had a foreign key constraint set up to use this table - because, you know, relational database. But we had to delete it because apparently what SAP does is just drop and recreate the table with the data every 24 hours - which means the table can't update if there's a foreign key constraint that's using it.
So, no relationships in your relational database, because SAP says fuck you.
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Wednesday, 31-Jul-2024 10:27:53 JST Softwarewolf @ColinTheMathmo @fribbledom Just talked about this same exact thing with my coworker, lol.
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Thursday, 16-May-2024 22:24:03 JST Softwarewolf Re-reading this article from Molly White and it just hits in all the right spots.
https://www.citationneeded.news/we-can-have-a-different-web/
If my brain isn't empty after work I'll think about more commentary I can add.
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Sunday, 17-Mar-2024 07:34:12 JST Softwarewolf uBlock Origin filter list for sites that contain AI-generated content for uBlock Origin. Useful for scrubbing AI-generated bullshit from Google, DDG, and Bing image search pages.
https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/tree/main
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Wednesday, 13-Mar-2024 16:20:50 JST Softwarewolf Hey
You're cute
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Thursday, 22-Feb-2024 10:40:44 JST Softwarewolf @lanodan @luna It's not data loss, it's surprise GDPR compliance.
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:44:35 JST Softwarewolf @feld I considered PDNS, but stuck with BIND because I guess I'm a masochist. |3 Might keep PDNS in the back of my mind for when I get fed up with BIND though.
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:41:15 JST Softwarewolf @feld BIND apparently does not. :/
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:28:03 JST Softwarewolf Since I'm off this week, today's project is to figure out my proxy server. I've already set it up to some degree, but I need to finish it out. Goal is to get it set up and finished by Wednesday, though I doubt it'll take that long. :blobfoxbongo:
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:28:01 JST Softwarewolf Oh, I guess I should get my DNS servers set up too. I forgot about that. >.>
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:27:59 JST Softwarewolf So after getting my proxy going, I now have kind of a weird setup where my web server and turn server are hosted on the same backend, but the turn server isn't using the proxy. Like so:
NAT (443) => Proxy => Backend server => Web service
NAT (coturn port) => Backend server => Turn serviceAnd for some reason it doesn't work. But if I revert to the previous configuration without the proxy, it works.
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:27:58 JST Softwarewolf Coturn, more like Noturn. :blobfoxsad:
Anyway, I haven't run or eaten lunch yet so Imma go do that.
Afterwords I'll try putting the turnserver on its own backend and see what that does.
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:27:56 JST Softwarewolf ...I lied. I haven't eaten or run yet. But I know what's going on. In short, it's a DNS issue, because of course it is.
So I could still move the turnserver to its own backend, or I could try proxying the turnserver and see if that fixes it.
But I have to do other things first.
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:27:54 JST Softwarewolf Turns out I didn't have to do either. I can bypass the reverse proxy by using a separate subdomain. Not sure if I'd prefer it to go through the proxy... maybe it should. But for now, it works and I'm happy enough with it.
Time to go run, and then I'll try tackling DNS. Whee~
-
Embed this notice
Softwarewolf (faoluin@chitter.xyz)'s status on Friday, 16-Feb-2024 02:27:53 JST Softwarewolf Ah right... because my IP is dynamic, I will need a way to dynamically update my DNS servers with that IP at regular intervals.
Just not sure what the best approach for this is, nothing really stands out to me that is self-hostable.