During a street performance in Porto, an unexpected moment completely stole the audience's attention.
A dog surprised everyone by climbing on top of the artist, confidently balancing while striking a true star pose.
I just want you to remember. That we live in a world where octopuses dream, otters have a favorite shell that they carry with them all their lives, cows have best friends, and bees have different "dialects" of dance depending on the region. Cats purr at a frequency that accelerates bone healing, the forest grows flowers first after a fire, and dolphins give each other names and respond to them. Penguins make proposals by giving each other the most beautiful pebble
Mitch McConnell has repeatedly voted against federal paid sick leave legislation. He voted no in 1993, 2015, 2020, and 2022.
He has currently been on paid sick leave for over 7 weeks (if he is even still alive).
You dont hate politicians enough.
Why do we still buy stadium tickets without ever seeing what the view from the seat actually looks like? ☠️
So I prototyped an idea.
A 3D seat view experience for a football stadium built with Fable 5 + @threejs, where you can preview exactly what you'll see from your seat before buying.
The entire 3D experience was working after the first prompt, and the whole prototype came together in just five prompts.
This is the kind of 3D experience I'd love to see more of, tbh. Feels so good.
Right now, buying a ticket gives you almost no sense of what the experience will actually feel like. We're still relying on static seat maps, charts, and boring UI layouts, when interactive 3D experiences could make that decision so much easier.
If you think, 3D development has the potential to create genuinely useful experiences. This feels like the direction we should be heading. 3D is the future.
I can already imagine this for cinemas, cricket stadiums, Wimbledon, concerts, and so many other venues.
I'm planning to take this further. What should I build next? More stadium features, or should I try another venue? Let me know :D
Code: https://t.co/6siJHap4fb
Live: https://t.co/n5eZfpf7Jw
Taxonomic graph analysis of personality questionnaire data uncovers this three-tiered network.
Bottom-level facets cluster into six mid-level traits - Neuroticism, Sociability, Conscientiousness, Integrity, Openness to Experience, and Impulsivity - which organize under three meta-traits:
Stability, Plasticity, and Disinhibition.
Node colors align with the legends shown, and connecting lines indicate empirical statistical associations identified in the IPIP-NEO dataset.
It is used to refine personality assessment tools and investigate links between traits and mental health conditions.
@codek_tv The kid is correct!!
BE Condensate happens when you take a very dilute gas of bosons (a type of particle, like certain atoms) and cool it to temperatures extremely close to absolute zero, within a few billionths of a degree above −273.15 °C.
Mathematical physics relies on these classic partial differential equations to describe key phenomena in two dimensions:
- The Laplace equation ∂²u/∂x² + ∂²u/∂y² = 0 for steady potentials,
- The heat equation ∂²u/∂x² + ∂²u/∂y² = ∂u/∂t for time-dependent diffusion
- The wave equation ∂²u/∂x² + ∂²u/∂y² = ∂²u/∂t² for oscillatory propagation.
They power the computational modeling of heat dissipation in smartphone processors to prevent overheating.