
Tobias?
18.10.2018
16:09:20

ash
18.10.2018
16:09:26
Thats me. Great job there. ??

Tobias?
18.10.2018
16:09:30
Their entire channel is worth it

Kohane
18.10.2018
16:09:52
This looks so... ????

Google

Ghazwan
18.10.2018
16:09:55

Tobias?
18.10.2018
16:10:03
Its a large team in germany.

Savely
18.10.2018
16:10:10

Ghazwan
18.10.2018
16:10:34

Tobias?
18.10.2018
16:11:02
And deals with skillshare xD
Some videos of theirs also got grants from foundations that want to bring more knowledge into the world.

Ghazwan
18.10.2018
16:12:41
totally worth it, they make the internet a better place

Kohane
18.10.2018
16:14:04

Tobias?
18.10.2018
16:14:53
The German state funds them? Wow.
Well, german state broadcasting has some funding programs and some of them are to reach young viewers again and for that FUNK was established to fund youtube creators from germany and thus kurzgesagt could apply for funding.

Kohane
18.10.2018
16:15:27
Wow.

Tobias?
18.10.2018
16:15:29
Because young viewers tend to not watch and entirely ignore state funded broadcasting.

Google

Tobias?
18.10.2018
16:15:39
So they try to follow the viewers. xD

Kohane
18.10.2018
16:15:43
Well, yeah, that's true.
Still. Wow.

Daniel
18.10.2018
17:59:36
hi, is there a way to install Joplin note taking over repositories and not via AppImage?

Samuel
18.10.2018
18:29:38

Marc
18.10.2018
18:31:13
aye, joplin...
I use it, I like it, yet there is better stuff (but not free)

Tobias?
18.10.2018
18:37:39

Marc
18.10.2018
18:38:00
OmniFocus

Nomid
18.10.2018
18:40:29
Hello, I need to replace the openjdk with the Oracle jdk.
What packages do I have to remove relative to the openjdk?

Marc
18.10.2018
18:41:21
oha....
Why replace openjdk...

Nomid
18.10.2018
18:42:25

Marc
18.10.2018
18:42:33
aha.
Use C, then.

Nomid
18.10.2018
18:43:37
OpenJDK performs terribly compared to the Oracle JDK.

Marc
18.10.2018
18:43:56
Yes

Nomid
18.10.2018
18:44:00

Marc
18.10.2018
18:44:28
aha.

Google

Nomid
18.10.2018
18:44:57
aha.
I need to work, not to joke.

Marc
18.10.2018
18:45:08
aha.

Nomid
18.10.2018
18:45:38

Marc
18.10.2018
18:46:07
what is funny about me saying "aha"?
If I need speed, I use C, if I need flexibility, I use Lua, if I need nausea, I use Java.

Tobias?
18.10.2018
19:03:52
It performs about the same, as it shares a lot of the codebase except for patented code from oracle relating to color management, font smoothing and co.

Kohane
18.10.2018
20:14:42
yeah really funny.
Wow, easy. You're quite agressive. Nobody is joking at you. Tone down those manners, please. If you're going to ask for help, you should start by being nice.

Nomid
18.10.2018
20:18:42
I'm sorry for having been annoying. I was angry at work because the platform I work on (Liferay) has issues with my OSGi module.
As for the openjdk, it behaves quite bad in development, especially with huge software whereas I didn't experience the same delays with the oraclejdk.
So, I'm quite forced to wait 40 minute for the server to start with the openjdk while the others take about 1/2 of the time with the oracle jdk.
@mbalmer that's why I can't really even try using C and @Wolfshappen why I can't use the openjdk.
And @Kohane I'm really sorry for this. I will calm down and never let this happen again.

Kohane
18.10.2018
20:22:55
Okay, no problem. We all have bad days. I'm glad you can own your misbehaviour.

Tobias?
18.10.2018
20:23:27
Thats not a healthy warmup time.

Kohane
18.10.2018
20:23:48
Now, about your problem... You want to uninstall OpenJDK to install Oracle JDK, right? Am I corect @TheLonelyAdventurer ?

Tobias?
18.10.2018
20:24:29

Nomid
18.10.2018
20:25:15

Tobias?
18.10.2018
20:25:39

Google

Nomid
18.10.2018
20:26:05

Tobias?
18.10.2018
20:26:47
yes, thank you
As said, ideally run it in a lxc container, or, even better, deploy it in a vagrant vm.
This way you get reproducible environments and you dont taint your system globally.

Nomid
18.10.2018
20:27:48

Tobias?
18.10.2018
20:28:44
Or does it just operate on "build binary, java -jar"?

Nomid
18.10.2018
20:29:50

Tobias?
18.10.2018
20:30:50
And remember to keep that jdk updated yourself and that it taints your fedora java for any future bug reports.

Nomid
18.10.2018
20:31:19
I've been having quite a bad time with it

Tobias?
18.10.2018
20:31:47
A server that takes 20 Minutes to boot is not something i'd ever work with. xD
I know java has gotten out of hand but that is a little bit extreme.

Nomid
18.10.2018
20:32:42
that's bad software architecture and our company needs to comply

Tobias?
18.10.2018
20:33:20
I mean, any php skiddie can slap together a backend management gui in a week and have it remain fast for even hundreds of thousands of entries.
Whats liferays excuse?

Nomid
18.10.2018
20:35:41
Whats liferays excuse?
It's the best business portal for Java, the best maintained and documented and has been open sourced.
Also, supports OSGi which (theoretically) should ease the development.
Actually I can say its documentation is quite well-done and its API are incredibly clear and clean.
But man, deploying a new module is a horror story

Tobias?
18.10.2018
20:37:17

Google

Nomid
18.10.2018
20:37:19
and also, it's the only Portal that uses Hikari instead of the jdbc plain controller, which makes it quite performant for big tasks and despite its huge footprint, it's about 700/800MB of RAM usage.

Tobias?
18.10.2018
20:37:56

Nomid
18.10.2018
20:39:03
Anyway, you said that openjdk should perform almost the same... why does this not happen in my case?
Maybe it has to do with some Oracle's GC trickery ?

Tobias?
18.10.2018
20:52:15
So if you have a hot path relying on these unavailable features needing workarounds or working faster with a native code implant then it can change things.
But in general oracle and open jdk share the same code and should perform very, very similar.

Nomid
18.10.2018
20:56:17
I see
that could explain it.

Kaelyn
18.10.2018
23:18:36
@adammazinga what's the name of the application menu you're using?

Albert
19.10.2018
05:04:07
hi

wan
19.10.2018
05:06:56
english please