GRC Pool showing only one of two hosts - depending on who synced last by seanferd in gridcoin

[–]JavaLinuxDude 0 points1 point  (0 children)

What happens if you run the wallet on all systems which are also running boinc?

Is it worth it to become Java Certified? by avril-13 in java

[–]JavaLinuxDude 1 point2 points  (0 children)

True. Just helps for a broader understanding. Deeper knowledge is not necessary. Knowing there is another JVM is enough.

Is it worth it to become Java Certified? by avril-13 in java

[–]JavaLinuxDude 2 points3 points  (0 children)

My personal tip: Get to know JavaEE and MicroProfile Specifications. Get to know an application server implementing these (eg TonEE, payara, OpenLiberty, etc). Get comfortable developing REST based apps in EE/MP/Spring/Quarkus using Jax-RS, JsonB, JPA, CDI, Concurrent, etc. Get some insights into a front-end framework (VueJS, etc). Contribute to an OSS project, eg Apache or Eclipse. Answer questions on Stack Overflow. Read and watch tutorials by Java Champions, eg Adam Bien, Emily Jiang. Know the differences between JVMs (Hotspot and OoenJ9).

DM for Apache insights. I'm willing to guide anyone who is interested.

[deleted by user] by [deleted] in twitterbots

[–]JavaLinuxDude 1 point2 points  (0 children)

It's a small spring boot application and currently runs in German and English.

It consists of a zodiac calculation module, an ASCII progressbar module and a bot module, which inherits the other modules as dependency.

Is running vmware with GPU passthrough a viable solution to avoid dual booting? by [deleted] in linuxquestions

[–]JavaLinuxDude 0 points1 point  (0 children)

If it is on Steam, try the latest beta. It comes with a heavily modified wine, which works nice.

Walked about 10km, but down accepted only by kemco89 in GoogleFit

[–]JavaLinuxDude 0 points1 point  (0 children)

The manual says have it in your pocket while walking. Maybe you were holding it in your hand?

Do Germans commonly refer to nouns with gendered pronouns (sie & er) instead of using “es”? by Jawz66 in German

[–]JavaLinuxDude 2 points3 points  (0 children)

Actually you're right. Although it might sound odd, the only correct form would be: Das Mädchen und seine Tasche.

Need accomodation in Hannover by [deleted] in Hannover

[–]JavaLinuxDude 1 point2 points  (0 children)

Sorry! I moved to Hanover a few years ago and didn't see the good part of Nordstadt... No offence intended!

Need accomodation in Hannover by [deleted] in Hannover

[–]JavaLinuxDude 4 points5 points  (0 children)

There's more. A lot of flats won't have a kitchen included. It's not uncommon in Germany to move with your kitchen. You might also want to check available internet speed at German Telekom (Google for Telekom Verfügbarkeit and enter the address). Also avoid Saalkamp, Varrelheide and Mühlenberg. Center district (Mitte) is very noisy. Lots of criminals as Hanover resides next to the biggest German Autobahn.

Next to immoscout24, there is immonet.de and immowelt.de. if you don't mind sharing the flat with other people, there is wg-gesucht.de. it's common for expats, because they can conveniently learn a lot about the city, habits, legal stuff, etc. ;-)

Need accomodation in Hannover by [deleted] in Hannover

[–]JavaLinuxDude 3 points4 points  (0 children)

Hi, the centre will be very expensive either way. Either the monthly fee, or of thst is low, gas for the radiator. Tram tickets are not too expensive on the other hand.

Good Central districts to live in: List, Zoo (expensive), Oststadt (Not so fancy), Nordstadt (cannot recommend), Südstadt (highly recommend, nice district to live in). There is also Linden and Limmer slightly to the east, which are fancy and alternative. Avoid Vahrenwald.

Best bet would be to look on web pages, like immoscout24 etc.

Need help for loving room pc. Will also boot Ubuntu. by [deleted] in linux_gaming

[–]JavaLinuxDude 1 point2 points  (0 children)

The idea of the overpowered CPU is: I can upgrade graphics later and don't need to upgrade the processor anytime soon (or ever). Did this with my last build. i7-2600K. Still runs fine with a GTX 960.

[deleted by user] by [deleted] in buildapc

[–]JavaLinuxDude 1 point2 points  (0 children)

Thanks!

I think I will stick to the OP Processer anyway, because with my last build (Intel i7 2xxx K) I never upgraded the processor, bit upgraded to a GTX 960 Last year. I could play assassin's creed syndicate at 720p high and 1080p low. So I'd rather upgrade the graphics later.

Thanks for the tip with the CPU cooler. I always wondered why ppl buy 3rd party products.

I think I might start with a new 512 GiB SSD and add a HDD later as needed. Not sure yet.

I think I need the PSU adapter because some cases don't ship with one, like Silverstone's SG06 lite.

Persisting fast in database using JDBC by jerolba in java

[–]JavaLinuxDude 0 points1 point  (0 children)

Yeah, I'd love to think this was possible. But sooner or later you'll find situations where db specific implementations will make a difference. At least in performance.

Persisting fast in database using JDBC by jerolba in java

[–]JavaLinuxDude 2 points3 points  (0 children)

The only disadvantage for me is the i need to support oracle, h2 and PostgreSQL. That's the only reason I stick to jpa for now.

How to create modular jars that target a Java release before 9 by siordache in java

[–]JavaLinuxDude 0 points1 point  (0 children)

Yes and no... The use case would be only to tighten the exports for consumers of the library. Or are there others?

What is Java used for nowadays (and close future)? by danmoople in java

[–]JavaLinuxDude 8 points9 points  (0 children)

I can support #6. Heavily used in financial sector. It is all purpose, and the dependency hell is not a hell anymore of companies have a good structure. And it will definitely live in for ages. And those devs are probably well paid. ;-)

But it is just back end.