Trending

#CLang

Latest posts tagged with #CLang on Bluesky

Posts tagged #CLang

How to Install Clang on Debian 13, 12 and 11 - LinuxCapable Install Clang on Debian 13, 12, and 11 using APT or the LLVM repository. Includes test compilation, version selection, and removal.

Install Clang on Debian 13, 12, or 11 using the default APT package or the LLVM repository for a newer branch like Clang 20 that sits alongside the distro toolchain.
linuxcapable.com/how-to-insta...
#Linux #Debian #Clang #LLVM #Programming #OpenSource #Developer

1 0 0 0
Preview
C optimization: single-pass character-to-logical via `ffi_chr_to_lgl` by Copilot · Pull Request #222 · wranglezone/stbl to_lgl.character() was calling toupper() twice — once inside are_lgl_ish.character() for validation, then again independently for conversion. This was the dominant allocation hotspot for character ...

I got about a 9x speed-up from my first "implement this in C" ticket for Github Copilot (github.com/wranglezone/...). It was already pretty fast, but now it's faster!
Setting it loose on some more character manipulation... #RStats #GenAI #CLang #IDontKnowThatHashtag

0 0 0 0
Fort Collins, CO 46 °F
Sunny, Feels like ‎47°

Fort Collins, CO 46 °F Sunny, Feels like ‎47°

I didn't notice it until I started digging and hit that thing. #clang

Today I'll attach a board with cement anchors, create a loop so that I can build a lever and pull that beeaughtch out of the ground. If it still had the post in it, it would have been easy. Little colder today.

0 0 1 0

#ScribesAndMakers 29 griddle #MastoPrompt clang

#Clang! The #griddle hit the fire pit grate.

"What you making? "

"Fufu cakes."

"Yum!"

#TootFic #MicroFiction #NMFic #NMPrompts #NMSAM #Food

0 3 0 0

The appalled silence was even worse than the #clang.

#MastoPrompt #MicroFiction

0 0 0 0

Business logic scattered across layers? That's the real threat to long-lived systems.
I compared #clang #cplusplus #ziglang #golang and #rustlang for stable domain cores.
Spoiler: strict rules beat implicit freedom.
#softwarearchitecture #systemdesign

1 0 0 0
Post image

New Video:
I've fixed it. ReXP1, my Astro Droid, can now tilt his body between drive and standing positions.
Deep dive: https://youtu.be/DQk93AQ16J8
#rp2040 #raspberrypipico #iot #microcontroller #clang #cpplang #rpipico #ros2 #microros #robotics

0 0 0 0
Outside the Bauhaus Brew Labs building in Minneapolis, a wooden ring has been set up with armored combantants. Beautiful weather for it.

Outside the Bauhaus Brew Labs building in Minneapolis, a wooden ring has been set up with armored combantants. Beautiful weather for it.

Nothing like watching an armored beat down in a parking lot on a 70 degree saturday in Minnesota in March.
#bauhausbrewery #mpls #clang

1 0 0 0
Post image

New Video:
LVGL 94 on unsupported display. The PIMORONI Cosmic Unicorn 32x32 matrix. This was so easy!
https://youtu.be/RRBKHmffba4
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #lvgl #pimoroni

0 0 0 0
Post image

MQTT client in under #3min with Mongoose on the Pico 2 W.
https://youtube.com/shorts/qs6zZyIjrpI?feature=share
Deep dive: https://youtu.be/SdbOZYRDh4Y
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #mongoose #mqtt

1 0 0 0
Post image

A quick and easy MQTT client on the Pico 2 W using Mongoose.
https://youtube.com/shorts/bszP6F11llU
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #mongoose #mqtt

2 2 0 0
Post image

OpenGLすげぇ!!!!
#opengl #clang

0 0 0 0
Post image

New Video: Mongoose isn't just a Web Server. MQTT Client, sweet.
https://youtu.be/SdbOZYRDh4Y
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #mongoose #mqtt

2 0 0 0
Post image

#3min summary Waveshare RP2350 Touch 3.49 Review and Template project.
https://youtube.com/shorts/sOqxK52STiA?feature=share
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #waveshare

0 0 0 0
Post image

Waveshare RP2350 Touch 3.49. I made it easy with a template project.
https://youtube.com/shorts/RWqVowaygw0?feature=share
Deep dive: https://youtu.be/Sak3GQtrA7I
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #waveshare

0 0 0 0
C++ trusts your discipline, Rust guarantees it by design.

C++ trusts your discipline, Rust guarantees it by design.

C++ trusts your discipline, Rust guarantees it by design. 🦀💻 EN

C++ confía en tu disciplina, Rust la garantiza por diseño. 🦀💻 ES

#programming #coding #programación #code #webdevelopment #devs #softwaredevelopment #rustlang #clang

2 0 2 0
Post image

New Video: Waveshare RP2350 Touch 3.49, more than a module. A programmable device in one!
Check it out: https://youtu.be/Sak3GQtrA7I
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #waveshare

0 0 0 0
Post image

#3min Summary on my Mecanum drive from the Raspberry Pi Pico!
https://youtube.com/shorts/fPEYHxtEjTU?feature=share
#rp2040 #raspberrypipico #iot #microcontroller #clang #cpplang #rpipico #ros2 #microros #robotics

1 0 0 0
Preview
Polish wkm: use builtin memcmp instead of builtin strcmp · a9d2592fa7 This helps clang-19 generate considerably more efficient code, eliminating the remaining strcmp library calls by replacing them with branchless comparisons against constants. The code uses a length based jump table as before and a xor() || xor() pattern, for example for GET/PUT: 562dd: ...

compilers are amazing. Thank you, compiler people

code.vinyl-cache.org/vinyl-cache/vinyl-cache/...
#gcc #clang #llvm

1 1 0 0
Post image

The RP2040 (Pico) does all the work here, controlling my Mecanum Drive Robot.
Short: https://youtube.com/shorts/VcUbz_pzFbM?feature=share
Deep dive here: https://youtu.be/KmaNhDDlJN4
#rp2040 #raspberrypipico #iot #microcontroller #clang #cpplang #rpipico #ros2 #microros #robotics

0 0 0 0
Post image

New Video: Mecanum drive controlled from the RP2040!
https://youtu.be/KmaNhDDlJN4
#rp2040 #raspberrypipico #iot #microcontroller #clang #cpplang #rpipico #ros2 #microros #robotics

0 0 0 0
Post image

Check out how I used Mongoose Real Time Charts to understand this IMU:
youtube.com/shorts/JDx8eZKqlrE #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #mongoose

0 0 0 0
Post image

BNO055 IMU at last the data makes sense.
https://youtu.be/x6I02YAyZmU
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang

2 0 0 0
Post image

Real time charts helped me understand this IMU:
https://youtube.com/shorts/reZeNwbv4M4?feature=share
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang

0 0 0 0
Post image

Mongoose makes Over the Air updates of Raspberry Pi Pico 2 W look easy. Check it out:
https://youtu.be/3wzKpsNu3v4
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #ota

0 0 0 0
xkcd style comic explaining c-base, c-lang and expertise bias

xkcd style comic explaining c-base, c-lang and expertise bias

Experts in their fields

https://wiki.c-base.org/dokuwiki/c-lang

#clang

HTTPS://c-base.org

0 0 0 0
Post image

New Video: Inertial Measurement Unit, the BNO055. At last an IMU I can tame.
Check it out: https://youtu.be/x6I02YAyZmU
#rp2040 #rp2350 #raspberrypipico #raspberrypipico2 #pico2 #iot #microcontroller #clang #cpplang #bno055

0 0 0 0