jamestansx.bsky.social
@jamestansx.bsky.social
Reposted
Reposted
As is tradition now, Niko recorded a song about the new Rust Edition: www.youtube.com/watch?v=thdp... 🎵 🎶
In honor of Rust 2024
YouTube video by Niko Matsakis
www.youtube.com
February 20, 2025 at 5:42 PM
Reposted
#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...
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) ...
github.com
January 23, 2025 at 7:20 PM
Reposted
#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...
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...
github.com
January 27, 2025 at 3:49 PM
Reposted
#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...
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...
github.com
January 13, 2025 at 1:01 PM
Reposted
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...)
January 2, 2025 at 9:24 PM
Reposted
Forget o3, this bot will put us all out of job
December 25, 2024 at 10:38 PM
Reposted
You won't stop me this easily🖕
December 18, 2024 at 8:06 PM
Reposted
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.
November 30, 2024 at 4:26 AM
Reposted
November 30, 2024 at 10:00 AM
Reposted
Inspecting your code
November 30, 2024 at 6:38 PM
Reposted
Cold Air xkcd.com/3016
November 27, 2024 at 12:42 AM
Reposted
✨ Don't Look Down on Print Debugging

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

#programming
Don't Look Down on Print Debugging
Print good, not bad!
blog.startifact.com
November 23, 2024 at 3:42 AM
Reposted
🦀 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
November 21, 2024 at 5:53 AM
Reposted
🦀 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
November 20, 2024 at 5:57 PM
Reposted
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
November 19, 2024 at 10:12 AM
Reposted
✨ 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
November 18, 2024 at 4:24 AM
Reposted
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.
November 17, 2024 at 10:29 PM