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


Groups > comp.lang.python > #85239

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

Date 2015-02-04 18:52 -0500
From Dave Angel <davea@davea.name>
Subject Re: ANN: unpyc3 - a python bytecode decompiler for Python3
References (2 earlier) <CABicbJKNs7uAWVBUSX6BV3OQJKJ5zTvmfOxHAucsH=VNJ5CfXw@mail.gmail.com> <CALvWhxuLSx-x8uMYTQyX5iHNpz38M7uOq+qTiibYrTmgmR33Sw@mail.gmail.com> <CAPTjJmqu9TqFK4uQaw+s-cuTMaJoatXRQ7iLsTch9aNDUfjnWw@mail.gmail.com> <mailman.18244.1422481989.18130.python-list@python.org> <54c98027$0$12982$c3e8da3$5496439d@news.astraweb.com>
Newsgroups comp.lang.python
Message-ID <mailman.18479.1423093970.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 01/28/2015 07:34 PM, Steven D'Aprano wrote:
> Devin Jeanpierre wrote:
>
>> On Wed, Jan 28, 2015 at 1:40 PM, Chris Angelico <rosuav@gmail.com> wrote:
>>> On Thu, Jan 29, 2015 at 5:47 AM, Chris Kaynor <ckaynor@zindagigames.com>
>>> wrote:
>>>> I use Google Drive for it for all the stuff I do at home, and use SVN
>>>> for all my personal projects, with the SVN depots also in Drive. The
>>>> combination works well for me, I can transfer between my desktop and
>>>> laptop freely, and have full revision history for debugging issues.
>>>
>>> I just do everything in git, no need for either Drive or something as
>>> old as SVN. Much easier. :)
>>
>> Git doesn't help if you lose your files in between commits,
>
> Sure it does? You just lose the changes made since the previous commit, but
> that's no different from restoring from backup. The restored file is only
> as up to date as the last time a backup was taken.
>
>
>> or if you
>> lose the entire directory between pushes.
>
> Then restore from wherever you are pushing to.
>
> But as Devin says, any backup strategy that requires the user to make a
> backup is untrustworthy. I'm hoping that the next generation of DVCSs will
> support continuous commits, the next generation of editors support
> continuous saves, and the only time you need interact with the editor
> (apart from, you know, actual editing) is to tell it "start a new branch
> now".

In emacs, bnd the git add, git commit to Ctrl-x - s, and saving also 
means committing.

My backup system uses MD5's to decide which files need backing up, so 
theoretically it shouldn't cost too much to backup the git archives once 
daily.  It's all still under development, however.  (I've been offline 
for two weeks, developing and running the backup system, and preparing 
for a complete reinstall of a corrupted system)



-- 
DaveA

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