Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Programming

Submission + - Ask Slashdot: Dedicating Code?

The_Buse writes: This week I lost my grandmother and after returning to work (as a web developer) I find myself looking for some way to dedicate something to her memory. Unfortunately, I'm no author so I can't dedicate a book to her, and I can't carry a tune so penning a song in her honor is out of the question. What I can do is write one hell of a web app, and after nearly a year of development my (small) team and I are nearing the release date of our next product. My question is, have you ever dedicated a project/app/code in honor of someone? What's the best way to do it: comment blocks in the header, tongue-in-cheek file names, easter eggs? Or is this a horrible idea all together?

Comment Re:Python's problem (Score 1) 510

Indeed one of python's problems is the GIL, but that only applies to multithreaded apps. In contrast, multiprocess apps are unaffected. The python standard library "multiprocessing" module makes it trivial to spawn child processes and messaging through pipes & queues, so the whole GIL thing really becomes kind of a non-issue.

Comment How about a LiveCD (Score 1) 671

The prior suggestions to just get a 2nd laptop or netbook for your own personal use may be the most ethical. But from your original post I gather that that is not your concern. So...

Assuming that laptop does in fact have tracking software that can report on the applications that are running and/or be used to send screenshots back to your employer, your ideas to run standalone apps from a USB drive would only land you in "trouble" because the screenshots would still show "rogue activity". The other idea of imaging the whole HDD, re-installing, and imaging back sounds like more hassle than it's worth. But at least from this I know that your BIOS isn't locked down to the extent that you can't boot from external media. So...

What I would suggest is to run a standalone OS from a USB thumb drive or CD / DVD. In doing this, you can run the alternate OS of your choosing, while sidestepping the considerable hassle of creating the backup image, installing the other OS... Here is a rather comprehensive list from which you can choose. Knoppix, Ubuntu, or Mint are the ones I would try first.

Slashdot Top Deals

"Ninety percent of baseball is half mental." -- Yogi Berra

Working...