https://www.europesays.com/uk/25777/ When To See It At Its Best #Aquariids #C/1861G1Thatcher #comets #EtaAquarid #EtaAquariid #fireballs #Lyrid #Lyrids #MeteorShower #Science #ShootingStars #Space #UK #UnitedKingdom
https://www.europesays.com/uk/25777/ When To See It At Its Best #Aquariids #C/1861G1Thatcher #comets #EtaAquarid #EtaAquariid #fireballs #Lyrid #Lyrids #MeteorShower #Science #ShootingStars #Space #UK #UnitedKingdom
On a #coding mission to improve my #poser lib .
In the current implementation of #swad, I don't really like that I need an extra thread, just to control a child #process. A first piece to add to poser is generic "child process support", which I'm testing right now. I realized I could reuse my #Connection class, which was built for #sockets, but works just as well with #pipes
TODO now is mostly testing. See screenshots for some mimimal testing code and its output ... would you like this kind of interface?
Want to write cleaner C code? Functions help break down complex problems into manageable pieces!
Learn how to organize your programs effectively in my latest guide https://www.spsanderson.com/steveondata/posts/2025-04-16/
Want to write cleaner C code? Functions help break down complex problems into manageable pieces!
Learn how to organize your programs effectively in my latest guide https://www.spsanderson.com/steveondata/posts/2025-04-16/
Hey guys, I'm studying #computersci
#ComSci
So far I've ben learning about #python and soon going to do #c soon.
Would people benefit from me posting about what I've learned? I'm assuming not, after-all, there's lot of documentation online and Mastodon isn't a documentation site, obviously.
Ultimately I'd like to connect in some way with learners/the programming community out there on the fediverse!
One reason why I've been thinking about posting what I've learned is: I really, really hated programming for the first and most of the second semesters of college,I struggled to understand concepts, but suddenly one day it clicked that actually, I do love making programs and this isn't actually so hard!
Don't give up people! Programming is a rough ride for the first while, but it's well worth it and eventually you'll experience that wow/feeling of inspiration moment. Work is hard, but it does pay off in the longterm.
C-steading (n)
The creation of #C programs that do not conform to any known standards.
Let's bring back #ManPageMonday.
My pick for today is the manpage for checkint.h: https://manp.gs/mac/3/check_int32_add
These functions enable C programmers to do integer addition, subtraction, multiplication, and division and detect when those operations overflow.
Greetings Programs!! We're back at it working on @pidgin 3.0 Experiemental 3!! Come on by!!
How does #ziglang handle endian differences between architectures? #C sucks at this, and builds working on x86 but being buggy on ppc64 for example is the result. I ask, because I see Zig lacks a preprocessor by design. #programming
Stasm: GCC/Clang inline assembly wrapper, C macro pre-processor based. ASM for human beings https://lobste.rs/s/182ftx #assembly #c #c++
https://github.com/stasinek/stasm
Fun with -fsanitize=undefined and Picolibc https://lobste.rs/s/lrftwb #c
https://keithp.com/blogs/sanitizer-fun/
Still working on #swad, and currently very busy with improving quality, most of the actual work done inside my #poser library.
After finally supporting #kqueue and #epoll, I now integrated #xxhash to completely replace my previous stupid and naive hashing. I also added a more involved #dictionary class as an alternative to the already existing #hashtable. While the hashtable's size must be pre-configured and collissions are only ever resolved by storing linked lists, the new dictionary dynamically nests multiple hashtables (using different bits of a single hash value). I hope to achieve acceptable scaling while maintaining also acceptable memory overhead that way ...
#swad already uses both container classes as appropriate.
Next I'll probably revisit poser's #threadpool. I think I could replace #pthread condition variables by "simple" #semaphores, which should also reduce overhead ...
https://www.europesays.com/fr/23845/ Yann Barthès questionne Jérémy Frérot mais se plante totalement #C'est #Divertissement #Entertainment #FlorentDelavega #FR #France #GrandPublic #JérémyFrérot #Music #musique #YannBarthès
Why, in this day and age, do I need to tell the compiler exactly what type each variable is?
Or am I just lazy after too much Python and Matlab?
Title: CnCNet
️ What's: A libre tool that simplifies SP/MP play with the old free C&C titles
️ https://cncnet.org/
️ https://github.com/cncnet
#LinuxGaming #ShareYourGames #RTS #C&C
️ #LibreEngine #FreeAssets #Arch #RPM #Deb
Our entry: https://lebottinlinux.vps.a-lec.org/LO.html
️ Update: 2.11.8.0
Hotfix
️
️ Changes: https://github.com/CnCNet/xna-cncnet-client/releases
️ From:
️ https://github.com/CnCNet/xna-cncnet-client/releases.atom
https://www.youtube.com/embed/4Qse4t_jDxY
️ https://www.youtube.com/embed/rkQPh-HoNVQ
️ https://www.youtube.com/embed/Kb4yis-45LU?start=1108
️ https://www.youtube.com/embed/_8lN4NhW5Lg
Python Performance: Why 'if not list' is 2x Faster Than Using len() https://lobste.rs/s/45xlaz #c #compilers #python
https://blog.codingconfessions.com/p/python-performance-why-if-not-list