Live data from Hacker News

Viewing profile — rnnr

rnnr

HN member
Joined
Wed, Oct 30, 2013, 12:47 AM UTC
HN karma
105
Public activity
72 items

About rnnr

No profile information was provided.

Recent public activity

  1. comment
    Comment #49066216

    US's DoJ fined Microsoft for bundling a web browser into its own OS. EU is the apprentice.

  2. comment
    Comment #38616257

    ffmpeg and x265 allow you to do this too. frame-threads=1 will use 1 thread per frame addressing the issue OP mentioned, without big perf penalty, in contrary to 'pools' switch whi…

  3. comment
    Comment #35428260

    Memory mapped files also known as sections in VMS/NT have just two advantages: * Fewer context switches among user space / kernel syscalls * No need to copy _modified_ data into th…

  4. comment
  5. comment
    Comment #32356377

    If you want the old stricter Google behavior be sure to check the "Verbatim" option under 'tools', or add "&tbs=li:1" to your uri. Around 2008 Google started testing a new search e…

  6. comment
    Comment #23347017

    Ultimately this 'frustration' is always caused by loose typing/inexistent data model and not by the iterability of strings itself.

  7. comment
    Comment #19588279

    Agreed. A good tip for this is to try to find the earliest version/commit of the project you are interested into.

  8. comment
    Comment #18833309

    it's subjective of course, but I find context manager decorators very pythonic, I still remember the 'whoa! that's beautiful' moment when I 1st learned about them. But most importa…

  9. comment
    Comment #18640646

    So selling your hair is a problem too? Surrogate mothers? Do you even think that a poor person has the same quality of healthcare as a rich person has? All these bans just showcase…

  10. comment
    Comment #18463668

    It's wet :) (under water surface) The claim of the article that mount Everest is the tallest point from the earth's center happens because earth's surface, relative to its size, is…

  11. comment
    Comment #17165793

    And who is going to stop them, when even multi-million companies just shallow the pill(like GDPR) and even try to market it positively that they are gonna adopt it first.

  12. comment
    Comment #17100052

    So how do they know if the response with the data a user requests, are all we've got about them, and if indeed where stored the proper way?

  13. comment
    Comment #17099839

    Plus it gives easy access to the government to peek at your data without any significant clause. Your data are theirs too now.

  14. comment
    Comment #16910135

    he probably haven't heard the term "Revolving door". Simple study of antitrust policies would reveal him that this is the case. https://en.wikipedia.org/wiki/Revolving_door_(politi…

  15. comment
    Comment #16657316

    they still pick the opinions they publish.

  16. comment
    Comment #16515895

    but... i think you can attach it to an existing chrome with remote debugging enabled, so not that big a deal!

  17. comment
    Comment #14615104

    The irony here is that this kind of styling used in this devtools example(hovering over one element, highlighting another), cannot be done by css itself.

  18. comment
    Comment #14288013

    A fun book I recommend is the 'Invisible Hook' by Leeson. Excellent as a summer book, a Libertarian view on the subject with good info on pirates even if you don't agree with the a…

  19. comment
    Comment #12987481

    I know, you could also just put {} around quotation marks and would work. My and parent's point was that it will probably flood MS's support channels, if you just force every cmd u…

  20. comment
    Comment #12987080

    Agreed. I like PS too but forcing it breaks a lot of staff, you cant use it interchangeably, eg 2 quickies: -bcdedit /c {xxxx-xxx-xxx-xxx} (= {..} is parsed as a code block) -invok…

  21. comment
    Comment #12968136

    here's a youtube live link: https://www.youtube.com/watch?v=rUUd4S3FBrQ

  22. comment
    Comment #12937557

    If I am not terribly mistaken, WinJS has been declared obsolete by MS themselves. So Fabric is your new bet if you 're willing to take one ;)

  23. comment
    Comment #12630669

    Not in Azure SQL

  24. comment
    Comment #12630597

    Also, isn't AWS billing per utilization/hour? For small projects this means it is many times cheaper than Azure. Azure is more focused to enterprises than to individual devs.

  25. comment
    Comment #12620155

    From the point of view of a frontend dev front, things aren't much different: security guy: You accumulate lots of experience over the years, where most errors happen, common culpr…