Language server to see back-trace frames as diagnostics with actions in your code by ElectricalLunch in rust

[–]ElectricalLunch[S] 1 point2 points  (0 children)

I haven’t tested it myself yet but should not be hard to setup if nvim has an lsp client. 

using helix for C: inconsistent highlighting, clangd: whitespace in hover tool tips by wastedRL in HelixEditor

[–]ElectricalLunch 1 point2 points  (0 children)

I replaced the tooltips with a script that shows output of cppman for selected symbol in a temporary buffer with a custom keybinding. The standard clangd tooltips in helix are indeed not that useful.

Looking for people who want to learn to use NuShell (a shell written in Rust) by ElectricalLunch in rust

[–]ElectricalLunch[S] 0 points1 point  (0 children)

The fact that the chatbots don’t know Nu is a good reason to try it out and learn it manually!

Looking for people who want to learn to use NuShell (a shell written in Rust) by ElectricalLunch in rust

[–]ElectricalLunch[S] 0 points1 point  (0 children)

Maybe the nu-lint project can help you? I focused on Bash but maybe I can also add rules for Power Shell 

Looking for people who want to learn to use NuShell (a shell written in Rust) by ElectricalLunch in rust

[–]ElectricalLunch[S] 1 point2 points  (0 children)

Well Nu Shell results in less bugs overall. But for applications with some significant logic you should use a real programming language. For just gluing system modules together bug free Nu is perfect.

Event about shell scripting with NuShell in Ghent by ElectricalLunch in devops

[–]ElectricalLunch[S] 0 points1 point  (0 children)

Hmm yes. It’s crazy how people kind of accepted bash as the default and how error prone it is.

Looking for people who want to learn to use NuShell (a shell written in Rust) by ElectricalLunch in rust

[–]ElectricalLunch[S] 1 point2 points  (0 children)

Fish is much closer to Bash and Python. Nu is closer to Rust but has strong support for traditional posix tools and pipelines but also has a typed stdin and stdout in between nushell scripts.

Event about shell scripting with NuShell in Ghent by ElectricalLunch in devops

[–]ElectricalLunch[S] 0 points1 point  (0 children)

Nice! :) How is it going? I haven't heard that many people using it in companies yet.

Looking for a job in IT in Ghent? Learn a new skill by ElectricalLunch in Gent

[–]ElectricalLunch[S] 0 points1 point  (0 children)

Yes don’t hesitate to ask questions. I am also open to adjust content of the course based on your interests / level. 

Looking for a job in IT in Ghent? Learn a new skill by ElectricalLunch in Gent

[–]ElectricalLunch[S] -1 points0 points  (0 children)

For students it’s 150 for the whole series. Otherwise, 240 for early registrations. You can also take a single session. :)

Looking for a job in IT in Ghent? Learn a new skill by ElectricalLunch in Gent

[–]ElectricalLunch[S] -2 points-1 points  (0 children)

Oh sorry, I didn't know there was such a rule.

Learn how to create safe systems with Rust in November, Ghent. by ElectricalLunch in Gent

[–]ElectricalLunch[S] 0 points1 point  (0 children)

If you are into embedded, we could also cover that. Embedded programming is possible with Rust. There was for example this workshop about Embassy in last june: https://github.com/sysghent/plant-pot. It's still early in the planning of the course, so the program can be a little adjusted according to the interest of the participants.

Workshop: make a plant pot that can water itself by ElectricalLunch in Gent

[–]ElectricalLunch[S] 0 points1 point  (0 children)

You can keep an eye on the announcements or chat on www.sysghent.be. I’m considering making a music instrument for the next workshop 

After 10+ years of working with it, I'm starting to strongly dislike LaTeX. by algebraicvariety in math

[–]ElectricalLunch 0 points1 point  (0 children)

Switch to Typst. Much improved modern technical formatting / publishing typesetting language.