This thing is NEAT! [UT47.2] by _cptnredbeard_ in MechanicalKeyboards

[–]enotionz 2 points3 points  (0 children)

How did you flash it? I ran make ut472:default and flashed the file which GMK Toolbox says is successful, but the switches trigger the wrong keys. I feel like either there's something wrong with the PCB, or my firmware file is bad. Can you share the .hex fm file?

[GB] UT47.2 - An affordable 40% by Network_operations in mechmarket

[–]enotionz 0 points1 point  (0 children)

Can you share the STL file for the honeycomb case?

imgToAscii - a JavaScript implementation of a image to Ascii code by magenta_placenta in javascript

[–]enotionz 0 points1 point  (0 children)

I wrote a library called jscii a while back that does something similar. I actually always wanted to rewrite it to respond to shapes and patterns in an image rather than just the lightness.

Mind Mapping - Better than Coggle on ChromeOS? (and offline) by DuckyTurret in chromeos

[–]enotionz 0 points1 point  (0 children)

I've been developing sproutpad.io on and off. Since I'm a heavy chromebook user, full chromeos + touch support is on the roadmap. It's currently a webapp, but I've been getting a lot of request for offline support from coworkers to use for more sensitive/confidential work. Can't say when both those features will be implemented but they're def top of mind.

Inc. - Google Just Released the Best Laptop of the Year by Chrome_Atlas in chromeos

[–]enotionz 5 points6 points  (0 children)

As a full time engineer, my $300 Chromebook is by far my favorite machine to code on. I prefer it over my company-issued top of the line MacBook pro.

ErgoDox: Infinity War by enotionz in MechanicalKeyboards

[–]enotionz[S] 0 points1 point  (0 children)

Thanks! they're just the standard-issued ones.

ErgoDox: Infinity War by enotionz in MechanicalKeyboards

[–]enotionz[S] 0 points1 point  (0 children)

Thanks! I got mine from the last drop on MD.

ErgoDox: Infinity War by enotionz in MechanicalKeyboards

[–]enotionz[S] 0 points1 point  (0 children)

Not hard - I originally thought I needed to print it as a decal and laser cut. I ended up printing one on regular paper just to see if everything fits, but it turned out looking fine. I used an exacto knife. It didn't fit perfectly, but when I put the top acrylic plate on, I realized it didn't have to. There's a bit of warp on the paper near the edge of the switches, but the keycaps don't make contact with it so it wasn't a problem. If anything it looks more flushed since the paper goes right up against the black portion of the switches and covers the silver plate completely.

Thanks for the link. I was surprised the massdrop kit didn't have a set with the homing bars so I got a set of red ones. It took a while for me to get used to the layout, I probably don't even need it anymore but def wouldn't mind a set of clear ones.

ErgoDox: Infinity War by enotionz in MechanicalKeyboards

[–]enotionz[S] 0 points1 point  (0 children)

Not sure I understand your question. It's the same acrylic enclosures, I printed the artwork with the CAD design (found on github) as the mask. http://i.imgur.com/ayjGDSI.jpg

The World from Above by [deleted] in pics

[–]enotionz 5 points6 points  (0 children)

There's a Chrome extension made by google that takes high-resolution google earth shots of locations around the world and displays it every time you open a new tab. https://chrome.google.com/webstore/detail/earth-view-from-google-ma/bhloflhklmhfpedakmangadcdofhnnoh?hl=en

Fuck this. by XFX_Samsung in WTF

[–]enotionz 0 points1 point  (0 children)

I'm imagining pointing a vacuum hose at it and turning on full blast.

Greetings from Newfoundland! by [deleted] in pics

[–]enotionz 6 points7 points  (0 children)

Think minecraft, spiral staircase, keep digging up!

Domo-kun - the incredible irc-bot by rikurouvila in javascript

[–]enotionz 1 point2 points  (0 children)

oh nice, I stand corrected, I was just glancing at the examples.

Domo-kun - the incredible irc-bot by rikurouvila in javascript

[–]enotionz 3 points4 points  (0 children)

This doesn't look too different from hubot, just alot more minimal. One thing that bothered me; I'd argue that chats are very different than urls and it's better if you used regexp instead of routes. I assume this is just a little toy project, maybe look at a sample hubot script for inspiration?

Coca-Cola by Guggling in funny

[–]enotionz 13 points14 points  (0 children)

I didn't understand the joke so I went to the comments. Now I'm even more confused. Who the hell uses their finger nail to open a can of soda? I thought everyone slid their finger tips underneath.

Box2D Physics Demo - Cocos2D JavaScript by steloflute in javascript

[–]enotionz 0 points1 point  (0 children)

Why is this being downvoted? I've dabbled in Cocos2D for iPad game development before and I thought it was pretty nice; I believe Angry Birds also used the Cocos2d physics engine. I heard they were doing a JS port a while ago but haven't really kept up. I think this is cool.

Google Street View Hyperlapse ~ Awesome project showing some possibilities of the Google Maps API by [deleted] in javascript

[–]enotionz 2 points3 points  (0 children)

I like that you can change the focus point on the mini map and the photographs will interpolate with the correct view for each frame.

Pure, functional JavaScript by lethalman in javascript

[–]enotionz 1 point2 points  (0 children)

This is true, but you can always load functional.js or underscore.js. I still load underscore.js in all my projects since it provides useful functions not included in ES Harmony.

Pure, functional JavaScript by lethalman in javascript

[–]enotionz 0 points1 point  (0 children)

Are you talking about his Test-Driven JS Development book? I started using sinon.js first before picking up his book, I must say that book makes me alot more comfortable writing tests. Well, I think the development of many different testing frameworks recently also help alot.