Viewing profile — ramnes
ramnes
HN member- Joined
- Sun, Aug 03, 2014, 12:02 AM UTC
- HN karma
- 43
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About ramnes
No profile information was provided.
Recent public activity
-
comment
Comment #48050906
I mean, yeah, it's just like code. The most secure code is the one that doesn't exist!
-
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 `…
-
comment
Comment #27151384
Go help the folks working on Focalboard!
-
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…
-
comment
Comment #16506737
Eh, what a fail! That one will work: ramnes@1000mercis.com
-
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. …
-
comment
Comment #16091700
Yes! It's functools.wraps*, though. :)
-
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.
-
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…
-
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 …
- story
-
comment
Comment #10211550
Funny: https://github.com/ramnes/trotter
- story
-
comment
Comment #9101640
Awesome!
-
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.
-
comment
Comment #8126535
> I also see no way this would work for branching. You would have to change all your submodules. `git submodule foreach`