fell, to programming
@fell@ma.fellr.net avatar

Without going into too much detail, my thesis was criticised for developing a web service with C++. I It was questioned why I didn't use #NodeJS or #Java for the web service. "It's not performance critical" said the professor.

Dude, have you used the internet lately?

EVERYTHING is performance critical!

This sort of teaching explains why most aps/websites run like absolute dogshit.

Why is #performance never an academic criteria?

I wish @cmuratori could see this...

#cpp #programming

folkerschamel,
@folkerschamel@mastodon.social avatar

@josephgruber @fell

By the way, we develop real-time 3d software. Of course core modules are implemented in (for reasons).

But we also use , , , even did some .

kenkousen, to Java

This week's Tales from the jar side, about the JCrete unconference, my latest YouTube videos, the Social Media Wars, passive aggression in song lyrics, and an assortment of tweets / toots / skeets / whatever they're called on Threads

https://kenkousen.substack.com/p/tales-from-the-jar-side-jcrete-unconference?utm_source=mastodon&sd=pf

neurothing, to Java Italian
@neurothing@metalhead.club avatar

Someone added a throws clause on a getter method declaration.

The method just return a class variable.

I'm very confundido.

Paxxi, to Java
@Paxxi@hachyderm.io avatar

Is there any nice library to work with more like jaxb? The builder pattern used by the official grpc generator is so verbose

moffintosh, to programming Italian
@moffintosh@berserker.town avatar
otfrom, to Java
@otfrom@functional.cafe avatar

Any good people out there have a solution to this in nrepl for ? https://github.com/nrepl/nrepl/issues/296

relgames, to Amsterdam

New to Mastodon. I used Twitter for IT and Instagram for photos. Here I will try to combine both.

Currently in

Interested in , , ,

I love Mastodon so far, it reminds me of FidoNet days.

aeveltstra, to Java
@aeveltstra@mastodon.social avatar

When your stream just doesn't want to do anything, you may have forgotten a terminator.

https://medium.com/@aev_software/why-doesnt-my-java-stream-do-anything-a3651b4234dd

blooddemonarts, to CSharp

Hey people! I need to learn and for a new project. I already have a few years of experience with and spring boot framework.
Does anyone have any good recommendations of fast tutorials, articles, new concepts, etc. so that I can get to speed quickly with coding and testing in c# and .net? Any other tips are appreciated as well. Thanks!

Deuchnord, to php French
@Deuchnord@mamot.fr avatar

En , depuis qu'on peut typer les propriétés des classes, on a pris l'habitude de les définir en publiques pour éviter de créer des accesseurs et des mutateurs.
Pourquoi n'a-t-on pas la même habitude en , où ce typage strict existe depuis toujours ?

preslavrachev, to Java
@preslavrachev@mastodon.social avatar

The last couple of weeks have been very exciting and there’s lots to unpack. After a couple of years, I’m now back to working on enterprise stuff professionally. For how long - only time will tell.

As before, I’m leaving one week day free for my business and personal “moonshots”, so expect new cool content coming out soon.

It’s nice to be back working in a team of smart people on something big, and not have to hustle constantly, trying to get people to adopt Go, etc.

btwritescode, to Java

Well this is neat. I want to memoize some object creation. Turns out computeIfAbsent() is the perfect fit for this.

This implementation isn't thread-safe, but doesn't need to be for my use case. (You'd want a synchronized keyword on the whole method, but then you have a bottleneck)

I should skim the docs more often.

stuartmarks, to Java
@stuartmarks@mastodon.social avatar
preslavrachev, to Java
@preslavrachev@mastodon.social avatar

Quarkus is Vert.x for Spring programmers.


#quarkus #springboot #springframework #java #programming #vertx

jendrik, to Java

Maven Central and Gradle Plugin Portal should have never allowed to publish dependencies with not-fixed versions.

If you don't check your transitives carefully, something might sneak in. And you have non-reproducible builds. Which you only notice once something breaks.

Like here: https://github.com/google/guava/issues/6612#issuecomment-1618157335

#Gradle #Maven #Java #Dependencyhell

yanashin, to Java

I often ask people which version of Java they are using. There are quite a few people who say they are no longer using Java 8, but on the other hand, I assume that there are quite a few people who are still using Java 8 as well.

Now, is it really time to think about migrating from Java 8 this time?

Migration from 8 to Java 17
https://bell-sw.com/blog/migration-from-java-8-to-java-17/

preslavrachev,
@preslavrachev@mastodon.social avatar

@yanashin Truth be told, I won’t be surprised if half of the S&P500 enterprises still run production systems on pre- 6 even. I’ve heard some horrible legacy maintenance stories.

gregorni, to python
@gregorni@fosstodon.org avatar

Some of my programmer friends keep telling me not to use . They keep talking about its "inefficiency" and "ugly syntax". But I'm thinking, who needs performance in a GUI app?

And then they tell me to use ! (They're on Windows, those peasants) Well, I'm sorry, but I even prefer updating my pip packages over juggling with JVMs and JREs and JDKs!
And you, with your brackets and semicolons, tell me Python's syntax is ugly?

Codixer, to linux
@Codixer@enshittification.social avatar


GREETINGS MORTALS AND ALL FEDIVERSE OWNERS

I'm Codixer, also known as Stefano or u/TCOOfficiall. I am the owner of the @Enshittification server and hope to bring a whole new community to the Mastodon space for everyone to enjoy!

I code, do systems administration and enjoy working on projects like this Mastodon instance. If you have any questions, feel free to DM me!

I enjoy working with and and explore a multitude of OS projects.

Until next time on the !

ppatel, to linux
@ppatel@mstdn.social avatar

Pot, kettle, etc. I needed this laugh today. Who says irony is dead?

Oracle attacks IBM over Red Hat's restricting the sources to RHEL..

https://www.oracle.com/news/announcement/blog/keep-linux-open-and-free-2023-07-10/

grobmeier, to twitter
@grobmeier@mastodon.social avatar

I find myself posting more often on LinkedIn after the crackdown. Especially for longer posts, it is useful. I know, LinkedIn is a centralized company as Twitter is (was?). However it's hard to rewrite some posts to shorter versions. At least for me.
If you want to connect there too - just hit the "connect" button.

This post is about

https://www.linkedin.com/posts/grobmeier_training-java-developer-activity-7082077824718643200-icR5?utm_source=share&utm_medium=member_desktop

Crell, to php
@Crell@phpc.social avatar

"Why static typing came back."

Very good talk. I agree with the conclusion as well. The future is strict, statically typed languages with lots of QoL features.

https://youtu.be/Tml94je2edk

aurisc4, to Java
@aurisc4@floss.social avatar

So is about to get main function without requiring a class.
That is nice, but justification about making language is more student friendly make me raise my eyebrows. If you want to make Java friendlier to newcomers, you should address the problem java.io being notoriously overcomplicated, IMO. After "Hello, World" next thing is to ask for user input and do something about it, and Java is the worst at it from what I've encountered.

itnewsbot, to ProgrammingLanguages
@itnewsbot@schleuss.online avatar

Rising C++ closes in on C language - C++, having already overtaken Java in the Tiobe index of programming language populari... - https://www.infoworld.com/article/3702350/rising-c-plus-plus-closes-in-on-c-language.html#tk.rss_all #c

itnewsbot, to ProgrammingLanguages
@itnewsbot@schleuss.online avatar

Kotlin 1.9.0 features beta of advanced K2 compiler - Kotlin 1.9.0, the latest version of JetBrains’ statically typed language that has beco... - https://www.infoworld.com/article/3701893/kotlin-1-9-0-features-beta-of-advanced-k2-compiler.html#tk.rss_all

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • thenastyranch
  • rosin
  • GTA5RPClips
  • osvaldo12
  • love
  • Youngstown
  • slotface
  • khanakhh
  • everett
  • kavyap
  • mdbf
  • DreamBathrooms
  • ngwrru68w68
  • provamag3
  • magazineikmin
  • InstantRegret
  • normalnudes
  • tacticalgear
  • cubers
  • ethstaker
  • modclub
  • cisconetworking
  • Durango
  • anitta
  • Leos
  • tester
  • JUstTest
  • All magazines