Live data from Hacker News

Viewing profile — wkd

wkd

HN member
Joined
Fri, Mar 18, 2016, 8:01 AM UTC
HN karma
78
Public activity
18 items

About wkd

No profile information was provided.

Recent public activity

  1. comment
    Comment #15999730

    Bad link, remove the trailing slash

  2. comment
  3. comment
    Comment #15605762

    I've used apistar quite extensively in two different projects (one launched) and so far I like it. One disadvantage is you can't use wsgi middleware, but after rewriting our middle…

  4. comment
    Comment #15097754

    We use different files for "soft" requirements, dev/test requirements, and a freeze.txt containing all production requirements and then we default to installing from freeze.txt but…

  5. comment
    Comment #14350602

    > Encrypt all data at rest in the database This is funny, I've actually inherited a project where the original developer had this idea, he used the same function to encrypt everyth…

  6. comment
    Comment #13695181

    At home I use Dropbox for some files and Resilio Sync for others At work we make heavy use of version controlled configuration management where we can recreate any machine from jus…

  7. comment
    Comment #13584866

    While I agree with you I'd like to caution some users about rushing into dockerising everything in their production environment. If your environment setup is not repeatable and you…

  8. comment
    Comment #13545556

    This, it depends more on the product and the requirements. I've worked in companies that are just a few employees and are running databases larger than this. I've also worked for a…

  9. comment
    Comment #13492489

    Completely agree, for example chrome has been observed flushing full state data to disk at regular intervals even with no changes since 2010[1] which is eating battery and SSD life…

  10. comment
    Comment #13381960

    I don't understand why some developers insists on using semver and not follow the spec, in my opinion that is the only 'problem' with semver. If you need a version and don't care a…

  11. comment
    Comment #13355884

    I tried it a little bit 2 years ago. My experience was pretty much: 1) Encounter unexpected behaviour with standard features 2) Ask irc for help 3) Response: shrug must be a compil…

  12. comment
    Comment #13114257

    It's part of their principles [1], it's not for everyone but it doesn't need to be, there's enough distros available that tries to appeal to everyone. 1: https://wiki.archlinux.org…

  13. comment
    Comment #12700086

    I just want to say that it's likely not the amount of plugins it's the weight each have, likely you have a few heavy ones causing your boot to be slow. I use ~20 plugins and startu…

  14. comment
    Comment #12651820

    HTML5 media is quite a can of worms, I remember reading the return types of HTMLMediaElement.canPlayType() [1] which is ['probably', 'maybe', ''] for the first time thinking it's a…

  15. comment
    Comment #12592401

    What advice I give in terms of computer security I see more like being sanitary similar to washing your hands, it will not make you free of germs but it will greatly reduce the cha…

  16. comment
    Comment #12478726

    "Despite reporting the problem to the author on Friday, and following up the report via Twitter this has not yet been fixed, but after four days I assume I'm not alone in spotting …

  17. comment
    Comment #12460409

    I'm struggling to see which VCS you deem superior, I'm assuming you are not referring to SVN, Mercurial maybe? The learning curve to git is not great but as far as I know nobody ha…

  18. comment
    Comment #12385045

    I use tig ( https://github.com/jonas/tig ) because it doesn't require me to leave the terminal and I find it does everything I need from a git UI without getting in the way