Viewing profile — u02sgb
u02sgb
HN member- Joined
- Wed, Aug 07, 2013, 12:10 PM UTC
- HN karma
- 127
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About u02sgb
No profile information was provided.
Recent public activity
-
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 …
-
comment
Comment #48537977
UK announcing they will ban under 16s on Social Media.
- story
-
comment
Comment #47061713
The existence of that article surely suggests there is no censorship of the information about his unpopularity?
-
comment
Comment #47032400
There's an excellent Changelog podcast interviewing him which talks about his early career as well.
-
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.
-
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.
-
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.
-
comment
Comment #39566298
"Europe" is not a homogenous working mass.
-
comment
Comment #35106902
Sounds like a "no true Scotsman" argument
-
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…
-
comment
Comment #34158890
Not sure why you're being downvoted. Lots of phones show how fast they are charging (charging slowly, fast etc)
-
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.
-
comment
Comment #32840630
True, but it's up to the client to decide if they are willing to take on the risk.
-
comment
Comment #31943700
Ticks are certainly worse!
-
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'…
-
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…
-
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.
-
comment
Comment #28837239
I keep them in my Bitwarden vault
-
comment
Comment #26735591
Interesting, what markdown editor do you use on your phone?
-
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.
-
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…
-
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.
-
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…
-
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; …