Live data from Hacker News

Viewing profile — va1en0k

va1en0k

HN member
Joined
Sat, Oct 23, 2010, 10:58 PM UTC
HN karma
404
Public activity
99 items

About va1en0k

No profile information was provided.

Recent public activity

  1. 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…

  2. 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.

  3. comment
    Comment #25417316

    looking forward to reading the postmortem

  4. story
  5. comment
  6. 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…

  7. comment
    Comment #5430214

    You should try https://uploadcare.com/

  8. story
  9. comment
    Comment #4790899

    Wow, thank you! We were wondering if it does the job :)

  10. 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 …

  11. comment
    Comment #4790066

    Hey, Yes, we're working on it! :-)

  12. 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.

  13. comment
    Comment #4789991

    Ha-ha, I'm on it.

  14. 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…

  15. 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). :-)

  16. comment
    Comment #4789392

    please try again... we weren't ready for the prime time probably :-) works for us now

  17. comment
    Comment #4310144

    Yeah. I'll edit my post to add your points, but I can't do it right now

  18. comment
    Comment #4310084

    Why the hell is that advanced? Nice to know, though. Thanks!

  19. 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?

  20. 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.

  21. 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…

  22. comment
    Comment #4310033

    yep however, encrypted connection without this checks allows, for example, Man-In-The-Middle attack

  23. comment
    Comment #4310024

    many servers are deployed using Linux which doesn't have any cert manager (see citation in the blog)

  24. 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…

  25. comment
    Comment #4309969

    better than /etc/hosts approach, yeah