#soylent | Logs for 2026-06-19
« return
[01:00:12] -!- bender has quit [Remote host closed the connection]
[01:00:24] -!- bender [bender!bot@Soylent/Bot/Bender] has joined #soylent
[01:01:41] -!- Loggie [Loggie!Loggie@Soylent/BotArmy] has joined #soylent
[07:45:06] <fab23> https://www.youtube.com
[07:45:40] -!- systemd [systemd!~systemd@pid1] has joined #soylent
[07:45:40] <fab23> Menace Mobile | Dr Evil Returns! | Verizon
[13:42:01] <kolie> I love revoking customer's LOA's for bgp anouncements.
[13:42:07] <kolie> The best part is when you go email them notice that they are getting yanked, and it bounces because you just yanked the prefix they maintain their abuse email server on.
[14:01:34] <janrinok> can you tell us why they deserve revoking?
[14:42:38] <kolie> Dead beats who don't pay their bills.
[14:43:06] <kolie> Bills due on the 1st of the month, in advance. We send em out a week before the month.
[14:43:12] <kolie> 3 day grace is the third.
[14:43:28] <kolie> In my infinite generosity I ignore most of that till the 15th.
[14:43:40] <kolie> They get a few emails in between.
[14:44:04] <kolie> And then the real fun - I send out emails revoking LOAs to their upstreams, and I CC the upstreams upstream ( they don't like that it lights a FIRE under their ass ).
[17:05:53] <kolie> I was pondering the comments on correctness testing and stuff - it's funny what people assume. We actually ARE doing a lot of formal verification.
[17:06:33] <kolie> There is a lot of blackbox equivalnce testing and stuff, we do have a functional correctness oracle. we are using mypy ruff etc.
[17:11:41] <janrinok> kolie : I have the following problem on Dev:
[17:11:46] <janrinok> This is a valid Reskey: vLxF7Wjw9Hb892frYRm6
[17:11:46] <janrinok> m=story&name=Test+Name&op=post&primaryskid=1&reskey=vLxF7Wjw9Hb892frYRm6&story=This+is+a+test+Story&sub_type=plain&subj=This+is+a+test+Subject&tid=10
[17:11:46] <janrinok> 500 Internal Server Error
[17:12:01] <janrinok> It seems to work find on Prod
[17:12:11] <janrinok> *fine
[17:12:33] <janrinok> I am using the appropriate routines for Prod and Dev
[17:16:02] <kolie> Ok. I have a ton of changes for dev. Like a crazy amount. Let me see what happened in that case though.
[17:23:45] <kolie> api.pl?
[17:24:09] <kolie> or submit.pl janrinok
[17:44:17] <kolie> you didn't pass a mediatype.
[17:44:38] <kolie> I've updated the specific issue you have on that one.
[17:59:28] <kolie> Deployed. I checked the entire code base for that class of bug and it was the only instance.
[18:29:00] -!- halibut has quit [Ping timeout: 250 seconds]
[18:31:05] -!- halibut [halibut!~halibut@CanHazVHOST/halibut] has joined #soylent
[18:35:30] -!- halibut has quit [Ping timeout: 250 seconds]
[18:36:22] -!- kolie has quit [Ping timeout: 250 seconds]
[18:36:42] -!- kolie__ [kolie__!~kolie@Soylent/Staff/Management/kolie] has joined #soylent
[18:36:42] -!- mode/#soylent [+o kolie__] by Imogen
[18:36:54] kolie__ is now known as kolie
[18:37:31] <kolie> hey
[18:38:13] <chromas> hey hey hay
[18:38:46] -!- kolie [kolie!~kolie@Soylent/Staff/Management/kolie] has parted #soylent
[18:38:48] -!- kolie [kolie!~kolie@Soylent/Staff/Management/kolie] has joined #soylent
[18:38:48] -!- mode/#soylent [+o kolie] by Imogen
[19:01:11] -!- halibut [halibut!~halibut@CanHazVHOST/halibut] has joined #soylent
[19:13:09] <janrinok> It was API
[19:14:13] <janrinok> It worked on Prod though, surprised that it didn't on Dev
[19:16:30] <janrinok> Are you referring to application/media (which they both had - same code) or to the sub_type (which they also both had).
[19:23:34] <janrinok> Trying to change my password on dev for user janrinok, I get the following message from firefox:
[19:23:40] <janrinok> Corrupted Content Error
[19:23:40] <janrinok> The page you are trying to view cannot be shown because an error in the data transmission was detected.
[19:23:40] <janrinok> What can you do about it?
[19:23:40] <janrinok> The issue is most likely with the web site, and there is nothing you can do to resolve it. You can notify the web site’s administrator about the problem.
[19:24:08] <janrinok> kolie^
[19:32:34] <kolie> mediatype is a property on the form
[19:32:44] <kolie> its set none by default in the perl
[19:35:54] <kolie> sounds like an issue in the gzip middleware
[19:36:10] <kolie> Did the password change work anyways?
[19:38:53] <janrinok> not tried it yet - I didn't expect such a prompt response!
[19:40:42] <janrinok> Nope, that didn't work, same error message.
[19:40:45] <kolie> Yea what it looks like is we process a request and intend to send a compressed/gzip response - but end up appending some not compressed data to it.
[19:40:54] <kolie> I didn't fix it - but the password didn't change either?
[19:41:10] <janrinok> It doesn't let me get that far
[19:41:20] <kolie> k
[19:41:48] <janrinok> It bombs out when I select "Password" on the user page.
[19:43:27] <kolie> me too.
[19:54:34] <janrinok> time for my bed - I'll check back once I am lying down :) !
[20:24:24] <kolie> That link is fixed.