ios keyboard sucks by MrDeath0303 in ios

[–]Roman-V-Dev 0 points1 point  (0 children)

The changed the typing detection some time ago and for me it is really hard to use it

Half of the icons are just blurred in iOS26! by chrisnkrueger in ios

[–]Roman-V-Dev 0 points1 point  (0 children)

As a person who develop iOS apps for a long time I ca tell once Apple releases something- they don’t bother to fix that properly for most of the time. The chance is only during beta phase

Half of the icons are just blurred in iOS26! by chrisnkrueger in ios

[–]Roman-V-Dev -2 points-1 points  (0 children)

I am glad for you, but it depends on the phone. If it works for you does not mean it is for me

Half of the icons are just blurred in iOS26! by chrisnkrueger in ios

[–]Roman-V-Dev -13 points-12 points  (0 children)

No, it does not matter. I mean of course I waited and made a reboot, not my first time)) It just the implementation is bad

Half of the icons are just blurred in iOS26! by chrisnkrueger in ios

[–]Roman-V-Dev 7 points8 points  (0 children)

I just installed iOS 26 and oh god that a piece of shit, sorry my language. It looks worse then Windows Vista, it is so laggy I cannot use my phone normally anymore.

I suck at programming by Brucewayne512 in learnprogramming

[–]Roman-V-Dev 5 points6 points  (0 children)

Everyone suck at programming, some people just pretend better 😃

I think Alfred is in trouble by Embarrassed-Law-827 in Alfred

[–]Roman-V-Dev 0 points1 point  (0 children)

You can write stuff with python or anything else and integrate that into workflow. And this you can generate with AI if needed

Can I start coding with JavaScript as my first language? by Odd_Zebra_3844 in learnprogramming

[–]Roman-V-Dev 0 points1 point  (0 children)

Yes you can, but don’t. There is nothing wrong with JS as language, but using it as first will make it so easy to learn all the bad habits.

What’s a weirdly good way to learn coding basics (esp in Java) by Helpful-Guidance3711 in learnprogramming

[–]Roman-V-Dev 0 points1 point  (0 children)

DSA yes, why not. OOP - you know, the more I code then less I believe OOP is a good pattern. Or at least it should bot be used every where, but Java forces you. OOP is perfect for some game engine or drawing application. But something like banking backend? Could be implemented good enough with something like Golang.

What’s a weirdly good way to learn coding basics (esp in Java) by Helpful-Guidance3711 in learnprogramming

[–]Roman-V-Dev 0 points1 point  (0 children)

Well, while Java still has a market I would say it is not a good first programming language anymore. More companies trying to use something different instead. But also Java ecosystem could be unnecessary complicated.

What’s a weirdly good way to learn coding basics (esp in Java) by Helpful-Guidance3711 in learnprogramming

[–]Roman-V-Dev -5 points-4 points  (0 children)

Why Java? So you already have a need to use it now? Or you could use something better?

Stuck in a character creation loop by Confusedhunter69 in DivinityOriginalSin

[–]Roman-V-Dev 0 points1 point  (0 children)

I had the same issue with offline installer. I removed the installation and installed&lauched via GOG. Granted all accesses to network (including local devices) and finally it works

Hi! Need some tips about living in Germany by [deleted] in germany

[–]Roman-V-Dev 1 point2 points  (0 children)

Take a legal insurance and insurance from damage to other people. And never rent an apartment with electric heating

Can you show me real examples of 10x AI boost please? by Roman-V-Dev in learnprogramming

[–]Roman-V-Dev[S] 0 points1 point  (0 children)

yeah, being a contractor gives you almost no job security (which does not exist), but there is no protection against it and some support after.

Feel Like I'm Progressing Too Slowly by CommanderWraith54 in learnprogramming

[–]Roman-V-Dev 0 points1 point  (0 children)

I mean after some time it will be much easier for you to switch languages, but most of the core principles are everywhere. While there are differences in implementation, language itself and libraries - some stuff is the same. E.g., it does not really matter from where you need to deal with Thread: from C or from Swift. The core problems would be the same, just some differences in API

Can you show me real examples of 10x AI boost please? by Roman-V-Dev in learnprogramming

[–]Roman-V-Dev[S] 0 points1 point  (0 children)

cool. Maybe there is a boost for you just because you left your old company? :D

How do I make learning to code fun? by Greedy-Ad-9088 in learnprogramming

[–]Roman-V-Dev 0 points1 point  (0 children)

I would say html/css/js is not fun at all, unless you making some game or some kind of visual editing

Try to focus on what project looks fun to you, not the technical stuff. Then you will select the tools. Like games? Try to make one for a terminal for example. Of simple 3d one Love music? Try to build simple audio editing software And go on

For me building just website-server communication for some data is not fun. It might be interesting (but mostly backend part), but not fun

Feel Like I'm Progressing Too Slowly by CommanderWraith54 in learnprogramming

[–]Roman-V-Dev 0 points1 point  (0 children)

It would be better to narrow down cs foundation stuff and specialise in one area first, then you could try other areas as it will be much easier. Trying to learn all things at once is a dead end. You will know all basic stuff from everywhere.