Live data from Hacker News

Viewing profile — livre

livre

HN member
Joined
Fri, Apr 10, 2020, 7:26 PM UTC
HN karma
470
Public activity
206 items

About livre

No profile information was provided.

Recent public activity

  1. comment
    Comment #35446124

    > I don't use assembly daily, how well does this work across different instruction sets? This particular macroassembler is for .NET CIL ( https://en.wikipedia.org/wiki/Common_Inter…

  2. comment
    Comment #34802213

    Nobody here has addressed the actual issue of Blockchain in a cashless society. You need internet for using crypto, your internet company accepts only legal currency (card, cash, e…

  3. comment
    Comment #34541452

    I've worked for close to a decade with Django's ORM and recently with TypeORM, both have been simple to use and generally (minus some weird things I tried to do) a pleasure. I rece…

  4. comment
    Comment #34042251

    That's a shame, never happened to me, have you tried changing it to an include or adding a wildcard at the end? The project has been active for a very long time, I've been using it…

  5. comment
    Comment #34040098

    Try to not recommend Tampermonkey, it is closed source, slow, bloated and a bit sketchy, uses Google Analytics and right now the privacy policy link in their website isn't working …

  6. comment
    Comment #33390322

    I've been running AdGuardHome for years, almost since it came out. I prefer keeping it up to date manually after reading the release notes and known issues (by visiting the config …

  7. comment
    Comment #33362704

    Yes, Mozilla is keeping the whole functionality. You can MITM yourself but then you'll be lowering your own security and your proxy will have to do its own certificate validation b…

  8. comment
    Comment #33358669

    Let's say you load https://example.com/video and that page loads https://example.com/ads.js in the background. What DNS adblockers like PiHole see is only a request for the domain …

  9. comment
    Comment #28613079

    I agree with this, I've been using Django for more than a couple of years. The built-in admin interface is a blessing, the ORM is good enough and unless you are handling very huge …

  10. comment
    Comment #28355767

    > Block reason: Access from your Country was disabled by the administrator. Thanks for that mirror, I occasionally use the lynx web browser that is also hosted there and being bloc…

  11. comment
    Comment #27966428

    That's pretty much the answer I expected but I had to ask anyway. Thanks.

  12. comment
    Comment #27966032

    Any plans on porting it to more mainstream phones? It seems to be aiming for "first-world phones" at the moment which is nice since they are more open and you don't have to worry (…

  13. comment
    Comment #27400866

    > It spawns an isolated process. Javascript as a language and its runtime cannot support threads. To do "threads" they basically initialise a new instance of JS runtime. Sometimes …

  14. comment
    Comment #27399115

    I'm not sure I get your point. It's more or less what I said, it isn't using real OS threads but it is doing something similar to green threads. It isn't true multithreading in the…

  15. comment
    Comment #27393816

    If you mean multithreaded as running separate OS threads I've got to agree with you but the definition of thread isn't limited to just that. I don't know about the internals of web…

  16. comment
    Comment #27390373

    Saying that JavaScript is single threaded isn't accurate anymore. Even the article we just read mentions that you can run multiple threads with WebWorkers. The problem with JavaScr…

  17. comment
    Comment #27369614

    This seems like the same problem with have with RAM requirements, we have more resolution and RAM than we used to have in the past so developers and designers waste more of it beca…

  18. comment
    Comment #27345015

    >Why can't governments make tracking illegal? Why would they? These companies are collecting the data the government wants, it's a free service for the government and they only hav…

  19. comment
    Comment #27325246

    I prefer it to be intuitive rather than save half a second pressing keys (and then lose it because I forget which one goes up and which down). It would be better to have both ways …

  20. comment
    Comment #27320526

    > With tmux the leader key (default ^b) followed by '?' I used to know that, thanks, but you aren't the first person to point that to me and won't be the last. My memory is really …

  21. comment
    Comment #27319123

    It has the keyboard shortcuts right there on the screen so you don't have to remember them. This is very useful for people like me who can never learn them no matter how many years…

  22. comment
    Comment #27309416

    The XHR contains the URL: xmlHttpRequest.open("GET", ' https://statcdn.net/app/?id=8438fce9-6d9a-45c4-ba2c-e643c129... ', true); Since opening that URL directly in the browser didn…

  23. comment
    Comment #27309098

    >This makes me wonder if maybe the dev didn’t do it on purpose. I doubt this since the code is stolen from this Firefox and Chrome extension https://github.com/tom-james-watson/old…

  24. comment
    Comment #27308617

    Yes, the Edge version isn't official. The GitHub repository only supports Firefox and Chrome: https://github.com/tom-james-watson/old-reddit-redirect

  25. comment
    Comment #27308554

    I can't edit the original comment anymore, I posted it in a rush and didn't have time to check the script contents. The loaded script also loads a script called "firebase.js" from …