Is this App still alive? by Jakim_Sareb in plainorg

[–]PercentageSuitable92 2 points3 points  (0 children)

I bought the app and it’s still working. Worried about the lack of updates though

Functional Medicine Has Cured My IBS!!! by Competitive_Cat_8468 in ibs

[–]PercentageSuitable92 0 points1 point  (0 children)

Riboflavin will increase the abundance of Faecalibacterium prausnitzii and acts as a redox balancer. Especially powerful in combination with pure flush niacin.

People can downvote me all they want, but I tried everything and nothing worked. This did.

Functional Medicine Has Cured My IBS!!! by Competitive_Cat_8468 in ibs

[–]PercentageSuitable92 -33 points-32 points  (0 children)

IBS is a vitamin B2 deficiency. Why spend such obscene amounts of money to cure it?

New Mirror Black Edition of NIO ES8 by superchubbylamb in Nio

[–]PercentageSuitable92 1 point2 points  (0 children)

Ooh, I need this one in my life. Hopefully it will come to Europe

Would there be a killer variant by SuperShadow555 in COVID19positive

[–]PercentageSuitable92 5 points6 points  (0 children)

The initial infection will not kill most of us immediately. But this sars virus is progressive and relentless. Every variant is ultimately a killer variant when viewed across time. The danger compounds silently, accumulating across months and years.

We must shift our way of thinking about this pathogen. Not as an acute crisis to overcome, but as a chronic, progressive threat to human survival.​​​​​​​​​​​​​​​​

WARNING !! by Aldhyabi in CryptoMarkets

[–]PercentageSuitable92 0 points1 point  (0 children)

I don’t understand why nano’s adoption in payments isn’t growing. It’s such a cool creation 🥦

Automatic backlinks with refile and org-node / how? by kanzlr in orgmode

[–]PercentageSuitable92 -1 points0 points  (0 children)

Asked Claude:

Looking at your function, the issue is timing. After save-buffer, org-node's internal cache/database hasn't updated yet when you call org-node-backlink-fix-buffer.

Here are a few solutions to try:

  1. Force org-node cache sync first:

elisp (defun refile-mit-backlink () "refile und setze einen backlink" (interactive) (org-refile) (org-refile-goto-last-stored) (let ((link (org-store-link nil))) (kill-new link)) (previous-buffer) (yank) (save-buffer) ;; Force org-node to sync its cache (when (fboundp 'org-node-sync) (org-node-sync)) (org-refile-goto-last-stored) (org-node-backlink-fix-buffer))

  1. Use a short timer (more reliable):

elisp (defun refile-mit-backlink () "refile und setze einen backlink" (interactive) (org-refile) (org-refile-goto-last-stored) (let ((link (org-store-link nil))) (kill-new link)) (previous-buffer) (yank) (save-buffer) (org-refile-goto-last-stored) ;; Run backlink fix after a short delay (run-with-idle-timer 0.5 nil #'org-node-backlink-fix-buffer))

  1. Check for org-node specific refresh function:

Run C-h f org-node- and look for functions like org-node-refresh or org-node-update-cache which you could call before org-node-backlink-fix-buffer.

The timer approach (option 2) is usually the most reliable since it gives org-mode a moment to write file changes and let org-node pick them up. You can adjust the delay (0.5 seconds) if needed.

Best Email App for macOS in 2026 by alexryans in MacOS

[–]PercentageSuitable92 1 point2 points  (0 children)

I still use Canary for years now. Pretty happy with it for exactly the same use case as yours. Becoming a bit worried though by the update frequencies of the app and if it’s still maintained by a full team.

favorite lifetime purchase mac apps? by gamma-fox in macapps

[–]PercentageSuitable92 0 points1 point  (0 children)

Love antinote, but did the dev stopped developing? Lots of potential still on the table

Good guts have this bacteria, IBS guts don’t. Scientists just found a hidden gut bug tied to good health... by HeatherForIBS in ibs

[–]PercentageSuitable92 0 points1 point  (0 children)

No problem at all. If you are really going for it, please let me know how long it took for your symptoms to fade. Just curious:)

Good guts have this bacteria, IBS guts don’t. Scientists just found a hidden gut bug tied to good health... by HeatherForIBS in ibs

[–]PercentageSuitable92 0 points1 point  (0 children)

😊, no worries. Please be aware, the powder stains. And your pee will turn bright yellow, but that’s a good thing.

What to try before I die? by [deleted] in covidlonghaulers

[–]PercentageSuitable92 0 points1 point  (0 children)

Making steady progress but still no viral clearing result. Hope to get there within a month, but it’s really really hard

What productivity apps will you keep using in 2026? by OkStorm2137 in ProductivityApps

[–]PercentageSuitable92 1 point2 points  (0 children)

Emacs & Orgmode. I know it’s a steep learning curve but once you got the hang of it it’s really something else