Masthash

#cprogramming

C & C++ Weekly
3 days ago

GBCompo23: largest coding event for actual retro Game Boy hardware with over $4000 in prizes (can be coded in C with GBDK)

https://itch.io/jam/gbcompo23

Discussions: https://discu.eu/q/https://itch.io/jam/gbcompo23

#cprogramming #gamedev #programming

C & C++ Weekly
1 week ago
C & C++ Weekly
1 week ago

C & C++ recap for week 21/2023

https://discu.eu/weekly/candcpp/2023/21/

#cpp #cprogramming #programming

Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium

C & C++ Weekly
2 weeks ago

Implementing a custom bootloader packet protocol: Bare Metal Programming Series

https://www.youtube.com/watch?v=RrUyS-gixWk

Discussions: https://discu.eu/q/https://www.youtube.com/watch?v=RrUyS-gixWk

#cprogramming #hardware #programming

Lorenzo Cogotti
2 weeks ago

Buonasera a Mastodon.

Vi va di leggervi un po' di #C direttamente da #Unix del 1985?

https://archive.org/details/ATTUNIXSystemVRelease4Version2

Si trovano perle niente male :)

#CProgramming

C & C++ Weekly
2 weeks ago

C & C++ recap for week 20/2023

https://discu.eu/weekly/candcpp/2023/20/

#cpp #cprogramming #programming

Get RSS feeds and support this bot with the premium plan: https://discu.eu/premium

C & C++ Weekly
3 weeks ago

My take on K&R exercise 5-17, sorting on at most 255 fields. A novel way for the exercise I think.

https://github.com/McUsr/sort

Discussions: https://discu.eu/q/https://github.com/McUsr/sort

#cprogramming #programming

Lorenzo Cogotti
3 weeks ago

Sto utilizzando e adorando #sparse(https://sparse.docs.kernel.org/en/latest).

È incredibile come uno strumento tanto utile anche al di fuori del kernel non goda della notorietà che merita.

#CProgramming #Programming #Security

C & C++ Weekly
3 weeks ago

I'm a Type 2 programmer of #C 🙋🏽‍♂️:

"The Two Types Of C Programmers (A Provocative Thesis)", Chris Siebenmann (https://utcc.utoronto.ca/~cks/space/blog/programming/CProgrammersTwoTypes).

Neither #Zig nor #Rust cut it for me as an alternative to C. 🤷🏽‍♂️

#Programming #CProgramming #SystemsProgramming

0xor0ne
2 months ago

Great collection of obscure features of C programming language

https://blog.joren.ga/less-known-c

#programming #cprogramming #softwaredevelopment

C & C++ Weekly
2 months ago

Project: A beautiful TUI periodic table for GNU/Linux terminals (ptable) in C - no dependencies

https://github.com/velorek1/ptable

Discussions: https://discu.eu/q/https://github.com/velorek1/ptable

#commandline #cprogramming #linux #programming #unix

Zig Weekly
2 months ago

Top 5 Fastest Programming Languages: Rust, C++, Swift, Java, and 90 more compared

https://youtu.be/pSvSXBorw4A

Discussions: https://discu.eu/q/https://youtu.be/pSvSXBorw4A

#cpp #cprogramming #java #programming #rustlang #ziglang

Unix Weekly
2 months ago

αcτµαlly pδrταblε εxεcµταblε: "I realized it's possible to create a synthesis of the binary formats being used by Unix, Windows, and MacOS"

https://justine.lol/ape.html

Discussions: https://discu.eu/q/https://justine.lol/ape.html

#compsci #cprogramming #programming #unix

C & C++ Weekly
2 months ago
C & C++ Weekly
3 months ago

Ted Ts'o: "As an OS engineer, I deeply despise these optimization tricks, since I personally I care about correctness and not corrupting user data far more than I care about execution speed"

https://minnie.tuhs.org/mailman3/hyperkitty/list/tuhs@tuhs.org/message/3QHH5NS3A2MD45YAAYPSA5VY57ZJL3PO/

Discussions: https://discu.eu/q/https://minnie.tuhs.org/mailman3/hyperkitty/list/tuhs%40tuhs.org/message/3QHH5NS3A2MD45YAAYPSA5VY57ZJL3PO/

#cprogramming #programming

orbifx
3 months ago

Should we use #c #cprogramming or #clang for the C programming language?

Multiple choice #poll

orbifx 🐍
3 months ago

#programming #cprogramming
Anyone using #gtk3 with #C #pthreads, instead of using #gtk's threading functions?

@suprjami
`make --dry-run` prints but doesn't run the commands. Bear wraps the compiler calls to intercept them, so it requires you to actually call the compiler.

The whole problem is that there's no way to get the includes and dependencies unless you do all the preprocessing, which is a portion of the way into compiling. You could add the compiler flag to only do pre-processing, but you'll only save a little time versus a full compile.

#cprogramming #gcc #clang #llvm #ccls

Compsci Weekly
4 months ago
mxk
4 months ago

What does this tiny C program do on Linux and why?
#cprogramming #posix #linux

C & C++ Weekly
4 months ago

Why C needs a new type qualifier: Either the most important thing I've ever written or a waste of months of research, design, prototyping and testing by a very sleep-deprived father of two. You get to decide! I've submitted a paper to WG14 but they only standardize established practice.

https://itnext.io/why-c-needs-a-new-type-qualifier-61ad553cbe71

Discussions: https://discu.eu/q/https://itnext.io/why-c-needs-a-new-type-qualifier-61ad553cbe71

#cprogramming #programming

Topaz 🐇
5 months ago

New video! I walk through what's needed to write a simple BSD socket-based server on the Commodore Amiga in C. https://youtu.be/i6_PQUsayN4

#amiga #programming #youtube #cprogramming

A cartoon cat is uncapping a cable that represents a network socket. There's an AmigaShell showing the results of running the server code built in the video. Some of the code is shown in the background.