's Avatar

@jamestansx

26
Followers
15
Following
1
Posts
15.11.2024
Joined
Posts Following

Latest posts by @jamestansx

Preview
ESP32-C3 SuperMini ANTENNA MODIFICATION Boosting ESP32-C3 SuperMini WiFi: A Simple and Effective Antenna Mod The ESP32-C3 SuperMini modules are incredibly affordable, costing around €2, and are equipped with a compact SMD antenna. Howeve…

Increase the WiFi range of your ESP32-C3 SuperMini with this simple hack. peterneufeld.wordpress.com/2025/03/04/e...

05.04.2025 06:33 👍 8 🔁 3 💬 0 📌 0
In honor of Rust 2024
In honor of Rust 2024 YouTube video by Niko Matsakis

As is tradition now, Niko recorded a song about the new Rust Edition: www.youtube.com/watch?v=thdp... 🎵 🎶

20.02.2025 17:42 👍 31 🔁 5 💬 0 📌 0
Preview
vim-patch:9.1.{0936,0941,0942}: ComplMatchIns highlight by zeertzjq · Pull Request #31615 · neovim/neovim vim-patch:9.1.0936: cannot highlight completed text Problem: cannot highlight completed text Solution: (optionally) highlight auto-completed text using the ComplMatchIns highlight group (glepnir) ...

#neovim Development News

The 0.11 version will have a new `ComplMatchIns` highlight group that shows matched text of the currently inserted completion.

PR (Vim patch):
- github.com/neovim/neovi...

23.01.2025 19:19 👍 29 🔁 2 💬 0 📌 0
Preview
vim-patch:9.1.0557: moving in the buffer list doesn't work as documented by zeertzjq · Pull Request #29653 · neovim/neovim vim-patch:9.1.0557: moving in the buffer list doesn't work as documented Problem: moving in the buffer list doesn't work as documented (SenileFelineS) Solution: Skip non-help buffers, when...

#neovim Development News

The 0.11 version will have buffer navigation (`:bnext`/`:bprev`/etc commands and `[b`/`]b`/etc mappings) skip help buffers if run from a non-help buffer and move to another help buffer otherwise.

PR (Vim patch):
- github.com/neovim/neovi...

27.01.2025 15:49 👍 40 🔁 2 💬 0 📌 0
Preview
feat(treesitter): async parsing by ribru17 · Pull Request #31631 · neovim/neovim Problem: Parsing can be slow for large files, and it is a blocking operation which can be disruptive and annoying. Solution: Provide a function for asynchronous parsing, which accepts a callback to...

#neovim Development News

The 0.11 version will have tree-sitter highlighting done asynchronously. This should improve responsiveness.

It also means that programmatically getting the parser no longer pre-parses the tree. Call `parse()` method explicitly.

PR:
- github.com/neovim/neovi...

13.01.2025 13:01 👍 70 🔁 7 💬 2 📌 0
Post image

Serde fixes a bug and as a result my code now has a bug. I'm basically this XKCD today. (I'm basically doing undocumented stuff with serde, but limitations don't give me reasonable alternatives. github.com/mitsuhiko/mi...)

02.01.2025 21:24 👍 78 🔁 6 💬 2 📌 0

For Wayland Linux specific, it is foot terminal.

01.01.2025 00:37 👍 2 🔁 0 💬 1 📌 0
Post image

Forget o3, this bot will put us all out of job

25.12.2024 22:38 👍 49 🔁 2 💬 3 📌 0
Video thumbnail

You won't stop me this easily🖕

18.12.2024 20:06 👍 129 🔁 10 💬 7 📌 1

Every time I'm having a hard time to motivate myself to work on things I just grab my laptop and move to a different room. It kinda resets my brain 'cause the environment has changed. I heard people recommend to rearrange your furniture from time to time for the same reason.

30.11.2024 04:26 👍 502 🔁 28 💬 23 📌 4
Post image
30.11.2024 10:00 👍 141 🔁 10 💬 0 📌 0
Post image

Inspecting your code

30.11.2024 18:38 👍 174 🔁 5 💬 6 📌 0
Post image

Cold Air xkcd.com/3016

27.11.2024 00:42 👍 5481 🔁 283 💬 78 📌 12
Don't Look Down on Print Debugging Print good, not bad!

✨ Don't Look Down on Print Debugging

blog.startifact.com/posts/print-...

#programming

23.11.2024 03:42 👍 12 🔁 2 💬 3 📌 0
Cute little Ferris with the title "Learn Rust"

Cute little Ferris with the title "Learn Rust"

🦀 List of Resources to learn Rust - Roadmap From Beginner to Advanced Level

💠 a curated collection of materials designed to assist learners at various stages of their journey with the Rust

Repo:
github.com/ImplFerris/L...

Other helfpul resources:
implrust.com

#rustlang #programming

21.11.2024 05:53 👍 63 🔁 6 💬 1 📌 1
Video thumbnail

🦀 Hello World: Blink the Onboard LED on ESP32 DevKit

- A quick introduction to the ESP32, showcasing how to blink the onboard LED using Rust

esp.implrust.com/index.html

#rustlang

20.11.2024 17:57 👍 29 🔁 2 💬 2 📌 0
Preview
Build your own SQLite, Part 1: Listing tables As developers, we use databases all the time. But how do they work? In this series, we'll try to answer that question by building our own SQLite-compatible database from scratch. Source code examples will be provided in Rust, but you are encouraged t...

🦀 Build your own SQLite in Rust

💠 Part 1: Listing tables

blog.sylver.dev/build-your-o...

💠Part 2: Scanning large tables

blog.sylver.dev/build-your-o...

💠 Part 3: SQL parsing 101

blog.sylver.dev/build-your-o...

#rustlang

19.11.2024 07:52 👍 44 🔁 5 💬 3 📌 0
Video thumbnail

How long does it take to SETUP your C environment and BUILD and RUN your C application for WINDOWS and WEB??? 🤔

With raylib 5.5 Windows Installer, **less than 1 minute**!!! 🤯

raysan5.itch.io/raylib

19.11.2024 10:12 👍 58 🔁 3 💬 2 📌 0
Sample circuit for ultrasonic sensor

Sample circuit for ultrasonic sensor

✨ Open source Book for Embedded Programming With Pico 2 & Rust

- Increase LED brightness with Ultrasonic sensors
- Display Image on OLED
- Turn on LED when room light turned-off
- Find room temperature
- Play Game of Thrones BGM In Buzzer

pico.implrust.com

#rustlang #embedded #programming

18.11.2024 04:24 👍 42 🔁 9 💬 0 📌 0

Programmers love Factorio because playing this game is the only way they can experience the Pure Joy of Recreational Programming without the Corporate Bullshit and Unnecessary Complexity Slop forced on them constantly for no reason.

17.11.2024 22:27 👍 127 🔁 9 💬 5 📌 0