Live data from Hacker News

Viewing profile — ninjaoxygen

ninjaoxygen

HN member
Joined
Wed, Jan 29, 2014, 11:06 AM UTC
HN karma
146
Public activity
49 items

About ninjaoxygen

No profile information was provided.

Recent public activity

  1. comment
    Comment #48142500

    At one point it was definitely not so deep... carriers were literally looking at the IP TTL and seeing whether it was a recognised value from the phone or a few hops less than one …

  2. comment
    Comment #48044858

    Great to see you posting on HN! I still remember making the decision to replace Crunchy Data PGO. CNPG was newer and smaller at the time, so maybe riskier, but seeing the way your …

  3. comment
    Comment #48044621

    Totally agree with you there, as much as I love to hate non-transferability, revokable licenses, permanent VAC bans on accounts that got hacked, I still find Steam the most conveni…

  4. comment
    Comment #47987464

    We use Barman inside Kubernetes via CloudNativePG's plugin, as it is the default backup plugin. Barman has always been solid for backup and restore, however configuring backup in C…

  5. comment
    Comment #47702645

    I remember switching from Win95 to NT4.0 just to be able to use SoftICE properly under Windows without all the stability problems, it was an incredible time! SoftICE felt like abso…

  6. comment
    Comment #47114010

    Did you use SELECT FOR UPDATE at all, or just never had to update dependent data? If the complex operations are implemented using stored functions / procedures then the a transacti…

  7. comment
    Comment #46542110

    Respect to Bose for taking a better stance on this. I still remember Sonos implementing "Recycle Mode" that they thankfully backtracked on.

  8. comment
    Comment #45592074

    Yes, you're right, the last sentence is definitely a mistake on my part, I should have written less! Thanks for the links, paulirwin's sibling response is helpful too. We had code …

  9. comment
    Comment #45591974

    Yes, you are right, if you are on 5.0+, however the 4.x stuff is definitely out of support. Sorry, I did not know they had actually brought non-Core ASP.NET forward into 5.0+, but …

  10. comment
    Comment #45591779

    There is no .NET Core or .NET Framework since .NET 5.0 in 2020. Maybe you mean ASP.NET Core, but then there is no ASP.NET Framework so the comment still does not make sense to me. …

  11. comment
    Comment #44507932

    Ignoring CR is often how two systems end up parsing the same file differently, one as two lines the other as a single line. If the format is not sensitive to additional empty lines…

  12. comment
    Comment #44364774

    At the very least Windows Update can offer you two versions, a stable version of the driver and a newer but potentially less stable version through the "Optional Driver Updates" pa…

  13. comment
    Comment #44288826

    True, it has never been in an HTML standard, however it was definitely a documented part of early HTML. The blink element was in Netscape Navigator's HTML dialect in 1993/94, when …

  14. comment
    Comment #42531209

    The act of turning AIS off can attract unwanted attention (higher resolution local satellite monitoring), less likely if you are entering waters where piracy is common and many ves…

  15. comment
    Comment #40717363

    It may be an unpopular opinion, but I suspect treating juveniles with kid gloves all the time and the popularization of the view that they are entitled not be exposed to anything t…

  16. comment
    Comment #36387472

    As a user of Keycloak on a production project, I'm a little sad there is currently no support for opaque tokens. Sure, you can treat the access token as an opaque token... but at t…

  17. comment
    Comment #33653206

    gpg supports using public / private keypairs to encrypt any amount of data you like. I use it for uni-directional backups from machines where trust is an issue. Or is the reality o…

  18. comment
    Comment #33343102

    Funnily enough based off Lenovo's reputation for their higher end laptops, in April I bought a Lenovo X1 Carbon Gen10, pretty much as they came out. The machine is a nightmare, and…

  19. comment
    Comment #33065767

    If you want to use it, the firmware will need to be updated, and therefore quickly no longer vulnerable once Sony patches it. If you wait until later, the units in the shops will a…

  20. comment
    Comment #32109998

    I remember having NT3.51 and NT4.0 checked build CDs from MSDN. I think they also came with full symbol definitions, it was an absolute treasure-trove of information about the OS.

  21. comment
    Comment #30518165

    What scares the hell out of me, it would be so easy to backdoor an implementation of the open core in a well-hidden way. Whereas the "big" CPU providers are staking their reputatio…

  22. comment
    Comment #30482348

    My only annoyance with GitLab on that front is the lack of tags for "14.8-ce" to enable use of watchtower to keep the minor/security patch up to date, like we have on other images.…

  23. comment
    Comment #29564285

    I will be interested to see how HTTP/3 fares on Virgin in the UK. I believe the Superhub 3 and Superhub 4 have UDP offload issues, so it's all dealt with by the CPU, meaning throug…

  24. comment
    Comment #28499679

    Out of interest, do you have Kubernetes enabled in Docker for Desktop? I had regular problems very like yours, then one day it just stopped happening, suddenly WSL2 Docker Desktop …

  25. comment
    Comment #28011401

    We also remained on Yarn 1 because developing packages using the workspaces feature is really nice. We did make an attempt at moving to Yarn 2, it did not work out well. At that ti…