MythLogBot@irc.freenode.net :: #mythtv

Daily chat history

Current users (60):

aloril_, amessina, Anssi, benklop, betheynyx, blahdodo, brfransen, ChanServ, clever, cougar_s, CyberJacc, davic, dmfrey, eharris, ElmerFudd, GhostOfRaven, ghoti, gigem, gregl, GreyFoxx, Hydr0p0nX, ikevin, jab416171, jams, jheizer__, jpabq, jpharvey, jst, jya, knowledg1junkie, KooeeeeennN, kukks, libsci, logan-, mad_enz, markspieth, MitchCapper, MythBuild, MythLogBot, nephyrin`, peper03, poptix, pppingme, rhpot1991, sphery, stuarta, Tobbe5178, tonsofpcs, tris, vincent42, wagner__, Warped, XDS2010, xris, dekarl, _charly_, membiblio, stuartm, Chutt, Roklobster

Error at /usr/share/beirdobot/web/includes/utils.php, line 229:
Undefined variable $query


Details:
    datetime:  2025-10-19 22:23:02 (UTC)
    errornum:  2
  error type:  Warning
error string:  Undefined variable $query
    filename:  /usr/share/beirdobot/web/includes/utils.php
  error line:  229

Error at /usr/share/beirdobot/web/includes/utils.php, line 229:
Undefined variable $query


Details:
    datetime:  2025-10-19 22:23:02 (UTC)
    errornum:  2
  error type:  Warning
error string:  Undefined variable $query
    filename:  /usr/share/beirdobot/web/includes/utils.php
  error line:  229
Friday, December 30th, 2016, 00:00 UTC
[00:00:40] arescorpio (arescorpio!~arescorpi@173-236-16-190.fibertel.com.ar) has joined #mythtv
[00:04:03] lapion (lapion!~axion@2001:980:d51e:1:1aa9:5ff:fedb:bb3d) has quit (Read error: Connection reset by peer)
[00:53:15] gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has quit (Ping timeout: 252 seconds)
[03:15:25] dblain (dblain!~dblain@c-50-189-125-157.hsd1.ma.comcast.net) has joined #mythtv
[03:15:25] dblain (dblain!~dblain@c-50-189-125-157.hsd1.ma.comcast.net) has quit (Changing host)
[03:15:25] dblain (dblain!~dblain@mythtv/developer/dblain) has joined #mythtv
[03:15:42] _charly_ (_charly_!~kroseneg@sunrise.schmidham.net) has quit (Write error: Broken pipe)
[03:16:39] _charly_ (_charly_!~kroseneg@sunrise.schmidham.net) has joined #mythtv
[03:25:21] peper03 (peper03!~peper03@mythtv/developer/peper03) has quit (Ping timeout: 260 seconds)
[03:31:41] peper03 (peper03!~peper03@mythtv/developer/peper03) has joined #mythtv
[04:41:44] dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has quit (Ping timeout: 268 seconds)
[04:45:54] dekarl (dekarl!~dekarl@mythtv/developer/dekarl) has joined #mythtv
[05:47:39] arescorpio (arescorpio!~arescorpi@173-236-16-190.fibertel.com.ar) has quit (Quit: Leaving.)
[07:01:18] SteveGoodey (SteveGoodey!~steve@host86-151-53-178.range86-151.btcentralplus.com) has joined #mythtv
[08:03:41] SteveGoodey (SteveGoodey!~steve@host86-151-53-178.range86-151.btcentralplus.com) has quit (Quit: Konversation terminated!)
[08:59:46] Roklobster (Roklobster!~Dirkka@119-18-8-177.cust.aussiebb.net) has joined #mythtv
[12:18:04] ** stuarta ho hums **
[12:20:29] jya: stuarta: well, my github username is jyavenard@mythtv.org , but on code.mythtv.org it was jyavenard
[12:21:09] stuarta: it actually pulled something different, lemme recheck what it was
[12:22:26] stuarta: for you it pull jyavenard as the username and i'll pm you the email
[12:23:20] jya: i mean, I've always logged in as jyavenard with trac
[12:23:29] jya: for github I have a few email addresses attached
[12:23:40] stuarta: i think it pulls the primary one
[12:23:45] jya: I may have moved to my primary email address for github at some stage
[12:23:55] stuarta: or more to the point, that's what github sends us
[12:23:56] jya: but it lets you conenct with any of the attached email address
[12:24:09] jya: and my autofill credentials are still jyavenard@mythtv.org
[12:25:07] stuarta: right, for me it's pulled what i have set as the "public email" on github
[13:12:29] gregl (gregl!~greg@cpe-66-67-122-101.nycap.res.rr.com) has joined #mythtv
[13:56:39] stuarta: interesting reading https://www.percona.com/blog/2014/12/19/store . . . timized-way/
[14:58:57] SteveGoodey (SteveGoodey!~steve@host86-151-53-178.range86-151.btcentralplus.com) has joined #mythtv
[15:18:43] ShapeShifter499 (ShapeShifter499!~ShapeShif@unaffiliated/shapeshifter499) has joined #mythtv
[16:20:31] joki (joki!~joki@p54861239.dip0.t-ipconnect.de) has joined #mythtv
[16:30:52] membiblio (membiblio!~membiblio@pool-96-235-18-67.pitbpa.fios.verizon.net) has joined #mythtv
[16:48:34] dekarl: stuarta, just reading it the author appears a bit confused mixing things up :)
[16:55:23] ShapeShifter499 (ShapeShifter499!~ShapeShif@unaffiliated/shapeshifter499) has quit (Quit: Leaving)
[16:59:14] stuarta: i thought it fair enough, basically using uuid's as the PK blows out the insert times as your dataset increased
[17:00:42] dekarl: you can just use a random number, overwrite the high bits with a low res timestamp, slap two fixed bits on it (to make it a proper UUID) and move on. no need to fiddle with stings in improper complicated ways... (random made up reordering instead of the real human <-> machine format reordering)
[17:01:59] stuarta: it's also talking about mysql internal uuid's which are uuid v1, and most things use uuid v4 these days
[17:02:20] stuarta: the bit i found interesting was the uuid version number and where it's located in the uuid
[17:02:51] dekarl: and it only makes sense if you can't have a normal auto_incrementing integer primary key, but instead need distributed key generation
[17:03:31] dekarl: if you need to fiddle with version or variant give me a shout, I spent some time on that stuff in the last years (wasn't funny)
[17:05:04] dekarl: my employer appears to be the only company in the world that actually checks if their pcs have valid uuids (to catch errors from the plants where they randomly sent the UUIDs in human/machine order)
[17:06:05] dekarl: everyone else appears to just take it as an opaque number and hopes for the best ;)
[17:06:35] stuarta: hah, i was only looking at it because of the smolt schema
[17:07:03] stuarta: which isn't great, which is one of the reasons it was originally dropped by fedora
[17:15:02] stuarta: right, it's beer.o.clock, and i'm off until the new year now, so i shall leave you all to it :)
[17:15:49] joki (joki!~joki@p54861239.dip0.t-ipconnect.de) has quit (Read error: Connection reset by peer)
[17:19:19] brfransen (brfransen!~brfransen@71.11.51.80) has quit (Quit: Byebye)
[17:22:32] joki (joki!~joki@p54861239.dip0.t-ipconnect.de) has joined #mythtv
[18:33:09] joki (joki!~joki@p54861239.dip0.t-ipconnect.de) has quit (Ping timeout: 248 seconds)
[19:05:35] brfransen (brfransen!~brfransen@71.11.51.80) has joined #mythtv
[19:14:02] brfransen (brfransen!~brfransen@71.11.51.80) has quit (Quit: Byebye)
[19:14:52] brfransen (brfransen!~brfransen@71.11.51.80) has joined #mythtv
[20:21:31] SteveGoodey (SteveGoodey!~steve@host86-151-53-178.range86-151.btcentralplus.com) has quit (Quit: Konversation terminated!)
[22:26:37] amessina (amessina!~amessina@unaffiliated/amessina) has joined #mythtv

IRC Logs collected by BeirdoBot.
Please use the above link to report any bugs.