I know it’s not really what you’re asking, but have you considered learning Rust? In many ways, Rust is more similar to C than C++ and is just as capable. There are quite a few very well documented (as is common in the Rust ecosystem) Rust libraries for GUIs, including efficient native ones or immediate mode ones and such. Just a suggestion.
- 11 Posts
- 881 Comments
Kind of weird but suit themselves I guess
SorteKanin@feddit.dkto
Fediverse@lemmy.world•Still relevant, hasnt changed much after 2 yearsEnglish
4·6 days agoI feel like it is just a matter of time before either:
- The fragmented communities develop more and become distinct, so that they are more unique and shouldn’t merge.
- One of the communities becomes the more popular “default” option, and the other becomes less active as people gather in the more popular one.
Even if that doesn’t happen, redundancy isn’t bad. We’ve seen how hard it is to migrate when there’s only 1 real option and that option disappears or goes bad for some reason (i.e. reddit). If there was another fairly active community with the same focus, that would make it easier to keep going. That’s part of why decentralization is good.
SorteKanin@feddit.dkto
Fediverse@lemmy.world•Still relevant, hasnt changed much after 2 yearsEnglish
71·6 days agoThis is a non issue. Different communities and instances have different rules, norms, cultures etc. There’s no need to smash everyone together in a monoculture.
SorteKanin@feddit.dkto
Fediverse@lemmy.world•Still relevant, hasnt changed much after 2 yearsEnglish
1·6 days agoExactly. This is a non issue and actually a feature.
I mean, just set the limit to a ridiculously high number then? I’m not aware that Lemmy has any in-built limits, but I could be wrong.
I believe that Mastodon instances with limits only link to external posts that exceed the limit, they don’t display the whole post.
Of course you can always run into network limits if you get huge posts, but that applies to everything and doesn’t have anything in particular to do with Mastodon.
Isn’t character limits an instance setting?
SorteKanin@feddit.dkto
Programming@programming.dev•Zig: Migrating from GitHub to Codeberg
12·17 days agoAnyone got experience with every.org compared to Liberapay? Been pretty happy with liberapay myself, just curious.
Eh rust still has issues in some domains, e.g., when cyclic data is appropriate
This might be but then again I’ve been writing Rust for several years and have yet to actually run into this problem. The borrow checker definitely places certain restrictions on what kind of stuff you can do (for good reasons!). Once you know how it works, your brain starts writing the code in advance to fit how the borrow checker likes it and it becomes second nature and a total non issue.
Of course this is part of the reason Rust has a bit of a learning curve, which is fair. But any good sophisticated tool meant for professionals requires proper training and knowledge.
Eh, as funny as this is, I can’t agree that programming peaked with Java. In fact, much of this is just a rant about JavaScript, not about much else.
VSCode can easily do cross-file renames if you write Rust. Rust is kind of peak programming if you ask me, and it’s modern and still new. I don’t feel programming has peaked yet tbh.
SorteKanin@feddit.dkto
Technology@lemmy.world•HP and Dell disable HEVC support built into their laptops’ CPUsEnglish
43·23 days agoNever meet your heroes. Speaking from very literal experience regarding Stallman.
SorteKanin@feddit.dkto
Fediverse@lemmy.world•The problem of cross-community postingEnglish
21·1 month agoThis kinda erodes cultural differences between different communities though. Different communities may have very different approaches on how to talk about a post. I feel like this approach just leads to monoculturism.
SorteKanin@feddit.dkto
Fediverse@lemmy.world•The problem of cross-community postingEnglish
5·1 month agoFinally someone who gets it. This “problem” is in fact a total non-issue. Different groups talk about the same thing all the time. This is good, not bad.
SorteKanin@feddit.dkto
Fediverse@lemmy.world•The problem of cross-community postingEnglish
6·1 month agothe conversations should be combined
Disagree. As OP points out, there is value in separating the discussions as well.
SorteKanin@feddit.dkto
Programming@programming.dev•How much are SOLID principles in OOP programming (and JVM languages specifically) just a mindless following of a set of ideas that aren't always the best solution?
63·1 month agoMy somewhat hot take is that design patterns and SOLID are just tools created to overcome the shortcomings of bad OOP languages.
When I use Rust, I don’t really think about design patterns or SOLID or anything like that. Sure, Rust has certain idiomatic patterns that are common in the ecosystem. But most of these patterns are very Rust-specific and come down to syntax rather than semantics. For instance the builder pattern, which is tbh also another tool to overcome one of Rust’s shortcomings (inability to create big structs easily and flexibly).
I think you’re completely correct that these things are dogma (or “circlejerking” if you prefer that term). Just be flexible and open minded in how you approach problems and try to go for the simplest solution that works. KISS and YAGNI are honestly much better principles to go by than SOLID or OOP design patterns.
SorteKanin@feddit.dkOPto
Web Development@programming.dev•As a backend developer, where do I even start with frontend? Feeling major choice paralysis
2·2 months agoI’m very experienced with Rust and yea there’s quite a few web server frameworks available actually. Axum is the prime choice.
SorteKanin@feddit.dkOPto
Web Development@programming.dev•As a backend developer, where do I even start with frontend? Feeling major choice paralysis
3·2 months agoWhat I’m mostly getting from the state of JS survey is that React is extremely dominant and “good enough” it seems like, for most cases.
SorteKanin@feddit.dkOPto
Web Development@programming.dev•As a backend developer, where do I even start with frontend? Feeling major choice paralysis
2·2 months agoI’ve considered it yea, but again, I just feel the ecosystem isn’t there yet. It really saddens me, cause WebAssembly is such a cool idea, but the dominance of JavaScript/TypeScript on the web is just too much. The amount of developers and tools and libraries for JS/TS on the web is just immense compared to what you have with Rust, and I don’t really feel like reinventing the wheel.




Not that cool maybe but I once played a lot of Pathfinder (1st edition). I made a website with a detailed database of all the items in Pathfinder with very specific filters and also including a random item generator. You can try it out here:
https://sortekanin.com/collection/items/