Viewing profile — julienpalard
julienpalard
HN member- Joined
- Sat, Sep 20, 2014, 9:46 PM UTC
- HN karma
- 693
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About julienpalard
https://mdk.fr
Recent public activity
- story
-
comment
Comment #37861381
Working for Google for free?
-
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...
-
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...
-
comment
Comment #35257841
Same as: find . / Don't get why there's quoting here.
- story
-
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.
-
comment
Comment #33435708
Which is close-source (or I didn't find it in their github repo).
- story
- story
-
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…
-
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 …
-
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…
-
comment
Comment #32651853
A deadly virus caused a mass vaccination? We already knew.
-
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!)
-
comment
Comment #32467006
Just the built in managers. Other are worse: they do vendor locking for profit.
-
comment
Comment #32117116
Upgrading dependencies is also a way for me to resolve issues, so I don't fight it.
- story
-
comment
Comment #31185794
Why you no host? ( https://yunohost.org/ ) ;)
-
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
-
comment
Comment #30451166
man locate
-
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…
-
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
-
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 …
-
comment
Comment #30177188
You're not alone :D