Just compile it in cloud for free, you know Google colab?

|
grakata_clem 2022-08-04 20:17:22
capezotte 2022-08-04 20:13:12
webrender enabled?

Don’t remember, I deleted it year ago or something like that because tech support hadn’t help me, and none of online solutions worked

Glats 2022-08-04 20:17:42
capezotte 2022-08-04 20:09:26
also welcome to modern society, every useful browser is also a bloated pos

people think that we’ll back to use frameworks

Glats 2022-08-04 20:17:48
like I’m the old days
Glats 2022-08-04 20:17:59
and browser will be the “terminals”
capezotte 2022-08-04 20:18:33
it’s kind of already like that
capezotte 2022-08-04 20:18:44
given how much stuff is cloud® nowadays
El_Irregular 2022-08-04 20:18:51
capezotte 2022-08-04 20:09:02
firefox takes like 15 times less than chromium to compile

Just compile it in cloud for free, you know Google colab? It’s a jupyter notebook but you can escape into a Linux shell.

qontinuum 2022-08-04 20:19:09
capezotte 2022-08-04 20:18:44
given how much stuff is cloud® nowadays

How much stuff are you @Spektrum_light ?

Spektrum_light 2022-08-04 20:19:23
qontinuum 2022-08-04 20:19:09
How much stuff are you @Spektrum_light ?

7

qontinuum 2022-08-04 20:19:34
Wow that’s a lot
Glats 2022-08-04 20:19:41
capezotte 2022-08-04 20:18:33
it’s kind of already like that

i think it’s missing gettin rid of the SO

El_Irregular 2022-08-04 20:19:43
El_Irregular 2022-08-04 20:18:51
Just compile it in cloud for free, you know Google colab? It’s a jupyter notebook but you can escape into a Linux shell.

Haven’t tried chromium but it should be doable

Glats 2022-08-04 20:19:47
just the browser
qontinuum 2022-08-04 20:21:23
El_Irregular 2022-08-04 20:18:51
Just compile it in cloud for free, you know Google colab? It’s a jupyter notebook but you can escape into a Linux shell.

And run a program for 8 hours that takes 100% CPU?

grakata_clem 2022-08-04 20:22:00
El_Irregular 2022-08-04 20:18:51
Just compile it in cloud for free, you know Google colab? It’s a jupyter notebook but you can escape into a Linux shell.

I’m trying to evade everything with Google or Meta name attached to it. This can sound kinda silly, but it is principal

capezotte 2022-08-04 20:25:00
steal artix’s qtwebengine
capezotte 2022-08-04 20:25:13
hack build server and get the .o files
wardenunit 2022-08-04 21:25:22
capezotte 2022-08-04 20:09:02
firefox takes like 15 times less than chromium to compile

Btw I’m compiling chrm for the 2nd time

wardenunit 2022-08-04 21:25:28
and this time I set timers
wardenunit 2022-08-04 21:25:41
now 47856/51529
wardenunit 2022-08-04 21:26:27
started 3h 33m ago
qontinuum 2022-08-04 21:52:50
With LTO?
lordV 2022-08-04 21:56:51
ChrisCromer 2022-08-04 16:49:33
This usually only happens on non rolling distros. Sometimes different versions of the same lib can be installed side by side. This doesn’t usually happen on rolling distros like arch/artix.

How does it work, every application search for the correct libname-version.so file that is required to execute it? Or all the .so files are “initialised” in something like a registry with “libname” + “version” and the application ask for it – no matter the name?

ChrisCromer 2022-08-04 21:58:42
lordV 2022-08-04 21:56:51
How does it work, every application search for the correct libname-version.so file that is required to execute it? Or all the .so files are “initialised” in something like a registry with “libname” + “version” and the application ask for it – no matter the name?

Basically if a library is linked against version 5.1.so… you install 5.1, and version 6.0.so is also installed.

wardenunit 2022-08-04 21:58:49
qontinuum 2022-08-04 21:52:50
With LTO?

Pardon?

Lemos 2022-08-04 21:59:13
Non
Lemos 2022-08-04 21:59:21
Pas du pardon
ChrisCromer 2022-08-04 21:59:23
This is all done at compile time obviously. When the binary/lib was compiled it was compiled against 5.1.so…
ChrisCromer 2022-08-04 21:59:32
Lemos 2022-08-04 21:59:21
Pas du pardon

English.

lordV 2022-08-04 22:00:52
ChrisCromer 2022-08-04 21:59:23
This is all done at compile time obviously. When the binary/lib was compiled it was compiled against 5.1.so…

i wonder how it finds the file.. because /usr/lib/ is not in the path

ChrisCromer 2022-08-04 22:00:59
Yes it is.
lordV 2022-08-04 22:01:35
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/home/jonny/.bin
so there must be another one?
ChrisCromer 2022-08-04 22:01:44
That’s the binary path, not the library path.
lordV 2022-08-04 22:02:13
i see.. thank you. i will try to find the manpages and so on.. read into this topic. very interesting
lordV 2022-08-04 22:02:39
i compiled curl and replaced manually a .so file .. then there was some error “no version tag”
|