--- Log opened Thu Feb 25 00:00:43 2021 |
00:04 | | Kindamoody is now known as Kindamoody[zZz] |
--- Log closed Thu Feb 25 01:25:00 2021 |
--- Log opened Thu Feb 25 01:25:07 2021 |
01:25 | | TheWatcher [chris@GlobalOperator.Nightstar.Net] has joined #code |
01:25 | | Irssi: #code: Total of 26 nicks [15 ops, 0 halfops, 0 voices, 11 normal] |
01:25 | | mode/#code [+o TheWatcher] by ChanServ |
01:25 | | Irssi: Join to #code was synced in 15 secs |
03:26 | | Degi_ [Degi@Nightstar-0740e1.pool.telefonica.de] has joined #code |
03:26 | | * McMartin gets his renderer failing in the ways he intended it to. |
03:27 | | Degi [Degi@Nightstar-6rj862.pool.telefonica.de] has quit [Operation timed out] |
03:27 | | Degi_ is now known as Degi |
03:37 | <&McMartin> | Always good to know you aren't going mad |
04:02 | | Netsplit Deepthought.Nightstar.Net <-> Krikkit.Nightstar.Net quits: @iospace, @Tamber, Kizor, @McMartin, @jerith, VirusJTG_, @sshine, @celticminstrel, @gnolam, tripflag, (+9 more, use /NETSPLIT to show all of them) |
04:08 | | Netsplit over, joins: Syloq |
04:13 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
04:13 | | Kizor [moryok@Nightstar-e0a4sm.utu.fi] has joined #code |
04:13 | | jeroud [sid10043@Nightstar-h2b233.irccloud.com] has joined #code |
04:13 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
04:13 | | McMartin [mcmartin@Nightstar-c25omi.ca.comcast.net] has joined #code |
04:13 | | Mahal [sid171286@Nightstar-ed0oqj.irccloud.com] has joined #code |
04:13 | | Pink [Pink@Nightstar-4dc2ar.ph.cox.net] has joined #code |
04:13 | | jerith [jerith@Nightstar-ip7ar2.slipgate.net] has joined #code |
04:13 | | iospace [quassel@Nightstar-50v6q2.members.linode.com] has joined #code |
04:13 | | tripflag [ed@Nightstar-7pe1df.clients.your-server.de] has joined #code |
04:13 | | mac [macdjord@Nightstar-re5.7if.45.45.IP] has joined #code |
04:13 | | Reiver [quassel@Nightstar-ksqup0.co.uk] has joined #code |
04:13 | | gnolam [lenin@Nightstar-ik80lk.priv.bahnhof.se] has joined #code |
04:13 | | Tamber [tamber@furryhelix.co.uk] has joined #code |
04:13 | | PinkFreud [WhyNot@NetworkAdministrator.Nightstar.Net] has joined #code |
04:13 | | sshine [simon@Nightstar-3bh0ea.eta.solutions] has joined #code |
04:13 | | Yossarian [soryu@Nightstar-d7h8ki.org] has joined #code |
04:13 | | celticminstrel [celticminst@Nightstar-vrcdll.dsl.bell.ca] has joined #code |
04:13 | | ServerMode/#code [+aoaoaoooaoooooo jeroud jeroud McMartin McMartin jerith jerith iospace mac Reiver Reiver gnolam Tamber PinkFreud sshine celticminstrel] by *.Nightstar.Net |
04:13 | | mode/#code [+o Syloq] by ChanServ |
04:32 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has quit [Connection closed] |
04:32 | | VirusJTG_ [VirusJTG@Nightstar-42s.jso.104.208.IP] has joined #code |
05:21 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds] |
05:37 | | celticminstrel [celticminst@Nightstar-vrcdll.dsl.bell.ca] has quit [Ping timeout: 121 seconds] |
06:52 | | ErikMesoy1 is now known as ErikMesoy |
06:52 | | mode/#code [+o ErikMesoy] by ChanServ |
07:06 | | Kindamoody[zZz] is now known as Kindamoody |
07:18 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
07:18 | | mode/#code [+o himi] by ChanServ |
08:18 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
08:22 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
08:22 | | mode/#code [+o himi] by ChanServ |
09:16 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
09:16 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
10:33 | | catalyst_ [catalyst@Nightstar-4u1ov7.dab.02.net] has joined #code |
10:37 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds] |
11:03 | | catalyst_ is now known as catalyst |
11:18 | | M-E [Emmy@Nightstar-l49opt.fixed.kpn.net] has joined #code |
11:19 | | M-E is now known as Emmy |
11:44 | <@sshine> | I've got a large .sql dump that needs sanitization before merging into a larger dataset. INSERTs for some tables just need to be discarded, while others need partitioning, i.e. some rows need to be preserved and others discarded. |
12:07 | <@sshine> | if this were a .json file, I'd create a 'jq' script that did the filtering and submit that as my workload. but I'm not sure how to best filter a .sql file... I've dumped the dataset back into my local mysql server where I can perform commands. I think I'll do that, delete the unnecessary cruft, and mysqldump |
12:11 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Connection closed] |
12:15 | <@TheWatcher> | That's the way I'd do it, wrangling the .sql file itself would be a right pain and prone to breaking FK checks unless you're really careful |
12:15 | <@sshine> | yes. |
12:16 | <@sshine> | thanks. |
12:19 | | ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code |
12:19 | | ServerMode/#code [+ao ToxicFrog ToxicFrog] by *.Nightstar.Net |
12:27 | <@gnolam> | It works! I can't believe it! And they said imitation encryption wasn't good enough... |
12:27 | <@TheWatcher> | https://i.imgur.com/kpTtT.gif |
12:28 | <@gnolam> | Putting together various encryption options for a format that... really doesn't support it. But I think we have a winner here. |
12:29 | <@gnolam> | It futzes with certain important values in such a way that they appear normal but are completely unusable. |
12:30 | <@sshine> | I'm working for a company that was just acquired. my first task was to find out if there was any option to retain the acquired company's end-to-end encryption, and 2 months later the answer is to downgrade. I'm doing some database migration on my local disk using production data, and I'm allowed to do this completely without worry because it's technically impossible for me to peak at the data. I think it's a |
12:30 | <@sshine> | great pity how these things go, but end-to-end-encryption touches at the core ideology of a business. |
13:05 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
13:05 | | mode/#code [+o himi] by ChanServ |
13:13 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Connection closed] |
13:17 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code |
13:17 | | mode/#code [+o himi] by ChanServ |
13:31 | | Pink [Pink@Nightstar-4dc2ar.ph.cox.net] has quit [Connection closed] |
14:30 | | celticminstrel [celticminst@Nightstar-8ih5mu.dsl.bell.ca] has joined #code |
14:30 | | mode/#code [+o celticminstrel] by ChanServ |
14:34 | | abudhabi__ [abudhabi@Nightstar-l9rfkf.adsl.tpnet.pl] has joined #code |
14:35 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
14:35 | | abudhabi_ [abudhabi@Nightstar-hh2qup.adsl.tpnet.pl] has quit [Operation timed out] |
14:37 | | catalyst [catalyst@Nightstar-4u1ov7.dab.02.net] has quit [Ping timeout: 121 seconds] |
16:35 | | catalyst_ is now known as catalyst |
18:07 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
18:07 | | catalyst [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Connection closed] |
18:46 | <@Tamber> | gnolam, "We've secretly replaced their encryption with Folgers crystals; let's see if they notice." |
19:58 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has quit [Ping timeout: 121 seconds] |
19:58 | | catalyst [catalyst@Nightstar-c2u8bu.dab.02.net] has joined #code |
20:14 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
20:14 | | mode/#code [+o Reiv] by ChanServ |
20:40 | | catalyst_ [catalyst@Nightstar-ejd4sd.cable.virginm.net] has joined #code |
20:44 | | catalyst [catalyst@Nightstar-c2u8bu.dab.02.net] has quit [Ping timeout: 121 seconds] |
20:50 | | himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds] |
22:45 | | Kindamoody is now known as Kindamoody[zZz] |
22:55 | | himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code |
22:55 | | mode/#code [+o himi] by ChanServ |
23:00 | | Emmy [Emmy@Nightstar-l49opt.fixed.kpn.net] has quit [Connection closed] |
23:35 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has quit [[NS] Quit: http://www.kiwiirc.com/ - A hand crafted IRC client] |
23:45 | | Reiv [NSkiwiirc@Nightstar-ih0uis.global-gateway.net.nz] has joined #code |
23:45 | | mode/#code [+o Reiv] by ChanServ |
--- Log closed Fri Feb 26 00:00:44 2021 |