panda (@pandamakes) 's Twitter Profile
panda

@pandamakes

web developer (front/back end). amatuer 2d/3d artist.

@[email protected]

ID: 749831434076983296

linkhttp://pandamakes.me calendar_today04-07-2016 05:05:19

379 Tweet

38 Followers

184 Following

Roberto Toro r3rt0@mstdn.social r3rt0.bsky.social (@r3rt0) 's Twitter Profile Photo

Do you Javascript? Are you interested in neuroscience and open source? We're looking for awesome frontend freelancers that would help us improve our tools microdraw.pasteur.fr and brainbox.pasteur.fr! Get in touch! katja heuer๐Ÿ˜[email protected]๐Ÿฆ‹k4tj4.bsky.social panda ๐Ÿง ๐Ÿ”ฌ๐ŸŒ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป

Do you Javascript? Are you interested in neuroscience and open source? We're looking for awesome frontend freelancers that would help us improve our tools microdraw.pasteur.fr and brainbox.pasteur.fr! Get in touch!
<a href="/katjaQheuer/">katja heuer๐Ÿ˜k4tj4@mstdn.social๐Ÿฆ‹k4tj4.bsky.social</a> <a href="/pandamakes/">panda</a> ๐Ÿง ๐Ÿ”ฌ๐ŸŒ๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป
NASA Webb Telescope (@nasawebb) 's Twitter Profile Photo

Sorry for the shade, ARCHIVED - NASA Sun & Space, ARCHIVED - NASA Moon & NASA Earth! But you're just not cool enough ๐Ÿ˜Ž Now fully deployed, our sunshield blocks your heat & light so that our mirrors will be able to detect faint heat signals in the universe: go.nasa.gov/3sXp6ov #UnfoldTheUniverse

Sorry for the shade, <a href="/NASASun/">ARCHIVED - NASA Sun & Space</a>, <a href="/NASAMoon/">ARCHIVED - NASA Moon</a> &amp; <a href="/NASAEarth/">NASA Earth</a>! But you're just not cool enough ๐Ÿ˜Ž

Now fully deployed, our sunshield blocks your heat &amp; light so that our mirrors will be able to detect faint heat signals in the universe: go.nasa.gov/3sXp6ov #UnfoldTheUniverse
Roberto Toro r3rt0@mstdn.social r3rt0.bsky.social (@r3rt0) 's Twitter Profile Photo

"Non-Profit Publishing Episteme Health Inc. (Registration No. A0105005T, VIC, Australia) is a non-profit no-fee open access publisher run by scientists. All articles can be published and read without paying any fees." tell me more @EpistemeHealth !

Dimitri Diakopoulos (@ddiakopoulos) 's Twitter Profile Photo

Neat SIGGRAPH Asia 2021 work on the โ€œMixboxโ€ Kubelka-Munk pigment model. Although I wasnโ€™t involved in the science, the reported results for Adobe Fresco are wrong since it implements a similar model for the watercolor brush (but not oil as demonstrated).

BJ Homer (@bjhomer) 's Twitter Profile Photo

Javascript and Swift apparently disagree about when January 1, 1 AD was. (Both numbers in milliseconds-since-1970) JS: -62135596800000 Swift: -62135769600000 These two numbers are exactly 48 hours apart. Can anyone explain whatโ€™s going on here?

Javascript and Swift apparently disagree about when January 1, 1 AD was. (Both numbers in milliseconds-since-1970)

JS: 
-62135596800000

Swift:
-62135769600000

These two numbers are exactly 48 hours apart. Can anyone explain whatโ€™s going on here?
Frank Force ๐ŸŒป (@killedbyapixel) 's Twitter Profile Photo

A City in a Bottle ๐ŸŒ† <canvas style=width:99% id=c onclick=setInterval('for(c.width=w=99,++t,i=6e3;i--;c.getContext`2d`.fillRect(i%w,i/w|0,1-d*Z/w+s,1))for(a=i%w/50-1,s=b=1-i/4e3,X=t,Y=Z=d=1;++Z<w&(Y<6-(32<Z&27<X%w&&X/9^Z/8)*8%46||d|(s=(X&Y&Z)%3/Z,a=b=1,d=Z/w));Y-=b)X+=a',t=9)>

EBRAINS (@ebrains_eu) 's Twitter Profile Photo

Do you have experience in Devops? Good news, we are hiring! Join us and help shape the future of #neuroscience research and brain-inspired technology. Check out the details here: bit.ly/3y4MlPH #DevOps #DevOpsJobs #ProgrammingJobs #Linux #LinuxJobs #PythonJobs

Do you have experience in Devops? Good news, we are hiring!

Join us and help shape the future of #neuroscience research and brain-inspired technology. 

Check out the details here: bit.ly/3y4MlPH

#DevOps #DevOpsJobs #ProgrammingJobs #Linux #LinuxJobs #PythonJobs
โ˜ฝ EmilyMegan Art โ˜พ (@emilymeganx) 's Twitter Profile Photo

For anyone who isnโ€™t aware! I specialise in coloured pencil drawings of your favourite characters from games and other media, as well as pet portraits and possibly your OCs!โœ๏ธ๐Ÿ’•#fanart #drawing #commissions

For anyone who isnโ€™t aware!
I specialise in coloured pencil drawings of your favourite characters from games and other media, as well as pet portraits and possibly your OCs!โœ๏ธ๐Ÿ’•#fanart #drawing #commissions
jhey โ–ฒ๐Ÿป๐ŸŽˆ (@jh3yy) 's Twitter Profile Photo

Lil JavaScript Tip ๐Ÿค Use Object.assign to create new elements in vanilla JavaScript land ๐Ÿงฑ const EL = Object.assign( document.createElement('button'), { className: 'fab', } ) You may find this visually easier to comprehend and contain things ๐Ÿ˜Ž

Lil JavaScript Tip ๐Ÿค

Use Object.assign to create new elements in vanilla JavaScript land ๐Ÿงฑ

const EL = Object.assign(
  document.createElement('button'),
  {
    className: 'fab',
  }
)

You may find this visually easier to comprehend and contain things ๐Ÿ˜Ž