Live data from Hacker News

Viewing profile — ramnes

ramnes

HN member
Joined
Sun, Aug 03, 2014, 12:02 AM UTC
HN karma
43
Public activity
16 items

About ramnes

No profile information was provided.

Recent public activity

  1. comment
    Comment #48050906

    I mean, yeah, it's just like code. The most secure code is the one that doesn't exist!

  2. comment
    Comment #41497965

    Have been using it in a Go project lately, wonderful library! Ended up with jd after trying a few others that couldn't handle edge cases, such as creating a diff between `[]` and `…

  3. comment
    Comment #27151384

    Go help the folks working on Focalboard!

  4. comment
    Comment #27148440

    I'm writing a Python client right now, 99% copied from their JS implementation, if anyone wants to join the fun! https://github.com/ramnes/notion-sdk-py I hope they will release an…

  5. comment
    Comment #16506737

    Eh, what a fail! That one will work: ramnes@1000mercis.com

  6. comment
    Comment #16500230

    numberly | Software Engineer | Paris, France | FULL-TIME | VISA | ONSITE At numberly, we help our customers collect, analyze and leverage their data across all marketing channels. …

  7. comment
    Comment #16091700

    Yes! It's functools.wraps*, though. :)

  8. comment
    Comment #16091666

    See my comment above. And yes, the preconditions could be written with a lambda, which would be much cleaner than using eval.

  9. comment
    Comment #16091659

    Annotation and registration are indeed common and proper uses of decorators. What I dislike are mostly the inputs 8, 9, 13, 14, and 23 that could give nasty ideas to an inexperienc…

  10. comment
    Comment #16090220

    This notebook should be named "how to abuse decorators". Honestly, there is very little here that you want to use in a real project. I completely agree in that saying "a decorator …

  11. story
  12. comment
    Comment #10211550

    Funny: https://github.com/ramnes/trotter

  13. story
  14. comment
    Comment #9101640

    Awesome!

  15. comment
    Comment #8923310

    Since the goal is a low VM footprint, rather than install a X on the VM, I'd rather use Emacs as my kernel init process and simply use my host web browser when needed.

  16. comment
    Comment #8126535

    > I also see no way this would work for branching. You would have to change all your submodules. `git submodule foreach`