code logs -> 2019 -> Wed, 03 Jul 2019< code.20190702.log - code.20190704.log >
--- Log opened Wed Jul 03 00:00:13 2019
00:41 celmin|away [celticminst@Nightstar-6an2qt.dsl.bell.ca] has quit [Connection reset by peer]
00:45 Yossii [Yossii@Nightstar-d7h8ki.org] has joined #code
00:46 Kindamoody is now known as Kindamoody[zZz]
01:06 himi [sjjf@Nightstar-4uof81.optusnet.com.au] has joined #code
01:06 mode/#code [+o himi] by ChanServ
01:18 celticminstrel [celticminst@Nightstar-6an2qt.dsl.bell.ca] has joined #code
01:18 mode/#code [+o celticminstrel] by ChanServ
01:40
<@celticminstrel>
[Jul 02@3:20:42pm] ToxicFrog: Especially since the deltifier is optimized for use on text rather than being something like rsync's rolling-checksum algorithm.
01:40
<@celticminstrel>
You'd think they could use different deltifiers based on the file type...
01:40
<@celticminstrel>
[Jul 02@3:23:27pm] ToxicFrog: Yeah, this is one of the things p4 is actually really good at
01:40
<@celticminstrel>
So Perforce is better at binary diffing or something?
01:50 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has quit [Ping timeout: 121 seconds]
01:54
<&ToxicFrog>
Diffing, not as far as I know. Storing, and accessing in a performant manner, definitely.
02:07
<@celticminstrel>
I see
02:08 Yossarian [yoss@Nightstar-d7h8ki.org] has joined #code
02:08
<@celticminstrel>
...oh hey, darcs.
02:08
<@celticminstrel>
I remember using that like, once, to clone Blades of Exile.
02:09
<@celticminstrel>
And thereafter shove it into a git repo.
02:09 * celticminstrel reading that article now.
02:11 Yossarian [yoss@Nightstar-d7h8ki.org] has quit [[NS] Quit: WeeChat 2.2]
02:19 Yossarian [yoss@Nightstar-d7h8ki.org] has joined #code
02:53 himi [sjjf@Nightstar-4uof81.optusnet.com.au] has quit [Ping timeout: 121 seconds]
03:58 Tamber [tamber@furryhelix.co.uk] has quit [The TLS connection was non-properly terminated.]
03:59 Tamber [tamber@furryhelix.co.uk] has joined #code
03:59 mode/#code [+o Tamber] by ChanServ
04:10
<&McMartin>
whrrrrrrrrrrrrrrrrrgrbl
04:10 * McMartin finds the problem with his input code
04:10
<&McMartin>
Apparently, unlike SDL1, SDL2 sends periodic keyrepeat events!
04:18 * McMartin unleashes the War Gerbils.
04:32 Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code
04:32 mode/#code [+qo Vorntastic Vorntastic] by ChanServ
04:42
<@celticminstrel>
I think that can be disabled tho somehow?
04:51 celticminstrel [celticminst@Nightstar-6an2qt.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
05:02 himi [sjjf@Nightstar-1drtbs.anu.edu.au] has joined #code
05:02 mode/#code [+o himi] by ChanServ
05:48
<&McMartin>
There's a flag you check
05:48
<&McMartin>
To distinguish them
06:09 JustBob [justbob@Nightstar.Customer.Dissatisfaction.Administrator] has quit [Ping timeout: 121 seconds]
06:09 JustBob [justbob@ServerAdministrator.Nightstar.Net] has joined #code
06:09 mode/#code [+o JustBob] by ChanServ
08:09 [R] [rstamer@genoce.org] has left #code ["Out."]
08:09 [R] [rstamer@genoce.org] has joined #code
08:09 mode/#code [+ao [R] [R]] by ChanServ
08:11 himi [sjjf@Nightstar-1drtbs.anu.edu.au] has quit [Ping timeout: 121 seconds]
09:27 Degi [Degi@Nightstar-r1c7rd.dyn.telefonica.de] has joined #code
09:31 Degi [Degi@Nightstar-r1c7rd.dyn.telefonica.de] has quit [Ping timeout: 121 seconds]
10:14 Kindamoody[zZz] is now known as Kindamoody
10:17 himi [sjjf@Nightstar-v37cpe.internode.on.net] has joined #code
10:17 mode/#code [+o himi] by ChanServ
11:34 * TheWatcher eyes this machine in work
11:36
<@TheWatcher>
... that's a terrifying number of D state processes on there
11:45 Kindamoody is now known as Kindamoody|afk
12:23 Degi [Degi@Nightstar-r1c7rd.dyn.telefonica.de] has joined #code
12:27 Pink [user1@Nightstar-g7hdo5.dyn.optonline.net] has joined #code
13:50 You're now known as TheWatcher[d00m]
14:18
< Yossarian>
ah, I didn't get much done yesterday except chores. Woke up thinking I was going to compile zathura-tabbed but didn't realize I needed some dependencies
14:25
<&ToxicFrog>
You're building everything by hand?
14:29
< Yossarian>
I guess? The git repo linked to me wants mupdf, girara, tabbed, zathura?, zathura-pdf-mupdf
14:30
<&ToxicFrog>
Oh, right, -tabbed is an unpacked fork isn't it
14:30
<&ToxicFrog>
*unpackaged
14:30
< Yossarian>
https://github.com/mtikekar/zathura-tabbed
14:30 celticminstrel [celticminst@Nightstar-6an2qt.dsl.bell.ca] has joined #code
14:30 mode/#code [+o celticminstrel] by ChanServ
14:31
< Yossarian>
I've never run into a situation like this before where everything is modular, so... I'm not sure how all the different projects interconnect
14:34
< Yossarian>
but I should probably track down zathura 0.3.3 because that's what the patch works on
14:45
< Yossarian>
would be git clone https://github.com/pwmt/zathura/ --branch 0.3.3 ?
14:51
<&ToxicFrog>
Yes (which is just a shorthand for `git clone` and then `git checkout 0.3.3`
14:51
< Yossarian>
Gotcha. Thanks for the confirmation. I'm not against RTFM, it is just sometimes it is better to ask a human to get confirmation.
14:51
< Yossarian>
Which raises the question... are you human? On the internet, nobody knows you're a dog.
14:56 You're now known as TheWatcher
14:56
< Yossarian>
'Cept the instructions for https://github.com/mtikekar/zathura-tabbed don't make sense. girara uses meson to build.
15:00 Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code
15:00 mode/#code [+qo Vornicus Vornicus] by ChanServ
15:03
<&ToxicFrog>
Bear in mind that those instructions were written four years ago.
15:04
<&ToxicFrog>
Girara doesn't even seem to be hosted in the same place anymore.
15:07
<&ToxicFrog>
You will probably need to figure out what version of girara (and the other dependencies) zathura 0.3.3 was expecting and download and build those.
15:10
<&ToxicFrog>
Personally, I lost patience with manually doing dependency resolution years ago, and would just install qpdfview at this point.
15:10
< Yossarian>
seems to be a bigger pain than I originally thought, I've got other things to do today :( but the zathura-tabbed (shell script) kinda works like my tmux scripts... calling wmctrl and such
15:10 Degi [Degi@Nightstar-r1c7rd.dyn.telefonica.de] has quit [Ping timeout: 121 seconds]
15:11
<&ToxicFrog>
(or, well, actually I'd install Okular, but you seem to be trying to keep your dependency footprint down and qpdfview has a much smaller dependency closure)
15:26
< Yossarian>
Oh.
15:27
< Yossarian>
ToxicFrog: $ tabbed -c zathura -e
15:27
< Yossarian>
this works
15:37
< Yossarian>
but you have to use tabbed hotkeys to make tabs and switch between 'em
15:37
< Yossarian>
:)
15:40
< Yossarian>
Not sure why some projects use meson for build, mesa uses meson for build so I installed it... gotta make a chroot backup
16:40 Emmy [Emmy@Nightstar-9p7hb1.direct-adsl.nl] has joined #code
17:01 Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity]
18:03 Kindamoody|afk [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has quit [Client exited]
18:04 Kimo|autojoin [Kindamoody@Nightstar-eubaqc.tbcn.telia.com] has joined #code
18:04 mode/#code [+o Kimo|autojoin] by ChanServ
18:51 Kimo|autojoin is now known as Kindamoody
22:46 himi [sjjf@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
23:12 McMartin is now known as McMartin[AFK]
23:13 McMartin[AFK] [mcmartin@Nightstar-ipm463.ca.comcast.net] has quit [Connection closed]
--- Log closed Thu Jul 04 00:00:14 2019
code logs -> 2019 -> Wed, 03 Jul 2019< code.20190702.log - code.20190704.log >

[ Latest log file ]