
u/lilacomets

Is Bilgaard een veilige wijk om te wonen?
Hoi!
Binnenkort ga ik misschien in Bilgaard wonen. Nu lees ik online veel negatieve verhalen over de wijk. Zo zijn er vorig jaar twee mensen neergestoken.
Dat geeft me eerlijk gezegd niet echt een geruststellend gevoel. 😂 Helaas is er door de huidige woningkrapte niet bepaald veel keuze en zit er niets anders op.
Daarom ben ik benieuwd naar de ervaringen van mensen die er wonen of hebben gewoond. Is Bilgaard echt zo onveilig als sommige verhalen doen vermoeden? Kan ik daar 's avonds bijvoorbeeld gewoon over straat zonder me constant zorgen te hoeven maken dat er iets gebeurt?
[NL] Blank screen when trying to add money using iDEAL
Hello everyone!
I'm trying to add money to my Revolut account using iDEAL. After selecting my bank, I only get a white screen and I the app doesn't allow me to refresh the page.
I've tried it multiple times and also restarted my phone, but the problem persists. I'm using Revolut on an iPhone (because Revolut blocks my rooted Android phone, but that's another story).
Does anyone else have this problem?
Anyone else experiencing the Flutter/Gradle upgrade hell?
Hello everyone!
It's this time of the year again where Google forces us to increase the target SDK level.
For me this is the only time I upgrade my Flutter environment. And when I do I go all the way, I upgrade the whole thing: Flutter itself and Android Studio and all of its plugins. On top of that I upgrade all pub packages in my projects to their latest versions. This time I also decided to start fresh and create a new Flutter project through the template in Android Studio for all my apps.
Every year, it's a struggle to get my apps to get my app working again. But this year it's particularly bad. Apparently the new Flutter project template uses Gradle 9 instead of 8. And that opens up a can of problems: plugins suddenly aren't compatible anymore and all my projects suddenly show a warning:
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/C:/Users/xxx/.gradle/wrapper/dists/gradle-9.5.0-all/aca6g93cdtcf0oapcfka748qh/gradle-9.5.0/lib/native-platform-0.22-milestone-29.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
There's very little written about this error, but it seems like Gradle 9 isn't compatible with the latest JDK version Android Studio ships with. Problem is that an empty Flutter project shows this warning out of the box. I tried downgrading my JDK version, but the warning stays. Great.
This is not it. There are more upcoming breaking changes due to switching to Kotlin. Now the following warning shows as well:
WARNING: Your app uses the following plugins that apply Kotlin Gradle Plugin (KGP): device_info_plus, file_picker, keep_screen_on
Future versions of Flutter will fail to build if your app uses plugins that apply KGP.
Please check the changelogs of these plugins and upgrade to a version that supports Built-in Kotlin.
If no such version exists, report the issue to the plugin. If necessary, here is a guide on filing
an issue against a plugin: https://docs.flutter.dev/release/breaking-changes/migrate-to-built-in-kotlin/for-app-developers#report-incompatible-kotlin-gradle-plugin-usage-to-plugin-authors
So basically the Flutter team is going to force another breaking change soon that causes plugins to stop working. It's just dumped on us: we're implementing another breaking change, deal with it. Just like that.
It's unbelievable that in 2026, in a time where AI exists, upgrading Flutter to the latest versions still isn't a smooth process. I've been working 3 days now to get my simple apps working again and I've been greeted with errors all the time.
I believe the source of most of the problems is Gradle. I wish that piece of crap was phased out. It's beyond me why they release Gradle version 9 that is not compatible with the latest JDK version. 🙃
Gradle is a non-functional, frustrating piece of misery that should be replaced ASAP by something modern that provides a smooth development experience.
Now I'm left with 3 apps in a broken state. Plugins that worked well are broken. I wish I never did the Flutter upgrade.
Anyone else has the same frustrating experience?
Frozen Bubble online multiplayer down, website redirects to a casino scam
Hello everyone! 😊
One of my first memories of using Linux is playing Frozen Bubble back in 2005. Together with SuperTuxKart it is one of my favorite FOSS Linux games. At the time I was using Red Hat 9.
Frozen Bubble is a cute bubble shooter game inspired by Puzzle Bobble. I'm not entirely sure how I discovered it. Maybe it was included with Red Hat 9, or perhaps Knoppix (another distro I used around that time).
The game also has a fantastic soundtrack. Here's my favorite song, which plays on the main menu:
https://www.youtube.com/watch?v=lpzvM3qCNjo
And while playing:
https://www.youtube.com/watch?v=Xbsa0MSDBJw
Back in the day I used to play Frozen Bubble online. Today, out of nostalgia, I decided to install it again through the Debian repro after about 15 years and play it once more. Sadly when I try to play online it shows an error message.
I discovered that the project website (Internet Archive: frozen-bubble.org) has been taken over by stupid casino scammers. According to the Wayback Machine the website appears to have been abandoned since 2024.
Does anyone remember Frozen Bubble? 😊 Can anything be done to recover the project website and get the domain out of the scammers' hands?
External USB hard drive keeps spinning after my PC is shut down
Hello everyone!
I have a desktop PC with an ASUS motherboard. I have an external USB hard drive connected to the front USB 3.0 port on my case.
The problem is that the hard drive keeps spinning even after I shut down my PC. Is there a way to make it power off when the computer shuts down?
I'm also wondering if this is normal behavior. I'd like to keep USB power available so I can charge my phone while the PC is off, but I don't want the external hard drive to keep spinning the whole time.
How do you go No Contact?
Hello everyone!
She dumped me earlier this year because her "family doesn't accept me" and she wanted to stay friends. I agreed.
I want to go No Contact because she keeps being rude. But how does this usually work? Do I announce it to her? Or do I just block her all of the sudden?
Also, should No Contact be permanent? I often read here about exes coming back. But that's not possible while No Contact is effective?
I also wonder why to do if I regret going No Contact. I still care about her, even though she's being rude.
How to join the Founders Club?
Hello everyone!
I read there's a Founders Club, which can be joined by making a $49.99 one-time purchase. I'd love to join, but I can't find a way to purchase it anywhere within the app.
I read about it here, but it doesn't show up for me:
https://www.reddit.com/r/roostslowcialmedia/s/ZHvR4VS445
Sadly it only shows Supporter subscriptions. I'm suffering from subscription fatigue, so I'm not interested in another subscription.
Does anyone know how to join the Founders Club?
EDIT: Not sure if it makes any difference, but I use Android.
How can I completely block supabase.auth.updateUser() from the client side for better security?
Hello everyone!
I'm using Flutter and the Supabase SDK. The user (client side) can update their own password, and other properties like their email address, by using the updateUser method:
final response = await Supabase.instance.client.auth.updateUser(
UserAttributes(
password: 'newSecurePassword123!',
),
);
I don't want that. The user should not be able to call this on the client side. I only use OTP, so the user should not be able to set a password at all. I don't want the user to be able to change their email address through UserAttributes as well. I do this through my edge function, so I can run my own validations.
Important: I still want to be able to do this in my edge function, for example:
await ctx.supabaseAdmin.auth.admin.updateUserById(userId, {
email: "new-email@example.com",
email_confirm: true,
});
My question is: how can I enforce server-side restrictions to prevent users from calling supabase.auth.updateUser() completely from the client side?
Thanks for reading.
Can your CQS recover from a permanent subreddit ban?
Hello everyone!
A few months ago, I and a number of others were permanently banned from a subreddit because a moderator disagreed with a certain opinion.
The same thing happened to me in the past, so I'm currently permanently banned from two subreddits. They were both relatively small subreddits, and in my view the moderators abused their power.
At the moment my CQS is moderate. I was wondering: is it still possible to reach the highest CQS level while being permanently banned from certain subreddits? Or will my CQS stay at moderate forever, making it better to create a new account?
Heeft iemand hier ooit een langdurige vriendschap gevonden?
Hoi!
Ik vroeg me af: heeft iemand hier na het plaatsen van een post een langdurige vriendschap aan overgehouden?
In het verleden heb ik al eens een post geplaatst in de Engelstalige variant, maar daar is eigenlijk nooit iets uitgekomen. Maar misschien had ik gewoon pech.
Daarom dacht ik: laat ik eerst eens naar de ervaringen hier vragen voordat ik weer een lange post schrijf. 😊
Researchers demonstrate Android 17 root exploit triggered by a single URL click
x.comTIL: Holding the CTRL key in Windows Task Manager stops the process list from jumping around
Hello everyone!
I recently learned a trick that solved a annoyance in Windows Task Manager for me that I had ever since the Windows 2000 days.
When Windows Task Manager is open the processes in the list keeps "jumping" based on how they're sorted. This makes it frustrating sometimes to find the process I'm looking for. It even feels like a cat and mouse game sometimes.
The trick is to hold down the CTRL key when Task Manager is open. This causes the list of processes to stay in position, making it easy to pick the right process. 👍🏻👍🏻
Am I the only one who didn't know about this for all these years? I wonder in which Windows version it was introduced.
Looking for a free SMTP provider for Supabase
Hello everyone!
I'm developing a small app with Supabase and I'm currently using the free plan.
I recently found out that Supabase's built-in email service is limited to 2 emails per hour. I only need email for OTP logins and password resets.
Does anyone know if there any free SMTP providers that work well with Supabase?
PS3 and PS Vita stores are shutting down: many games and DLC will no longer be available for purchase
theverge.comLandelijk vuurwerkverbod definitief: vanaf deze jaarwisseling geen consumentenvuurwerk meer
nu.nlIt's summer. Any news about the return of the Eminem vs. Slim Shady Pack DLC?
Hello everyone!
Summer has arrived. 🌞 There were rumors that the Eminem vs. Slim Shady pack will return during the summer.
For these who don't know: It's a DLC that was available for just a few weeks at the end of the last year.
Does anyone know if there's any news about the return of this DLC?
I'm also sharing my favorite Eminem song:
https://www.youtube.com/watch?v=xFYQQPAOz7Y
What's your favorite? 😊
Can I set the keyboard backlight of this laptop to a custom solid color?
Hello everyone!
I was wondering if the keyboard color of this laptop can be changed to a custom solid color?
https://www.coolblue.nl/product/969117/msi-cyborg-15-b2rwgkg-482nl.html
I tried looking in MSI Center, but the Mystic Light settings aren't there. This makes me think it's not possible. The keyboard backlight is multi colored, though, as seen on the picture.
I can't find a manual for this specific model either.
Does anyone know if it's possible to change the color?
The 54.6% price increase is out of proportion
Hello everyone!
I just found this overview of the recent price increases for Apple products:
https://www.reddit.com/r/mac/s/RcAAtHUedq
As you can see Apple TV is affected the most, a whopping 54.6% price increase.
Apple TV is not only an old device, it also has least amount of the memory compared to the other devices.
Why did Apple increase price of Apple TV so much, even though, given the amount of memory, it should be the least affected device?
Another thing I'm wondering: Will Apple decrease prices in case the AI bubble pops? Or will these prices become the new standard?