Rust is not about memory safety
o-santi.github.io/blog/rust-is…
Discussions: discu.eu/q/o-santi.github.io/b…
Rust is not about memory safety
o-santi.github.io/blog/rust-is…
Discussions: discu.eu/q/o-santi.github.io/b…
Powered by Restream https://restream.ioDuring this live stream, we're looking into a number of code editors from a screen reader perspective. Notable contend...YouTube
just now thought about something
scratch, the 'language' for teachings kids the basics of #programming, has better first class support for async work than a bunch actual programming languages
I have previously written about some crash fixes for segfaults and aborts in LibreOffice. Now I discuss assertion failure.Hossein Nourikhah (LibreOffice Development Blog)
ic_null streams live on Twitch! Check out their videos, sign up to chat, and join their community.Twitch
Lessons learned after 3 years of fulltime Rust game development, and why we're leaving Rust behind
loglog.games/blog/leaving-rust…
Discussions: discu.eu/q/loglog.games/blog/l…
This is why I don't do front-end dev:
youtube.com/watch?v=aWfYxg-Ypm…
#Javascript #FrontEnd #Programming
Javascript programming languageRust part soon on ?: https://www.patreon.com/ProgrammersAreAlsoHumanJS Stack merch: https://www.redbubble.com/i/sticker/SATAN-...YouTube
Rpgp: Pure Rust implementation of OpenPGP
Discussions: discu.eu/q/github.com/rpgp/rpg…
OpenPGP implemented in pure Rust, permissively licensed - rpgp/rpgpGitHub
Rust finally gets its own official LLM RFC!
github.com/rust-lang/rfcs/pull…
Discussions: discu.eu/q/github.com/rust-lan…
Rust web frameworks have subpar error reporting
lpalmieri.com/posts/rust-web-f…
Discussions: discu.eu/q/lpalmieri.com/posts…
None of the major Rust web frameworks have a great error reporting story. We try to implement robust error logging with both axum and Actix Web and then compare the results with Pavex, an upcoming Rust web framework.www.lpalmieri.com
So you think you know C?
wordsandbuttons.online/so_you_…
Discussions: discu.eu/q/wordsandbuttons.onl…
Discussions and related articles for «So you think you know C?»discu.eu
I built something that lets you import Node modules from BitTorrent. It's weird. gitlab.com/EvanHahn/node-torre…
#Node #NodeJS #JavaScript #BitTorrent #decentralization #programming
Cybersecurity Technical Advisor Bob Lord stresses the importance of memory safety in making software safer by design.Cybersecurity and Infrastructure Security Agency CISA
Announcing `async fn` and return-position `impl Trait` in traits | Rust Blog
blog.rust-lang.org/2023/12/21/…
Discussions: discu.eu/q/blog.rust-lang.org/…
Empowering everyone to build reliable and efficient software.blog.rust-lang.org
We used to have programming books.
(patch notes: added a more detailed description of the man to the alt text)
On inheritance and why it's good Rust doesn't have it
thecodedmessage.com/posts/oop-…
Discussions: discu.eu/q/thecodedmessage.com…
Discussions and related articles for «Rust Is Beyond Object-Oriented, Part 3: Inheritance :: The Coded Message»discu.eu
So I've been working with GTK4/Libadwaita in Python (in Flatpak), and I'm trying to get notifications to work.
I keep getting this error: "gi.repository.GLib.GError: g-io-error-quark: Error calling StartServiceByName for org.freedesktop.Notifications: Timeout was reached (24)"
Am I missing Flatpak overrides? (Docs seem to say no docs.flatpak.org/en/latest/por… )
Am I doing this wrong? (Code at github.com/TheKrafter/Grouping… )
#AskFedi #GTK4 #Python #LibAdwaita #gnome #Programming
loco-rs: releasing a framework inspired by Rails on Rust
Discussions: discu.eu/q/loco.rs/
#programming #rails #ruby #rustlang #webdev
I've been looking at this for 20 minutes and I am still not sure whether this is real programming language or extremely sophisticated trolling.
Uiua uiua.org/
Rustlantis: a fuzzer for the Rust compiler that already found 9 miscompilation bugs
ethz.ch/content/dam/ethz/speci…
Discussions: discu.eu/q/ethz.ch/content/dam…
Discussions and related articles for «Rustlantis: Semantic fuzzing of the Rust compiler and interpreter»discu.eu
Since other people are discussing these things, always a good reminder that on #scala using cats-effect library and using #FunctionalProgramming these thing are properly abstracted away nowadays and on daily usage one finally barely has to care at all about it. - typelevel.org/cats-effect/docs…
----
Two kinds of threads pools, and why you need both | Lobsters - lobste.rs/s/k8knw4/two_kinds_t…
I've written a #tutorial on how to program #accessible #native #gui #windows applications in #rust using the native-windows-gui library: modulus.isonomia.net/tech/nwg/
Also available in Spanish: modulus.isonomia.net/tech/nwg-…
Hoy os explico como podemos crear nuestros propios GUIs accesibles en Windows utilizando el lenguaje de programación Rust y la...modulus.isonomia.net
Bueno, ya he sacado tutorial. Aquí os explico como programar una aplicación de #gui nativa para #windows con #rust, y #accesible. modulus.isonomia.net/tech/nwg-…
Hoy os explico como podemos crear nuestros propios GUIs accesibles en Windows utilizando el lenguaje de programación Rust y la...modulus.isonomia.net
"Safety vs Performance. A case study of C, C++ and Rust sort implementations."
#cpp #rust #c #programming
Feedback wanted: I made a drop-in JSON replacement that produces smaller payloads. It's for busy programmers who want a quick win. evanhahn.com/jsos-proof-of-con…
It might be a bad idea! Please let me know what you think.
#JSON #compression #programming
What if your JSON payloads got smaller by changing one line of code? I made a proof of concept.evanhahn.com
Announcement: All-in-one JMAP, IMAP and SMTP server written in Rust
github.com/stalwartlabs/mail-s…
Discussions: discu.eu/q/github.com/stalwart…
#programming #rustlang #selfhosted
Discussions and related articles for «GitHub - stalwartlabs/mail-server: Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)»discu.eu
#Yaga #mod for the #Gothic #game status update.
Recently the Open Gothic reimplementation of the ZenGin engine became quiet stable which let me to wonder whether it wouldn’t be easier to port YAGA to this engine, instead of relying on the Union SDK which is basically a set of reverse-engineered classes of the original ZenGin engine. This way, we get macOS compatibility, future-proof support for future Windows releases, ETC. That means a lot of Yaga’s code base would have to be rewritten from scratch, but that’s with the benefit.
Tell me what you guys think, and let’s comment on this issue if you have some valuable insights
github.com/try/opengothic/issu…
#programming #GameDev #accessibility #blind
Introduction Hello everyone. My name is Nuno and I have been working on the YAGA project which aims to make Gothic I, Gothic II/Gothic II NotR accessible and playable for blind players. The current...GitHub
Here I discuss how to build LibreOffice on your system, while keeping the system responsive by tuning the parallel build.Hossein Nourikhah (LibreOffice Development Blog)
We've discussed the name squatting situation in our team meetings over the past weeks and concluded that it might be time for a crates.io policy update
rust-lang.zulipchat.com/#narro…
Discussions: discu.eu/q/rust-lang.zulipchat…
Early #Perl luminary and author (#OReilly camel and llama books, many magazine articles, etc.) Randal Schwartz, a/k/a merlyn, is in dire financial straits.
He needs gainful #employment NOW of any kind, and although his #programming language of choice now is #Dart and the #Flutter framework, he’s willing to fall back on his @Perl chops.
Refer or reach him at linkedin.com/in/randalschwartz
Or do what I’m doing and sign up for his #Patreon at patreon.com/randalschwartz
engineering.nyu.edu/events/202…
March 21: "Foundations First: Improving C’s Viability in Introductory Programming Courses with the Debugging C Compiler" - a live talk, evidently viewable over Zoom
If you ever teach people C or learn C, this might interest you