HN user

notfoss

109 karma
Posts19
Comments125
View on HN
stackoverflow.blog 1y ago

The Great Unracking: Saying goodbye to the servers at our physical datacenter

notfoss
4pts2
www.hexview.com 6y ago

Yubikey 5 Teardown

notfoss
2pts0
www.ioccc.org 9y ago

The International Obfuscated C Code Contest

notfoss
3pts0
www.youtube.com 9y ago

Vim 25 presentation by Bram Moolenaar

notfoss
8pts0
kmkeen.com 10y ago

GZ-Sort: A utility for sorting really big files

notfoss
2pts0
arstechnica.com 10y ago

Half-Life 1 and 2 writer retires

notfoss
4pts0
www.itworld.com 10y ago

Mirantis Fuel Becomes an OpenStack Project

notfoss
2pts0
www.bbc.com 10y ago

Pirate avoids lawsuit after hitting 200,000 video views

notfoss
2pts0
arstechnica.com 10y ago

Why one software CEO agreed to meet a patent troll–and then fought it to the end

notfoss
7pts0
v.gd 11y ago

V.gd – The ethical URL shortener

notfoss
3pts3
github.com 11y ago

Dex – A lightweight text editor

notfoss
2pts0
jjacky.com 11y ago

Donnatella: An advanced Linux file manager

notfoss
2pts0
www.musicbusinessworldwide.com 11y ago

Music doesn’t feature in the Pirate Bay’s Top 100 most popular torrents

notfoss
1pts0
www.mankier.com 11y ago

Featureful online man pages

notfoss
2pts0
article.gmane.org 12y ago

Nikola (static site generator) v7.0.0 released

notfoss
1pts0
blog.domaintools.com 12y ago

DomainTools addresses the Heartbleed bug

notfoss
1pts0
blog.notfoss.com 12y ago

Google: Account Information Leak

notfoss
2pts0
www.portablelinuxgames.org 12y ago

Portable Games for Linux

notfoss
1pts0
piwik.org 12y ago

Piwik 2.1 – Massive Performance and Reliability Improvements

notfoss
1pts0

If I was one of their shareholders, I would be happy instead, as they seem to have come out as the real good guys in the whole story (unless they were legally obligated for covering the mess).

Curl vs. Wget 10 years ago

Thanks for the explanation. But generally I have found aria2 to be more reliable in such scenarios.

Curl vs. Wget 10 years ago

aria2 is much more reliable when downloading stuff, especially for links which involve redirections.

For example here's a link to download 7zip for windows from filehippo.com.

Results:

* Curl doesn't download it at all.

  curl -O 'http://filehippo.com/download/file/bf0c7e39c244b0910cfcfaef2af45de88d8cae8cc0f55350074bf1664fbb698d/'
gives:
  curl: Remote file name has no length!
* Wget manages to download the file, but with the wrong name.
  wget 'http://filehippo.com/download/file/bf0c7e39c244b0910cfcfaef2af45de88d8cae8cc0f55350074bf1664fbb698d/'
gives:
  2016-03-03 18:08:21 (75.9 KB/s) - ‘index.html’ saved [1371668/1371668]
* aria2 manages to download the file with the correct name with no additional switches.
  aria2c 'http://filehippo.com/download/file/bf0c7e39c244b0910cfcfaef2af45de88d8cae8cc0f55350074bf1664fbb698d/'
gives:
  03/03 18:08:45 [NOTICE] Download complete: /tmp/7z1514-x64.exe
Curl vs. Wget 10 years ago

This would be better directed at those who use Outlook. The ones using curl to send mails will be boasting about it ;)

What is the Full SSL feature offered by you? From what I understand it means supporting weaker ciphers apart from SSL and older TLS versions. Is that the case?

Shouldn't it be the opposite? If clients receive a REJECT message, they will simply stop trying to connect, but if they don't receive any response at all, i.e., DROP, they will keep on trying to connect before any timeout threshold kicks in, thus putting more load on the server.

That's nice. Apparently, we can place the brackets around any of the characters too! Can you explain how it works?