" @kirakira@furry.engineer reading the attendee list of a javascript TC39 proposal meeting is like
javascript is like having a drunk brainstorming session
i’ll have a batshit idea, and not only will js allow for it, it will have an even more batshit reply 
it’s really weird to me that the import path influences the identity of a type in javascript (at least in firefox, anyway)
import { AType } from './type.js'
import { AType as AType2 } from './/type.js'
import { AType as AType3 } from './type.js'
console.log(AType === AType2) // false
console.log(AType === AType3) // true
Artist: grs-
Media: original
Source: https://twitter.com/G_R_S__/status/1756053380949065893
writing a 3d renderer is funny because it’s like oops, i put a 0 where the 1 should be and now the cube is doing backflips and also noneuclidean and i think time is turned inside out
I'm thinking about finally really making my website a real thing and would like a fresh logo for it
something in flat style monochrome white-on-transparent. I also want a text mark for use with this logo.
It's intended to be used for personal purposes at the moment though I may want to use it for commercial purposes in the future (i will renegotiate commercial licensing for the mark with you if [and before] it is used commercially
)
if you are interested in creating such a logo and mark, please reply with a sample or two of logos, fonts, etc from your portfolio and your pricing! I'll probably be looking to buy around the start of april
boosts very much appreciated as well 
https://localthunk.com/blog/balatro-timeline-3aarh just read this balatro retrospective devblog by the developer, and it was pretty fascinating!