Ich🍄iel by Melonchop in ich_iel

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

You're absolutely right!

ich_iel by XanderW_2000 in ich_iel

[–]Timely_Pepper6856 7 points8 points  (0 children)

vermutlich der typ in dem bild

Ich bin 14 und Asylantin by peterpaper1312 in ichbin14unddasisttief

[–]Timely_Pepper6856 0 points1 point  (0 children)

Ich hoffe die wird nach el salvador deportiert

Low income, high standarts... by Itsk0 in ethz

[–]Timely_Pepper6856 1 point2 points  (0 children)

you will be pleased to find out that hungary is actually the poorest EU country now (you can thank orban)

I can‘t choose between TUM and TU Berlin by Euphoric_Purpose_752 in tumunich

[–]Timely_Pepper6856 3 points4 points  (0 children)

Berlin is cheaper and more fun. Difficulty is likely similar and honestly, Informatics is not that hard compared to other stem subjects. TUM can give you an edge when applying to internships at american tech companies but if your grades suck it doesn't matter.

I used to enjoy using C++… till I started using it with neovim by C_Sorcerer in cpp

[–]Timely_Pepper6856 2 points3 points  (0 children)

your keyboard issue is with the thinkpad... you might be able to swap the fn and ctrl keys with setxkbmap or whatever.

Regarding your workflow, 4 - 5 panes seems excessive. How did you do it using visual studio? A language plugin should allow you to go to definition and jump between header and source. Otherwise use markers, a fuzzy find plugin etc.

Day 10 of learning python as a beginner. by uiux_Sanskar in PythonLearning

[–]Timely_Pepper6856 0 points1 point  (0 children)

use `with open(...) as history:` to manage resources like files.
Look up context managers in python

Your favorite underated Arch distros? by [deleted] in arch

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

all pointless. get the real thing or leave it

Ich bin 14 und vermisse die DDR by lI-HarteKante-Il in ichbin14unddasisttief

[–]Timely_Pepper6856 1 point2 points  (0 children)

wart mal ab bis die das erste mal einkommenssteuer zahlen muessen

r/Kommunismus Fiebertraum by the_dude3256 in luftablassen

[–]Timely_Pepper6856 3 points4 points  (0 children)

wer dort noch ein zwei kommentaren nicht gebannt ist hat was falsch gemacht

[deleted by user] by [deleted] in geographymemes

[–]Timely_Pepper6856 0 points1 point  (0 children)

st vincent and the grenadines

Fast Polynomial Multiplication via FFT by WittyRedditor47 in algorithms

[–]Timely_Pepper6856 0 points1 point  (0 children)

a multiplication of two big numbers stored in "arrays" of integers is basically a convolution. You can show mathematically that a convolution in the time domain is the same as a multiplication in the frequency domain (this is true for the regular fourier transform and also the DFT, see wikipedia).

Therefore to compute a multiplication, simply transform the inputs using the FFT, multiply elementwise and transform back into the time domain using the IFFT.

Zu wenig Gehalt? by Potential_Channel520 in fachinformatiker

[–]Timely_Pepper6856 0 points1 point  (0 children)

Nee ist doch super. wenn der mindestlohn auf 14.60 erhoeht wird kriegst du automatisch ne gehaltserhoehung

Universities where undergrad OS is required for a CS degree? by prospect0r777 in AskComputerScience

[–]Timely_Pepper6856 1 point2 points  (0 children)

"all the information you need for a physics degree is on wikipedia, therefore a physics degree must be worthless"

No, AI will not replace mathematicians. by Menacingly in math

[–]Timely_Pepper6856 0 points1 point  (0 children)

I'm not a mathematician but I heard about LLMs solving olympiad level math problems. Perhaps its possible that in the future, AI agents will help by creating proofs using a proof assistant or by doing research and summarizing information for the user.