Hacker Newsnew | past | comments | ask | show | jobs | submit | aberatiu's commentslogin

If you select the blurred section in a browser, then paste it somewhere, you can view the text/information. Worked for me in most of the sections, but not all.


Ah, accessibility features! Classic example of why you need to check all meta-data from PDF documents before releasing.


You can remove the blur from the images by editing the source code of the pdf with a text editor...


Looks like 4 MB of Perl. What's a good string to search for?


How are you able to copy and paste the blurred sections? I can't even select them.


Wow. Expected the domain to belong to some big corp.


view source also


For your convenience, this is what it says on top:

    <!--
    
        MMMMMMMMMMMMMMMMMMMNmdysoo++////++oosydmNMMMMMMMMMMMMMMMMMMM
        MMMMMMMMMMMMMMMNhs+//////////////////////+shNMMMMMMMMMMMMMMM
        MMMMMMMMMMMMmy+//////////////////////////////+ymMMMMMMMMMMMM
        MMMMMMMMMMho////////////////////////////////////ohMMMMMMMMMM
        MMMMMMMMh+////////////////////////////////////////+hMMMMMMMM
        MMMMMMd+////////////////////-..-////////////////////+dMMMMMM
        MMMMNs//////////////////////`  .//. `.////////////////sNMMMM
        MMMN+///////////////-`..-::-   ://   -/////////////////oNMMM
        MMN+////////////////`          .-.  `///////////////////+NMM
        MN+///////////////////:.             `.://///////////////+NM
        My/////////////////////-     `:-.`       .////////////////yM
        m//////////////////////`     ://///:`     `////////////////m
        y/////////////////////-     `///////:      :///////////////y
        +/////////////////////`     .::////:`     `////////////////+
        /////////////////////-                   .//////////////////
        /////////////////////`     -:-.``      `:///////////////////
        +///////////////////-     `//////:-      `/////////////////+
        y///////////////::/:`     :////////:      .////////////////y
        m//////////////.         `/////////.      -////////////////m
        My/////////////.``          ``...`       `////////////////yM
        MM+/////////////////:   `               .////////////////+MM
        MMN+////////////////-   :/:   ....``..-/////////////////+NMM
        MMMNo///////////////`  .//.  `/////////////////////////+NMMM
        MMMMMs//////////////::-///`  -////////////////////////sNMMMM
        MMMMMMd+////////////////////:///////////////////////+dMMMMMM
        MMMMMMMMh+////////////////////////////////////////+hMMMMMMMM
        MMMMMMMMMMho////////////////////////////////////ohMMMMMMMMMM
        MMMMMMMMMMMMmy+//////////////////////////////oymMMMMMMMMMMMM
        MMMMMMMMMMMMMMMNhs+//////////////////////+shNMMMMMMMMMMMMMMM
        MMMMMMMMMMMMMMMMMMMNmdysoo++////++oosydmNMMMMMMMMMMMMMMMMMMM
    
        .:-----------------[ BUY & HODL BITCOIN ]-----------------:.
        |                                                          |
        |  * 03 JANUARY 2019:                                      |
        |  Bitcoin will be 10 years old. Even the most skeptical   |
        |  media will announce that "Bitcoin is here to stay".     |
        |  Read about https://en.wikipedia.org/wiki/Lindy_effect   |
        |  and its influence on technology adoption.               |
        |                                                          |
        |  * 31 MAY 2020 (estimation):                             |
        |  The reward for mining a block will be cut in half.      |
        |  Bitcoin's inflation rate will be lower than Gold's.     |
        |                                                          |
        |  * 24 JULY 2020 - 09 AUGUST 2020:                        |
        |  Japan, one of the most cryptocurrency-friendly markets, |
        |  will be hosting the Summer Olympic Games. Thousands     |
        |  of tourists will visit the country where, as a result   |
        |  of technological progress, Bitcoin payments could be    |
        |  something normal.                                       |
        |                                                          |
        |  LAST BUT NOT LEAST:                                     |
        |  Technology advancements on every important field:       |
        |  security, privacy, speed, fees, UX.                     |
        |                                                          |	
        ':--------------------------------------------------------:'
    
    -->


Thanks! Wouldn't have seen it without this comment, and it's a clever addition.


My 2 cents. Try and add a notification within your Chrome App that there's a native version of your app as well. 'Cuz since now, although I've been using your app for more than a year now, I didn't know about the native version of the app. PS: Paying customer :)


Yep. :) Up next. (Postman founder here)


Heads up! When clicking the logo, a "Not Found" page is shown.


Thanks, pushing the change right away.


It also contains all his blogposts (the bundle.js file). Not good on the long term


MRI - Matz Ruby Interpreter


Did anyone else observer the JS in the iframe footer? I'm just curios why it's obfuscated and what's its purpose (see surce of https://1153288396.rsc.cdn77.org/http2/http1.html)


Really nice result, but there's one thing about it that really bugs me. http://imgur.com/KYQDTYD (Chrome on a Windows machine, if that's of any help).


I believe this is caused by .clip() being "wonky" in Chrome. I think the better alternative to .clip() is:

  context.closePath();
  context.fill();
  context.globalCompositeOperation = "source-atop";
In action: http://codepen.io/anon/pen/mJOOxv

[1] http://www.w3.org/TR/2015/WD-2dcontext-20150514/#dom-context... [2] https://developer.mozilla.org/samples/canvas-tutorial/6_1_ca...


Looks like that in Firefox on Linux too.


Not to complain, but help. It looks bad on my android chrome


The entire site or just certain pages? It's possible it's just my design skills. -.-'

I do try to design for mobile, though, so a little more info would be useful.

Thanks for the feedback. =)


Ok, I tried to fix a few things I saw. Look any better?


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: