Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nuxi7
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
nuxi7
5y ago
I need this, but for all the android apps that are refusing to open links in my chosen browser.
2.
▲
by
nuxi7
6y ago
There's a good chance she may have committed some light treason.
3.
▲
by
nuxi7
7y ago
The EAA store had a shoplifting problem in the 80s https://www.cia.gov/library/readingroom/document/cia-rdp85-0...
4.
▲
by
nuxi7
10y ago
its your dialup access number
5.
▲
by
nuxi7
11y ago
I forked acme-tiny the other day and replaced http-01 with dns-01. The dns-01 implementation is pretty simple and crude for now, I'll probably add dynamic dns update support at some point. All it does is print the records out and wait
6.
▲
by
nuxi7
11y ago
r1.3 added blinking to the page. I love it!
7.
▲
by
nuxi7
11y ago
The court order refers to the need to load the custom OS image via DFU (device firmware upgrade) mode. I am not an iPhone user but I'm assuming that is exactly what the name implies. (some pre-boot recovery environment)
8.
▲
by
nuxi7
11y ago
I hope that FTP-master agrees. They've been okay with the ATI and nVidia drivers being shipped this way for a rather long time so there is hope.
9.
▲
by
nuxi7
11y ago
For the curious, the need to change the malloc behavior is not hypothetical: https://sourceware.org/bugzilla/show_bug.cgi?id=6527 Basically for many years now glibc has been knowingly doing the wrong thing just to keep
10.
▲
by
nuxi7
11y ago
TL;DR http://i.imgur.com/gCyIUDW.jpg
11.
▲
by
nuxi7
11y ago
We should abolish DST while we are at it.
12.
▲
by
nuxi7
11y ago
The distributed form of a project (especially one based on GNU autotools) is often not merely a tarball of the upstream repository. Often the author has pre-run some stages of the build that she feels would impose unnecessary or esoteric de
13.
▲
by
nuxi7
11y ago
Smokey, this is not math. This is bowling. There are rules.
14.
▲
by
nuxi7
11y ago
more fun: make a filename have '/' in it
15.
▲
by
nuxi7
11y ago
You've hit on a fine point I often make about how the term "security bug" is used. I would call this a bug fix since someone has found what is probably an unintended behavior in the cubic algorithm. The cubic algorithm itself
16.
▲
by
nuxi7
11y ago
Same reason unix systems typically did the same with theirs (albeit on port 111) Its not very useful if other machines can't talk to it. Keep in mind, the decision to do this in Windows happened back when home computers were on dialup.
17.
▲
by
nuxi7
11y ago
Since marketing and selling jamming devices is illegal, I would like to know what the FCC is going to do about the supply chain. We know these are all using well known advertised features of enterprise wireless gear. Are they working on a c
18.
▲
by
nuxi7
11y ago
Being able to use non standard ports would help. I usually just SSH tunnel it in. But needing to use port 443 makes it annoying.
19.
▲
by
nuxi7
11y ago
pretty sure it normally goes on your profile page.
20.
▲
by
nuxi7
11y ago
dude, es6 is way too mainstream for cutting edge web programming. If you're not using es7 already you might as well still be using table layouts
21.
▲
by
nuxi7
11y ago
Because this isn't really an attack per se. There are some interesting things in the paper, but really this is just low grade crypto being tolerated for far too long in the name of compatibility. I finally found the Mozilla bug entry f
22.
▲
by
nuxi7
11y ago
That parameter is only for SSHv1 and if you have SSHv1 enabled you've already lost. What they are refering to is the Key Exchange method named "diffie-hellman-group1-sha1" which uses a 1024-bit DH group. You can disable this
23.
▲
by
nuxi7
11y ago
They have 112-bits of security and are considered fine until 2030 by NIST. ( insert opinion of NIST here ) The real reason to disable them is because of how slow they are. The only thing that is gonna actually use 3DES for TLS is MSIE on XP
24.
▲
by
nuxi7
11y ago
Totally This ^ This is a key you get re-signed every 1-3 years. You don't need it to last 10 years, you need it to last maybe a year longer than your SSL cert is actually good for. (Assuming your site is setup to have all the browsers
25.
▲
by
nuxi7
12y ago
Its probably just scans from zmap. Complaining about zmap scans is about on the level of complaining about ssllabs.com scanning your box. https://zmap.io/ It could be a student in the dorms who discovered metasploit though.
26.
▲
by
nuxi7
12y ago
I'm curious why you bother with (non-EC) DHE at all? Its an interoperability nightmare thanks to the lack of DH param size negotiation in the TLS handshake and all the clients that work with the larger (larger than 1024-bit) DH params
27.
▲
by
nuxi7
12y ago
Non-EC DHE is basically dead. The param size isn't part of the TLS handshake and so using a larger size actually breaks some clients that only do 1024-bit DH params. At the end of the day, almost all the clients that support larger DH
28.
▲
by
nuxi7
12y ago
The switch from 2.4 to 2.6 had a lot of changes and a lot of programs needed to check the version to see which behavior to use. There are two ways to do that shown below in psuedo-python. This first way has no trouble with 3.x versions. if
29.
▲
by
nuxi7
12y ago
I already found version number breakage. The UNAME26 compatibility hack was missed. https://lkml.org/lkml/2015/2/23/6
30.
▲
by
nuxi7
12y ago
Article is misleading, The librarian of congress is permitted to make exemptions from the DMCA every few years. After exempting cell phone unlocking twice, he declined to do so again on the grounds that these exemptions were not supposed to
More ›