Live data from Hacker News

Viewing profile — windowsworkstoo

windowsworkstoo

HN member
Joined
Mon, Dec 23, 2013, 4:41 AM UTC
HN karma
286
Public activity
185 items

About windowsworkstoo

No profile information was provided.

Recent public activity

  1. comment
    Comment #45632589

    1000% correct. the second you look in the mirror and you're happy with what you see, baby, you just lost the battle.

  2. comment
    Comment #44764841

    The amount of ideas Karl had that have since come to fruition is quite remarkable

  3. comment
    Comment #44394749

    Agree, when MS moved their office file formats to xml, I made plenty of money building extremely customizable templating engines all based on a very small amount of XSLT - it worke…

  4. comment
    Comment #43298345

    Probably the only improvements I can think is running the runner as a gMSA and applying the relevant ACL's to that, so you can avoid needing to supply creds. Otherwise, on our flee…

  5. comment
    Comment #41874372

    This is just to make it an IdP initiated flow (instead of a SP initiated flow) and its to prevent the extra hop back and forwards between Okta/IdP and the application.

  6. comment
    Comment #38485270

    Very well said - even with open source there seems to be a general lack of willingness to actually read code, let alone crack open the disassembler or attach a debugger - the skill…

  7. comment
    Comment #38400538

    In AU, even for aerial powerlines, we run our own mix of fibre and radio comms between zone subs and stuff like ACR's... in fact I dont think any of the transmission or distributio…

  8. comment
    Comment #37994031

    Yah, this is why third party risk management is a thing. When I ran sec training, I always hammered home the point that a third party security issue is your issue. Now, sure, techn…

  9. comment
    Comment #37193704

    Global namespace shared resources, regional namespace shared resources, then each app provisions its own bit, consuming/linking the two aforementioned layers. Everyone gets here ev…

  10. comment
    Comment #36941975

    No, this is the new trend, browser isolation - see Island Browser for example

  11. comment
    Comment #36533227

    bowling is fucken weird..I was a junior almost pro bowler and I know Belmo, being around the same age, coming up at the same time and in the same area as him…he’s a freak in the be…

  12. comment
    Comment #36066617

    The amount of ideas that Karl had which came to reality, that Steve and Ricky dismissed as mental is what keeps me listening to Youtube compilations of their show to this very day …

  13. comment
    Comment #34304219

    Microsoft have this for DFS-R and the spec is open https://learn.microsoft.com/en-us/openspecs/windows_protocol... - its pretty straight forward to implement.

  14. comment
    Comment #33238759

    There are API’s, just not public ones - only available under commercial agreement

  15. comment
    Comment #33198150

    Yah, that's the OAuth Client Credentials flow but as noted, you still have a static set of creds that are required to generate the short lived access token. Besides being useful fo…

  16. comment
    Comment #32969237

    To answer the why plain text, the feature this talks about is the Okta Secure Web App - basically if an app cant do proper SSO you can set it up as SWA which just acts like a passw…

  17. comment
    Comment #32893453

    Yes, Google and most major search engines enable a RDNS lookup to validate they are really a googlebot

  18. comment
    Comment #32365909

    Yep, underrated advice. Run it, read the code, fiddle some bits and make sure what you fiddled matches your mental model. Honestly, learning to read code and execute it in your hea…

  19. comment
    Comment #31270380

    Heh your bit about Github resonates. I hire plenty of devs and the whole "make sure you have a GH body of work" has become such a meme that when people do include it on their CV, i…

  20. comment
    Comment #31037984

    Don’t know your exact specs or the premium you pay over consumer level but I buy/install commercial display panels and when I need a new TV or such, I just grab one of them. No ext…

  21. comment
    Comment #30950851

    Yeh this is bang on - I find that type of person tends to say they know something, where in fact they know the name of something and thats’s about it - there’s nothing below the su…

  22. comment
    Comment #29960287

    That's a pigment company...

  23. comment
    Comment #29345555

    Yep we do this, works good - you can either trigger a server refresh from SNS (AWS notifies you of certain AMI updates) or we just rebuild our underlying fleet each week with the m…

  24. comment
    Comment #29294727

    It’s not really, ask all us audax riders. it’s surprising to think that 250km in a day was so life changing when I/we do 1200km in 3 days regularly and at a leisurely pace

  25. comment
    Comment #29009864

    Yes (sort of). This is just a bunch of triggers that populate audit tables. In Mongo you'd use change streams ( https://docs.mongodb.com/manual/changeStreams/ ) which are based off…