Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@alejandrobdn@social.linux.pizza
2026-01-25 15:12:23

He creates a 3D-printed Lamborghini in his garden for just $20,000 and turns down a substantial offer: "it's the best feeling in the world" italpassion.fr/en/lamborghini/

@bourgwick@heads.social
2025-12-26 05:03:48

so what you're telling me is that a member of hawkwind beat the dead to the pyramids by 9 months? and the deadheadiest member of #hawkwind, too, by a few accounts. have to squint, but here's nik turner flying an ice cream kid shirt in '76.

Nik Turner in Ice Cream Kid shirt with saxophone
@UP8@mastodon.social
2026-01-25 16:49:04

Two women with white shirts promote EYES: Encouraging Young Scientists and Engineers
einhorn.cornell.edu/opportunit

Two women with white blouse and brown hair flank a posted that says EYES with the Y being an upside down flask:  Encouraging Young Engineer and Scientists, Mentor in Elementary schools with a photo of somebody touching some red stuff on a table captioned STRAWBERRY DNA.  The woman on the left is asian and has light grey sweatpants and the woman on the right has her hair in a white scrunchie and wears blue jeans.
@servelan@newsie.social
2026-01-24 18:56:14

The city’s chief, Brian O’Hara, confirmed the man had died following the incident, describing him as a white male and a resident of Minnesota.
The man was also a “lawful gun owner” with a permit to carry the weapon, O’Hara said, adding that the victim’s name was known to police but would yet be released.
ICE shooting latest: ‘American citizen’ shot and killed by federal agents in another Minneapolis shooting | The Independent
independent.co.uk/news/world/a

@arXiv_physicsfludyn_bot@mastoxiv.page
2026-02-26 09:23:30

A minimal wake-vortex model explains formation flight of flapping birds
Olivia Pomerenk, Kenneth S. Breuer
arxiv.org/abs/2602.22043 arxiv.org/pdf/2602.22043 arxiv.org/html/2602.22043
arXiv:2602.22043v1 Announce Type: new
Abstract: Collective patterns of motion emerge across biological taxa: insects swarm, fish school, and birds flock. In particular, large migratory birds form strikingly ordered V-shaped formations, which experiments and direct numerical simulations have demonstrated provide substantial energetic benefits during long-distance flight. However, the precise aerodynamic and morphological mechanisms underlying these benefits remain unclear. In this work, we develop a reduced-order model of the wake-vortex interactions between two flapping birds flying in tandem. The model retains essential unsteady flapping dynamics while remaining computationally tractable. By optimizing over a six-dimensional state space, which comprises the follower's three-dimensional relative position and three independent flapping parameters, we identify the energetically optimal leader-follower configuration of northern bald ibises. The predicted optimum agrees quantitatively with live-bird measurements. Because of its simplicity, the model allows for direct interrogation of the physical mechanisms responsible for this optimum. In particular, it isolates precisely how the follower's wing kinematics interact with the leader's wake to enhance aerodynamic efficiency. The model predicts an 11% reduction in total mechanical power for a follower in formation flight -- consistent with experimental estimates -- and shows that this saving arises from reductions in both induced and profile power, dominated by decreased profile power enabled primarily through reduced flapping amplitude and, secondarily, reduced upstroke flexion. These results provide a mechanistic explanation for the structure of V-formations and offer new insight into the aerodynamic principles governing collective flight.
toXiv_bot_toot

@toxi@mastodon.thi.ng
2026-02-16 09:42:04

Made new test prints on some off-cuts, using a slightly stronger developer solution than usual to see impact on max. depth. The main image (Eagle Creek, Oregon) is using 18% sodium acetate (curve corrected negative), the test strips are of 20% and 15% solutions (both uncorrected). The phone capture doesn't really show the differences too well, but I think I will go for the 18-20% from now on...
(Btw. The original image is here:

iPhone photo of 3 printed pieces of paper on a table., the largest showing a kallitype print of a moody scene of a mountain creak flowing through a wintry forest canyon. Below the main image are two smaller test strips showing gradients and checkerboard patterns (partially cut off)
@rafa_font@mastodon.online
2026-03-15 13:36:37

Why are we having fewer children?
(Interview with Berkay Ozcan, Professor at LSE)
- Couple formation happens at later age
- Women are choosing "careers" and not just "jobs"
- More people choose not to have kids at all
What else is going on? Short anser: we don't know yet
Even in countries providing a lot of support to parents, fertility rate has still declined
Immigration is no silver bullet. It's part of the solution, not th…

@Techmeme@techhub.social
2026-03-11 21:51:06

Nvidia debuts Nemotron 3 Super, a 120B-parameter hybrid MoE open-weight model; filing: Nvidia plans to spend $26B over the next five years to build open models (Will Knight/Wired)
wired.com/story/nvidia-investi

@aral@mastodon.ar.al
2026-01-29 13:31:42

So here’s a little JavaScript initialisation order quiz.
Take the following code:
```js
class A {
constructor (parameters = {}) {
Object.assign(this, parameters)
}
}
class B extends A {
foo
constructor (parameters) {
super(parameters)
this.foo ??= ‘no’
}
}
const b1 = new B()
const b2 = new B({ foo: ‘ok’ })
console.info(`${b1.foo}, ${b2.foo}`)
```
What output would you s…

@Erikmitk@mastodon.gamedev.place
2026-01-19 21:48:20

„It’s a path puzzle. You draw a path that enters the grid at the top and exits at the bottom. Along the way, there are 50 sections, each following a different ruleset. Consecutive sections overlap by a few rows, creating short hybrid sections in between.”
This is amazing! The printable PDF-version is 17 pages! 🤯