Forgot your password?
typodupeerror

Comment Two ways about it (Score 1) 318

It's pretty difficult to realize, but I have seen two ways to pull off remote work:

- Do work with a client locally for a while and earn their TRUST. Multiple contract renewals are a sign they really like you and need you and are likely to accept a remote working arrangement.

- Become a senior SWE and acquire enough skill and "brand" that you will be desired by the larger companies which make exceptions for this type of thing. I've many people, almost always in management roles, pull this quite well for a number of years. All the largest software companies have some remote managers and developers (Microsoft, Autodesk, even Google), even if at first contact they'll tell you they don't do that. Usually, those who get those exceptions are senior and their skill is in high demand (they're "experts" at something, or they're great managers).

I've never seen anybody get well-paid remote work in different circumstances (though that's not saying it's impossible).

Space

Submission + - Predicting When Space Junk Will Come Home To Earth (npr.org)

blais writes: "This is an interesting interview from NPR's Science Friday about space junk reentering the earth--and possibly hitting someone and the odds thereof. I thought it might be of interest to the other space nerds out there. "This weekend, a defunct German satellite is scheduled to crash to Earth, just a month after a NASA satellite did the same. NASA orbital debris scientist Mark Matney and Phil Plait, author of the Bad Astronomy blog, discuss whether engineers on Earth have any say when "or where "objects fall.""

Comment PDF statements + a bit of Emacs (Score 1, Informative) 359

When I first wrote Beancount (http://furius.ca/beancount) I wanted to reconstruct up to 7 years of history for some of my accounts. I ended up using PDF statements where I could get them, and entering some of the missing statements manually. If you have PDFs, cut-n-pasting into Emacs and massaging the entries to fit Ledger/Beancount's input syntax manually is possible (though a bit time-consuming). I created macros to help the task, it wasn't crazy.

If you use a double-entry accounting system like this, it'll save you so much hassle that you won't have to remember to reconcile: you'll just *want* to reconcile more often than you actually need to. It's really cool to know where the pennies are going.

Comment Mark Lutz book (Learning Python) (Score 0) 436

I offer a professional on-site Python training course (http://furius.ca/training/).

I recommend "Learning Python" (M. Lutz) to my students, over any other book. This book both offers a great introduction to the language and explains the unifying concepts much clearer than any other Python book I've seen. It also goes deep into the details if you need it. The book oozes of the many years of experience of the author in teaching the language.

(That said, I haven't read the new book being reviewed in this article.)

Slashdot Top Deals

My sister opened a computer store in Hawaii. She sells C shells down by the seashore.

Working...