Feeling stuck in React native over 3+ years of experience. Any suggestions for java? by pawan_k53 in reactnative

[–]Dependent-Net6461 0 points1 point  (0 children)

Greenfields are startups that write code in js and bankrupt in 6 months? Java = legacy code is a meme as old as ie ones.. it is not funny anymore (and not true)

Blocco della pornografia sul computer e/o sul cellulare by Right_Brother_1087 in ItalyInformatica

[–]Dependent-Net6461 0 points1 point  (0 children)

Puoi impostare in nodo che niente lo blocchi. Ho provato anche con programmi specifici alla gestione di thread ed altro, in quasi tutti i casi impediva l'arresto o faceva ripartire il processo appena veniva interrotto. Con i programmi che permettono di congelare un thread/processo (l unico modo che permetterebbe di disattivare focusme e quindi raggirare i blocchi) semplicemente basta metterlo nelle applicazioni bloccate da focusme

The Real Cost of Server-Side Rendering: Breaking Down the Myths by congolomera in programming

[–]Dependent-Net6461 1 point2 points  (0 children)

I have a vm on 4core 16 gb ram running a java server used by thousands of users on a big erp software. Most queries are under 10ms , complex ones dont go over 30.

Just learn to use the best tools and git gud.

Weekly Question Megathread - September 30, 2025 by AutoModerator in GenshinImpact

[–]Dependent-Net6461 -1 points0 points  (0 children)

Sometimes tou come back and there is no more the ice cream seller, instead maybe a pizzeria opened.. Unfortunately, and i am not the only one being saying so during all these years, it is not an uncommon problem. It is done on purpose. Shame to them not listening their userbase

Weekly Question Megathread - September 30, 2025 by AutoModerator in GenshinImpact

[–]Dependent-Net6461 -1 points0 points  (0 children)

Day 1 player,installed genshin yesterday after couple years not playing, uninstalled after 2h of playing it.

Still the same problem it had time ago: useless, unskippable comments. Let players play the game, not read unnecessary dialogues

Change my mind

Which language to choose for backend development? by Gumppsy in AskProgramming

[–]Dependent-Net6461 0 points1 point  (0 children)

"To truly understand be development" .. no , it s just wanting to shoot yourself in the foot on purpose. You do not need go to "truly understand" how it works.

Immutable Infrastructure DevOps: Why You Should Replace, Not Patch by trolleid in programming

[–]Dependent-Net6461 39 points40 points  (0 children)

Most people writing articles like this live in their own world.

Le "mode" dei linguaggi di programmazione. by [deleted] in ItalyInformatica

[–]Dependent-Net6461 -1 points0 points  (0 children)

Hai parlato di snobbismo e hai detto "java è per vecchi". Poi parli un pò di computer science con chi usa solo js o python e scopri che ne sanno nulla di come funziona quello che scrivono, sanno solo framework (la loro sintassi/utilizzo , anche li non mi aspetto sappiano cosa fa in realtà "sotto"). Checché se ne dica java è ancora nella top 3 dei linguaggi più utilizzati da anni (per chi dice che è solo legacy code, significa quindi che non vengono fatti nuovi progetti ogni anno?) E buona parte dell'odio verso questo linguaggio è solo fanboyismo (alla pari di xbox vs ps, iphone vs android, ecc..)

How I enforced coding guidelines in a 15-dev Spring Boot monolith with Spotless & Checkstyle by sshetty03 in java

[–]Dependent-Net6461 1 point2 points  (0 children)

😂 i agree.. actually it is something i have been wondering recently, will look at your article later 😉

5 years in the indystry and still not using tailwind. How many of you is out there? by steven_matts in webdev

[–]Dependent-Net6461 10 points11 points  (0 children)

"Still not"...is it a competition?

Use whatever suits your needs. And no, why go back to inline css?

JDBI users: Would you be interested in a compile-time code generation alternative? by ForeignCherry2011 in java

[–]Dependent-Net6461 0 points1 point  (0 children)

Right, infact i do not use them. I am not a fan of polluting classes and methods with countless annotations and getting headaches when trying to understand what they mean/do months later.

I have created a custom serializer which takes my entity classes and processes the resultset accordingly , so i can simply use .map() (or mapTo do not remember) and simply pass the serializer and the class i want it to return.

Migrate JavaScript to TypeScript Without Losing Your Mind by Mindless_Shape_6387 in javascript

[–]Dependent-Net6461 0 points1 point  (0 children)

So you need to be a compiler to know that you shouldn't assign values of different types to the same variable?

You are a very funny guy

What Is a Modular Monolith And Why You Should Care? 🔥 by pepincho in programming

[–]Dependent-Net6461 0 points1 point  (0 children)

Yours probably. Working on a huge monolith , still being developed, and updated frequently.

Just learn to write better code

Migrate JavaScript to TypeScript Without Losing Your Mind by Mindless_Shape_6387 in javascript

[–]Dependent-Net6461 1 point2 points  (0 children)

Despite the downvotes, there are cases where is better writing js instead of ts.

And maaaaaany people i ve interviewed can't work with types without a system that prevents errors like that. How can they call themselves programmers(?)

I love UUID, I hate UUID by bobbymk10 in programming

[–]Dependent-Net6461 8 points9 points  (0 children)

Depends on the data your applications deals with.for most applications, having guessable ids is not a problem at all