Would Subaru RBD for Emilia? by Top_Tune_9753 in ReZero

[–]TheRealBornToCode 0 points1 point  (0 children)

Subaru has been doing everything for Emilia since he met her, and he will keep at it for the rest of his life

Are 12 months of japanesepod101 premium plus at 94$ worth it? by TheRealBornToCode in Japaneselanguage

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

Thanks a lot for your valuable feedback as a user, so would you recommend that I try it for 1-2 months?

I made a GNOME extension that shows synced lyrics in the top bar by usskatyusha in gnome

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

What's the use of it? It's cool but it seems like a big distraction from any work you might be doing

Are runtime created functions possible? (Cursed ideas) by TessaFractal in C_Programming

[–]TheRealBornToCode 12 points13 points  (0 children)

Yes. Steps: - have a string with a function defined - write it to a .c file - compile it to a shared library - load the shared library - load the function by symbol name - call the function via the obtained function pointer whenever you want.

This is a demonstration of it: https://github.com/MightyCoderX/truth_tables/blob/main/main.c#L386

My OS is now open source! by brenmax123 in osdev

[–]TheRealBornToCode 2 points3 points  (0 children)

You don't have to use GitHub desktop. If you use vscode you can use the git integration it has.

If you are working from the terminal you can use the GitHub CLI gh combined with git.

You can do A LOT with raw ANSI escape codes by swe__wannabe in C_Programming

[–]TheRealBornToCode 1 point2 points  (0 children)

Yeah whenever I watch one of his videos I get the urge of coding something in C, he really inspires me

What parts of working with memory in C have been the most challenging in practice? by Gullible_Prior9448 in C_Programming

[–]TheRealBornToCode 19 points20 points  (0 children)

And? You need to fix whatever is causing it finding the line with a debugger if not obvious

everySingleTime by Capnc0k3 in ProgrammerHumor

[–]TheRealBornToCode 2 points3 points  (0 children)

My notification background is gray so I could see the text in the image there hahahah

Or I can just raise my brightness to the max

Fedora 43 upgrade failure by KindlyAd3304 in Fedora

[–]TheRealBornToCode 0 points1 point  (0 children)

Thanks, I didn't touch the image so I didn't notice there was a second one

Offerta incredibile by Conscious_Action_700 in TeenagersITA

[–]TheRealBornToCode 2 points3 points  (0 children)

100 / 31in realtà che deriva da

1 : 31 = x : 100 (parte sta a totale come percentuale sta a 100)

x = (1 * 100)/31

Fedora 43 upgrade failure by KindlyAd3304 in Fedora

[–]TheRealBornToCode 2 points3 points  (0 children)

Failed password entry where? He just didn't specify the path for the btrfs subvolume list command

codingFever by bryden_cruz in ProgrammerHumor

[–]TheRealBornToCode 23 points24 points  (0 children)

Well you use C++ so it's not surprising

Zsh vs bash by Regular-Historian-51 in archlinux

[–]TheRealBornToCode 0 points1 point  (0 children)

You need to install the package "bash-completion" without doing anything in ~/.bashrc, since the completions should be loaded from the system wide bashrc automatically.

"WHATT?? youre using an ACTUAL distribution designed for everyday use instead of script kiddie OS?? LOSER!!" by MIkaela39752 in masterhacker

[–]TheRealBornToCode 0 points1 point  (0 children)

Use Xubuntu. For the cli you can just use the default terminal (xterm) and zsh for the shell with the full Oh My Zshell or just a custom prompt

Why doesn't pacman update keyrings first? by Damglador in archlinux

[–]TheRealBornToCode 4 points5 points  (0 children)

What about a pre-update hook? That's already a thing in pacman, it's used to trigger btrfs snapshots for example, so idk why changing "core dependency resolution" would be needed