Slashdot Mirror


User: t-er-eyma

t-er-eyma's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. first post? on Don't Cross the LHC Stream! (Maybe) · · Score: 1

    and the site is already slashdotted? or is the link plain wrong?

  2. A small game for toddlers on Software (and Appropriate Input Device) For a Toddler? · · Score: 1

    Hi, Being myself a geek parent with some education background (grad in Social Sciences), I wrote a software that my toddler (now almost 2yo) got fascinated with. Basically, it doesn't require any coordinated input but instead give audiovisual response to any keyboard or mouse interaction. My kid can stand in the computer for around 20 minutes, which, something those with a toddler at home knows, is a very good time frame. It is free software and is hosted at my github account (you just need the latest SDL perl module installed for it to work).

  3. Re:Whew! on Something For (Almost) Every Developer · · Score: 1

    Er... not trying to spoil your joke... but... the issue is not with Perl, but with most 32bit Linux machines, simply because time_t is a 32bit number and it overflows after 2038. That's a real problem that is out there and looks worse then the Y2K issue. But maybe you're just hoping there will be no 32bit binaries in use in 2038, in which case you don't have to worry. But notice that this problem currently affects any 32bit binary that uses the system functions to handle date and time.