Daniel Kuntz
@dankuntz
The compiler is unable to type-check this expression in reasonable time
Announcing... 🌀"THE LITTLE GUY" by CREATURE CO. I’ve raised $1.2mm to build next-gen wearable digital pets! For 2025 and beyond, I believe fun >>> utility in personal computing. “𝘩𝘦’𝘴 𝘫𝘶𝘴𝘵 𝘢 𝘭𝘪𝘵𝘵𝘭𝘦 𝘨𝘶𝘺…” hesjustalittleguy.com @__littleguy
He’s everywhere…
Faraday Future unveiled their new FX Super One Van and it was a total disaster 😂 What is that screen? lol
“Product management” is actually a form of modern tyranny where the design of crucial tools you rely on every day is subject to the retarded and frequent mood swings of an industry that doesn’t really know what to do with itself
Hey man, me and the boys are gonna hit big jeff’s trainium hell later if you wanna join
No one tells you this but can build a whole hardware startup with 2 people + a 3rd guy in Xixiang Subdistrict, Bao’an District, Shenzhen
Wow. We’re actually gonna have custom PCBs soon. No one is ready for how cute and awesome and fun these look
It’s so satisfying iterating your way into good architecture for complex software I think a sign you’re on the right track is changes that seem difficult at first glance prove to be way simpler and more elegant in practice
I’ve been putting off installing the comet beta because I can tell the onboarding is gonna take over my entire screen and play some super loud and annoying THX loading sound
this site checks every box for how to drive visitors away, - scroll hijacking - barely any real information - random animations - doesn’t even work properly on mobile. - random sfx i'd love to see how this website came to fruition
Some of the most used apps on your phone are stuck in decades old patterns that no longer make sense in 2025
I asked my wife why she was in private browsing mode on her phone and she explained that Safari only allows 500 tabs in regular mode so she had to switch. You think you know a person
It’s really sad to me when a business gets to this point. You have too many investors so you are desperate to squeeze out as much money as possible through spiritually ugly means
Wait you can rent an eight sleep now
float f,b,x,y;float3 c=float3(0,.08,.15);for(float i=1;i<8;i++){x=uv.x*1.6+t*sin(i*3.3)*.4+i*4.3;f=.3*cos(i)*sin(x);b=sin(uv.x*sin(i+t*.2)*3.4+cos(i+7.1))*.1+.896;y=smoothstep(b,1,1-abs(uv.y-f))*(b-.8)*2.5;c+=float3(y,y-.04,y*i*.4);}return float4(c,1);