Viewing profile — va1en0k
va1en0k
HN member- Joined
- Sat, Oct 23, 2010, 10:58 PM UTC
- HN karma
- 404
- Public activity
- 99 items
- HN profile
- View on Hacker News ↗
About va1en0k
No profile information was provided.
Recent public activity
-
comment
Comment #26750330
It'd be probably easy to guess which communities I mean, but I'd rather not name names myself and hope someone supports me with a datapoint to offset my personal paranoia. Lately I…
-
comment
Comment #26749296
Nix is slowly becoming a major point of contention. In some communities, it’s already scary to even hint that one dislikes it.
-
comment
Comment #25417316
looking forward to reading the postmortem
- story
- comment
-
comment
Comment #5749908
I really like Facebook's codemod.py for stuff like that: https://github.com/facebook/codemod It has something like automatic and manual modes, so you can check (and fix) every diff…
-
comment
Comment #5430214
You should try https://uploadcare.com/
- story
-
comment
Comment #4790899
Wow, thank you! We were wondering if it does the job :)
-
comment
Comment #4790099
For now, it can be only a separate table. In the future, of course, there're going to be buckets and everything, stay tuned! If you have some specific ideas about this in mind, my …
-
comment
Comment #4790066
Hey, Yes, we're working on it! :-)
-
comment
Comment #4790011
And, of course, you can use multiple different dj.FileFields for that in one model, if you need only a limited number of images.
-
comment
Comment #4789991
Ha-ha, I'm on it.
-
comment
Comment #4789648
Hi! We're working on several things you can do to avoid having a separate table, make sure to be in touch :-) Please continue to provide feedback, it's very valuable to us, thank y…
-
comment
Comment #4789587
Hi! Thank you, this was our goal (not to be similar with filepicker.io, but to have a clean, straightforward way to handle files). :-)
-
comment
Comment #4789392
please try again... we weren't ready for the prime time probably :-) works for us now
-
comment
Comment #4310144
Yeah. I'll edit my post to add your points, but I can't do it right now
-
comment
Comment #4310084
Why the hell is that advanced? Nice to know, though. Thanks!
-
comment
Comment #4310061
Well, having to use hacks for that is just plain wrong. I think we can consider this as bugs in these mainstream languages. Probably you could file them?
-
comment
Comment #4310060
You can use nginx as a proxy on your side for any APIs. Just proxy_pass it to the API, and listen only on the local side. It can provide caching and other stuff that way.
-
comment
Comment #4310055
I'd actually recommend just get the exact certificates you're going to work with. For example, if I'm using GitHub's API, it makes sense not to check all the chain, but just keep t…
-
comment
Comment #4310033
yep however, encrypted connection without this checks allows, for example, Man-In-The-Middle attack
-
comment
Comment #4310024
many servers are deployed using Linux which doesn't have any cert manager (see citation in the blog)
-
comment
Comment #4309999
Exactly. Security is something that should just work - arguably, the first thing with such requirement. Even though it simply can't just work in many cases, it should be as close t…
-
comment
Comment #4309969
better than /etc/hosts approach, yeah