--- Log opened Tue Apr 02 00:00:26 2013 |
00:03 | <~Vornicus> | hm. this TIF file says it's the earth with land, ice, and oceans but I only see the land layer. |
00:03 | <@Reiv> | ? |
00:04 | | thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has joined #code |
00:05 | <~Vornicus> | I'm working again on the vorn projection and stuff. I got from the NASA site a giant TIFF - 8192x4096 - that I want to pass through PILlow and get my projection from. But the image is missing stuff, like the oceans, that it says should be there. |
00:05 | <@Reiv> | Odd |
00:08 | | Orthia [orthianz@3CF3A5.E1CD01.B089B9.1E14D1] has joined #code |
00:08 | | mode/#code [+o Orthia] by ChanServ |
00:11 | <~Vornicus> | So what I suspect is going on is that there are several layers in the TIFF and I can only see one of them |
00:12 | <~Vornicus> | but I don't have any idea how to go about seeing it. |
00:12 | <~Vornicus> | (the oceans appear transparent when I open it in paint.net et al |
00:24 | | Zemyla [zemyla@Nightstar-8fbb7981.compute-1.amazonaws.com] has quit [Ping timeout: 121 seconds] |
00:28 | | Zemyla [zemyla@Nightstar-8fbb7981.compute-1.amazonaws.com] has joined #code |
00:28 | | mode/#code [+o Zemyla] by ChanServ |
00:34 | | Syka [the@Nightstar-6c620108.iinet.net.au] has joined #code |
00:49 | <&ToxicFrog> | What do ImageMagick and GIMP think of it? |
00:54 | <~Vornicus> | hang on while I install them. |
01:01 | <@celticminstrel> | I seem to recall GIMP not supporting multilayer TIFF, but I think that was in the context of export. |
01:02 | < RichyB> | Heeheehee https://twitter.com/petdance/status/237997581685362688 |
01:04 | | Derakon[AFK] is now known as Derakon |
01:13 | | Syka [the@Nightstar-6c620108.iinet.net.au] has quit [Ping timeout: 121 seconds] |
01:14 | <~Vornicus> | Gimp says RGB-Alpha, 1 layer, and shows transparent oceans. This is not my idea of "land-ocean-ice' |
01:14 | <~Vornicus> | Time to send an email. |
01:23 | <~Vornicus> | well okay, first I should get imagemagick to tell me what it thinks. |
01:24 | <~Vornicus> | identify looks promising |
01:25 | | Syka [the@Nightstar-c0b1d93f.iinet.net.au] has joined #code |
01:25 | <~Vornicus> | land_ocean_ice_8192.tif TIFF 8192x4096 8192x4096+0+0 8-bit sRGB 32.58MB 0.000u 0:00.015 gives me that. I'm not sure I can get anything from that. |
01:26 | <~Vornicus> | or rather, I don't know what I'm looking for in there that would tell me how many layers it has or anything |
01:30 | < RichyB> | That doesn't look promising to me. |
01:30 | < RichyB> | That's filename, file type, image dimensions, canvas extent, per-channel bit-depth, colour space, size. |
01:30 | < RichyB> | Not sure what the last two numbers represent. |
01:46 | <&ToxicFrog> | identify -verbose will tell you more. |
01:53 | | VirusJTG [VirusJTG@Nightstar-09c31e7a.sta.comporium.net] has quit [[NS] Quit: Program Shutting down] |
01:55 | | RichyB [richardb@Nightstar-86656b6c.cable.virginmedia.com] has quit [Client closed the connection] |
01:56 | | RichyB [richardb@Nightstar-86656b6c.cable.virginmedia.com] has joined #code |
02:12 | | Courage [Moltare@583787.FF2A18.190FE2.4D81A1] has quit [Ping timeout: 121 seconds] |
02:14 | | Courage [Moltare@583787.FF2A18.190FE2.4D81A1] has joined #code |
02:14 | | mode/#code [+o Courage] by ChanServ |
02:37 | <~Vornicus> | http://pastebin.com/8nzD8aRq here it is. Doesn't look like it has any other layers. |
02:40 | <~Vornicus> | Or I could find a better image, jesus christ |
02:42 | <~Vornicus> | ...this one comes in 8 chunks and is 86400x43200. |
02:42 | <~Vornicus> | Don't think I need /quite/ that much detail, but it looks like it'd be fun to play with. |
02:45 | <&Derakon> | If nothing else, for development you can scale it down by a factor of, oh, 100. |
02:45 | <&Derakon> | To keep your RAM from exploding. |
02:45 | <&Derakon> | When I made Giant Space Collage that's what I did. |
02:46 | < RichyB> | heeheehee |
02:47 | < RichyB> | echo "main(){char c[1<<10]; getcwd(c,1<<10);puts(c);}" | gcc -x c - && ./a.out |
02:47 | < Syka> | wait |
02:47 | < Syka> | Vornicus: wtf are you doing with a 86,000x43,000 px image? :P |
02:47 | < Syka> | "And here, observe, as my RAM bursts into flames." |
02:48 | <@Reiv> | He wants to watch the girls with bikinis in Vanuatu |
02:48 | < RichyB> | Syka: it's a satellite image supplied by NASA. |
02:49 | < Syka> | ooh |
02:49 | < Syka> | neat |
02:49 | < RichyB> | Yeah, they publish lots of pictures with really liberal licensing. I think that the highest resolution they go up to is something like one pixel per 10 square metres? Don't quote me on that, I might be out by ten or a hundred times in either direction. |
02:50 | < Syka> | lol |
02:50 | < Syka> | i open up my text editor |
02:50 | < RichyB> | I think that maybe the openstreetmap project uses NASA's pictures to present accurate coastlines for the entire planet, but I'm not sure about that either. |
02:51 | < Syka> | I left myself a note last night |
02:51 | < Syka> | which was "WRITE SOME GODDAMN UNIT TESTS AND DON'T PLAY TF2" |
02:51 | < Syka> | fine, past me :( |
03:04 | | RichyB [richardb@Nightstar-86656b6c.cable.virginmedia.com] has quit [[NS] Quit: >:3 This is BunThulhu. Copy him into your quit message to help him take over the Internet.] |
03:08 | <~Vornicus> | "really liberal" |
03:08 | <~Vornicus> | all of NASA's publications are in the public domain. |
03:09 | <@gnolam> | The way it should be. |
03:13 | | Kindamoody[zZz] is now known as Kindamoody |
03:19 | | Vornotron [vorn@ServerAdministrator.Nightstar.Net] has joined #code |
03:20 | | Vornicus [vorn@Nightstar-221158c7.sd.cox.net] has quit [Ping timeout: 121 seconds] |
03:22 | | Vornicus [vorn@Nightstar-221158c7.sd.cox.net] has joined #code |
03:22 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
03:23 | | Vornotron [vorn@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds] |
03:27 | | Vornicus [vorn@Nightstar-221158c7.sd.cox.net] has quit [Ping timeout: 121 seconds] |
03:28 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code |
03:28 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
03:31 | <~Vornicus> | Anyway my goal is to create some textures, and the more input data the merrier. But I think I'll use the "medium" one -- which is still 233Mpx |
04:04 | <@Tarinaky> | I am struggling to get vim to yank some lines into my system clipboard. |
04:04 | <@Tarinaky> | halp. |
04:04 | <@Tarinaky> | I tried :set clipboard=unnamed |
04:04 | <@Tarinaky> | But this did nothing. |
04:15 | <@Tarinaky> | Nm, I got xclip to do what I wanted :/ |
04:44 | <@Reiv> | That demands a sadface? |
04:57 | <~Vornicus> | 700MB of picture, to generate several 0.75MB pictures. Hooray, imaging. |
04:58 | <~Vornicus> | okay let's write this code. |
05:10 | | celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has quit [[NS] Quit: KABOOM! It seems that I have exploded. Please wait while I reinstall the universe.] |
05:10 | | celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has joined #code |
05:10 | | mode/#code [+o celticminstrel] by ChanServ |
05:26 | | thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has quit [Ping timeout: 121 seconds] |
05:28 | | Kindamoody is now known as Kindamoody|out |
05:56 | | thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has joined #code |
06:06 | | himi [fow035@D741F1.243F35.CADC30.81D435] has quit [Ping timeout: 121 seconds] |
06:22 | | thalass is now known as Thalass|tidytidy |
06:36 | | Thalass|tidytidy [thalass@Nightstar-f97b970e.bigpond.net.au] has quit [Ping timeout: 121 seconds] |
06:41 | | Derakon is now known as Derakon[AFK] |
06:46 | | mac [mac@Nightstar-fe8a1f12.il.comcast.net] has joined #code |
06:50 | | celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
07:30 | | Turaiel is now known as Turaiel[Offline] |
07:42 | | Thalass|tidytidy [thalass@Nightstar-f97b970e.bigpond.net.au] has joined #code |
07:52 | | Thalass|tidytidy is now known as Thalass |
07:59 | | mac [mac@Nightstar-fe8a1f12.il.comcast.net] has quit [Connection closed] |
08:36 | | himi [fow035@Nightstar-5d05bada.internode.on.net] has joined #code |
08:36 | | mode/#code [+o himi] by ChanServ |
09:02 | | jeroud_ is now known as jeroud |
09:05 | <~Vornicus> | I swear, software conspires against me. |
09:06 | <~Vornicus> | PILlow is there and imports but can't open files. |
09:15 | | Thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has quit [Ping timeout: 121 seconds] |
10:15 | <~Vornicus> | oh there it goes |
10:15 | <~Vornicus> | okay, life is sane again. |
10:18 | | * Vornicus gets this party started. |
11:02 | | Thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has joined #code |
11:08 | | RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code |
11:17 | | Thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has quit [Ping timeout: 121 seconds] |
11:45 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [Client closed the connection] |
12:24 | | Thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has joined #code |
13:48 | | RichyB [richardb@Nightstar-228a334c.plus.com] has quit [Ping timeout: 121 seconds] |
15:02 | <@froztbyte> | <exarkun> What happens with git if you cherry-pick revision A from branch a into branch b and then later merge branch a into branch b? |
15:02 | <@froztbyte> | <tenth> It's like what happens when you try to force a Bag Of Holding through the event horizon of a Portable Hole (as per 2nd or 5th Edition rules) |
15:02 | <@froztbyte> | <exarkun> Shit |
15:04 | | RichyB [richardb@Nightstar-228a334c.plus.com] has joined #code |
15:04 | < AnnoDomini> | Hahaha. |
15:14 | <&McMartin> | I thought merge was smart enough to handle that on Git? |
15:14 | <&McMartin> | Or is only rebase able to do that? |
15:28 | | celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has joined #code |
15:28 | | mode/#code [+o celticminstrel] by ChanServ |
16:15 | <&ToxicFrog> | I also thought it was, but I have yet to actually test this. |
16:15 | | * ToxicFrog has in fact never cherry-picked |
16:15 | | ToxicFrog is now known as ToxicFrog|W`rkn |
16:16 | | Thalass [thalass@Nightstar-f97b970e.bigpond.net.au] has quit [Ping timeout: 121 seconds] |
16:16 | <&McMartin> | Refactoring OF DOOM proceeds to phase 2 after initial basic acceptance tests passed last night on phase 1. |
16:25 | <&ToxicFrog|W`rkn> | It is still such a cool feeling to send a request to a public-facing service and see the fruits of my code in the results. |
17:04 | | EvilDarkLord is now known as Maze |
17:18 | | Syka is now known as syksleep |
18:21 | | Kindamoody|out is now known as Kindamoody |
18:46 | <@froztbyte> | ToxicFrog|W`rkn: \o/ |
18:46 | <@froztbyte> | (and of course, the flipside when it all goes wrong) |
19:21 | | Kindamoody is now known as Kindamoody[zZz] |
19:29 | <&ToxicFrog|W`rkn> | I just realized that I'm working on stuff where, if it does go wrong, a bug of mine could end up in the news. |
19:29 | <&ToxicFrog|W`rkn> | Hopefully that doesn't happen. |
19:29 | <@froztbyte> | hhehe |
19:30 | <&McMartin> | INSUFFICIENTLY FLUFFY KITTEN ERROR #407 |
19:48 | <@celticminstrel> | Oh no! Your kittens are not fluffy enough! |
19:56 | <@Azash> | celticminstrel: Sounds more like his kitten errors are the lacking ones |
20:08 | <@celticminstrel> | ? |
20:24 | | celticminstrel [celticminst@Nightstar-e83b3651.cable.rogers.com] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!] |
21:02 | | Maze is now known as EvilDarkLord |
21:35 | | himi [fow035@Nightstar-5d05bada.internode.on.net] has quit [Ping timeout: 121 seconds] |
21:42 | | gnolam_ [lenin@Nightstar-7bcbe2b8.cust.bredbandsbolaget.se] has joined #code |
21:42 | | gnolam is now known as NSGuest35987 |
21:42 | | gnolam_ is now known as gnolam |
21:42 | | mode/#code [+o gnolam] by ChanServ |
21:45 | | NSGuest35987 [lenin@Nightstar-7bcbe2b8.cust.bredbandsbolaget.se] has quit [Ping timeout: 121 seconds] |
22:04 | | Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code |
22:04 | | mode/#code [+qo Vornicus Vornicus] by ChanServ |
23:45 | | himi [fow035@D741F1.243F35.CADC30.81D435] has joined #code |
23:45 | | mode/#code [+o himi] by ChanServ |
23:46 | | Turaiel[Offline] is now known as Turaiel |
--- Log closed Wed Apr 03 00:00:41 2013 |