Live data from Hacker News

Viewing profile — throwaway_391

throwaway_391

HN member
Joined
Mon, Jan 21, 2019, 8:30 AM UTC
HN karma
95
Public activity
29 items

About throwaway_391

No profile information was provided.

Recent public activity

  1. comment
    Comment #20834620

    I had a really awesome boss who probably overshared about stuff like this but a lot of it also comes with general distrust in the business world. People are out to make a buck and …

  2. comment
    Comment #20827041

    Do you use an external monitor? That's the most important part of the setup, IMO. I said two monitors but what I mean is one for each location - many people I know seem to prefer t…

  3. comment
    Comment #20825951

    Thanks for the tip, I learnt this a long time ago, I've also moved into an industry where dealing with recruiters would probably indicate other issues like lack of ability to resea…

  4. comment
    Comment #20825141

    Probably likely to do with the toolkit used to build the Windows version and inability or unwillingness to port it to Mac. They really need to start from scratch and build solid, e…

  5. comment
    Comment #20825113

    > For the most part, it sits on one of two desks that I use or it sits on my lap on the train. If this is the case, do yourself a favor and go and buy two ergonomic screens, keyboa…

  6. comment
    Comment #20824887

    I would recommend against using Office 365 web ui for word/excel etc, I'd also recommend avoiding the MacOS Office build for the same reason: They're both buggy as hell, the type o…

  7. comment
    Comment #20734809

    So your comment is vaild. Having strict and not-strict validation would be a nice compromise though (:

  8. comment
    Comment #20733290

    My personal JSON Pet hate is: ``` x = [ "Foo", "Foo2", ] ``` Is not valid, but the following is: ``` x = [ "Foo", "Foo2" ] ``` Makes dealing with packer configs feel like punching …

  9. comment
    Comment #20729534

    Funny that you namedrop like three security products but fail to evaluate which hypervisor should be used, which is probably the most important part of a secure environment if unau…

  10. comment
    Comment #20729099

    I don't fully understand why everyone gets upset over browser leaks when in private mode - most websites interested in tracking private sessions will just associate private and non…

  11. comment
    Comment #20729077

    For those interested: https://en.wikipedia.org/wiki/Kaspersky_bans_and_allegations...

  12. comment
    Comment #20720605

    From the article 'Key Negotiation of Bluetooth'. Basically, researchers started naming vulnerabilities when they thought they mattered. 'Shellshock' and 'EternalBlue' are both dese…

  13. comment
    Comment #20683370

    Renaming executables to explorer.exe worked with the application whitelisting solution my school implemented. That's how we ended up with 8-player age of empires 2 deathmatches aft…

  14. comment
    Comment #20673181

    Seems silly to care so much about your tethered connection when the average home network has a bunch of computers, random IOT kit, a end-of-lifed smart TV, friends mobile devices a…

  15. comment
    Comment #20665872

    Grantparent poster here. Hrm, you're right, I remember purchasing keys 'lighter' than browns, possibly silvers. They're very light, but I'd probably prefer 'too light' over 'too he…

  16. comment
    Comment #20638309

    zero-day malware probably makes malware writing sound difficult. Bypassing fingerprint-based scanners is reasonably easy with the use of 'packers' (which can be bought from hacker …

  17. comment
    Comment #20638241

    Yeah but 'APTs' are generally shitty low end numbers-game attacks that target HR with terrible macro based malware to breach company perimeters. Unless you're emulating nation stat…

  18. comment
    Comment #20534462

    Size, Content. Pick one. I'm not suggesting it's a good idea, but it's there. I'm sure there's more minimal, and less minimal options available. I don't think there's any security …

  19. comment
    Comment #20534446

    I've heard some interesting arguments about publicly dropping 0days to make organisations pull their heads in - Places like Microsoft which historically weren't -great- at security…

  20. comment
    Comment #20534431

    It's both: "A successful attack depends on conditions beyond the attacker's control. That is, a successful attack cannot be accomplished at will, but requires the attacker to inves…

  21. comment
    Comment #20514052

    CVSS is an insane rating system made for a simpler time by antiquated practices which doesn't account for many factors either well if at all. Hover your mouse over each button http…

  22. comment
    Comment #20514016

    Most / all software has a disclosure policy, send your vulns privately and provide/negotiate a public disclosure date. Not doing so is an asshole move. In this case, the solution w…

  23. comment
    Comment #20514003

    Slightly offtopic, but are vulns related to overflows no longer pocced publicly or are there mitigating factors which make exploitation impossible (eg K/ASLR etc)? The specific CVE…

  24. comment
    Comment #20505851

    Alpine Linux is a reasonably small (20mb) Linux distribution, I've seen it run on bare metal but it's more common to see it in Docker environments. Building minimal bootable to be …

  25. comment
    Comment #19725923

    So it's a less audited application than *SSH that the author is recommending over SSH because it doesn't require user authentication but runs in a daemon with root privs?