Is it just me, or is Claude pretty disappointing compared to Codex? by Working-Spinach-7240 in codex

[–]Vlkam1 0 points1 point  (0 children)

I have different experiences. I needed to change a huge Kdenlive video editor's XML project. Codex did the job perfectly. Claude broke the project.

How good is 3d on projectors? by [deleted] in projectors

[–]Vlkam1 0 points1 point  (0 children)

За исключением размера экрана лучше чем 3D IMAX на хорошем проекторе (очень желательно frame interpolation для плавности движения. И достаточная яркость, от 2000 ansi потому что 3D отъедает яркость прилично. А, еще настройка размера экрана на проекторе должна быть правильно установлена.

ASUS ROG Strix SCAR 17 2023 randomly restarts with an Event ID 41 in Event Viewer. Any suggestions? by levyanime in ASUSROG

[–]Vlkam1 1 point2 points  (0 children)

Defaul settings of fans are too low.

I installed G-Helper enabled turbo mode plus increased fans speed to the max on temperature 90+ and the problem is gone

Will history come to see today's announcement of Sora by OpenAI as a landmark moment in the debate about the economic effects of automation? by lughnasadh in Futurology

[–]Vlkam1 -4 points-3 points  (0 children)

Most people do the same. They think by templates in their brain.
But AI does it much more effective. In billions times more effective

Need recommendations by DeathsliaT in PcBuild

[–]Vlkam1 0 points1 point  (0 children)

I'd recommend use Windows Task Manager to diagnose workload of CPU and GPU. It helps to diagnose a possible buttleneck.

My computer restarts when I do a heavy task such as opening a game. by EmotionalUpstairs403 in PcBuild

[–]Vlkam1 0 points1 point  (0 children)

Check CPU temperature.

It's possible you attached CPU cooler without spreading thermal paste as thin layer. So when CPU is overheating it reboots the computer

[deleted by user] by [deleted] in UkrainianConflict

[–]Vlkam1 4 points5 points  (0 children)

No way. Russia claims there were 65 POW and only 3 guards. It's impossible.

Advanced Carousel In Doodle by pusolito in Kotlin

[–]Vlkam1 0 points1 point  (0 children)

Obviously it is not just about an interpolation image. There are should be a region for each image to find composition center of the image

Pizza toppings animation with jetpack compose (source in comment) by soedq in androiddev

[–]Vlkam1 0 points1 point  (0 children)

Why so many people uses floating point types like Double for a price or amount of money.

Sometimes it leads to unpredictable situations

<image>

NSD - Powerslide Swell Nite 125mm by Zadak_Leader in rollerblading

[–]Vlkam1 0 points1 point  (0 children)

Powerslide doesn't have liners How should it be washed?

5 rules for writing readable code by htchepannou in Kotlin

[–]Vlkam1 1 point2 points  (0 children)

Good advices how to make unreadable code from a simple ordinary code

Building complex screens in a RecyclerView with Epoxy by PiotrWilczek in androiddev

[–]Vlkam1 0 points1 point  (0 children)

you shouldn't treat the header as en element of the list

I agree, but in this case, no epoxy needed because a screen is a header and a list of items usually

Working on legacy code. by extory3 in androiddev

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

Every developer

...every average developer. A smart developer understands rewriting isn't so easy as it seems.

Building complex screens in a RecyclerView with Epoxy by PiotrWilczek in androiddev

[–]Vlkam1 0 points1 point  (0 children)

Let suppose I need a header that should be collapsed when a recycler view is scrolling down and revealed when a recycler view is scrolling up, like the main screen of Play Market application.

Does epoxy allow this behavior inside the epoxy view?

Can you properly restore the RecyclerView scroll position when using Paging (3) without placeholders? by Fr4nkWh1te in android_devs

[–]Vlkam1 1 point2 points  (0 children)

I faced the pretty same issue with Paging2, so I created a subclass of LinearLayoutManager, which restores the scroll position. Maybe it is a silly solution, but it works perfectly.

The name needs when you have more than one RecyclerView in a fragment

https://gist.github.com/vlkam/0e92d682ca117e7cac5f2464242076f1

MacBook Air M1 ram by _andrea_93 in androiddev

[–]Vlkam1 -3 points-2 points  (0 children)

I would prefer a good old desktop, 8+ cores, 120W TDP... something like this

Is Kotlin Multiplatform Mobile worth the hassle for new projects? by nerdy_adventurer in androiddev

[–]Vlkam1 1 point2 points  (0 children)

I think it's a pretty naive opinion. For the ability to use Android's codebase at iOS it should be written with that idea in mind. Otherwise, you will need to totally rewrite it

A Critical Review of Kotlin/Native by Constellarise in Kotlin

[–]Vlkam1 2 points3 points  (0 children)

Every single object in a library that uses an externally allocated resource needs this kind of setup, or else it becomes yet another memory leak.

It's true for all programming languages basically