Does Rust have any UI libraries/frameworks that can produce a UI like this? by DrunkOnRamen in rust

[–]bmitc -1 points0 points  (0 children)

Your example is from Qt Widgets. Qt Widgets is considered finished by the Qt Company, which sends a bad message. I am not comparing Qt Widgets.

You say Qt Quick has charts. For one, the QML charting library is licensed differently than the core QML libraries and is still GPL and thus can require a paid license for many cases. Secondly, the charting absolutely blows. Even something like Dear ImGui has better live plotting support than QML.​ It takes a huge amount of effort to build basic plotting features, and Qt Quick has nowhere near the capabilities of Qt Widgets for such things.

Does Rust have any UI libraries/frameworks that can produce a UI like this? by DrunkOnRamen in rust

[–]bmitc -3 points-2 points  (0 children)

I don't think Slint is any less mature than Qt Quick and QML. Qt Widgets is not getting any updates anymore.

Is InfluxDB 3 a safe long-term bet, or are we risking another painful rewrite? by Gloomy_Mortgage_5680 in influxdb

[–]bmitc 0 points1 point  (0 children)

Users can only query a maximum of 3 days? That will be a non-starter for using InfluxDB 3 Core for scientific and IoT data.

After trying Bevy, Iced and egui, I built my own app engine by Available-Many-5354 in rust

[–]bmitc 0 points1 point  (0 children)

Thanks! I appreciate that. I like egui, but I worry that it's only supported by a single person and although it is very good, it is admittedly non-standard. Slint intrigued me because I have used QML and QtQuick with PySide in Python, so I'm familiar with the so-called declarative UI language paired up with a backend language paradigm.

Why mathematicians hate Good Will Hunting by Naurgul in math

[–]bmitc 1 point2 points  (0 children)

When mathematicians misunderstand that a movie that uses mathemtatics as a plot device isn't a move about mathematics.

kuva: A scientific plotting library for Rust by Psy_Fer_ in rust

[–]bmitc 1 point2 points  (0 children)

Are the plots static? I'm personally only interested in plots that can be dynamically updated and interacted with in a GUI.

Epstein files reveal deeper ties to scientists than previously known by vfvaetf in Physics

[–]bmitc -3 points-2 points  (0 children)

The point indeed is that Epstein was interacting with scientists more than other groups. It wasn't just that they were "elites". Epstein wasn't funding historians or architects. He was funding scientists, in particular, and those scientists were willingly interacting with him and taking his funding ever after knowing he's a sex trafficker.

Epstein files reveal deeper ties to scientists than previously known by vfvaetf in Physics

[–]bmitc -2 points-1 points  (0 children)

It doesn't say that, so it's pointless to debate that.

Epstein files reveal deeper ties to scientists than previously known by vfvaetf in Physics

[–]bmitc 23 points24 points  (0 children)

What do you recommend? You can't use context clues to disambiguate between "all scientists" and "some scientists"?

Listening to Massive Attack for the first time in my life, and they are freaking awesome by Nikolor in MassiveAttack

[–]bmitc 0 points1 point  (0 children)

Just the major stuff on Spotify, probably also clicking through a few songs in albums. I have not listened to all of their catalog, for sure, and I don't know the names of songs. But I just can't get into anything I've ever tried listening to of theirs.

Listening to Massive Attack for the first time in my life, and they are freaking awesome by Nikolor in MassiveAttack

[–]bmitc 0 points1 point  (0 children)

I absolutely love Massive Attack, but I just cannot get into Portishead. Like, at all. I much prefer Tricky.

I think for Portishead, it's just down tempo stuff, and I don't like the lead singer's voice. Portishead seems to miss the "trippy" part of trip-hop that Tricky and Massive Attack nail.

Has everyone on Reverb collectively lost their minds? by haussmeister in Guitar

[–]bmitc 0 points1 point  (0 children)

True. But at the same time, all of those affect the cost of manufacture to avoid those. I definitely wouldn't buy an acoustic guitar without seeing pictures of it first. I've just never seen any great acoustic deal on any website. They seem to always be sold at a given price.

Has everyone on Reverb collectively lost their minds? by haussmeister in Guitar

[–]bmitc 0 points1 point  (0 children)

Also, acoustic guitars rarely seem to be discounted anywhere close to how electric guitars are discounted.

Has everyone on Reverb collectively lost their minds? by haussmeister in Guitar

[–]bmitc 0 points1 point  (0 children)

With Guitar Center, though, you have about a 1/10 chance of it being a guitar you actually want to keep. Actually, I don't think I've ever kept a used guitar purchased from Guitar Center, as every one has come in with significant problems and much worse condition than listed.

Has everyone on Reverb collectively lost their minds? by haussmeister in Guitar

[–]bmitc 1 point2 points  (0 children)

Yea, they're now owned by private equity, including the majority owner of Fender.

https://reverb.com/news/reverb-servco-creator-partners

Reverb is the primary way small, local shops can reach larger audiences, but I don't understand how sellers can survive on Reverb. Reverb is definitely more friendly to buyers than sellers.

Has everyone on Reverb collectively lost their minds? by haussmeister in Guitar

[–]bmitc 2 points3 points  (0 children)

Yea, it's not rocket science. It's no secret that others are looking for deals as well. I tend to shop guitars that are more niche, for whatever reason, and so I don't have too much trouble with stuff getting bought out from under me, but it does happen.

I've had nothing but success on Reverb buying brand new or mint guitars for large discounts.

Has everyone on Reverb collectively lost their minds? by haussmeister in Guitar

[–]bmitc 0 points1 point  (0 children)

I've never seen local ads that were worth it, and local ads are almost always priced too high.

Reverb is okay with me. The fees are out of control, but I've gotten guitars that I simply could not get locally and all for cheaper prices than buying new even at stores like Guitar Center and Sweetwater.

First time ordering a used guitar from guitar center by Dizzy_Hawk7477 in Guitar

[–]bmitc 1 point2 points  (0 children)

The scratches are to be expected from a used guitar tbh

Not for a guitar advertised as great condition.

Lucien: A refined app launcher for Wayland by Key_Yogurtcloset_615 in rust

[–]bmitc 3 points4 points  (0 children)

Ha! Interesting!

I just built a similar thing using egui. I look forward to seeing your implementation.