Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #85241

Re: ANN: unpyc3 - a python bytecode decompiler for Python3

Date 2015-02-04 17:37 -0700
From Michael Torrie <torriem@gmail.com>
Subject Re: ANN: unpyc3 - a python bytecode decompiler for Python3
References (7 earlier) <CABicbJJ7HhPJE68eJgaNKN7wAyXTSij4oZYTRB7T+tz9Txnz3w@mail.gmail.com> <mailman.18248.1422486781.18130.python-list@python.org> <925339b3-11e9-45b8-a5bb-e0bdf66fbba5@googlegroups.com> <54c97f06$0$12982$c3e8da3$5496439d@news.astraweb.com> <5c35fafd-85ce-44d6-9573-7dc2061b0a10@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.18480.1423096689.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 02/04/2015 05:19 PM, sohcahtoa82@gmail.com wrote:
> They can take your computer and it doesn't matter if you've got your files on Dropbox.
> 
>> "My dog ate my USB stick."
>>
>> :-)
> 
> I never used a USB stick for school work.
> 
> At this point, I'm probably sounding like a shill for Dropbox, but I'm really not.  I imagine Google Drive offers the same features.  Access to your files from the web, synchronization of local files among computers with access to it, and the ability to retrieve and restore files from previous versions.

In my mind, they are all tools.  And no one tool should be used and
trusted above all others.

Anyone that's programming should be using version control, period.  But
that's not for backup, and backup can and should be used as well as
version control.  Everything I work on I commit to git regularly because
of the utility git gives me.  If I end up trying something that doesn't
pan out, I can retrace my steps (that's what branches are for). I don't
have to dig through two weeks of hourly backups to find out where it was
when I started making a change.  Backup and git serve two complementary
but different purposes.

As well as regularly committing code to Git, I run CrashPlan and on a
regular schedule (hourly perhaps) it copies all changes, committed or
not, and including the git repo itself to the cloud, and also to my
other computer, as well as my parents' computer.  CrashPlan makes this
stuff easy, so there's no reason not have redundancy.  As well, I
semi-regularly run a manual rsync backup to three different USB hard
drives on a rotating backup.

Is this overkill? I don't believe so.  It requires virtually no work on
my part.

I don't see any one cloud service as the best product.  Why not use them
all?  Encrypt if you need to, and sync hourly snapshots to google drive,
drop box, and any other free cloud service.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Re: ANN: unpyc3 - a python bytecode decompiler for Python3 n.poppelier@xs4all.nl - 2015-01-28 10:09 -0800
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Devin Jeanpierre <jeanpierreda@gmail.com> - 2015-01-28 10:42 -0800
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Chris Kaynor <ckaynor@zindagigames.com> - 2015-01-28 10:47 -0800
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Chris Angelico <rosuav@gmail.com> - 2015-01-29 08:40 +1100
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Devin Jeanpierre <jeanpierreda@gmail.com> - 2015-01-28 13:52 -0800
    Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-29 11:34 +1100
      Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Devin Jeanpierre <jeanpierreda@gmail.com> - 2015-01-29 03:30 -0800
      Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Dave Angel <davea@davea.name> - 2015-02-04 18:52 -0500
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Chris Angelico <rosuav@gmail.com> - 2015-01-29 09:02 +1100
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Devin Jeanpierre <jeanpierreda@gmail.com> - 2015-01-28 15:01 -0800
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Chris Kaynor <ckaynor@zindagigames.com> - 2015-01-28 15:12 -0800
    Re: ANN: unpyc3 - a python bytecode decompiler for Python3 sohcahtoa82@gmail.com - 2015-01-28 15:44 -0800
      Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-01-29 11:29 +1100
        Re: ANN: unpyc3 - a python bytecode decompiler for Python3 sohcahtoa82@gmail.com - 2015-02-04 16:19 -0800
          Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Michael Torrie <torriem@gmail.com> - 2015-02-04 17:37 -0700
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-01-29 06:26 +0000
  Re: ANN: unpyc3 - a python bytecode decompiler for Python3 Cem Karan <cfkaran2@gmail.com> - 2015-01-29 04:29 -0500

csiph-web