Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ramnes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
ramnes
4mo ago
I mean, yeah, it's just like code. The most secure code is the one that doesn't exist!
2.
▲
by
ramnes
2y ago
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 `{}`. Love the diff format as well.
3.
▲
by
ramnes
5y ago
Go help the folks working on Focalboard!
4.
▲
by
ramnes
5y ago
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 OpenAPI specification file soon
5.
▲
by
ramnes
9y ago
Eh, what a fail! That one will work: ramnes@1000mercis.com
6.
▲
by
ramnes
9y ago
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. To do this, we are more than 100 engineers (a quarter of num
7.
▲
by
ramnes
9y ago
Yes! It's functools.wraps*, though. :)
8.
▲
by
ramnes
9y ago
See my comment above. And yes, the preconditions could be written with a lambda, which would be much cleaner than using eval.
9.
▲
by
ramnes
9y ago
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 inexperienced developer, while a more experienced developer wouldn'
10.
▲
by
ramnes
9y ago
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 is a function that takes a function and retur
11.
▲
by
ramnes
11y ago
Funny: https://github.com/ramnes/trotter
12.
▲
“What could I code today?”, the random coding subject generator
(wcict.herokuapp.com)
1 points
by
ramnes
12y ago
|
0 comments
13.
▲
by
ramnes
12y ago
Awesome!
14.
▲
by
ramnes
12y ago
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.
15.
▲
by
ramnes
12y ago
> I also see no way this would work for branching. You would have to change all your submodules. `git submodule foreach`