HN user

gokce

17 karma
Posts7
Comments13
View on HN

It seems like a neat idea however I have encountered some problems.

- I can't install it with `pip` instead of `easy_install`. It would be nice to support this as well.

    $ sudo pip install frida
    [sudo] password for ***: 
    Downloading/unpacking frida
      Could not find any downloads that satisfy the requirement frida
    No distributions at all found for frida
    Storing complete log in /home/***/.pip/pip.log
- After installing with `easy_install` I now have problems with running a simple example:
    $ frida-trace -i 'recv*' ls
    Failed to attach: libffi.so.5: cannot open shared object file: No such file or directory
    Traceback (most recent call last):
      File "/usr/local/bin/frida-trace", line 9, in <module>
        load_entry_point('frida==1.0.5', 'console_scripts', 'frida-trace')()
      File "/usr/local/lib/python2.7/dist-packages/frida-1.0.5-py2.7-linux-x86_64.egg/frida/tracer.py", line 525, in main
        frida.shutdown()
      File "/usr/local/lib/python2.7/dist-packages/frida-1.0.5-py2.7-linux-x86_64.egg/frida/__init__.py", line 13, in shutdown
        get_device_manager()._manager.close()
      File "/usr/local/lib/python2.7/dist-packages/frida-1.0.5-py2.7-linux-x86_64.egg/frida/__init__.py", line 22, in get_device_manager
        import _frida
    ImportError: libffi.so.5: cannot open shared object file: No such file or directory
- `View on Github` links to the organization page and I'm not sure where to submit these issues. (frida-core? frida-python? frida-tracer?)

I got this in `/usr/local/share/doc/ranger/examples/vim_file_chooser.vim`.

    " Compatible with ranger 1.4.2 through 1.6.*
    "
    " Add ranger as a file chooser in vim
    "
    " If you add this function and the key binding to the .vimrc, ranger can be
    " started using the keybinding ",r".  Once you select a file by pressing
    " enter, ranger will quit again and vim will open the selected file.

    fun! RangerChooser()
        exec "silent !ranger --choosefile=/tmp/chosenfile " . expand("%:p:h")
        if filereadable('/tmp/chosenfile')
            exec 'edit ' . system('cat /tmp/chosenfile')
            call system('rm /tmp/chosenfile')
        endif
        redraw!
    endfun
    map ,r :call RangerChooser()<CR>

They should have made a timelapse video out of it, it would be much better than tormenting my mouse wheel.

hmmm, so every new digit is the coefficient of the next power?

(i.e. (x+1) = 1x^1 + 1x^0 => 1:1)

it makes sense, haven't thought about it..

Ok so I understand there is already a discussion going on there (to be honest I don't quite understand this parent thread thing in HN). Let's keep the discussion there and in the meantime this site offers some photographic evidence about the events.

Because it's not about those parties, members of those parties don't participate with their political identities but only as a general public.

You wake up at 3am one day with people applauding and playing their cooking pots. You turn on TV but not a single channel has something to say about it. Later on you start crying in your house because of some pepper spray, still nothing but lolcatz in the news.

Next day it's not feasible to hide anything anymore as even the foreign media have it in the top news. Local media starts giving news days after without an excuse or explanation and the first thing they focus is some false news in social media, our only information source.

To top that, Mr. Erdogan is still acting as nothing happened, stating that they are not taking a step backward, going on his ""pre-scheduled"" foreign trips. He still talks about the election results with proud and refers electors as 'we' or 'them', needless to say, democracy I have in mind doesn't have politicians distinguishing their people.

I wish you were here my friend to see it for yourself..

since dropbox files are also stored locally it is possible that the files are still on your harddisk somewhere but unlinked. if that's the case I suggest you turn off your computer right away and see a professional.