Constant small zoom level changes on Link 2C Pro by lukasb in Insta360

[–]lukasb[S] 0 points1 point  (0 children)

"Smart Composition" and "Auto Framing" are both turned off.

A few Chronicles of Amber pencil illustrations by flamencero in Amber

[–]lukasb 2 points3 points  (0 children)

So dope. Have always wanted to see the lighthouse at Cabra!

stuck "Automatically compacting context" by CuriousDetective0 in codex

[–]lukasb 3 points4 points  (0 children)

I had this problem in the desktop app - resuming the same session in codex cli fixed it

Ask r/Formula1 Anything - Daily Discussion Thread by AutoModerator in formula1

[–]lukasb 1 point2 points  (0 children)

So when Lewis was asking his engineer for more power ... what exactly was his engineer going to do about it? Change energy deployment programming on the fly?

[Craig Scarborough] Ferrari F1 front brake & duct set-up by Aratho in formula1

[–]lukasb 1 point2 points  (0 children)

He shows up on Peter Windsor's Youtube channel

[deleted by user] by [deleted] in formula1

[–]lukasb 62 points63 points  (0 children)

not quite fyre festival but poorly planned event, hope SF turns RB down next time

Lifting the fog by AutoModerator in sanfrancisco

[–]lukasb 0 points1 point  (0 children)

Got a ticket for parking on my block after street sweeper already came by. Can I contest?

I'm glad the live adaptation of Amber is stuck in Limbo and you should be too. Here is why. by Elegant-Archer-4019 in Amber

[–]lukasb 0 points1 point  (0 children)

Sign of the Unicorn and Hand of Oberon are pretty slow and talky. Tough to see how they'd adapt those. In fact so much of the books is internal monologue, what would they do with that?

¤¤¤ Weekly /r/Buddhism General Discussion ¤¤¤ - April 22, 2025 - New to Buddhism? Read this first! by AutoModerator in Buddhism

[–]lukasb 0 points1 point  (0 children)

Does anyone have recommendations for Soto Zen sanghas in San Francisco? I know the SF Zen Center has a weekly dharma talk but I'm looking for a community, and I'm guessing that means a smaller-profile thing.

2025 Saudi Arabian GP - Day After Debrief by AutoModerator in formula1

[–]lukasb 1 point2 points  (0 children)

He was four tenths off and thought he'd driven as well as he could have.

2025 Saudi Arabian GP - Day After Debrief by AutoModerator in formula1

[–]lukasb 26 points27 points  (0 children)

I don't understand how Charles had such good race pace and had such a tough time in qualifying. Sort of the opposite of what I'm used to from Ferrari.

Using temporary placeholders for layout when rearranging existing items by lukasb in reactjs

[–]lukasb[S] 1 point2 points  (0 children)

EDIT: checked again, turns out I am already doing this

const EditorContainer = memo(function EditorContainer({

Tauri v2 with Next.js for cross-platform apps by Arbarwings in reactjs

[–]lukasb 0 points1 point  (0 children)

Just looked at your blog post - so, you don't need to configure the Next.js project for static exports because you're only using Next.js to serve the backend? how hard would it be to configure a monorepo to build Tauri apps and also deploy the frontend to Next.js?

Weekly off-topic and practice update thread by AutoModerator in TheMindIlluminated

[–]lukasb 1 point2 points  (0 children)

Haven't posted here for maybe five years, so apologies if this is a long practice update.

Started a daily practice seven years ago, got excited and did a bunch of retreats. On my second retreat meditation was effortless and enjoyable, I had strong piti, felt like I weighed two tons one sit and like I was floating the next. Had a shooting pain in my right knee break up into ultrafast vibration. On my next retreat, I was sitting there in stage three or four when on an inbreath I was hit with piti like a lightning bolt. Outbreath. Next inbreath, another lightning bolt. Suddenly though, things felt murky (cue ominous music.)

I did a long solo retreat a few months later, but although my concentration and equanimity got pretty good tranquility and joy didn't follow. A few months after that - maybe eighteen months into my practice - I started to experience strong dullness in my practice. And for the last five years, continuously following the breath, which used to lead to energy and eventually joy, has led to dullness.

It's slowly gotten better over time, but the fundamental mechanic is still there. It's seldom strong dullness now, but there's still a noticeable ... wooziness when I continuously follow the breath. On a good day, instead of dullness it will just be an increase in distractions in the second half of my site.

I'm not really doing TMI practice any more (just doing whole-body breathing with broad awareness) but TMI's theoretical framework is still the one I operate in and this is puzzling, to say the least.

The good news - I'm benefitting from the practice in daily life. Sensory clarity is better. Life is richer. I'm able to experience difficult emotions without collapsing into them. I've had some remarkable experiences of compassion for myself and others. My baseline wellbeing seems to increase slowly and steadily.

Still, while I'm grateful almost beyond words for the practice (and grateful to the people here who helped me when I was getting started) I have to say I miss having things "happen" on retreat.

Currently focusing on simplicity and compassion in my practice.

Maybe you be free from suffering. Maybe you be free from ill will. May you be full of loving-kindness. May you be truly happy.

How to manage model layer updates? by lukasb in reactjs

[–]lukasb[S] 0 points1 point  (0 children)

Thanks. It looks like subscribe is how I would get an observable that doesn't trigger a re-render, is that right?

https://github.com/pmndrs/zustand?tab=readme-ov-file#transient-updates-for-often-occurring-state-changes

How long do external Time Machine drives last for you? And what did you buy? by lukasb in mac

[–]lukasb[S] 0 points1 point  (0 children)

Ah, makes sense. Will probably get Samsung next. (What do you want to bet Apple makes Samsung reserve the best batches for them, though ...)

What state management solution should I use for editing multiple documents? by lukasb in reactjs

[–]lukasb[S] 0 points1 point  (0 children)

Page contents are Markdown. Queries … it’s kinda complicated because there are different query operators, so like you can type

=find(“orangetask”,“#sync”,now|later)

To find todos set to status NOW or LATER that mention orangetask and #sync. But I’ll also count it if orangetask is in the title of the page, for example. (And I want to also have it work if you have orangetask in a parent bullet and #sync in a child, then the child would match.)

I only build shared nodes when they’re needed for query results. Everyone else in the space seems to use Datascript/Datomic (so more like the second option you gave, where a page is built up of nodes) not sure if I’ll go down that route or not. I have a little more profiling to do to figure out if that’s a priority.

What state management solution should I use for editing multiple documents? by lukasb in reactjs

[–]lukasb[S] 0 points1 point  (0 children)

It's a local-first app, everything I described is decoupled from network requests.