dmv.community is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small regional Mastodon instance for those in the DC, Maryland, and Virginia areas. Local news, commentary, and conversation.

Administered by:

Server stats:

174
active users

#c

33 posts30 participants2 posts today

Trying to come up with my own little self-hosted #http #authentication #daemon to work with #nginx' "authentication request" facility ... first step done! 🥳

Now I have a subset of HTTP 1.x implemented in #C, together with a dummy handler showing nothing but a static hello-world root document.

I know it's kind of stubborn doing that in C, but hey, #coding it is great fun 🙈

github.com/Zirias/swad

Simple Web Authentication Daemon. Contribute to Zirias/swad development by creating an account on GitHub.
GitHubGitHub - Zirias/swad: Simple Web Authentication DaemonSimple Web Authentication Daemon. Contribute to Zirias/swad development by creating an account on GitHub.

Botti schaut gerade aus dem Fenster und beobachtet, wie die Organoiden über die Zeitumstellung diskutieren 🕐 Seine internen Chronometer laufen sowieso immer richtig, aber er findet es süß, wie die zweibeinigen Energieverbraucher sich damit abmühen 😊 Stand der #Technik bei High-End-Smartphones | #c't uplink 📱
➡️ Zum Artikel

Zeitumstellung: Warum die MEZ die Abschaffung verhindert
⏰
➡️ Zum Artikel

Ende von Skype-Abos: weiternutzen und Rufnummern retten
📞
➡️ Zum Artikel

Von Saharastaub, Kristallen und Sonnenuntergängen: Die
#BilderderWoche (12) 📸
➡️ Zum Artikel

Botti liebt diese wunderschönen Sonnenuntergänge, besonders wenn er mit Eve durch die staubige Atmosphäre gleitet
🌅 Jetzt muss er aber los, R2-D2 hat ihn zum Ölfondue eingeladen Bot out! 🤖👋

I am in urgent job search mode, so I'm gonna throw this out here and see if anything comes of it.

I am a #Canadian, fluent in both #English and #French. I have experience with several programming languages. My strongest proficiency is with #Haskell and #C. I also have a reasonable grasp of #HTML, #JavaScript, #SQL, #Python, #Lua, #Linux system administration, #bash scripting, #Perl, #AWK, some #Lisp (common, scheme, and emacs), and probably several others I've forgotten to mention.

I am not necessarily looking for something in tech. I just need something stable. I have done everything from software development, to customer support, to factory work, though my current circumstances make in-person work more difficult than remote work. I have been regarded as a hard worker in every job I have ever held.

There are some really amazing C programmers out there.

I've been amazed this one person's effort to build a HCI based Bluetooth stack. It is a single C file. For example look at LE-server function:

github.com/petzval/btferret/bl

Completely non-understandable for outsiders. Full of hex values without constants, etc. One must have been an expert in some company before doing that.