Tootfinder

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

No exact results. Similar results found.
@pre@boing.world
2024-03-25 19:23:02

Oh! I can render at 1920 square, and then crop to 1080 for each orientation.
That's a 1/4 or so longer render time for each image vs rendering straight into 16x9 but way way faster than doing 16x9 and then 9x16.
🤔 Yes. Good plan I think.

@cybeardjm@masto.ai
2024-02-27 08:10:07

"Rather than addressing food scarcity, genetically modified crops may render African farmers and scientists more, not less, reliant on global markets."
africasacountry.com/2020/07/gm

@hey@social.nowicki.io
2024-02-27 12:15:47

Any idea how to make <details> render as open in CSS (need it for print)?
#webdev #a11y #accessibility

@bthalpin@mastodon.social
2024-03-23 19:56:33

Excellent on Musk: he is now visibly espousing what he always was, far right and racist, and doing so in a way that is now startlingly detached from reality.
Even the NY Times is saying it.

@taiyo@ostatus.taiyolab.com
2024-04-15 00:07:57

VS CodeでLF, CRLF, CRを表示するにはエクステンションが必要だったのね。今までどこかの設定がおかしくて表示できなかったんだと思い込んでた。
marketplace.visualstudio.com/i

@aral@mastodon.ar.al
2024-03-23 20:32:36

Minor Kitten¹ update: Even if your page routes now return nothing (e.g., null, undefined, empty string), a proper page will be rendered that includes the development-time WebSocket that powers hot reloads.
So the shortest valid page route is now:
```js
export default () => ''
```
And, more importantly, e.g.,
```js
export default () => kitten.html`
<page css>
`
Will also render.
:kitten:💕
¹

@drewmcmanus@hachyderm.io
2024-02-23 04:08:40

“The act of reading aloud may benefit the reader, too: It may improve memory, cognitive function, focus and mood.”
#Books #Reading

@arXiv_csHC_bot@mastoxiv.page
2024-03-26 06:58:49

Perception and Control of Surfing in Virtual Reality using a 6-DoF Motion Platform
Premankur Banerjee, Jason Cherin, Jayati Upadhyay, Jason Kutch, Heather Culbertson
arxiv.org/abs/2403.15924

@arXiv_mathOC_bot@mastoxiv.page
2024-03-26 08:55:41

This arxiv.org/abs/2207.02894 has been replaced.
link: scholar.google.com/scholar?q=a

@pre@boing.world
2024-03-21 23:12:54

Okay #blender fans: I have a lack of compute problem.
The test version of the five minute topical videos I'm making is looking like it'd take about three to five days to render on my machine.
I need it overnight at least, ideally in an hour.
I intend to spend at last part of the weekend figuring out how to use the compute markets to get spot compute to render the thing frame by frame on hundreds or thousands of computers instead.
Last time I did this kinda thing I was using AWS spot markets and custom software badly taped together with perl scripts.
Surely something better exists now? How can I farm out my rendering? Did any of those crypto projects actually make it possible to borrow a thousand gamer's graphics cards for an hour yet?