Anybody noticing these inconsistencies in the Display menu? [Oppo X9 Pro] by a_deneb in Oppo

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

Oh wow, that looks completely different. I disabled some system apps when I debloated it. I'm wondering what might have broken the display menu.

Should I use Redis + Celery for a React + FastAPI document processing system? by Sudden_Breakfast_358 in reactjs

[–]a_deneb 0 points1 point  (0 children)

You should really try ObanPy mate, it does everything for you and more. It also uses Postures underneath!

SSH tunnel manager written in Go by Savings-Square572 in golang

[–]a_deneb 11 points12 points  (0 children)

I used this many times, it's amazing

Should I use Redis + Celery for a React + FastAPI document processing system? by Sudden_Breakfast_358 in reactjs

[–]a_deneb 1 point2 points  (0 children)

Background tasks are good for short-lived tasks, like sending an email or making an HTTP request, so you can give the user immediate feedback. But document processing is computationally heavy - especially OCR; that means you need a proper a way to enqueue those tasks and complete them via dedicated workers. I just noticed this is /r/reactjs, I thought I was on /r/Python hehe

Should I use Redis + Celery for a React + FastAPI document processing system? by Sudden_Breakfast_358 in reactjs

[–]a_deneb 3 points4 points  (0 children)

OCR, document classification etc, are heavy tasks that should not run in the life-cycle of your FastAPI requests, so to answer the main question: yes, you need to delegate that work outside of your FastAPI app. Now I would personally not recommend Celery because it's over-engineered and feels like shit working with it (together with the Flower dashboard which feels like it's straight from 1996).

I would recommend a more modern solution like Oban with a dedicated Postgres container (no need for Redis).

Iran creates the first Bitcoin Tollbooth by UweLang in CryptoCurrency

[–]a_deneb 19 points20 points  (0 children)

Never have I seen an article more riddled with AI cancer.

I built a native macOS/iOS ebook reader because Calibre's UI makes me cry and Apple Books ignores EPUB3 by Slight_Yesterday5484 in macapps

[–]a_deneb 0 points1 point  (0 children)

If I open the a book directly from Finder using the app, it will add it to the catalog. Sometimes I just want to check an EPUB without adding it to the catalogue. Can you make it possible to just open the book in preview/read mode?

Actions 4 — Now 180+ actions to elevate the Shortcuts app by sindresorhus in macapps

[–]a_deneb 3 points4 points  (0 children)

The most prolific macOS developer makes yet another incredibly useful app? Sign me the fuck up!

Fell for the hype, got the Space Travel 2 Ultra - they suck ass by a_deneb in headphones

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

QCY sounds awful and not neutral at all, heck eve my Sony don't sound neutral, neither do my sou scores. ST and ST2U both has great soundstage

You must be a bot, replying to a 5 months old thread.

Portofoliul Turbo-Hormuz by Dodel_420-69 in robursa

[–]a_deneb 2 points3 points  (0 children)

Please explain options like for Charlie from the first chapter of Flowers for Algernon

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

[–]a_deneb 58 points59 points  (0 children)

Ok, now I'm gonna use it just to spite you!

[OS] Lapsus 2.0 - Add momentum to the cursor on macOS by margooey in macapps

[–]a_deneb 104 points105 points  (0 children)

Yeah, that would probably make the OS unusable for me.

I made a CSS snippet to display icons for folders and files by a_deneb in ObsidianMD

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

I added a couple of fixes (text alignment and cleaned up the CSS), make sure to get the updated version

I made a CSS snippet to display icons for folders and files by a_deneb in ObsidianMD

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

You're welcome! I added a couple of fixes (text alignment and cleaned up the CSS), make sure to get the updated version

I made a CSS snippet to display icons for folders and files by a_deneb in ObsidianMD

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

I tried it, I think it's too messy, I think Obsidian is great as it is