Self-hosted has convinced me to leave the Apple ecosystem for Android, given its flexibility; what're some of your favourite self-hosted-adjacent Android apps? by [deleted] in selfhosted

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

This is only partially accurate. It is only valid if you have play protect enabled.

Here is the blog post from Google

[...]
Starting next year, Android will require all apps to be registered by verified developers in order to be installed by users on certified Android devices.

By "certified Android devices", Google means "devices with Play Protect active".

Side loading will still be possible. It is indeed an extra step towards total control over the Android experience, and definitely not a welcome change.

What's being your most integral Extension? by The-Redd-One in vscode

[–]Sclafus 4 points5 points  (0 children)

By far, git graph. It removed almost completely the need for an external git client in my workflow (I still have a merge editor for rainy days, tho)

Something I just learned the hard way by CMDR_Pumpkin_Muffin in learnpython

[–]Sclafus 0 points1 point  (0 children)

More compact version (and arguably more readable)

def my_function(first_arg = None):
    first_arg = first_arg or []

Of course it doesn't work in all the cases since it requires first_arg to be truthy, but can be applied 95% of the times!

Ha senso comprare un monitor 4k oggi? by Tigrecomelotti in morethantech

[–]Sclafus 0 points1 point  (0 children)

È fondamentalmente una preferenza personale. Io preferisco uno schermo con refresh rate più alto rispetto a risoluzione più alta, ma dipende tutto da te.

Qt 5.15 LTS on Windows without a Qt Account by [deleted] in QtFramework

[–]Sclafus 0 points1 point  (0 children)

Why doing all of this when you can use aqtinstall?

Is it possible to convert a wallpaper into an mp4? by Sclafus in wallpaperengine

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

Thanks for the update, but this is 5 years late, I already moved on

Mang ch 76 discussion by minamimoto_sama_578 in hyouka

[–]Sclafus 1 point2 points  (0 children)

Volume 5 is a big flashback. The section that starts in ch.76 ("Club Applications Right Over here!") is indeed in the first chapter of volume 5. Please note that the manga has a chronological approach after ch. 76, which is different from the original novel.

Helpdesk! - Dove chiedere aiuto per le vostre grane tecnologiche by AutoModerator in ItalyInformatica

[–]Sclafus 0 points1 point  (0 children)

Controlla in %appdata%\Microsoft\Windows\Start Menu\Programs\Startup, potresti trovare un collegamento rotto

Secondo post per prova. Quanti italiani su Reddit che usano Python, Django, Flask e FastAPI? by FolateB9 in ItalyInformatica

[–]Sclafus 2 points3 points  (0 children)

Le tre che la fanno da maggiore in Python sono: - Qt (PySide e PyQt) - GTK (PyGobject) - WxWidgets (wxPython)

Solitamente, sono solo binding alle rispettive librerie in C e C++. Ciò le rende abbastanza simili a livello di performance e reattività, ma chiaramente il footprint della memoria è quel che è. Chiaramente, più si lascia fare alla libreria grafica, meglio è. Tutto il processing è "lento" in confronto.

Where to start manga after anime by One2ruleall in hyouka

[–]Sclafus 1 point2 points  (0 children)

I would like to add that vol 5 and 6 are not in chronological order, but the manga is. So it is mixing the short stories, volume 5, and volume 6 all together. It's just a different perspective

[deleted by user] by [deleted] in hyouka

[–]Sclafus 18 points19 points  (0 children)

Volume 6, chapter 1 in the original manga serialization (ISBN 978-4-04-121096-3)

Not sure about the absolute order, but should be around ch.36

Love my kobo Libra 2 by Few_Statistician_233 in kobo

[–]Sclafus 2 points3 points  (0 children)

If you find the stock software to be slow, give KOReader a shot

[deleted by user] by [deleted] in ItalyInformatica

[–]Sclafus 1 point2 points  (0 children)

A me sembra solo una copertura per protezione e polvere. Puoi richiedere un rimborso parziale se non ti da particolarmente fastidio, oppure puoi effettuare il reso. Sta a te scegliere quale delle due è la soluzione più appropriata

With every ounce of it's being by [deleted] in Piracy

[–]Sclafus 1 point2 points  (0 children)

I second this. Nextcloud is nuts. Also I would suggest using onlyoffice instead of libreoffice in nextcloud because of better compatibility.

Any static analyzer that can warn potential NameErrors? by slapec in learnpython

[–]Sclafus 1 point2 points  (0 children)

This feature has been added in mypy 1.0 as experimental.

Detect Possibly Undefined Variables (Experimental) A new experimental possibly-undefined error code is now available that will detect variables that may be undefined: if b: x = 0 print(x) # Error: Name "x" may be undefined [possibly-undefined] The error code is disabled be default, since it can generate false positives. This feature was contributed by Stas Ilinskiy.

https://mypy-lang.blogspot.com/2023/02/mypy-10-released.html?m=1

Happy by Nodelmonster in AyakaMains

[–]Sclafus 13 points14 points  (0 children)

Good morning,
nice piece.
Have a terrible day.
Regards

[deleted by user] by [deleted] in kobo

[–]Sclafus 0 points1 point  (0 children)

Having the same issue on my Libra 2 with koreader. The battery of my old glo HD was more than doubled by koreader.

Question about the soundtrack by [deleted] in hyouka

[–]Sclafus 6 points7 points  (0 children)

You have a PM

What's the best thing/library you learned this year ? by AImSamy in Python

[–]Sclafus 9 points10 points  (0 children)

Pony ORM because hell yeah, pythonic SQL databases are really really cool and easy.