Home / Posts Mark Dennehy (Page 169)

Wireless broadband? Not by a long shot…

A while back, I got one of the new “wireless broadband” modems from 3. I can’t say I’ve had nothing but bad experiences with it, because for the most part, it’s done what I expected of it – access to the net from herself’s place without having to go through some crowd like ripwave. And for the past week, I’ve been away in the UK and it functioned well there as well.

Right up to last Thursday that is, at which point I badly needed email to send press releases back home and net connectivity to send photos but the modem was having none of it. I thought it was something to do with my setup, but between aonach and tom raferty’s blog, I’m getting the impression that these kind of glitches are nothing unknown.… Read the rest

Read More

Unicode math symbols as operators in PHP6?

Noted over on Sara Golemon’s blog today. Can we expect this sort of thing to be in future PHP code?

var_dump(¼, ½ ¾);
// float(0.25)
// float(0.5)
// float(0.75)

var_dump(1 ≤ 2, 2 ≯ 3, 5 ≠ 6);
// bool(true)
// bool(true)
// bool(true)

var_dump(3 × 4, 15 ÷ 5);
// int(12)
// int(3)

var_dump(1 « 3);
// int(8)

/* Your font may be too small,
 * but that's a skull and crossbones */
☠('aka die/exit');

Well, no, not really – she implemented it just for fun, but it’s an interesting idea, and face it – who doesn’t want to be able to use all the keys on the Space Cadet Keyboard?

Space Kadet keyboardRead the rest

Read More

OSCON

Sometimes you really do feel like you’re missing out by not going to events like this 😀

And sod it, Michael Schwern’s talk about improving as a programmer definitely sounded interesting.

Oh well. There’s always next year, and downloading slides and reading the blog entries and watching the videos on youtube…. but they’re just not the same really.… Read the rest

Read More