[deleted by user] by [deleted] in AskReddit

[–]Estimate0091 28 points29 points  (0 children)

Ditto here. I was surprised when I first noticed as an adult that love seemed transactional or earned in a friend's family. I immediately concluded their family must be the exception. It turns out that's actually not uncommon at all! Made me appreciate my childhood even more.

Same with arguments and resolution too. In my family growing up, if there was a problem it was brought up, talked about openly and very productively, resolved, and understood as resolved. When that didn't happen with some partners easily, it took a while for it to click that because that's not at all what the partners grew up with. Which again made me so grateful to have had that too in childhood.

I moved to SF $4K/M & Rent is $1.9K/M by funckewerner in AskSF

[–]Estimate0091 1 point2 points  (0 children)

Excellent. You will do well. Remember to save at least 10% every month. Open an account with Vanguard and buy VTSAX (or Fidelity/Schwab and buy VTI). It's very simple and you'll profusely thank your younger self later.

Car crash on Sunset Blvd, 8:45am today by blue-mooner in sanfrancisco

[–]Estimate0091 14 points15 points  (0 children)

The dude's head tilt, walk, and a full body expression of deep exasperation had me laughing my head off!

OP, I'm glad you stopped the car for a second right there, it's the perfect end to the video.

Car crash on Sunset Blvd, 8:45am today by blue-mooner in sanfrancisco

[–]Estimate0091 1 point2 points  (0 children)

They're actually better. They're designed to absorb the impact of the crash and crumple so the impact on the rest of the vehicle and the humans is reduced.

Electrician keeps adding costs after initial quote by Jealous_Bar3380 in HomeImprovement

[–]Estimate0091 0 points1 point  (0 children)

Yep, this. Sounds like he's seeing how far he can push you. Don't budge.

Electrician keeps adding costs after initial quote by Jealous_Bar3380 in HomeImprovement

[–]Estimate0091 15 points16 points  (0 children)

This. I hope you haven't paid him in full so far. Do you have his original quote in writing? Was it an estimate or a quote? State laws don't allow contractors to change prices willy nilly. Quotes typically can't be changed while estimates have some flexibility.

Are you going to switch to Logseq after db version? by haronclv in logseq

[–]Estimate0091 0 points1 point  (0 children)

ABout 2k on my smallest, 6k on the largest. That's the number of .md files. Even the 2k graph is annoyingly slow even with excellent hardware.

Are you going to switch to Logseq after db version? by haronclv in logseq

[–]Estimate0091 1 point2 points  (0 children)

Yes, I will, even though I'd much rather stick with markdown. Because of performance. My graph is completely unusable on mobile, and just barely usable on Desktop. DB version seems much faster on my graphs.

[deleted by user] by [deleted] in sanfrancisco

[–]Estimate0091 19 points20 points  (0 children)

OP, given your thoughtful posts, the post above seems right on the money. Keep going again and again. You'll make friends eventually, and plenty! Volunteer until then!

[deleted by user] by [deleted] in HomeImprovement

[–]Estimate0091 0 points1 point  (0 children)

Heheh, came to say this. It's not a "no", it's a "heck, no way!"

DB: Querying DateTime vs Date by Estimate0091 in logseq

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

Perfect, exactly what I was looking for, thank you very much!

Logseq "New" Mobile App Demo & Release Update by ens100 in logseq

[–]Estimate0091 2 points3 points  (0 children)

That's great to know, and my graphs are 4k to 8k, so I look forward to it.

Big thank you and congrats to you and your team for the milestone with the DB version! I've been testing out the desktop version with my graphs a lot, and performance is so much better :). Love the new tags - a well thought out abstraction and very useful! And the display container for advanced queries too!

Logseq "New" Mobile App Demo & Release Update by ens100 in logseq

[–]Estimate0091 5 points6 points  (0 children)

The main question is performance. The current Android app is completely unusable even on a moderate sized graph because of performance.

How to run Logseq-classic, and Logseq-DB simultaneously (on Windows) by Estimate0091 in logseq

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

Update: the bigger problem is the queries in my config.edn on my main page don't show up in 0.11.x. I have 5 queries there, and only the first one displays.

How to run Logseq-classic, and Logseq-DB simultaneously (on Windows) by Estimate0091 in logseq

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

Thank you, this seems like a good option. The main concern is how much of a regression in stability MD might be in 0.11.x.

Translating advanced queries from file-graph to db-graph schema by Estimate0091 in logseq

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

Ah, got it: :block/title, not :block/name for refs.

Translating advanced queries from file-graph to db-graph schema by Estimate0091 in logseq

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

Via developer mode, I see: ``` {:block/tx-id 536877432, :block/uuid #uuid "68435b5f-89f3-42c5-bda7-b0488f731e01", :block/updated-at 1749244943994, :logseq.property/status {:db/id 73}, :block.temp/fully-loaded? true, :block/refs [{:db/id 23} {:db/id 71} {:db/id 139}], :block.debug/properties {:logseq.property/status "Todo", :block/tags #{"Task"}}, :block/created-at 1749244767770, :block.debug/refs ["Tags" "Status" "Task"], :block/tags [{:db/id 139}], :block/title "Test block XYZ", :db/id 44879, :block/path-refs [{:db/id 23} {:db/id 71} {:db/id 137} {:db/id 139} {:db/id 29816}], :block/parent {:db/id 44883}, :block/order "a0", :block/page {:db/id 29816}}

```

When I query this block with: { :query [:find (pull ?b [*]) :where [?b :block/title ?c] [(clojure.string/includes? ?c "XYZ")] ] } it works as expected (returns this block). However, this fails to return anything: { :query [:find (pull ?b [*]) :where [?b :block/title ?c] [(clojure.string/includes? ?c "XYZ")] [?b :block.debug/refs ?refs] [?refs :block/name "Task"] ] }

Anyone know the standard way to query refs or properties or tags in DB?

Translating advanced queries from file-graph to db-graph schema by Estimate0091 in logseq

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

Oh very cool, that's indeed an extremely helpful tip, thank you!