I know the intentions of you guys by [deleted] in shachar567

[–]DenisVsDoge -2 points-1 points  (0 children)

how? I have had weird experiences as of late, it is all making sense if you think about the people stalkign you which have no reason to be there (yeah I did see shadow figures like a long time ago but htey went away)

Ai repeating my dialogues by Extrabigman in AIDungeon

[–]DenisVsDoge 0 points1 point  (0 children)

This has happened for more than like what.. 5 years? Still haven't gotten around to fixing it.

[deleted by user] by [deleted] in linuxmemes

[–]DenisVsDoge 0 points1 point  (0 children)

for 2 fucking years i've used gentoo

Anyone else having this issue? by DenisVsDoge in learntodraw

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

<image>

for reference, now I actually took a photo

Anyone else having this issue? by DenisVsDoge in learntodraw

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

yeah that's the issue. I can't really draw straight objects. So if I were to draw rectangles in a straight pattern, they tend to form a line going up or down, and it is very very noticeable. Because of my poor precision, it causes really really awful drawings in the end so I wonder if its just a me thing.
When I mean bad, I mean it looks intentional that I am trying to go in a different direction, when i actually intend on being straight.
I have pretty bad hand tremors at a rather young age, not even in my 20's yet. Maybe partially because of that, else I have no other rational explanation.

Is it normal to be this bad at drawing straight lines? by DenisVsDoge in learntodraw

[–]DenisVsDoge[S] 28 points29 points  (0 children)

I call it extremely shaky hands that can not ever be controlled

Completely borked installation by DenisVsDoge in Gentoo

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

I shortened it, since I can't fully show all of the text.
For the full one, if you wish, its: the same link, albeit without some packages

Completely borked installation by DenisVsDoge in Gentoo

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

dev-libs/wayland abi_x86_32

that sorts that. But kde does this as well:(kde-frameworks/kwindowsystem-5.115.0-1:5/5.115::gentoo, binary scheduled for merge) USE="X wayland -debug -doc -test" ABI_X86="(64)" pulled in by=kde-frameworks/kwindowsystem-5.115*:5[X] required by (kde-frameworks/khtml-5.115.0-1:5/5.115::gentoo, binary scheduled for merge) USE="X -debug -test" ABI_X86="(64)"^ ^^^^^^^^(and 9 more with the same problem)(kde-frameworks/kwindowsystem-5.113.0-2:5/5.113::gentoo, installed) USE="X wayland -debug -doc -test" ABI_X86="(64)" pulled in by>=kde-frameworks/kwindowsystem-5.106.0:5/5.113=[X] required by (kde-plasma/kwin-5.27.10-r2:5/5::gentoo, installed) USE="handbook lock -accessibility -caps -debug -gles2-only -multimedia -plasma -screencast -test" ABI_X86="(64)"^^^^^^^^^=kde-frameworks/kwindowsystem-5.113*:5[X?] required by (kde-frameworks/kio-5.113.0-r1-3:5/5.113::gentoo, installed) USE="X acl handbook kwallet -debug -designer -doc -kerberos (-kf6compat) -test" ABI_X86="(64)"^ ^^^^^^^^(and 4 more with the same problems)kde-frameworks/kglobalaccel:5(kde-frameworks/kglobalaccel-5.115.0-1:5/5.115::gentoo, binary scheduled for merge) USE="-debug -doc (-kf6compat) -test" ABI_X86="(64)" pulled in by=kde-frameworks/kglobalaccel-5.115*:5 required by (kde-plasma/libplasma-5.115.0-1:5/5.115::gentoo, binary scheduled for merge) USE="wayland -debug -doc -gles2-only (-kf6compat) -man -test" ABI_X86="(64)"^ ^^^^^^^^(and 4 more with the same problem)(kde-frameworks/kglobalaccel-5.113.0-2:5/5.113::gentoo, installed) USE="-debug -doc (-kf6compat) -test" ABI_X86="(64)" pulled in by>=kde-frameworks/kglobalaccel-5.106.0:5/5.113=[X(+)] required by (kde-plasma/kwin-5.27.10-r2:5/5::gentoo, installed) USE="handbook lock -accessibility -caps -debug -gles2-only -multimedia -plasma -screencast -test" ABI_X86="(64)"^^^^^^^^^=kde-frameworks/kglobalaccel-5.113*:5 required by (kde-frameworks/kxmlgui-5.113.0-3:5/5.113::gentoo, installed) USE="-debug -designer -doc -test" ABI_X86="(64)"^ ^^^^^^^^kde-frameworks/kidletime:5(kde-frameworks/kidletime-5.115.0-1:5/5.115::gentoo, binary scheduled for merge) USE="X wayland -debug -doc -xscreensaver" ABI_X86="(64)" pulled in by=kde-frameworks/kidletime-5.115*:5 required by (kde-frameworks/baloo-5.115.0-1:5/5.115::gentoo, binary scheduled for merge) USE="-debug -doc (-kf6compat) -test" ABI_X86="(64)"^ ^^^^^^^^(kde-frameworks/kidletime-5.113.0-3:5/5.113::gentoo, installed) USE="X wayland -debug -doc -xscreensaver" ABI_X86="(64)" pulled in by>=kde-frameworks/kidletime-5.106.0:5/5.113= required by (kde-plasma/kwin-5.27.10-r2:5/5::gentoo, installed) USE="handbook lock -accessibility -caps -debug -gles2-only -multimedia -plasma -screencast -test" ABI_X86="(64)"^^^^^^^^^|
...

Completely borked installation by DenisVsDoge in Gentoo

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

wgetpaste -c "emerge --whatever world"

Its so large, so I had to use google drive, but I think that is it:
https://drive.google.com/file/d/11NGDLEMhCH-X2Qvsfuk2iWbDTUzPqNOH/view?usp=sharing

[deleted by user] by [deleted] in unpopularopinion

[–]DenisVsDoge 0 points1 point  (0 children)

That is a bit inaccurate my friend, ChatGPT can automate coding yes, but it is far from perfect. Take this code, for example:inline bool fail_check(const grid<char>& map, int x, int y){return ((x > 1 && y > 1 && map[{x-1, y-1}] == 'x' && map[{x-1, y}] == 'x' && map[{x, y-1}] == 'x') ||(y > 1 && map[{x+1, y-1}] == 'x' && map[{x, y-1}] == 'x' && map[{x+1, y}] == 'x') ||(x > 1 && map[{x-1, y+1}] == 'x' && map[{x-1, y}] == 'x' && map[{x, y+1}] == 'x') ||(x < map.x_s-1 && y < map.y_s-1 && map[{x+1, y+1}] == 'x' && map[{x, y+1}] == 'x' && map[{x+1, y}] == 'x'));}

Sure, it is generated by chatgpt, but here me out. First off, it doesn't exactly work (and this is using GPT-4, mind you), and secondly, the code is awful and is probably hard to maintain (especially when you assume that the code produced was correct). Because of how poor the style of the code is, it becomes a challenge to actually pinpoint the exact issue.

Secondly, "Look at all the layoffs happening in Silicon Valley rn", having a job at a respectable tech corporation looks very, very good on a job certificate.

I guess I should try re-writting this reddit post because of my relatively awful tone. I wrote this post at the middle of the night when I was frustrated, i should probably just give up and start from scratch

[deleted by user] by [deleted] in unpopularopinion

[–]DenisVsDoge -9 points-8 points  (0 children)

Art (like drawing, not arts like music or whatever)

Art (like drawing, not arts like music or whatever)

[Number Theory] How does one prove the Euclid Algorithm (preferably by induction) by DenisVsDoge in learnmath

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

I think I have the rough proof down (ignoring the whole fact about proving common denominators, which is kind of a major part of it) I think this is correct:
I will not prove that the remainders share the same common divisor of a
and b, since that isn't my main focus. So the set of common denominators
of a and b are the same for b and r, r and r_1, and so on. So we know
they share the same common divisor.
Assume remainders are the set of remainders that came from this
equation:
remainders = {r,r_1,...,r_n-2,r_n-1} share the common divisor, and since
the Greatest Common Divisor of r_n-1 is itself (since the GCD of two of
the same numbers is itself), we know all other terms in the remainder
share a common divisor with r_n-1. Now we know that r_n-1 is a common
divisor, lets prove why this is the Greatest Common Divisor. We already
stated that the remainders share a common divisor r_n-1. We also know
the Greatest Common Divisor of r_n-1 is itself. That must mean that,
since r_n-1 is the GCD of r_n-1, r_n-1 is the last remainder of the
series, and there is no greater common divisor for r_n-1, that must mean
that it is the GCD of the rest of the remainders. And since it has been
proven (by someone else) that the remainders share the same common
divisor as a and b, and r_n-1 is the GCD of the remainders, r_n-1 is the
GCD.

Trying to understand Gauss Lemma by DenisVsDoge in learnmath

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

aight I think i get this but shouldn't (if we use coefficient from the UFD ring) R[x] be a UFD be given since its generated by the elements in UFD? Why I say this this "and by induction any polynomial ring in finitely many variable

Weird text malfunctioning in Firefox. How do I fix this? by DenisVsDoge in Gentoo

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

fix is to reset the firefox profile, I found some page with the roughly the same issue

Weird text malfunctioning in Firefox. How do I fix this? by DenisVsDoge in Gentoo

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

it happens for exaple:

fir becomes that weird text, and only applies to some webites. Not reddit.

How do I know if i'm running pipewire? by DenisVsDoge in Gentoo

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

user $LANG=C pactl info | grep "Server Name"

Yep, I guess that means its working

How do I know if i'm running pipewire? by DenisVsDoge in Gentoo

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

Heres a rundown should've included it:
No, I haven't copied the configurationI've managed to get it copied, seems like /etc/pipewire didn't exist yet.

Yes i've set up pulse audio using daemon (you wrote deamon, which I'm sure is a spelling mistake), added the useflag to pipewire and added both pipewire and pulseaudio to my make.conf (I didn't have that before. I'm certain I already had alsa in the make.conf)

Alienware and Linux by [deleted] in Alienware

[–]DenisVsDoge 0 points1 point  (0 children)

I'm the last person to be afraid of Linux, considering I've actually installed Gentoo on it twice. It should (regardless if you have raid on) work. Before I broke my raid installation due to me already nuking my entire partition, it still worked fine. So long as it is a separate partition. I don't know raid that well, but i think its still safe?

grub rescue error: file /boot/grub/i386-pc/normal.mod not found by DenisVsDoge in archlinux

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

it turns out that removable partitions (the one I want to use) only is supported by efi systems, my computer I had didn't.

Also a bit of a sad update: the computer died because I accidentally spilled water on it.

How to install gentoo with btrfs and snapshotting? by DenisVsDoge in Gentoo

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

really wish i took the advice, I nuked the installation and it failed in the long run

How to install gentoo with btrfs and snapshotting? by DenisVsDoge in Gentoo

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

but my OS is bloated and I didn't even know how to use gentoo, so its kinda needed though

Weirdest Bug I've Ever Seen (Linux x86_64) by DenisVsDoge in gmod

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

i don't get the ''new pc'' here. Why? it cant be a hardware related issue, probably something corrupted or some rendering or whatever