Hacker News .hnnew | past | comments | ask | show | jobs | submit | Jxnathan's commentslogin

For those wondering the definition of "squelch": make a soft sucking sound such as that made by walking heavily through mud.


That's one definition of "squelch". The title is probably using the definition that means "suppress":

  a circuit that suppresses the output of a radio receiver if the
  signal strength falls below a certain level.
https://www.google.com/search?q=define%3Asquelch

http://en.wikipedia.org/wiki/Squelch


Imgur direct links do not work


Which country were you trying?


Works perfectly.


Right-click and Inspect Element. You will see the e-mail address inside of the Hack In "results" DIV.


Yes it does work. Click Hack In and then Inspect Element of the Hack In DIV's. You can see the e-mail address easily.


I'm just like you -- a developer with an addiction. But my addiction is different... and illegal. I'm not motivated unless I'm high on fake aka K2. If you haven't heard of 'fake', it's basically a really strong marijuana with research chemical additives.

Since gas stations started selling it 3 years ago, I became addicted and when they were banned from selling it I had to find more. I found it online and have been ordering it every since. I leave work early sometimes so I can go smoke it. The only downside I've noticed, is that I'm less sociable (in person) because of how I look when I'm high (red eyes, droopy eyelids) and it makes me tired extremely fast. Sometimes I will wake up at my computer desk wondering when I fell asleep or how long I've been out. I'm sure it's probably not good on my lungs either, but I smoke cigarettes so I'm used to knowing I'm harming my body internally. I just love the way it makes me feel, almost like a reward. I use it as an award for coding something beautiful. "Oh that code actually worked?! Time to smoke."

I hope we both find help. We need it.


Off-topic: how do you apply animation to your logo on activation of the browser tab? I loaded your page in a new tab, but the logo animation didn't fire until I viewed that specific tab.


The three rings are in a span. So it's content 'o' in span, the 'o' in :before and 'o' in :after.

Then he uses a -webkit-animation to translate the positions of each ring.

    @keyframes logo {
    	from {opacity:0;transform:scale(2) rotate(359deg);}
    	to {opacity:1;transform:scale(1) rotate(0deg);}
    }
    @-webkit-keyframes logo {
    	from {opacity:0;-webkit-transform:scale(2) rotate(359deg);}
    	to {opacity:1;-webkit-transform:scale(1) rotate(0deg);}
    }


But does that explain how it's not triggered until you click the tab?


This is browser specific to trigger animations on tab open


Why is this on HN? Somebody help me out here.


Because somebody posted it and others found it curious and interesting - among them me. I didn't upvote it, but I found the potential explosion velocity surprising. It may not be of interest to you, but hey, I usually ignore like 50% of the HN homepage right away since I don't care about them. However, I don't go run around and post "why is this on HN?" in those threads.


Because it's a nice physical hack. I personally haven't seen it before.

Also, because some people (myself included) upvoted it.


I have never seen these before. It is nice to see things other hackers consider perfectly normal part of growing up that I completely missed.


The stickbomb is an interesting device, because it is entirely mathematical, and is thus a great hack because normally, you're using a tongue depressor to .. do depressor'y things ...

And by the way .. You are reading Hacker News.


My thoughts exactly. I was making these... when I was 5. WTH??


I didn't know it, and I find it highly interesting.

https://xkcd.com/1053/


Maybe this can be the next topic on "What if" of xkcd.


MD5 (Atom.zip) = 5454bd3a8271c93f5225cd2b57cdab81


$ shasum -a 256 Atom.zip

4614ec62feaea32392ad7f6b3a80534c8ad0c758ed210cabafcc86c5c49a49a1 Atom.zip


I'm getting something different today:

ababcd70ccaad1cba63f9b0a6fb1a566c4cca98c87333ddc7a9d2b2f81fd415e


Thank you. Can anyone else confirm this?


From the official update:

$ shasum -a 256 atom-mac.zip 4614ec62feaea32392ad7f6b3a80534c8ad0c758ed210cabafcc86c5c49a49a1 atom-mac.zip

$ md5sum atom-mac.zip 5454bd3a8271c93f5225cd2b57cdab81 atom-mac.zip


Confirmed. I downloaded from github directly yesterday night, when this was first posted. Same shasum/md5sum here.


Got the same hash.



FileDropper is really slow for europe. Mirror: http://www68.zippyshare.com/v/17397784/file.html


Here's a command to download from zippyshare without using the website.

wget http://www68.zippyshare.com/d/17397784/131268/Atom.zip \ --referer='http://www68.zippyshare.com/v/17397784/file.html' \ --cookies=off --header "Cookie: JSESSIONID=F95B7128B57441E49B5F33920D27AFD0" \ --user-agent='Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; WOW64; Trident/4.0; SLCC1)'


Thanks Jxnathan


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

Search: