Viewing profile — glass-
glass-
HN member- Joined
- Fri, Feb 10, 2012, 1:48 AM UTC
- HN karma
- 1,156
- Public activity
- 146 items
- HN profile
- View on Hacker News ↗
About glass-
No profile information was provided.
Recent public activity
-
comment
Comment #10580959
That paragraph has no relevancy to the GPLv2 , it is pointing out how they fixed the problem in version 3. The Linux kernel is still licensed under GPLv2. The differences between v…
-
comment
Comment #10576177
Are we reading the same thing? It says: > The best way to make sure you are in compliance when distributing GPLv2 object code on BitTorrent would be to include all the correspondin…
-
comment
Comment #10574577
My favourite part of the GPLv2 is the torrent technicality[0]. I wonder if all those people seeding Linux distributions realise they're violating the license. [0] https://www.gnu.o…
-
comment
Comment #10569503
Also see, Ted Unangst's post about ZFS where he lists some criticisms[0] which somewhat expands on Brauer's criticism, and he talks about when he was interviewed on BSD Now[1]. Kee…
-
comment
Comment #10558970
Go to justgetflux.com and CTRL+F for the word "patent".
-
comment
Comment #10558920
Which parts of "being Firefox" did the Firefox versions in Debian stable, where the only changes were backported security patches, fail?
-
comment
Comment #10558882
It's entirely inconsistent with Mozilla's past actions. You can compile Firefox source code of which 100% of it came from released Firefox versions in Mozilla's HG tree and they wo…
-
comment
Comment #10554354
What Mozilla won't let you call "Firefox": a version of Firefox where the only changes are security patches backported from a future version of Firefox (see: the Debian and IceWeas…
-
comment
Comment #10538838
The examples are just examples, the uses in the tree are different. For example, ksh doesn't exit if pledge fails, it just prints an error about why it failed and keeps running (im…
-
comment
Comment #10538632
> I don't see how pledge is different from Capsicum which he criticises on this basis, one it is compiled in you cant disable it. This is addressed in the slides. Capsicum is 5 yea…
-
comment
Comment #10538612
> he dismisses SE Linux on that basis. I don't see why the same doesn't apply to pledge. If you use a Linux distro that enables SE Linux, the second it gets in the way you can turn…
-
comment
Comment #10538589
> Theo is getting good results on tightening up the classic UNIX command line tools. Has he tried EMACS yet? You may want to take a closer look at the slides about what has been pl…
-
comment
Comment #10533005
Page 19 is interesting. It explains that this is possible, without everything that does logging needing access to sockets, because on OpenBSD syslog(3) doesn't use sockets and does…
-
comment
Comment #10473722
There is a lot more than just the useragent when it comes to Tor Browser versus any other browser. Tor Browser has many changes to try and make every instance of Tor Browser look i…
-
comment
Comment #10472359
I wonder if he realises that browsing over Tor with IceCat will be causing him to have quite a distinct browser fingerprint. He should just use Tor Browser.
- story
-
comment
Comment #10471148
> - Toggle layout.css.visited_links_enabled to False Firefox lies[0] to scripts that try to access the style-state of visited links. You probably don't need to set this. [0] https:…
-
comment
Comment #10470065
That sounds like it was written by someone who doesn't completely understand Convergence, and also has an alternative agenda (they want their own solution adopted). > It is not ver…
-
comment
Comment #10468573
The CA system is unique is that one hole, breach or incompetent actor compromises the entire system. It's also unique is that when an authority has a hole, breach or is an incompet…
-
comment
Comment #10468550
I have no doubt that there would be incompetent or dishonest notaries. The difference being that in an alternative universe, where Convergence is used, a rogue notary doesn't destr…
-
comment
Comment #10468106
Convergence was the perfect replacement, but it never gained any traction. Moxie's talk at BlackHat[0] introducing it is a good watch for those unfamiliar with the idea, and if you…
-
comment
Comment #10468083
It makes me uncomfortable that the CA system is set up in a way that makes this necessary. If an alternative, such as Convergence, had taken off we wouldn't be in this situation.
-
comment
Comment #10458565
I used your script to sign my cert and it works great. The best part is it doesn't need to bootstrap and try to install a bunch of dependencies that I don't want or need, unlike th…
-
comment
Comment #10421325
That whole discussion on the slide from 38:50 is hilarious and scary. "You can't turn off the debugging malloc but you can turn off sockets" "If the size of socklen_t changes while…
-
comment
Comment #10421092
LibreSSL is mostly a drop-in replacement for OpenSSL, while BoringSSL has removed things that some applications will depend on. OSes shouldn't/couldn't replace OpenSSL for BoringSS…