Readit News logoReadit News
rc00 commented on Dissecting the Apple M1 GPU, the end   rosenzweig.io/blog/asahi-... · Posted by u/alsetmusic
laweijfmvo · 4 months ago
i hope some day a used M1/M2 macbook air will be the greatest linux laptop around
rc00 · 4 months ago
I would hope not. That would mean that no other vendor has shipped working ARM hardware support for Linux or has upstream support in the kernel. Forget the hostile nature Apple has proven to possess when consumers dare treat their hardware as if paying for it makes it their own.

Qualcomm has been beating the marketing drum on this instead of delivering. Ampere has delivered excellent hardware but does not seem interested in the desktop segment. The "greatest Linux laptop around" can not be some unmaintained relic from a hostile hardware company.

rc00 commented on Introducing tmux-rs   richardscollin.github.io/... · Posted by u/Jtsummers
steveklabnik · 5 months ago
Absolutely zero shade to Zig, because it is still pre-1.0, but if you look at which new systems languages have gained wide adoption recently, instead of languages that are just created, you end up with Rust. And the stated reason industry is adopting it is memory safety.
rc00 · 5 months ago
What adoption? Blog posts? Echo chambers? Rust peaked. The hype pushers don't want to believe it but that is the reality. Absolutely zero shade to Rust.
rc00 commented on Hyprland Premium   account.hypr.land/pricing... · Posted by u/DaSHacka
echelon · 6 months ago
It's a tiling window manager for a few Linux distros.

Arch, not Ubuntu.

rc00 commented on Datalog in Rust   github.com/frankmcsherry/... · Posted by u/brson
rc00 · 6 months ago
rc00 commented on Reports of Deno's Demise Have Been Greatly Exaggerated   deno.com/blog/greatly-exa... · Posted by u/stephdin
ecares · 7 months ago
Deno is just a marketing company dressed as a software startup
rc00 · 7 months ago
And Rust is the perfect lingua franca to accomplish this.

The demise of both of these trends cannot come soon enough.

rc00 commented on Reports of Deno's Demise Have Been Greatly Exaggerated   deno.com/blog/greatly-exa... · Posted by u/stephdin
ecares · 7 months ago
Deno is just a marketing company dressed as a software startup
rc00 · 7 months ago
And Rust is the perfect lingua franca to accomplish this. The demise of both of these trends cannot come soon enough.
rc00 commented on Lazarus Release 4.0   forum.lazarus.freepascal.... · Posted by u/proxysna
dotancohen · 7 months ago
Maybe you're the person to ask. My Python Qt app is sluggish when it loads tens of thousands of values from SQLite. Various variations of pagination and lazy loading hurt usability. But isolating the issue and testing with C++ and Rust show that those two languages don't have the performance hit of Python.

I could use C++ and stick with Qt, but I'd much prefer Rust. Rust has no good Qt bindings. What are my options?

The app makes use of QV/HBoxLayout, QWidget, Qdialog, QPushButton, and other really standard features. It reads from the filesystem, reads and writes to SQLite, and outputs sound from mostly ogg files at various speeds (through VLC behind the scenes). I stick with Qt because I like how it integrates with KDE and other desktops flawlessly.

rc00 · 7 months ago
> What are my options?

> I stick with Qt

These come up on search results if you combine Qt plus the language.

Go:

* https://github.com/mappu/miqt

Java:

* https://github.com/OmixVisualization/qtjambi

Nim:

* https://github.com/jerous86/nimqt

* https://github.com/seaqt/nim-seaqt

Zig:

* https://github.com/rcalixte/libqt6zig

rc00 commented on Rust Dependencies Scare Me   vincents.dev/blog/rust-de... · Posted by u/vsgherzi
vsgherzi · 7 months ago
It feels a bit like throwing the baby out with the bathwater to completely swap languages. I was hoping rust could be a more general language for me.... I know they're not interested but I wonder if the foundation would ever entertain an opt in more expansive std library?

Go's is very nice however if I remember they ran into an issue with crypto that was hard to fix due to it being so bundled to the std library.

rc00 · 7 months ago
You should evaluate on whether it is worth insisting on Rust. Others have gone down that path and it has only ended with regret[1]. The sooner you realize that you don't have the right solution to your problem, the sooner you can start solving it correctly.

What about the crypto library affects how you would use Go to solve your problem?

1. https://deadmoney.gg/news/articles/migrating-away-from-rust

rc00 commented on Rust Dependencies Scare Me   vincents.dev/blog/rust-de... · Posted by u/vsgherzi
rc00 · 7 months ago
> Many call for adding more to the rust standard library much like Go

> So now I pose the question to you what do we do?

1. Port your application to the language/tool that fits your needs like Go.

2. Hope that a language like Zig decides to feature a standard library as good as Go.

u/rc00

KarmaCake day2777October 29, 2021View Original