@fedora

Страница 2953 из 2988
Tobias?
18.10.2018
16:09:20
* Goes to search on Youtube Kurzgesagt video *
https://www.youtube.com/watch?v=sNhhvQGsMEc

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
He is repeating a (awesome but not in depth) kurzgesagt video :P
kurzgesagt is great guy, he is the next v-sause for me :)

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

Savely
18.10.2018
16:10:10
Or we're not worth the time, so they just skip the area altogether.
Yeah, there are many theories and all can be truth

Ghazwan
18.10.2018
16:10:34
Its a large team in germany.
Really? no wonder they make all these fancy art works

Tobias?
18.10.2018
16:11:02
Really? no wonder they make all these fancy art works
They rely on patreon and german state funding (FUNK network).

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?

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
I use it, I like it, yet there is better stuff (but not free)
Nextcloud Notes/Nextcloud Markdown Editor. :P

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
Why replace openjdk...
because it performs shit.

Marc
18.10.2018
18:42:33
aha.

Use C, then.

Nomid
18.10.2018
18:43:37
Use C, then.
Did you ever work with Java?

OpenJDK performs terribly compared to the Oracle JDK.

Marc
18.10.2018
18:43:56
Yes

Nomid
18.10.2018
18:44:00
Yes
It looks like not.

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
aha.
yeah really funny.

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.

I need to work, not to joke.
Then use openjdk, as it will you give way less headaches and perform the exact same as orcales jdk.

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.

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
Thats not a healthy warmup time.
I recommend running your server in a vagrant vm however.

Nomid
18.10.2018
20:25:15
If... your server takes 20 Minutes to start you should really check the software itself.
nope, it's full of OSGi modules and implements elasticsearch, ORM and Hybernate it's quite resource-heavy

I recommend running your server in a vagrant vm however.
the problem is that deploying is a gradle task which might cause the OSGi controller to fail and put down the server

Tobias?
18.10.2018
20:25:39
Google
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
As said, ideally run it in a lxc container, or, even better, deploy it in a vagrant vm.
how would I deploy the module? the only way is with Liferay's plugin for Eclipse or IntelliJ

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

Nomid
18.10.2018
20:29:50
Can it run via ssh or how does it run exactly?
it's a gradle task that runs a tomcat web container (Catalina plus other Liferay plugins like Hikari)

Tobias?
18.10.2018
20:30:50
it's a gradle task that runs a tomcat web container (Catalina plus other Liferay plugins like Hikari)
Well, if it cant go remote systems (which is a ton of horror curling my toes but whatever) then you'll have to install the oracle jdk and set the tomcat java runtime to the new paths.

And remember to keep that jdk updated yourself and that it taints your fedora java for any future bug reports.

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
A server that takes 20 Minutes to boot is not something i'd ever work with. xD
Me neither, but damn they really could have chosen not Liferay for this thing in particular which doesn't require a full Portal for management

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

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.

Nomid
18.10.2018
20:39:03
700 is pretty average. Confluence/jira alone eat that much.
Yeah, I was a bit amazed. I was scared at first when I saw all the modules it uses.

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
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 ?
Oracle replaces some openjdk parts with per-platform optimized native code, and of course the added propreitary parts for encryption, ssl and whatnot.

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

Страница 2953 из 2988