https://www.europesays.com/fr/11678/ L’échange musclé entre Ancelotti et Camavinga avant Arsenal : « Je m’en fous… » #Arsenal #ArsenalVsRealMadrid #C.Ancelotti #D.Ancelotti #E.Camavinga #FR #France #LigueDesChampions #RealMadrid #Sports
https://www.europesays.com/fr/11678/ L’échange musclé entre Ancelotti et Camavinga avant Arsenal : « Je m’en fous… » #Arsenal #ArsenalVsRealMadrid #C.Ancelotti #D.Ancelotti #E.Camavinga #FR #France #LigueDesChampions #RealMadrid #Sports
Hey I'm still looking for work.
I've applied to a lot of places in my area and I'm getting nothing.
I'm a programmer at heart, but I've also been looking for regular entry-level jobs because there haven't been any coding positions open at my level as far as I could tell.
If you can offer me a job, it might save my butt. And if you can't offer me a job, could you at least share this post?
I live 30 minutes away from Bellevue if that helps.
shorty: a C++ library for concise lambdas https://lobste.rs/s/xqlrsl #c++
https://github.com/hanickadot/shorty
I would claim that I'm *very* experienced with #programming in #C. But still, C gets annoyingly weird when it comes to #pointers *to* #arrays.
Does the following code look sober to you? (My compiler doesn't complain)
Especially interested in the highlighted line, but also the block above trying to expand the array ...
Context: I started work on a generic/configurable rate-limiter to add to #swad.
We built a tool that helps you generate, edit, and share structured documentation from your codebase — without the usual hassle.
https://blog.aswinbenny.in/you-are-documenting-your-code-wrong
Linux folks -- anybody have any idea how to properly daemonize a web server built with libmicrohttpd?
The library's examples all start the server (typically multithreaded but not forked?) then block on a call to getc/getchar.
I tried double-forking, but I did so hurriedly and may have got some things wrong. Thought I'd ask here in case somebody knows The Right Way.
Beware when moving a std::optional (2023) https://lobste.rs/s/msvm18 #c++
https://blog.tal.bi/posts/std-optional-move-pitfall/
The Best New Restaurants in D.C., April 2025 https://www.diningandcooking.com/2001889/the-best-new-restaurants-in-d-c-april-2025/ #april #best #c. #d... #dc #eater #FrontPage #heatmaps #in #Mediterranean #MediterraneanDinner #new #PackageGroup #Restaurants #the
Faster interpreters in Go: Catching up with C++
https://planetscale.com/blog/faster-interpreters-in-go-catching-up-with-cpp
#HackerNews #FasterInterpreters #Go #C++ #Programming #Performance #TechNews
Released: #swad v0.1
Looking for a simple way to add #authentication to your #nginx reverse proxy? Then swad *could* be for you!
swad is the "Simple Web Authentication Daemon", written in pure #C (+ #POSIX) with almost no external dependencies. #TLS support requires #OpenSSL (or #LibreSSL). It's designed to work with nginx' "auth_request" module and offers authentication using a #cookie and a login form.
Well, this is a first release and you can tell by the version number it isn't "complete" yet. Most notably, only one single credentials checker is implemented: #PAM. But as pam already allows pretty flexible configuration, I already consider this pretty useful
If you want to know more, read here:
https://github.com/Zirias/swad
I’m interested in seeing Fedi’s opinion on this. Also reply with a more detailed opinion and your language of choice if you feel so inclined. Boost if you are interested in this too.
When my compiler reports an error, I most often see this as:
And even more #documentation: Now #swad has a #manpage (I still think #man is the nicest documentation system for CLI tools and daemons).
To keep it in sync with help output (-h flag), I use my own tool to generate it:
https://github.com/Zirias/mkclidoc
Did you ever dream to write your own videogame for the #SEGA #MasterSystem?
xfixium has released a *complete* #video #tutorial: "Make Your Own Game with #devkitSMS" where he creates a Ms. Pac-Man clone using the #C language!
The whole series is here: https://www.youtube.com/watch?v=9jGkoHX3BSk&list=PLBYs5vZbDPv6UPqtU_deDSihZjeoCkUsS&index=1 and you also can download the ROM (for free) here: https://www.smspower.org/Homebrew/MsPacManClassic-SMS , with the whole source code freely available here: https://github.com/xfixium/SMS-Ms-Pac-Man