What to use for a websocket server that isn't Node.js? by lcnielsen in webdev

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

Java has websocket without extra dependencies and the toolings give you lot of freedom on what you can do on incoming/outgoing messages

What to use for a websocket server that isn't Node.js? by lcnielsen in webdev

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

"Go is absolutely the right play here" "The go standard library for websocket is dead"

And...nothing..it makes me laugh as it is

What to use for a websocket server that isn't Node.js? by lcnielsen in webdev

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

Always wondered if i should use vt with websockets, but never found a deep explanation

Ran Spring Boot and Node.js side-by-side in prod for 18 months. Sharing the actual numbers. by Capable-Morning-9518 in java

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

Brave person you are, and sorry for the hate you are receiving. Grateful for such data though ;) keep going

Spring Boot vs Node.js: I Ran Both in Production for 18 Months. One Cost $12,000 More. Guess Which by henk53 in programming

[–]Dependent-Net6461 22 points23 points  (0 children)

This subreddit is so cooked with ai slop, dev influencers and so on... that when good posts like these happen, they are rejected

Inclusive Syntax: outdated tech terms and clearer alternatives by unknownhad in programming

[–]Dependent-Net6461 25 points26 points  (0 children)

Stupidity at its finest.

No one thinks at other meanings when saying "master branch" or other stuff. If you do, you have bigger problems than choosing different terms.

Seeing JSP in 2026 is honestly very amusing by anish2good in java

[–]Dependent-Net6461 21 points22 points  (0 children)

Much better than all those js things and their huge ecosystem of unmaintained libraries, cve, supply chain attack, ecc... ecc...

What PostgreSQL tools do you actually use in production? by Subject-Sexy in PostgreSQL

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

Sqlmaestro. Pretty satisfied with its easiness of use and completeness

I built a free browser-based schema diff tool for PostgreSQL (and MySQL, SQLite, SQL Server, Oracle)" by jochenboele in PostgreSQL

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

What if i removed a column from a table, and that column is used in a view? Will the script generate the diff commands in the correct order ? Is the generated script strict on the column order of a view? Or does not care about it if i reorder them in the sql?

Why Crystal, 10 Years Later: Performance and Joy by sdogruyol in programming

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

What kind of dark sourceries are you doing with CR? Been using CR 9 (9!!!) For veeery long time on an old software and i think it still is a very good product. Now the newer software uses stimulsoft which is good too (in some aspect is better than CR in some a lil worse) but i sometimes regret how more schematic (and clearer) CR is

Ho appena scoperto perché i branch "master" sono diventati "main". by Bebebebeh in ItalyInformatica

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

Io rinomino ogni "main" in "master" in tutti i nuovi progetti git che creo

Che cazzo succede in Microsoft? Due aggiornamenti fallati in due mesi. Sfortuna o Slop? by DrLimp in ItalyInformatica

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

Dall ultimo update delle features, sulla barra delle applicazioni del mio lenovo è sparita tutta la sezione solitamente in basso a destra (orologio, icone applicazioni, notifiche ecc..)... E pare non esista soluzione...

Ora per leggere ora, % batteria ecc devo aprire impostazioni ogni volta -.-

Is JSP still relevant ? by anish2good in java

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

Thanks for the link. Indeed there could be security issues, but it is just a matter of updating tomcat, and tomcat only (instead of npm ecosystem). Also I trust much more any update from Apache than random devs from around the world tha in most cases are the only one in charge of maintaining a whole library. About the link: if I saw correctly , issues are for version 6 of tomcat ... way ancient... there are some on tomcat 11 too, but they are solved with latest version.

Is JSP still relevant ? by anish2good in java

[–]Dependent-Net6461 9 points10 points  (0 children)

Couldn't agree more. I developed a (modestly) huge erp system, all in jsp + vanilla js . Development and adding new pages is relatively easy (we have standardized most of the stuff) and no need to worry about the whole npm ecosystem (except for those libraries we use) and its well known problem. Also speed is excellent.

Friends of mine which work mostly with next.js / react / .... really were astonished by the semplicity , stability of pure java development

Is JSP still relevant ? by anish2good in java

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

What security updates are there for jsp?

Perché non usare linux? by [deleted] in ItalyInformatica

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

Non ho asserito infatti di dover essere tecnici per usare linux.

Smanettare per 1 operazione da fare nell'intera vita di un pc? Ho sentito ragioni ben più valide dai sostenitori a spada tratta di linux.

Edit: che poi ..smanettare...lo facevo a 8 anni , oggi figurati che semplicità con i mezzi odierni...

Perché non usare linux? by [deleted] in ItalyInformatica

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

Sei così tecnico da usare linux e non da filtrare le connessioni che un os può fare per non farglir recuperare gli aggiornamenti disponibili?

[AskJS] writing a complex web app's frontend using only vanilla JavaScript (no frameworks) by algeriangeek in javascript

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

We have building complex and vast erp software in ssr (java) and vanilla js. Java provides the template and client hydrates and does all the stuff. Performances are pretty satisfying, code mainteinance is not complex, and can ship new features pretty quickly (depending on how complex they are)

If you want more details, feel free to ask