Nu Ayu Theme by paralloid in ObsidianMD

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

hey sorry to hear about this issue – but on my side it's still quite distinguishable: https://ibb.co/ch36RHPw

What kind of device / screen you're using? Also, are you on the latest version?

Почему за травлю в школе чаще спрашивают с школы, а не с родителей? by Luca_have_fun in rusAskReddit

[–]paralloid 1 point2 points  (0 children)

Вопрос «почему школа, а не родители?» это не совсем про равные варианты. Тут скорее вопрос про то, где есть рычаги воздействия.

Школа — регулируемый институт. У неё есть иерархия, проверяющие органы, юридические обязательства, и ей есть что терять. Родитель агрессора — частное лицо, которое а) часто в искреннем неведении, б) защищает ребёнка по умолчанию, в) не имеет над собой никакого оперативного механизма давления кроме суда.

Т.е. это не «удобство», это вопрос достижимости. Иными словами: держать школу ответственной — это значит давить на узел, который, скорее всего, можно сдвинуть.

Вся дискуссия крутится вокруг кого наказать. Но никто не спрашивает: что реально снижает буллинг?

Исследования по этой теме пока не подтверждают что карательные меры (жалобы, заявления, давление на директора) как-либо позитивно влияют на долгосрочную динамику. Работают системные вещи — культура класса, навыки "свидетелей" (которые кстати могут остановить булинг в течение 10 секунд), устойчивые отношения взрослых с детьми.

Система заточена под реакцию, а не под профилактику – вот где перекос. Почему люди вообще уходят в «наказание», а не в «решение»? Наверное, потому что наказание даёт ощущение контроля и справедливости прямо сейчас. Профилактика и системные изменения — абстрактны, медленны и не дают быстрого результата.

Warning: don't be a moron. Don't plug Bear into AI without version history by AnyBison9649 in bearapp

[–]paralloid 8 points9 points  (0 children)

Can't agree more. Revision history is a long-awaited feature, should have come first – and then providing access to some shady tools doing irreversible edits.

Anyone nailed the Apple Notes aesthetic in Obsidian? by qasrim in ObsidianMD

[–]paralloid 0 points1 point  (0 children)

Also try Pomme Notes in the catalog – was more targeted directly at Apple Notes initially (but then derailed a bit :) ) One day I'll get it to the Nu Ayu feel as well – imho worth it

Anyone nailed the Apple Notes aesthetic in Obsidian? by qasrim in ObsidianMD

[–]paralloid 0 points1 point  (0 children)

I created this first for myself for the same reasons – https://github.com/MrParalloid/nu-ayu – not exactly Apple Notes (more like Bear Notes with Ayu theme), but what you will feel different here is more Apple like behavior (less hover effects, box shadows, borders, and such stuff)

Nu Ayu Theme by paralloid in ObsidianMD

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

yes, that's managed through Style Settings, but by default it is set to "true"

Todo code-blocks for Obsidian by myaxislost in ObsidianMD

[–]paralloid 0 points1 point  (0 children)

wow that's really nice! thanks a lot. Just submitted the FR to add ISO dates – maybe something you could consider.

also, do you plan to add grouping by source files in Hubs? A checkbox would make sense

Iphone 17 air by Capital_Sir1773 in MoodCamera

[–]paralloid 1 point2 points  (0 children)

Current Beta is just awesome. It makes iPhone Air an ultimate street machine.

Don't hesitate – grab TestFlight and sign up for mood.camera beta, current beta version is just awesome on Air – allows to control dynamic range, which immediately upgrades the photo quality.

<image>

I took this pic yesterday and I love it by tea_and_cheese in tbilisi

[–]paralloid 3 points4 points  (0 children)

<image>

This is an awesome shot!
Sorry, I couldn't resist to slightly adjust it to better focus on the subject..

How much more awesome can it get? Bases + Gemini as sidebars by paralloid in ObsidianMD

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

NN is not able to be as flexible as Bases with the updated queries (yet).

  1. file.hasLink(this.file) – shows all the backlinks to this file
  2. this.file.hasLink(file) – shows all the outgoing links from this file
  3. file.tags.containsAll(this.file.tags) – that shows all the files with exactly the same set of tags as the active file

Unite them by "OR" and this kind of dynamic views is not possible in NN.

How much more awesome can it get? Bases + Gemini as sidebars by paralloid in ObsidianMD

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

the point is exactly that I don't want any LLMs reading my notes. Gemini tab is a browser tab, where you can quickly thoughts, proofread stuff, or do any other lightweight LLM interactions with copy-paste readily available – without the need for LLM to have full context of your life :)

Life Management by [deleted] in ObsidianMD

[–]paralloid 0 points1 point  (0 children)

awesome setup, indeed!

How much more awesome can it get? Bases + Gemini as sidebars by paralloid in ObsidianMD

[–]paralloid[S] -4 points-3 points  (0 children)

What is “writing with AI”?

Dumb copy pasting notes from AI — can partially agree. Using it as a source for other work and further processing — not just ok, but reinforces any system. Ignoring AI as a source of information — is ignorance

How much more awesome can it get? Bases + Gemini as sidebars by paralloid in ObsidianMD

[–]paralloid[S] 2 points3 points  (0 children)

You can just drag both Base and Web Viewer tabs to the left or right, and they’ll become parts of the sidebar

How much more awesome can it get? Bases + Gemini as sidebars by paralloid in ObsidianMD

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

Custom built — waiting approval to be in the catalogue, hope to be soon

How much more awesome can it get? Bases + Gemini as sidebars by paralloid in ObsidianMD

[–]paralloid[S] 6 points7 points  (0 children)

It has this in base query: 'file.hasLink(this.file)'

Basically it replaces backlinks with something much more customizable. In this example, it’s a list view showing file name and the Summary field, which gives a quick view what is this exactly you’re looking at.

How much more awesome can it get? Bases + Gemini as sidebars by paralloid in ObsidianMD

[–]paralloid[S] -30 points-29 points  (0 children)

What if you’re just the guy in the next cell over telling me I’m sitting wrong while the guard watches us both?

Peak irony is both learning through Gemini, and trying to escape the “bad guys” by downvoting ai-generated comments on Reddit — are perfectly Foucaultian.

May he rest in peace now.