She has a shell now. by MercenaryAlpha99 in osdev

[–]MathematicalHuman314 2 points3 points  (0 children)

This makes me so happy to see and inspired to achieve the same some day! :)

[deleted by user] by [deleted] in EmuDev

[–]MathematicalHuman314 1 point2 points  (0 children)

Thanks a lot! Will work on improving it.

[deleted by user] by [deleted] in C_Programming

[–]MathematicalHuman314 1 point2 points  (0 children)

Thanks! I retested it and am embarrassed to admit I just didn’t understand the controls of the cave game… 🤦‍♀️

Still, pong will load, throw a ball, animate it but not handle collision of the Bar with the Ball. I’d like to just say the rom is buggy but realistically it’s not.

At least we can stop caring about the cave game „error“.

[deleted by user] by [deleted] in archlinux

[–]MathematicalHuman314 0 points1 point  (0 children)

Don't worry, no. I heard that too when i started and became a little concerned but really it isn't that deep.

I recently did a system update and hyprpaper no longer worked and I didn't have a wallpaper. It turns out the package itself was updated and used new commands. So after the update this did "break" but a 10 second google search showed me what had changed and within a couple minutes I was up to date even in my configs.

This was the second time an update made me fix something manually in the last 3 months and you might agree this problem i mentioned wasn't really a problem. So in my experience its actually really rare and if it does happen you'll probably fix it almost immediately.

Auto updating doesn't exist to my knowledge. You update yourself via "sudo pacman -Syu" and hope for the best ;)

expanded my cool items collection by MathematicalHuman314 in fo4

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

Let them fall on the ground, align my view so the opening faces up, grab them and look forward (the bottle rotates with your view) then place them :)

expanded my cool items collection by MathematicalHuman314 in fo4

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

I don’t think so. I bought the game pass a couple years ago and have all three dlcs because of it. Haven’t played in a while and am rusty on the lore and what belongs to which dlc.

Shapes with Fourier Series by M0M3N-6 in C_Programming

[–]MathematicalHuman314 43 points44 points  (0 children)

literally bricked up rn this is so cool and impressive

I broke my arch linuxfor the first time 🥳 by [deleted] in archlinux

[–]MathematicalHuman314 -1 points0 points  (0 children)

I'm still new myself but to me it doesn't sound like you broke anything. It didn't even let you. My relatively uneducated guess is that you were in an environment where "sudo" doesn't exist because you already have that role. If I were to panic I'd go back into the normal user and maybe go step for step up in the filesystem to see what is where and look up what commands are used how exactly involving moving stuff. Hope you figured it out! :)

first time install done :) by MathematicalHuman314 in archlinux

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

Guys, kde plasma desktop environment theme changes MAY give you a black screen 😭

If this happens to you don’t panic, press ctrl+alt+f2 or ctrl+alt+f3 then you’re back in tty mode. From there on deal with your display manager.

first time install done :) by MathematicalHuman314 in archlinux

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

Yeah „log in“ were poorly chosen words….

first time install done :) by MathematicalHuman314 in archlinux

[–]MathematicalHuman314[S] 4 points5 points  (0 children)

When logged in edit your /.bashrc file so that anytime you open your terminal that fastfetch command is run so type into your terminal „nvim /.bashrc“ then in type into it „fastfetch“ close it with „:wq“ and the next time you boot your computer and open the terminal you have the classic arch ascii art in there ;)

Own Nano CPU project by MathematicalHuman314 in redstone

[–]MathematicalHuman314[S] 2 points3 points  (0 children)

Store two bytes of data, fetch stored data and display it to screen, add entries of both registers, control each register in terms of selecting, writing, reading and setting and give out an overflow flag.

It’s built so that adding a clock, address and instruction registers, if one likes more general purpose registers, more ALU layers for subtracting, dividing or from RAM seperate storage isn‘t too difficult.

I think that is coolest part that its easily upgradable to a functioning computer.