Fake Kold
@fake.koldinium.com
290 followers 160 following 11K posts
sayonara!
Posts Media Videos Starter Packs
Pinned
fake.koldinium.com
i'd rather rip off my skin, set myself on fire, and walk on coals than spend 10 minutes on x the everything app
fake.koldinium.com
when you have the intelligence of a 7 year old human child >>>>> (this one is specifically about crows(i love crows btw))
fake.koldinium.com
you did not see another version of this post where i forgot to censor an instance of the word i was censoring
fake.koldinium.com
istg if another sv*lte-head finds their way to that post i'm gonna make sure i block the sv*lte domain on all of the computers to ensure i never touch the damn thing out of spite
fake.koldinium.com
1) you mean "creeper, aw man"
2) actually you mean Revenge
Reposted by Fake Kold
aylac.top
birds are cool as shit if you think about it
Reposted by Fake Kold
f4mi.bsky.social
thanks to everyone who helped me out with this, i am going to try to use my personal channels to relay what i learned in order to idk just avoid stuff like this happening in the future, i am now 100% certain Nirav and others did not know anything about the political affiliations of those people and
f4mi.bsky.social
need your help: can you help me out figure out where this framework drama started? because i keep hearing stuff and then i fact check it and seems inaccurate (like people saying they sponsored dhh which as far as i can tell never happened) so genuinely pls lmk what’s going ok precisely 🙏
Reposted by Fake Kold
Reposted by Fake Kold
fxggotposting.moe.observer
idk what this snookie thing or whatever is but my contribution to the discourse is that i think ppl should be nice to devs who are trying to expand the atproto project but if its really that much of a mess maybe someone should come on as an assistant of sorts
fake.koldinium.com
i love you tangled dot org
fake.koldinium.com
yeah my post was mostly in jest (i hope it came across that way) but a lot of other people had seemingly a lot more animosity towards the project
Reposted by Fake Kold
fallen-denpa-angel.neocities.org
if love live was awesome it would be called squidol (squid idol) project and they would all be octopuses or perhaps cuttlefish
fake.koldinium.com
i think it was one of the ai generated journalism videos
fake.koldinium.com
pakistan. although i'm in a pretty remote place
fake.koldinium.com
we would need some equivalent to reposts right?
fake.koldinium.com
its the really petty reason that the svelte site has really slow navigation on my tework 💀
fake.koldinium.com
the svelte website really annoys me so i'm biased against it
fake.koldinium.com
are people migrating away from bsky rn?
fake.koldinium.com
majora's mask was good suck my nuts
fake.koldinium.com
solid has been pretty nice in this regard though actually
fake.koldinium.com
the problem is that the react tooling is way too complex. every time i try to pick it up, i bounce off.
fake.koldinium.com
"react is basically haskell" might be the exact propoganda i needed to actually give it a try
danabra.mov
i think the @react.dev Compiler team could include more of this type of messaging. i'm being a bit inflammatory here (and Haskell may not the best analogy), but the principle of "pure things are safe to move around" is fundamentally simple and has been known for decades. teach it to new generation!
You may not like it, but React is basically Haskell. 

The React Compiler works for the same exact reason that compilers for pure programming languages are able to make non-trivial optimizations.

If your code is composed of pure functions, it is safe to re-order their computation, or save the result for some inputs and reuse it for later for same inputs.  This is not some kind of a “workaround” or a hack — it’s one of the most exciting consequences of the functional programming paradigm which has been known and used for decades.

Purity and idempotency make it safe to move stuff around without changing the final outcome. Following the "rules of React" is just ensuring your code is safe to move around like this.