|
Parrot 4.2.0 "Ornithopter" | parrot.org | Log: irclog.perlgeek.de/parrot | #parrotsketch meeting Tuesday 19:30 UTC Set by moderator on 10 April 2012. |
|||
| nbrown | I'm trying to figure out what to do next for m0 | 00:01 | |
| I can keep pushing the branch I have closer to the spec, but I'm wondering if that's really what we want to do | 00:02 | ||
| cotto | hio | 00:40 | |
|
00:41
bacek_at_work joined
00:45
aloha joined
01:01
nopaste joined
01:02
TonyC joined
01:10
whiteknight joined
|
|||
| dalek | sella: 90756d7 | Whiteknight++ | src/ (4 files): [Date] Implement a new DateFormatter.format_experimental method. It uses Parse and some optimizations to try and do formatting as quickly as possible. Short format strings see a 25-33% speed increase (roughly). Larger strings see a dramatic slowdown for reasons I have not yet determined. |
01:29 | |
| sella: 84d68c3 | Whiteknight++ | src/unstable/xml/ (3 files): [Xml] Add a DtdDocument class to represent a standalone DTD file. Add position information to DtdElement and DtdAttribute |
|||
|
01:48
benabik joined
06:01
fperrad joined
06:32
woosley joined
07:15
brrt joined
08:21
dngor joined
09:02
woosley left
09:15
schm00ster joined
10:57
lucian joined
12:02
bluescreen joined
|
|||
| dalek | rrot/JimmyZ/m0: 186f45f | jimmy++ | / (8 files): update m0 to use new regs struct, and add new set_* op |
12:14 | |
| rrot/JimmyZ/m0: 8b3a6c6 | jimmy++ | src/m0/c/m0_ops.c: update m0_ops.c to use CONST |
12:18 | ||
|
12:55
PacoAir joined
12:58
brrt joined
|
|||
| brrt | can parrot run on arm? | 13:00 | |
| tadzik | I think it at least did at some point. snarkyboojum from #perl6 was once running Rakudo on his Nokia N900 | 13:05 | |
|
13:15
pjcj joined
13:17
whiteknight joined
|
|||
| whiteknight | Good morning, #parrot | 13:17 | |
| Great article about quicksort and some of the flaws in the algorithm: www.angelfire.com/pq/jamesbarbetti/...Broken.htm | |||
| dalek | rrot/JimmyZ/m0: 99719df | jimmy++ | src/m0/c/ (3 files): removed stdint.h |
13:18 | |
|
13:19
JimmyZ joined
13:58
pjcj joined,
hercynium joined
14:37
contingencyplan joined
|
|||
| dalek | rrot/JimmyZ/m0: 0582ec1 | jimmy++ | src/m0/c/m0_ops.c: fixed my typo |
14:42 | |
|
15:13
benabik joined
15:20
dmalcolm joined
15:23
dngor joined
|
|||
| dalek | kudo/nom: f982930 | moritz++ | src/core/Temporal.pm: add missing invocant markers |
15:29 | |
| rrot: 912b204 | petdance++ | src/dynpmc/subproxy.pmc: UNUSED an INTERP |
15:56 | ||
|
16:03
brrt left
|
|||
| whiteknight | pmc2c could probably be made smart enough to detect when interp and INTERP are not present in the function and mark it unused automatically | 16:07 | |
| a very simple /interp/gi regex could probably do most of the work, with very few false negatives | 16:09 | ||
|
16:30
GodFather joined
16:57
PacoAir joined
17:05
Justin joined
|
|||
| Justin | good afternoon | 17:05 | |
| benabik | o/ #parro | 17:09 | |
|
17:11
bluescreen joined
|
|||
| dukeleto | hola | 17:15 | |
| stackoverflow.com/questions/1001570...1#10110751 | |||
|
17:30
Justin joined
|
|||
| whiteknight | good afternoon Justin, benabik, dukeleto | 17:58 | |
|
18:01
Justin joined,
rich joined
|
|||
| dukeleto | whiteknight: wazzup | 18:03 | |
| whiteknight | dukeleto: not much, you? | ||
| dukeleto | whiteknight: another day in paradise | ||
| Justin | hello | 18:14 | |
| cotto | ~~ | 18:16 | |
| dukeleto | cotto: howdy | 18:24 | |
| cotto: i will be speaking at LFNW. You going this year? | 18:25 | ||
| whiteknight | LFNW? | 18:26 | |
| dukeleto | Linux Fest North West | 18:27 | |
| www.linuxfestnorthwest.org/ | |||
| cotto | dukeleto: I should. It was worthwhile last time. | 18:29 | |
| dukeleto | cotto: yes. We can have another m0 hackathon :) | ||
| atrodo | Anyone else planning on going to YAPC::NA this year? | 19:10 | |
| whiteknight | atrodo: Where is it? | 19:13 | |
| atrodo | whiteknight> Madison, WI | ||
| dukeleto | atrodo: vaguely planning. I don't have plane tickets yet. | ||
| it was pretty awesome last year | |||
| I got to buy Larry a beer. | |||
| also, we could have a serious parrot hackathon this year at YAPC::NA. Surely we need one. | 19:14 | ||
| whiteknight | I will be there in spirit | ||
| atrodo | Looks like that hackathon time will be before the conf instead of after like in the past | ||
| Coke is still hopeful about attending yapc::na this year. | 19:15 | ||
| dukeleto | This looks useful/interesting for all the bit twiddlers in the audience: graphics.stanford.edu/~seander/bithacks.html | 19:21 | |
| There are definitely some useful bit shenanigans going on there. | 19:23 | ||
| cotto | scheduling a hackathon after a conference is usually a mistake | 19:26 | |
| arnsholt | dukeleto: It's my standard resource for all things bit-twiddly | 19:29 | |
| It's brilliant | |||
|
19:48
simcop2387 joined
|
|||
| whiteknight | You ever spend two hours debugging a problem, only to realize that somebody inserted duplicate data into the db, so all your joins are failing because you've got the right data with the wrong key? | 20:01 | |
| moritz | whiteknight: I've spend entire evenings (like, 4 hours of hacking time or more) debugging session problems in my perl web apps, and the next day they were gone (bogus cookie expired? I'll never know) | 20:13 | |
| whiteknight | debugging is the worst | 20:14 | |
| moritz | if I just consider the bugs that UNIQUE/CHECK/foreign key constraints have found in my code... I'd weep to have to switch to something NoSQLy that doesn't have 'em | 20:17 | |
| whiteknight | if I think back to all the bugs I've seen in the past because I forgot to use one of those when I should have, it's amazing I've ever gotten any work done | 20:18 | |
|
21:01
plobsing joined
21:11
simcop2387 joined
21:13
PacoAir joined
21:50
dmalcolm joined
22:09
whiteknight joined
|
|||
| whiteknight | good afternoon, #parrot | 22:11 | |
|
22:15
lucian joined
23:06
plobsing joined
23:40
kid51 joined
23:53
alvis` joined
|
|||