Viewing profile — blockoperation
blockoperation
HN member- Joined
- Mon, Sep 05, 2016, 2:40 PM UTC
- HN karma
- 134
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About blockoperation
No profile information was provided.
Recent public activity
-
comment
Comment #16089673
Just to add to that, it looks like some manufacturers have already pushed out the new microcode alongside the recent ME fixes. I flashed my Skylake laptop a few days ago, and now I…
-
comment
Comment #16088309
What bothers me is the lack of confirmation on the microcode updates (other than 'soon') – apparently they're out there[1], but Intel's own package has yet to be updated[2]. The 20…
-
comment
Comment #15831938
It appears to be available on a few other models as well (searching 'site:dell.com "ME inoperable"' brings up service tags for a few non-rugged Latitudes and a couple of Optiplexes…
-
comment
Comment #15808716
Actually, Chromium (and uBO) has supported blocking WebSockets via webRequest for a while now[1], despite the desperate protests of a MindGeek employee[2]. [1] https://chromium.goo…
-
comment
Comment #15313305
If you're able to build Chromium yourself, here's a trivial patch which does just that (only tested on Linux): https://gist.github.com/blockoperation/5ec91d666e670e39584d2...
-
comment
Comment #15228139
Since we're talking about backdoors, how about compiler ones? With C, there are several routes to bootstrapping your compiler of choice – there are countless implementations that c…
-
comment
Comment #15176713
It would be easy for them to fingerprint it and block it at a server level, given that it uses some hardcoded headers (which are probably sent in the wrong order versus the browser…
-
comment
Comment #15135451
Whether it's a good addition to the language or not is debatable, but as a browser feature, it sounds terrifying. Browsers have a huge attack surface as it is (I mean, WebGL is a t…
-
comment
Comment #15074328
Writing performant code by using the correct idioms, data structures, algorithms, etc, from the start is just common sense rather than 'premature optimisation'. Writing unreadable,…
-
comment
Comment #14921344
> Adolescents are horrible at consequence extrapolation: it's why they're famously risk hungry and blasé about doing stuff grownups would be terrified of. Why they never think they…
-
comment
Comment #14426450
Resources/frames/XHRs/etc from 'file://' might be blocked, but what about top-level redirects? At the very least, user-initiated top-level navigations should bypass any policies. I…
-
comment
Comment #14301022
Samples are just instruments, and sequencers are just composition tools. It's the end result that matters.
-
comment
Comment #13960270
I'm surprised it took this long for her to bring up the subject – Theresa May would've had her soundbites prepared in advance and released within hours of the attack if she was sti…
-
comment
Comment #13896120
I'm still waiting for Chromium to add a per-site switch for WebGL (just like for JS, cookies, Flash, etc). Enabling WebGL globally seems like a disaster waiting to happen, even wit…
-
comment
Comment #13804013
Renoise is great, especially for breakbeat/jungle drum programming. Just load up your break of choice, put in some slice markers (or play it with offset commands like on old tracke…
-
comment
Comment #13792607
I haven't tried an XPS, but the Precision 7xxx stuff definitely qualifies. My 7510 came with Ubuntu, and the experience was just as polished as any Windows machine (better in some …
-
comment
Comment #13784353
sesearch is one way of doing it, for example: $ sesearch -A -s some_app_t -c file -p read -p write allow some_app_t some_type_t:file { read write }; allow some_app_t some_other_typ…
-
comment
Comment #13764386
I don't see why you should get to run random, unauditable code on my machine or decide for me how I consume your content.
-
comment
Comment #13739763
The Google Cloud status page had a message about some 'long-lived' OAuth tokens being invalidated on the same day that the mass logouts occurred. They took it down quite quickly, a…
-
comment
Comment #13731240
It's available on my laptop at least: $ egrep '^(model name|microcode)' /proc/cpuinfo | head -n2 model name : Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz microcode : 0x9e $ egrep -o …
-
comment
Comment #13710281
Multiple accounts can be quite usable if you get the separation right. Separate uids for personal emails/banking and porn browsing should be a given, at least.
-
comment
Comment #13710048
I'm familiar with grsec (having an interest, albeit not as an expert, in some of the issues it addresses, and as a long-time Hardened Gentoo user), but that doesn't override my poi…
-
comment
Comment #13709497
I can see why it might be a burden when you're dealing with hundreds of servers, but on a personal machine, where the occasional disruption won't get you sacked, it's pretty straig…
-
comment
Comment #13707636
...or just roll your own kernel with CONFIG_MODULES=n. If you only need a specific set of modules, you might as well just build them in and just forget LKMs altogether. It's not ve…
-
comment
Comment #13552317
It must be used with care though, otherwise you'll end up with so many holes in your policy that you defeat whole point of using SELinux in the first place. Definitely don't use th…