Live data from Hacker News

Viewing profile — julienpalard

julienpalard

HN member
Joined
Sat, Sep 20, 2014, 9:46 PM UTC
HN karma
693
Public activity
65 items

About julienpalard

Python user since 2009, https://hackinscience.org author, helped translating https://docs.python.org in french and helped other languages to land their translations on docs.python.org too.

https://mdk.fr

Recent public activity

  1. story
  2. comment
    Comment #37861381

    Working for Google for free?

  3. comment
    Comment #37853803

    Yes. Decimal time almost happened in France during the revolution, but fixing all the clocks was impossible so people kept their standard clocks, so they kept the old habit...

  4. comment
    Comment #37823328

    My advice in the situation when someone wants to "free RAM": "You bought it, better use it." It always felt strange that people buy lots of RAM but want it to be kept unused...

  5. comment
    Comment #35257841

    Same as: find . / Don't get why there's quoting here.

  6. story
  7. comment
    Comment #34129655

    I like the simplicity of passwordstore. But keepassx* are good too. I'll never trust an online solution, and probably almost never trust a browser extention.

  8. comment
    Comment #33435708

    Which is close-source (or I didn't find it in their github repo).

  9. story
  10. story
  11. comment
    Comment #32880593

    In someone lands here seeking a maintained compiler for Python, there's a lot, on top of my head: - Pythran ( https://pythran.readthedocs.io ) (ahead of time compiler) - mypyc ( ht…

  12. comment
    Comment #32807744

    It's a good habit which ensures pip runs with the same interpreter as your `python` command. One example (but there's many): On Windows a `pip install --upgrade pip` can't work as …

  13. comment
    Comment #32806932

    I don't see the dumpster fire here: $ python -m pip install west That's it, no venv, no sudo. pip will install it in ~/.local/ so you'll need a: PATH="$PATH:$HOME/.local/bin" to ge…

  14. comment
    Comment #32651853

    A deadly virus caused a mass vaccination? We already knew.

  15. comment
    Comment #32608456

    True. There's a demo prooving it: https://wiki.mobian-project.org/doku.php?id=wake-mobile (Tested on my PinePhone on Mobian: it works!)

  16. comment
    Comment #32467006

    Just the built in managers. Other are worse: they do vendor locking for profit.

  17. comment
    Comment #32117116

    Upgrading dependencies is also a way for me to resolve issues, so I don't fight it.

  18. story
  19. comment
    Comment #31185794

    Why you no host? ( https://yunohost.org/ ) ;)

  20. comment
    Comment #31011580

    As the author, I'd add logtop: tail -f /var/log/nginx/access.log | cut -d' ' -f1 | logtop as a live updating replacement for a |sort|uniq -c|sort -gr|head

  21. comment
    Comment #30451166

    man locate

  22. comment
    Comment #30408138

    Just choose one that pleases you / make sense for you. I mean, email is federated, let's use it this nice feature wisely and stop trying to get everybody on the same service. To an…

  23. comment
    Comment #30401125

    I'm using a Pinephone since ~6 month now, and I don't feel the need to turn back, if one anecdote do weight in your stats :D

  24. comment
    Comment #30220091

    This is typically the kind of idea that I don't understand: docstrings are here so the developer can state what *needs* to be stated here (the *not obvious*) the why, the how, the …

  25. comment
    Comment #30177188

    You're not alone :D