--- Log opened Sat Oct 06 00:00:36 2018 |
00:42 | | Degi [Degi@Nightstar-io1daq.dyn.telefonica.de] has quit [Connection closed] |
00:47 | | Derakon[AFK] is now known as Derakon |
01:00 | | celticminstrel [celticminst@Nightstar-4tfuag.dsl.bell.ca] has joined #code |
01:00 | | mode/#code [+o celticminstrel] by ChanServ |
01:33 | | Kindamoody is now known as Kindamoody[zZz] |
03:39 | | macdjord|wurk [macdjord@Nightstar-grpbnp.mc.videotron.ca] has quit [[NS] Quit: Deep inside, every housecat believes they are just a temporarily embarrassed tiger.] |
04:34 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
04:34 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
05:07 | | Derakon is now known as Derakon[AFK] |
05:12 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
05:35 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has joined #code |
05:35 | | mode/#code [+qo Vorntastic Vorntastic] by ChanServ |
05:39 | | celticminstrel [celticminst@Nightstar-4tfuag.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
07:18 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
07:18 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
07:24 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
07:40 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
07:40 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
09:02 | | abudhabi [abudhabi@Nightstar-7nkq9k.de] has quit [Ping timeout: 121 seconds] |
09:44 | | * McMartin looks at his Bumbershoot stats |
09:44 | <&McMartin> | Somebody apparenty booked my latest article's face. |
09:45 | <&Reiver> | How do you feel about this? |
09:48 | <&McMartin> | I dunno, nothing strong |
09:48 | <&McMartin> | Just "hey, facebook is a significant referrer for like a week straight, that hasn't happened in four years" |
09:49 | <&Reiver> | ah, cool :) |
09:49 | <&Reiver> | How many hits are/do you get these days? |
09:50 | <&McMartin> | On a decent day, 30 |
09:50 | <&McMartin> | On an off day, 7 |
09:51 | <&McMartin> | YTD, just under 3,900 |
09:52 | <&Reiver> | That's not bad! |
09:52 | <&Reiver> | Has the Facebookening boosted this much? |
09:52 | <&McMartin> | 44 referrers from fb. |
09:52 | <&McMartin> | 65 from Twitter in 2018, and, uh, about 1,500 from search engines |
09:53 | <&McMartin> | Bumbershoot is definitely an online reference more than anything else. |
09:54 | <&McMartin> | The thing is, with those 44 referrals? 30 were last week. |
09:55 | <&McMartin> | (And the stuff searched for? The secret half-official 16-color graphics mode on the 1981 CGA PCs, followed by how to load machine code programs into an emulated ZX81.) |
09:57 | <&McMartin> | Overall, I've been writing more for it and getting more views year over year, but 2017 is when it really took off |
09:58 | <&McMartin> | That was the first year I cracked 50k words in posts in a single year |
09:58 | | * Reiver nods |
09:59 | <&McMartin> | I want to make at least three more posts this year, but now that I've done the big projects I only have sketches for what I might write about |
09:59 | <&McMartin> | Maybe I'll mess with SDL2's support for sprite atlases and see which parts break |
10:09 | | abudhabi [abudhabi@Nightstar-7nkq9k.de] has joined #code |
10:09 | | mode/#code [+o abudhabi] by ChanServ |
10:29 | | Degi [Degi@Nightstar-8vhtip.dyn.telefonica.de] has joined #code |
12:12 | | Kindamoody[zZz] is now known as Kindamoody |
12:25 | < [R]> | https://www.engadget.com/2018/10/06/windows-10-october-update-delete-pulled/ |
12:25 | < [R]> | QUALITY |
12:49 | <~Vorntastic> | Love2d guys noticed two days ago that their stuff wasn't working because getuserprofiledir or whatever it's called changed interface |
12:50 | <~Vorntastic> | I wonder if this is related |
13:35 | | Degi [Degi@Nightstar-8vhtip.dyn.telefonica.de] has quit [Connection closed] |
16:35 | | celticminstrel [celticminst@Nightstar-4tfuag.dsl.bell.ca] has joined #code |
16:35 | | mode/#code [+o celticminstrel] by ChanServ |
16:56 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
18:25 | | Vorntastic [uid293981@Nightstar-6br85t.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity] |
20:32 | | Derakon[AFK] is now known as Derakon |
20:49 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has joined #code |
20:49 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
21:54 | < [R]> | Question: I have about a dozen slightly different clones of my .bashrc, I've brought them all into a directory together, and I've managed to pair them down a fair bit, but I'm at a point where I have one that seems to have just the common elements. So I'm wondering if there's a way to use that file to strip the common stuff out of the rest of them so I'm left with just the unique things. |
21:57 | <&ToxicFrog> | [R]: is the question about making your .bashrc modular, or about automatically figuring out which parts are common and which parts aren't? |
21:57 | < [R]> | The latter |
21:58 | <&jerith> | "comm" is a potentially useful tool for this. |
21:58 | < [R]> | And I found my answer: comm -13 rc.base rc.[number] |
22:02 | | * Vornicus writes literally dozens of logging lines into vornonoi, trying to figure out what exactly is causing failures |
22:05 | <&jerith> | What is vornonoi for? |
22:05 | <~Vornicus> | I... mostly wanted to see if I could. |
22:09 | <~Vornicus> | But someone mentioned they were working on biome generation and I was all "oh, the voronoi diagram gives decently-sized regions" and then my brain went and claimed a workshop and demanded bonobo leather |
23:55 | | Vornicus [Vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
--- Log closed Sun Oct 07 00:00:37 2018 |