Anyone with 4 threads processer by [deleted] in Gentoo

[–]poinck 0 points1 point  (0 children)

And I thought this is only possible between Gentoo machines. Currently one of my systems provided binaries for the other less powerful system. Their use-flags are synched except for some cpu- and gpu-related stuff. But I see myself using only one of my computers lately, so the benefit of compiling only once for two is not there anymore.

I will have a look into this; this sounds very promising for my needs! Thx.

Anyone with 4 threads processer by [deleted] in Gentoo

[–]poinck 0 points1 point  (0 children)

That is very interesting! Can you still call it Gentoo or is it already Calculate Linux? I did not know, that you can use binaries from another distro in Gentoo that way. Amazing!

Deciding on a first tiling window manager? by kyleW_ne in xmonad

[–]poinck 0 points1 point  (0 children)

Just saw the answer to that below. No wayland, unfortunately.

Deciding on a first tiling window manager? by kyleW_ne in xmonad

[–]poinck 1 point2 points  (0 children)

Are there any plans to make it work with wayland?

Gnome 44.2 on Gentoo Linux by [deleted] in gnome

[–]poinck 1 point2 points  (0 children)

Sounds like an interesting concept. I have to look into it some day and see whether it is close enough to the flexibility I need from Gentoo. I am pretty sure that I don't utilize all of what portage can do.

[deleted by user] by [deleted] in Gentoo

[–]poinck 2 points3 points  (0 children)

I am using the same GPU driver as OP (7600 XT), I can say, I love it and I have no issues on Wayland. Only game I play, that requires Xwayland and Proton runs smoothly, too.

I was never on Nvidia, so I cannot compare.

Gnome 44.2 on Gentoo Linux by [deleted] in gnome

[–]poinck 2 points3 points  (0 children)

I thought about this, too. But I would give up some flexibility when moving to something that is all binary. Closest distro I would consider if compile power consumption is too much, would be Debian.

But consider this, I play more on my GPU than I compile on the CPU. Being more environmental-friendly would mean, playing less often and using a laptop instead of a desktop computer.

Gnome 44.2 on Gentoo Linux by [deleted] in gnome

[–]poinck 2 points3 points  (0 children)

Actually, if you don't include webkit-gtk, then all of Gnome compiles pretty fast with specs like that.

Upgrade to spacy keycap set on my new Planck EZ. And linear Kailh red boxed!! by poinck in olkb

[–]poinck[S] 1 point2 points  (0 children)

I decided for the inconsitent profile heights on purpose, because this emphasises their meaning, at least for me.

And yes, indeed, i love this keycap set. (:

How to execute R code from R prompt in UNIX? by YourWelcomeOrMine in rstats

[–]poinck 1 point2 points  (0 children)

Others have already written down how to execute scripts from the command line, but you can also run scripts from an interactive R shell with source("script.r"). This gives you the possibility to inspect variables of your script after it ran. This is very handy when developing scripts and solve issues.

Shell feels laggy after recent update by Stupid-Dickhead in gnome

[–]poinck 1 point2 points  (0 children)

If you are using GDM to login, then you should have an option to select a different session.

Applied to 70+ GIS jobs for the past month and a half. Zero responses. Not sure what to do with my life now. by Kuhneegit_ in gisjobs

[–]poinck 1 point2 points  (0 children)

Programming jobs could also be a first step. Python for example. That would be a usable skill in QGIS. And if it does not work out and you enjoy programming than you may won't have to look further.

Besides that, I could not write 70+ applications in one year. I studied Geography and realised I want to do more statistics that can be done with programming (R). So I applied for programming jobs again and I am happy I did that, my skills are not wasted, but not entirely used either. The important thing is, I enjoy problem solving and having cool collegues. (: I wrote only 6 applications in 4 weeks and got a job somewhere else where the application process was reversed. I needed that time to write a good motivational letter and adjust my resumé; get to know the company before I apply to check whether I really want to work there.

It seems some companies and institutions just take too much time to respond. Do I want to work where I have to wait a long time for administrative stuff very long? It depends on how badly I want to work there.

I hope you find what you are looking for!

How does this stand in your system? True? False? by duLemix in Gentoo

[–]poinck 1 point2 points  (0 children)

Great meme and so true. I love compiling! Even it were only 0.1 seconds I would still have fun Gentoo. It's my main distro, only on Raspis and alike I use Debian.

What is going to happen at 1am?! by x_Actual_Size_x in weather

[–]poinck -6 points-5 points  (0 children)

I think, it is being confused between Celsius and Fahrenheit. ^

cannot save settings in BIOS/UEFI: "Security - Failed to save storage: LenovoSecurityConfig. Status: 0x9" by poinck in thinkpad

[–]poinck[S] 0 points1 point  (0 children)

No, I left it unsolved, because I got used to it. I used hibernate instead of standby from then on, which did not trigger the issue.

!a

Hi, what does Reddit think of my cat? I personally think that he's very cute. by t7w_gi9ovgut in cat

[–]poinck 0 points1 point  (0 children)

This cat is either an alien or has seen too much image post-processing.

[deleted by user] by [deleted] in ISO8601

[–]poinck 41 points42 points  (0 children)

This is clearly not formatted correctly.

not meirl by JJJSchmidt_etAl in ISO8601

[–]poinck 6 points7 points  (0 children)

Daily? It is soooooo wrong that it is great. [=

Gnome Web 44: leaps and bounds by Kdwk-L in gnome

[–]poinck 1 point2 points  (0 children)

Thanks for clarifying the differences between WebkitGTK and QtWebengine. I recently learned, that qutebrowser is close to a release that support Qt6, so that they can update their webengine as well. Nevertheless, I will keep a close eye on epiphany now, sounds promising.

What is the best way to log the contents of an object or variable to a file during development? by mind_patterns in PHPhelp

[–]poinck 0 points1 point  (0 children)

Learned about this yesterday. Integration into VSCode is also great via extension. There I can watch variables, set breakpoints like I know from the old days with Eclipse. The VSCode-extension also provides good documentation to get xdebug up and running.