Viewing profile — throwaway_391
throwaway_391
HN member- Joined
- Mon, Jan 21, 2019, 8:30 AM UTC
- HN karma
- 95
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About throwaway_391
No profile information was provided.
Recent public activity
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #20734809
So your comment is vaild. Having strict and not-strict validation would be a nice compromise though (:
-
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 …
-
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…
-
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…
-
comment
Comment #20729077
For those interested: https://en.wikipedia.org/wiki/Kaspersky_bans_and_allegations...
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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…
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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…
-
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 …
-
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?