ETHproductions Profile
ETHproductions

@ETHprod

Followers
35
Following
388
Media
4
Statuses
54

College sophomore who loves programming, code golf, making video games, and creating fonts.

Joined October 2017
Don't wanna be here? Send us removal request.
@ETHprod
ETHproductions
7 years
Having trouble determining whether two numbers a and b are of opposite sign, e.g. 3, -2 or -5, 1.5? Just stop your crying... Math.sign(a * b) == -1 ...it's the sign of the times
2
0
0
@ETHprod
ETHproductions
7 years
Some very useful tips from the master of JS golfing on https://t.co/gYC35Ji2dt, ranging from simple to highly advanced. Definitely worth a read if you're into code golf!
@romancortes
romancortes
7 years
New blog post: JavaScript Code Golf https://t.co/03eOrE0V9O
0
0
0
@ETHprod
ETHproductions
8 years
This tip is especially useful in code golf, when trying to debug with as few keystrokes as possible 😜
@thekitze
kitze πŸ› οΈ tinkerer.club
8 years
This is seriously my favorite JS tip. Don't convert an arrow function just to add a console.log, you can add it with || and then get rid of it later 😍
0
0
0
@ETHprod
ETHproductions
8 years
Was hoping to participate in #LD42, since I haven't really done a Ludum Dare event in 3 years, but I forgot to make room in my schedule and now I'm booked for this weekend... Hopefully December will work out better! #LDJAM
0
0
0
@MaximeEuziere
xem πŸ”΅β€
8 years
Hey! Slack now allows to create invite links that never expire! Everyone interested by JS code golfing can join https://t.co/zzNoinR00N with this invite: https://t.co/0krAii0V3o πŸ™‹β€β™‚οΈ
1
3
2
@ETHprod
ETHproductions
8 years
Check out fs psyline, my psychedelic entry to the @FontStruct CounterComp! https://t.co/Sbow3HgWxU
0
0
1
@ChromiumDev
Chrome for Developers
8 years
πŸ”₯ BigInt brings arbitrary-precision integers to JavaScript! Β  With native BigInt support, you can finally forget about inaccurate integer arithmetic and Number.MAX_SAFE_INTEGER overflow. @mathias explains: https://t.co/BBQegaS8lu
7
202
471
@algoritmic
algoritmic
8 years
Befunge: The Rube Goldberg Machine of Coding Languages https://t.co/r7EBCW2ZTP
2
43
148
@runasand
Runa Sandvik
8 years
It me.
81
4K
9K
@GoogleDesign
Google Design
8 years
Type designers! Now you can submit typography made with @FontStruct to @googlefonts using the OFL. Learn more: https://t.co/O3e3ohh7jt
0
10
39
@MaximeEuziere
xem πŸ”΅β€
8 years
Deconstructing the water effect in Super Mario Sunshine -
0
1
7
@Unept
Unept
8 years
Unicycle Hero is now available for iOS. You’re welcome, humanity. https://t.co/Z2cWLEEeA3 #GOTY #MadeInStencyl
8
20
45
@ETHprod
ETHproductions
8 years
TIL: order is an inherit part of information. An unordered set of values costs less than an ordered set (array, string, or the like). Hence why it is possible to store 4 5-bit integers in a single 16-bit integer
0
0
0
@ETHprod
ETHproductions
8 years
Taking this a step further, FizzBuzz without any of "'`(){},~!&*<^_$@#\ or whitespace: [C=console][0][Symbol.hasInstance]=C.log;o=[100];o.valueOf=q=>+[q=o[0]--]?[[q%3?[]:/Fizz/.source]+[q%5?[]:/Buzz/.source]||q][o|0]instanceof[C][0]:0;+o (cc @FakeUnicode)
2
3
4
@ETHprod
ETHproductions
8 years
Just when you thought JS couldn't get any weirder, alert("Hello, world!") without function calls: window[Symbol.hasInstance]=alert; "Hello, world!" instanceof window
1
3
6
@MaximeEuziere
xem πŸ”΅β€
8 years
JS weirdness of the day window+=valueOf=alert
2
17
35
@ETHprod
ETHproductions
8 years
Managed to forge a pretty decent tiny ampersand after several hours on @FontStruct, but I have no energy left to make a font out of it... Feel free to steal πŸ˜€
1
0
2
@FontStruct
FontStruct
8 years
FontStruct introduces curated sets of grid-based modular font designs:
0
4
6