BarakObama 2022-07-30 06:48:19
can anyone suggest a good Rss reader tui/cli
siduck 2022-07-30 06:57:19
https://github.com/AboutRSS/ALL-about-RSS#-rss-readers
GitHub – AboutRSS/ALL-about-RSS: A list of RSS related stuff: tools, services, communities and tutorials, etc. – GitHub
A list of RSS related stuff: tools, services, communities and tutorials, etc. – GitHub – AboutRSS/ALL-about-RSS: A list of RSS related stuff: tools, services, communities and tutorials, etc.
A list of RSS related stuff: tools, services, communities and tutorials, etc. – GitHub – AboutRSS/ALL-about-RSS: A list of RSS related stuff: tools, services, communities and tutorials, etc.
BarakObama 2022-07-30 07:12:40
siduck 2022-07-30 06:57:19
https://github.com/AboutRSS/ALL-about-RSS#-rss-readers
https://github.com/veeso/tuifeed this seems better
GitHub – veeso/tuifeed: 📰 A terminal feed reader with a fancy ui – GitHub
📰 A terminal feed reader with a fancy ui. Contribute to veeso/tuifeed development by creating an account on GitHub.
📰 A terminal feed reader with a fancy ui. Contribute to veeso/tuifeed development by creating an account on GitHub.
BarakObama 2022-07-30 07:12:42
not in that list
alexmb7 2022-07-30 08:41:17
Google Quantum, Virtually | Hackaday
Google Quantum, Virtually – Hackaday
Want to try a big quantum computer but don’t have the cash? Google wants to up your simulation game with their “Quantum Virtual Machine” that you can use for free. On the face of …
Want to try a big quantum computer but don’t have the cash? Google wants to up your simulation game with their “Quantum Virtual Machine” that you can use for free. On the face of …
thecatvoid 2022-07-30 09:18:09
smol_mazunki 2022-07-29 23:33:46
which distro
void linux
thecatvoid 2022-07-30 09:18:21
it doesnt even have locale-gen command
thecatvoid 2022-07-30 09:18:33
it is glibc
thecatvoid 2022-07-30 09:18:47
has its own xbps-reconfigure locales or sth
alexmb7 2022-07-30 09:19:37
yo, is there a .c man page that describes all basic types, or something
maz
maz
thecatvoid 2022-07-30 09:20:55
alexmb7 2022-07-30 09:19:37
yo, is there a .c man page that describes all basic types, or something
maz
maz
a C manual? basics of coding in c?
alexmb7 2022-07-30 09:23:03
nah, man page
alexmb7 2022-07-30 09:23:16
maybe there is…
smol_mazunki 2022-07-30 09:37:50
alexmb7 2022-07-30 09:19:37
yo, is there a .c man page that describes all basic types, or something
maz
maz
check man -k intro
alexmb7 2022-07-30 09:38:00
aight
alexmb7 2022-07-30 09:38:02
thxx
smol_mazunki 2022-07-30 09:38:19
man -k is the same as apropos
smol_mazunki 2022-07-30 09:38:31
you can search anything with it
alexmb7 2022-07-30 09:41:17
i thought just titles
alexmb7 2022-07-30 09:41:30
but i looked, no such i think
alexmb7 2022-07-30 09:41:43

alexmb7 2022-07-30 09:42:03
no basic data types, .. ://
smol_mazunki 2022-07-30 09:43:03
try 3
smol_mazunki 2022-07-30 09:43:12
and or 2
alexmb7 2022-07-30 09:44:08
not much wanted there, bla
alexmb7 2022-07-30 09:49:25
im looking to learn raw memory work, with some manual commands
bla blubb 🙂
bla blubb 🙂
smol_mazunki 2022-07-30 09:55:12
alexmb7 2022-07-30 09:49:25
im looking to learn raw memory work, with some manual commands
bla blubb 🙂
bla blubb 🙂
try malloc
smol_mazunki 2022-07-30 09:55:19
but uh
smol_mazunki 2022-07-30 09:55:33
there’s many updates regarding that
smol_mazunki 2022-07-30 09:55:41
randomized addresses and so
smol_mazunki 2022-07-30 09:56:00
but in general malloc() and free() are your best friends to allocate memory
smol_mazunki 2022-07-30 09:56:07
also uh
smol_mazunki 2022-07-30 09:56:11
heap vs stack
smol_mazunki 2022-07-30 09:56:31
and also byte line
smol_mazunki 2022-07-30 09:56:37
what exactly are you doing?