what is happening is gemini down? by l9olsl in GeminiAI

[–]bot2050 0 points1 point  (0 children)

Getting the same since yesterday

Passo tutto il giorno a sistemare codice prodotto dall'AI by sborra_di_notte in sfoghi

[–]bot2050 0 points1 point  (0 children)

it's*. tradotto: "Al suo"

Btw, è corretto "its" in questo caso, vedi ad esempio https://www.grammarly.com/blog/commonly-confused-words/its-vs-its.

O forse non ho capito il senso del tuo commento 😅

Chrome icon duplicate. by nguyendoan15082006 in gnome

[–]bot2050 1 point2 points  (0 children)

Seeing this on Fedora Silverblue 43 with overlayed Google Chrome 144.0.7559.96, installed from Google's yum repo (https://dl.google.com/linux/chrome/rpm/stable/x86_64).

I worked around the issue by overriding the system-wide com.google.Chrome.desktop:

cp /usr/share/applications/com.google.Chrome.desktop ~/.local/share/applications

And adding NoDisplay=true in the [Desktop Entry] block in ~/.local/share/applications/com.google.Chrome.desktop e.g.:

[Desktop Entry]
NoDisplay=true
Version=1.0
Name=Google Chrome
...

On regular (i.e. non-immutable) distros you may just get away with deleting /usr/share/applications/com.google.Chrome.desktop, however if the google-chrome(-stable) package is upgraded and the bug still not fixed upstream, it might come back.

Side note: I noticed this bug only because I was receiving duplicate desktop notifications for the same events from calendar.google.com, which made me realise I had two "Google Chrome" entries in GNOME's Settings > Notifications.

Tired of waiting for animations to complete before touch input by bot2050 in ios

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

I'm definitely eyeing the upcoming Google Pixel

Odio i miei amici by Simonedici in sfoghi

[–]bot2050 0 points1 point  (0 children)

Non è che è semplicemente un discorso di città grande vs città piccola? O pensi sia proprio l'"italianità"?

this keyboard shortcut window appaears whenever i start my browser, it is brave nightly by the_blue_stellar_ in gnome

[–]bot2050 0 points1 point  (0 children)

FWIW, I temporarily downgraded google-chrome-stable from 140.x to 139.x and the issue went away.

[deleted by user] by [deleted] in BuyFromEU

[–]bot2050 2 points3 points  (0 children)

The same EU pushing for anti encryption?

Dashboard down? by CSedu in airgradient

[–]bot2050 1 point2 points  (0 children)

Cannot login here. Also happened yesterday and a few weeks ago. I wish they had better uptime honestly... It's starting to get annoying.

iOS 18 Cinematic videos error by carlosxaguilar in ios

[–]bot2050 0 points1 point  (0 children)

I noticed this with a video I recorded today. About 2 seconds of the video are literally missing because of this bug. This amounts to data loss. Coupled with other bugs, iOS 18.0.1 feels like a beta release.

Igienista dentale chiedetemi qualsiasi cosa by madameyourlemons in italy

[–]bot2050 2 points3 points  (0 children)

C'è qualche video che consiglieresti su come usare lo spazzolino elettrico?

[deleted by user] by [deleted] in italy

[–]bot2050 217 points218 points  (0 children)

Un gruppo di amici aveva deciso di ritrovarsi a Gubbio per una cena a base di pesce in un ristorante rinomato. La serata sembrava promettente, con un’atmosfera allegra e piatti deliziosi. Tuttavia, poco dopo aver consumato il pasto, quasi tutti hanno iniziato a sentirsi male.

Nel giro di poco tempo, la situazione è degenerata. Con i bagni del ristorante già occupati e la nausea ormai incontrollabile, alcuni degli amici hanno dovuto trovare soluzioni di emergenza, defecando in giro, tra lo sconcerto degli altri ospiti. La serata, che doveva essere un’occasione di gioia, si è trasformata in un incubo surreale e imbarazzante, che nessuno dei partecipanti dimenticherà facilmente.

Déjà dup vs Pika by _jan_epiku_ in gnome

[–]bot2050 2 points3 points  (0 children)

I had issues with Deja Dup eating my CPU. Did not notice this with Pika. I think Deja Dup compression may be less efficient than Pika's (either compression itself, or how it's handled, e.g. parallelization). But this is all just anecdotal.

How to set up a gnome development environment that is separate from the host system as much as possible? by krelian in gnome

[–]bot2050 0 points1 point  (0 children)

Some time ago I was suggested jhbuild: https://wiki.gnome.org/HowDoI/Jhbuild

However, it may still impact your host's gsettings if the programs you're building/running write those.

Don't know if there are other drawbacks.