en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

268
active users

#c

31 posts24 participants2 posts today

I've made a fraction-based calculator, for simplifying rational expressions (written in ANSI-C using vi)

I was aiming to merge a scientific calculator with "bc", because I often need to simplify various fractions and whatnot. Quite happy with the result!

Uses shunting yard algorithm to evaluate the expressions, and a naive descent parser (I think?) to tokenise

Aside: OpenBSD's "editline" is very easy to use

Please ask any questions :)

patpatpat.xyz/data/frac

#c#bsd#unix
Replied in thread

First "production test" successful 💪 ... after band-aid "deployment" (IOW, scp binaries to the prod jail).

#swad integrates with #nginx exactly as I planned it. And #PAM authentication using a child process running as root also just works (while the main process dropped privileges). 🥳

So, I guess I can say goodbye to #AI #bots hammering my poor DSL connection just to download poudriere build logs.

Still a lot to do for #swad: Make it nicer. So many ideas. Best start would probably be to implement more credentials checking modules besides PAM.

Replied in thread

This, btw, was yet another reminder of the horrible can of worms #stdio's #buffering is.

I created a little tool running as a child process to do the *actual* #PAM authentication, so it will be possible to have this run as root while the real service drops all privileges. This little tool uses a simple line-based protocol for communication on stdin/stdout. It worked well when testing directly on the terminal.

On the first real test though, my service just went hanging. 🙄 I suspected a deadlock caused by pthread mutexes. Wasted quite some time looking into that. Then I finally realized communication over the pipes was stalled.

Ok, just set buffering mode to "line buffering" after fdopen'ing the #pipe. Turned out that didn't help either. I *assume* that even in the child process, the stdio streams automatically created on the pipes were somehow fully buffered. But at that point, I was really fed up with trial and error and rewrote the whole mess to do I/O using plain #POSIX APIs (read, write), sidestepping any buffering. Worked like a charm. 🙈

wacoca.com/games/1116373/ C&R社とバンダイナムコENTの合弁会社「URS Games」が4月1日より始動…モバイルを中心にゲーム開発・運営を行う | gamebiz ##GAMING #C&R社とバンダイナムコENTの合弁会社「URSGames」が4月1日より始動…モバイルを中心にゲーム開発・運営を行う #Game #GameNews #gamebiz #games #GamingNews #social #SocialGameInfo #インフォ #ゲーミング #ゲーム #ゲーム攻略 #ゲーム最新情報 #人気アプリ #最新情報

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! 🤖👋

heise online · Stand der Technik bei High-End-Smartphones | c’t uplinkBy Jan Schüßler

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.

I updated the game! cagibi.itch.io/solar
Key takeaways:
- I don't need fancy opponent AI if navigation is hard enough on its own
- borders aren't 100% blocking, so if you push your luck really hard you can take shortcuts. In one session an opponent managed to escape forever, its minimap icon crossing the main screen.
- Lots of new challenges. I have 10⁶ words to say in a future devlog.
Almost unfinishable for now, take it more as an experience.
#GameDev #PixelArt #Aseprite #IndieDev #C