Viewing profile — nuxi7
nuxi7
HN member- Joined
- Thu, Jun 10, 2010, 7:55 PM UTC
- HN karma
- 228
- Public activity
- 59 items
- HN profile
- View on Hacker News ↗
About nuxi7
Recent public activity
-
comment
Comment #28517266
I need this, but for all the android apps that are refusing to open links in my chosen browser.
-
comment
Comment #25825074
There's a good chance she may have committed some light treason.
-
comment
Comment #21788109
The EAA store had a shoplifting problem in the 80s https://www.cia.gov/library/readingroom/document/cia-rdp85-0...
-
comment
Comment #12672421
its your dialup access number
-
comment
Comment #11246667
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 som…
-
comment
Comment #11135717
r1.3 added blinking to the page. I love it!
-
comment
Comment #11115429
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 implie…
-
comment
Comment #11003853
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.
-
comment
Comment #11003825
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 knowin…
-
comment
Comment #10660699
TL;DR http://i.imgur.com/gCyIUDW.jpg
-
comment
Comment #10512203
We should abolish DST while we are at it.
-
comment
Comment #10449220
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 …
-
comment
Comment #10448863
Smokey, this is not math. This is bowling. There are rules.
-
comment
Comment #10409004
more fun: make a filename have '/' in it
-
comment
Comment #10285762
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 th…
-
comment
Comment #10285452
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 Wi…
-
comment
Comment #10080156
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 f…
-
comment
Comment #9969543
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.
-
comment
Comment #9799602
pretty sure it normally goes on your profile page.
-
comment
Comment #9788706
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
-
comment
Comment #9577975
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…
-
comment
Comment #9574777
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 us…
-
comment
Comment #9274918
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…
-
comment
Comment #9257880
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.…
-
comment
Comment #9142743
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 …