Live data from Hacker News

Viewing profile — u02sgb

u02sgb

HN member
Joined
Wed, Aug 07, 2013, 12:10 PM UTC
HN karma
127
Public activity
107 items

About u02sgb

No profile information was provided.

Recent public activity

  1. comment
    Comment #49210150

    We have a hydroelectric dam near us with a salmon leap next to it. Good visitor attraction too. It'll provide power for decades with little maintenance and not much further in the …

  2. comment
    Comment #48537977

    UK announcing they will ban under 16s on Social Media.

  3. story
  4. comment
    Comment #47061713

    The existence of that article surely suggests there is no censorship of the information about his unpopularity?

  5. comment
    Comment #47032400

    There's an excellent Changelog podcast interviewing him which talks about his early career as well.

  6. comment
    Comment #45230301

    Just a point to say leasehold is very rare in Scotland. I remember being told about this when I was looking at places near London and being surprised.

  7. comment
    Comment #45094703

    Think OP is taking about UK bills which are coupled too the cost of gas for historical reasons. Which needs to change in my view too.

  8. comment
    Comment #43203107

    Anyone have suggestions for which other browser is best for power saving? I’ve been using Edge on my Surface as it seemed much better on the battery than Chrome.

  9. comment
    Comment #39566298

    "Europe" is not a homogenous working mass.

  10. comment
    Comment #35106902

    Sounds like a "no true Scotsman" argument

  11. comment
    Comment #34832152

    There are now d-locks that are angle grinder resistant. The reviews I've read suggest they need two cuts to open and each cut uses a full angle grinder disc. As ever, impossible to…

  12. comment
    Comment #34158890

    Not sure why you're being downvoted. Lots of phones show how fast they are charging (charging slowly, fast etc)

  13. comment
    Comment #32935667

    Yes, have used a similar technique of putting the drive in the freezer. Didn't believe it would work, surprised when it did.

  14. comment
    Comment #32840630

    True, but it's up to the client to decide if they are willing to take on the risk.

  15. comment
    Comment #31943700

    Ticks are certainly worse!

  16. comment
    Comment #30425330

    I ski and board. In my opinion boarding was the really popular thing to start a while back. That meant all the newbies that didn't know slope etiquette were doing it. I think that'…

  17. comment
    Comment #29903665

    The method to choose a static IP is pretty iffy too. "add 20 to your laptop's IP". I suppose all of this will work (and likely generate fewer support calls). I really hope the pers…

  18. comment
    Comment #29871794

    They released a patch in December that broke a few things. So stopped rolling it out. Meant to be a fix coming soon.

  19. comment
    Comment #28837239

    I keep them in my Bitwarden vault

  20. comment
    Comment #26735591

    Interesting, what markdown editor do you use on your phone?

  21. comment
    Comment #26722864

    I'm not agreeing with either you or the OP but in answer to your question: Being able to watch reusable space rockets.

  22. comment
    Comment #26722349

    I'd argue that while they can't "do" their own testing, developers should be writing Unit tests that prevent their code from being broken in future. They should also be writing tes…

  23. comment
    Comment #26618646

    I found Surface Detail and The Hydrogen Sonata an excellent return to form. Maybe give them a try if you haven't already.

  24. comment
    Comment #26613416

    I didn't like Inversions the first time I read it either but re-read all the Culture books, in order, after Banks died and enjoyed that. I think I was expecting it to be very Cultu…

  25. comment
    Comment #26578427

    I would argue that Javascript is a hybrid of pass by reference because of the case below though. function someFunc(v) { v.myvar = 456; v = someOtherObject; } var foo = someObject; …