Starting something you couldn't finish
Finnbar says: I used to know a guy who tattooed LOVE across his left knuckles, but didn't tattoo HATE on the other knuckles because he was right-handed and realised he couldn't finish. Ever run out of skills or inspiration halfway through a job?
( , Thu 24 Jun 2010, 13:32)
Finnbar says: I used to know a guy who tattooed LOVE across his left knuckles, but didn't tattoo HATE on the other knuckles because he was right-handed and realised he couldn't finish. Ever run out of skills or inspiration halfway through a job?
( , Thu 24 Jun 2010, 13:32)
« Go Back | See The Full Thread
Either....or....
I use python simply because I don't have to compile it every time I make a change - which is frequently, and I can just open the file over SSH and change it without a lot of grief.
Although C would most likely be fine as well - I hear socket programming is a nightmare though, and in Python that's all done for you.
I did initially write the touch screen interface in C#, but have since rewritten it using GTK+ as I came home one night to see someone remotely controlling the machine! (It was the only Windows box on the network, and to be honest, after so many years of not having to worry about virus protection etc... I just got lazy. Rather than go back to that nightmare of updating patches/virus protection/spyware etc... I figured I'd install Linux on the box and rewrite the front end. I generally wrote all the *grunt* work as webservices in PHP, so it really was just a matter of placing buttons on the screen in a different language).
( , Tue 29 Jun 2010, 13:40, 1 reply)
I use python simply because I don't have to compile it every time I make a change - which is frequently, and I can just open the file over SSH and change it without a lot of grief.
Although C would most likely be fine as well - I hear socket programming is a nightmare though, and in Python that's all done for you.
I did initially write the touch screen interface in C#, but have since rewritten it using GTK+ as I came home one night to see someone remotely controlling the machine! (It was the only Windows box on the network, and to be honest, after so many years of not having to worry about virus protection etc... I just got lazy. Rather than go back to that nightmare of updating patches/virus protection/spyware etc... I figured I'd install Linux on the box and rewrite the front end. I generally wrote all the *grunt* work as webservices in PHP, so it really was just a matter of placing buttons on the screen in a different language).
( , Tue 29 Jun 2010, 13:40, 1 reply)
Ah yeah security
is best with *nix systems.
Well, I have only done socket programming in Java before, but it hogs too much resources so I'll stick to C I guess. Or Python if I can get better at it.
Thanks anyway.
( , Wed 30 Jun 2010, 12:03, closed)
is best with *nix systems.
Well, I have only done socket programming in Java before, but it hogs too much resources so I'll stick to C I guess. Or Python if I can get better at it.
Thanks anyway.
( , Wed 30 Jun 2010, 12:03, closed)
« Go Back | See The Full Thread