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 😎