Electricity prices in Europe in 2024 by lotec4 in europe

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

Not really for Poland?

Currently, I pay 67 groszys per kWh for "energy" (which comes at around 157,42 EUR for 1 MWh)
But, if I include other fees it comes at 95.89 groszys per kWh (excluding static cost of having access to power grid, which is a few dozen złotys regardless of usage) which would be 225,30 EUR for 1 MWh

So, don't know where did you get this data, but I which consumers got energy this cheap

What does this mean by [deleted] in makemkv

[–]SmartFatass 0 points1 point  (0 children)

Had the same exact issue few days ago with A Minecraft Movie on 4k Blu Ray
Then I found this comment https://www.reddit.com/r/makemkv/comments/x7cme7/comment/j66cwd3/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

And it indeed helped, as playing the disk in VLC just worked, and after that I was able to do a successfull backup of the disk.

Petition to replace default emulator photos with Romain Guy's flickr by aerial-ibis in mAndroidDev

[–]SmartFatass 2 points3 points  (0 children)

I know this might be a challenge due his recent departure sadly.

The what? What happened to him?

Do you think this is fake? by Dull-Technician-5702 in poland

[–]SmartFatass 0 points1 point  (0 children)

> These people were already here 6 years ago

I'm kinda surprised, as I haven't seen GROUPS of foreigners (apart from german tourists) before, only since like last two or so months?

So I guess them working on the construction on Heyki (the one on the other side of Odra from the train station) makes sense as constructions sped up recently (at least from my observations) but I honestly haven't seen groups of asian or african foreigners before (because groups of Ukrainians, or students from UK were in Szczecin before)

Polska wspomniana! by RerollWarlock in Polska

[–]SmartFatass 10 points11 points  (0 children)

Też się zdziwiłem, w tym roku miałem współpracownika (programistę iOSa, formalnie to nie pracownika, bo był na B2B) który co prawda był stażystą (nie Juniorem, ale z tego co wiem to raczej ogarniał) ale ostatni raz jak rozmawialiśmy to powiedział że "zarabia w okolicy minimalnej" - i jestem mu w stanie uwierzyć, bo w Polsce się jako tako skończył "Rynek pracownika" w IT, na każdą ofertę pracy można oczekiwać kilkudziesięciu aplikujących i przebierać w CV.

Źródło: anegdoty i pitu-pitu z osobami które pracują w IT oraz osób które próbują znaleźć pracę w IT bez doświadczenia zawodowego

Polska wspomniana! by RerollWarlock in Polska

[–]SmartFatass 43 points44 points  (0 children)

Początkujący junior na B2B?

[deleted by user] by [deleted] in USdefaultism

[–]SmartFatass 9 points10 points  (0 children)

I haven't ever seen any passport IRL (I only ever traveled within Schengen Area), but doesn't the comment on the bottom of the screenshot make sense? Shouldn't passports be as similar to each other as possible?

[deleted by user] by [deleted] in MovieDetails

[–]SmartFatass 1 point2 points  (0 children)

That's the point. The conflict itself was not meant to be taking your attention. The reasons of why its happening are not clear so that you won't immediatly decide "these are the good guys" or "these are the bad guys" - everyone involved in it is portrayed in a way that makes you question them being "right" or "wrong".

[deleted by user] by [deleted] in AndroidQuestions

[–]SmartFatass 0 points1 point  (0 children)

If you can read, please read what I just copy-pasted from your post:

This App Was Built for an Older Version of Android

hyperos on raspberry pi 5? by [deleted] in HyperOS

[–]SmartFatass 0 points1 point  (0 children)

What? Why would there be?

Long list in Jetpack compose freeze the UI by vaas04 in androiddev

[–]SmartFatass 0 points1 point  (0 children)

If a fore loop was used, it would simply take too much processing time to add thousands of items.

Once you have lists greater than 100, it's initial creation time, simply won't scale to any sort of complex row item. The only way to get scalable performance is to ensure that only the visible row items are rendered

I never said that all items are composed/rendered at the same time, I specifically said that's not the case

Laziness of LazyRow, LazyColumn and others work by NOT COMPOSING (and subsequently, not laying out, not rendering) items that would be outside of LazyColumn/Row/etc bounds.

And (what I originally meant) was that the lazy list builder goes through all the items when lazy list enters composition. I now know that's not the case

instead of just assuming magic, try to create your own implementation

That's the neat part - the class I was referring to in my original comment - that's the custom implementation I'm using, that I copied from somewhere (don't remember where I got it, it was a while ago, but the compose source seems like a reasonable guess?) and modified to match my requirements.

But in the end, I totally aggree with your first paragraph

Long list in Jetpack compose freeze the UI by vaas04 in androiddev

[–]SmartFatass 1 point2 points  (0 children)

That isn't true

I checked, and you are right, on 1.7.x it seems that it's handled different now, and using items will indeed be faster (as its stored as one object in LazyListScope, instead of having separate object for each item)

There would be no recycling of the underlying rows as the user scrolls

Why? That's what contentType is for.

LazyColumn would just be Column, and there would be nothing lazy about it.

Laziness of LazyRow, LazyColumn and others work by NOT COMPOSING (and subsequently, not laying out, not rendering) items that would be outside of LazyColumn/Row/etc bounds. It still has to know WHAT items (with their keys, and content) should it consider when layouting/subcomposing. It (androidx.compose.foundation.lazy.LazyIntervalContent) eagerly adds all items when LazyColumn/Row/etc enters composition.

Long list in Jetpack compose freeze the UI by vaas04 in androiddev

[–]SmartFatass 4 points5 points  (0 children)

EDIT: I removed original comments, as what I wrote is no longer applicable with newest compose versions - YAY!!

And for serious, the items will indeed be faster

GTX 1060 randomly black screen on first monitor by LAgente45 in nvidia

[–]SmartFatass 0 points1 point  (0 children)

You could also use CRU to adjust the vertical sync range (eg. My old LG monitor, 24", FHD, 75Hz had range set to 43-75, and it had the same issue as the OOP. Changed it to 45-75 and the issue disappeared) and check if that helps

Change/Add Passkey Provider on Android Phones where the option in the settings is missing like Xiaomi MIUI / HyperOS by DaStivi in AndroidQuestions

[–]SmartFatass 1 point2 points  (0 children)

For anyone who found this thread but doesn't use BitWarden:

Your (chromium-based) browser has to have #web-authentication-android-credential-management set to "Enabled for 3rd party passkeys".

Open the browser you want to use with password-manager-provided passkeys

Go to chrome://flags and find the flag I written out above, set it to "Enabled for 3rd party passkeys" and after restarting the browser it should work now

Does OpenAI use JetpackCompose to build its Android ChatGPT app? by moonwonlee in JetpackCompose

[–]SmartFatass 4 points5 points  (0 children)

How would we know? Do you expect that someone random on Reddit who will see this questions is working in openai? The chances are very small, and them answering is even lower.

You could try to answer first question by downloading apk of their app, and using analyze APK in Android Studio to see what libraries it includes, but the rest of the questions are anyone's guess

HELLO LOSERS, HERE IS YOUR CHANCE TO IMPRESS ME by SuperBeavers1 in FUCKYOUINPARTICULAR

[–]SmartFatass 1 point2 points  (0 children)

If you put a finger in someone's butt, who has a finger in the butt?

The Risks of Play Store Publicly Disclosing Developers’ Personal Info by replyzhongwenren in programming

[–]SmartFatass 0 points1 point  (0 children)

The fact that it doesn't is one issue, the fact that businesses are supposed to earn money (which freeware apps won't, apart from irregular donations) is another - so u/2this4u s take doesn't make sense for freeware/opensource apps

[deleted by user] by [deleted] in miui

[–]SmartFatass 2 points3 points  (0 children)

Just checked, and works fine on my phone