you can turn off notifications from starred projects
I'm not against it, but another factor that we should check in a terminal emulator (as a tool where you run everything from) is the system requirements.
I'm using urxvt and that's so easy on the system, it starts instantly. I can open multiple instances without worrying about the system resources.
I believe it uses X.org's text rendering. X.org uses OpenGL under the hood. It's not CPU rendered.
Alacrity felt bulkier when I tried. I will try this too though.
How about this one?
Modern liberals have held that freedom can also be threatened by private economic actors, such as businesses, that exploit workers or dominate governments, and they advocate state action
source: https://www.britannica.com/question/How-does-classical-liberalism-differ-from-modern-liberalism
(You are right about private property, I meant personal property)
I think what you linked is its old meaning. Now liberal is more likely about e.g. LGBTQ rights, than private property. At least, private property exists in socialism too. I can imagine a liberal socialism, where the economy is socialist, but it gives you freedom in speech, etc..
I guess I'm from a different circle with this meaning.
Who are “we”, and how is this related to “topics”?
I think, a fully liberal person who is liberal in every topic, doesn't exist. Like killing people could also be a right. So "we" is the majority of the people.
Liberalism vs Libertarianism
Correct me if I'm wrong.
Afaik, liberalism ambiguously meant both advocacy for human rights and an economic system. To avoid this confusion, the economic system has been moved out as libertarianism.
For example, accessibility improvements of government buildings is a liberal movement.
Minimizing the control over capitalism is a libertarian movement.
There's also so called "liberals" which is not more than a hate speech. We are not "conservatives" or "liberals" in every topic.
what's the problem with mastodon?
liberal's meaning is basically giving people rights
Hopefully, but it's easier to tell each company what they should do instead of giving them rules that they try to workaround. There are many examples.
From the list, openscad requires the least tutorial. Solvespace is really easy also, but you need to watch some exciting modelling videos before you get the idea around it. Blender is hard.
OpenScad also gives you a different modelling experience that lets you write reusable models, e.g. if you are a carpenter, 90% of your modelling is sizing and positioning fiberboards to shape a box. You can "automate" such tasks, easily. I wrote a script for myself that does that, and I'm now super fast at modelling furnitures. After some modelling you will be also capable of making such lib. (As a developer, I might be biased)
If you are interested in this library: https://github.com/fxdave/woodworkers-lib
Try solvespace or openscad or blender depending on your use-case.
afaik, fedora is the testing distro for RHEL. I also felt this way, when a new gnome version released much earlier than for Arch and it had an obvious bug that could be catched with little testing.
And many issues I found in Fedora's bug tracker was auto closed by the new release. Which is quite frequent. Reviewing the bugs is not that frequent.
That's also why I always use dev containers
You may see shorts in lemmy in the near future because of that.
Slack calls disabled for firefox users, but if you change the user agent to chrome it works...
What camera should I buy
I lost my Canon EOS M50 II. Basically my whole camera gear just spin off from a 3km tall mountain in Austria because I forgot to close my bag. I know...
After a month of mourning, I started to look again to the market, but It's hard to swallow. Prices are manually kept high. Affiliate links everywhere. Old gear is not cheaper. An average smartphone can record 4k video with in-body stabilization, but if you want it in a camera then the body will cost you a fortune. Lenses are not compatible with every body, technology exists for good lenses but they keep producing trash. And I have to buy the trash because of my price range.
Moreover, firmwares are proprietary. Smartphone sync apps are limited and proprietary (As a developer it's quite annoying, that they don't even let me fix their issues.) The raw format is only very rarely DNG but mostly proprietary.
I could list the injustices in the world we live in all they long.
But, I miss the image quality, and I need another one. What do you think, which brand is the least like above? What do you suggest for traveling?
(The photo has been made with my phone shortly after losing my camera, sitting there sadly, but somehow the land is so quite and calming.)
well, yes, but for e.g. I wrote a software piece that happened to be only a hotkey daemon. And I could write it with X. Now, hotkey daemons are no longer a separate thing unless the compositor exposes a grab API. Which never going to be in Wayland protocol, because they consider this client server architecture a problem.
There's hope. Thanks for letting me know.
Now instead of having Wayland covering everything, applications try to cover every desktops. In the good old times, it worked everywhere.
Why does flameshot need to handle different wayland desktops separately? Because simply the protocol doesn't do it's job. It doesn't cover everything. It's indeed not ready.
I think it kills the community. Making a Wayland window manager is so much harder to do than an X one. This monolithic solution solves the problems of Gnome, and KDE developers but less people want to be involved in windowing systems. I'm just being sad for X11, because, although it had nonsense features, it made linux desktop applications compatible with every desktop and we had huge variety of wms, compositors, desktop environments. Personally I'm still on X because of bspwm, but eventually there will be wayland-only features which will slowly kill X.
Cuple RPC: Typesharing between frontend and backends made easy. The missing type-safety for full-stack.
Hey, I'm not a fan of advertising libraries, but otherwise, nobody will know them. I think this package is really spot on and solves many issues with current web technologies.
I'd like to continue this project. If you found it interesting please give some feedback.
github.com/fxdave/cuple intro: The Missing Type-Safety for Full-Stack
How to make plugins?
I have a plugin trait that includes some heavy types that would be almost impossible to wrap into a single API. It looks like this:
rust pub struct PluginContext<'a> { pub query: &'a mut String, pub gl_window: &'a GlutinWindowContext, flow: PluginFlowControl, pub egui_ctx: &'a Context, disable_cursor: bool, error: Option<String>, } pub trait Plugin { fn configure(&mut self, builder: ConfigBuilder) -> Result<ConfigBuilder, ConfigError> { Ok(builder) } fn search(&mut self, ui: &mut Ui, ctx: &mut PluginContext<'_>); fn before_search(&mut self, _ctx: &mut PluginContext<'_>) {} }
Here is what I considered:
- Keeping all plugins in-repo. This is what I do now, however I'd like to make a plugin that would just pollute the repository. So I need another option that would keep the plugins' freedom as it is right now, but with the possibility to move the plugin out to a separate repository.
- I tried to look into dynamic loading, and since rust doesn't have a stable ABI, I'm okay with restricting the rust versions for the plugin ecosystem. However, I don't think it's possible to compile this complex API into a dynamic lib and load it safely.
- I'm also ok with recompiling the app every time I need a new plugin, but I would like to load these plugins automatically, so I don't want to change the code every time I need a new plugin. For example, I imagine loading all plugins from a folder. Unfortunately, I didn't find an easy solution for this neither. I think I will write a build macro that checks the
~/.config/myapp/plugins
and include all of them into the repo.
Do you have any better ideas, suggestions? Thanks in advance.
(For context, this the app I'm writing about: https://github.com/fxdave/vonal-rust)
I repasted my Dell XPS 9500, I can't believe it helped this much
Hey everyone,
Just wanted to share my recent experience with gaming on my laptop. While playing CS:GO was manageable, CS2 was a different story. My laptop kept hitting thermal limits, causing frustrating performance drops. So, I decided to do it myself and repaste it.
I wrote a simple script to monitor my temperatures and frequencies: thermalog script.
The results speak for themselves: thermalog results.
I wasn't even near to thermal limit even when I played in 2K instead of FHD.
I used Arctic MX-6. (I bought liquid metal also as a backup plan, but luckily I don't need it). I'm more than happy with the results.
My laptop is four years old, I highly recommend giving it a go if you're facing similar thermal issues.
Happy gaming!
OpenSCAD lib for cabinet designing
OpenSCAD library for destructuring furniture into planes - GitHub - fxdave/woodworkers-lib: OpenSCAD library for destructuring furniture into planes
cross-posted from: https://lemmy.ml/post/7885746
> I created a lib for designing cabinets. I'm not a woodworker, but I can design some for myself and I found this lib useful enough to share. So enjoy.
OpenSCAD lib for cabinet designing
OpenSCAD library for destructuring furniture into planes - GitHub - fxdave/woodworkers-lib: OpenSCAD library for destructuring furniture into planes
I created a lib for designing cabinets. I'm not a woodworker, but I can design some for myself and I found this lib useful enough to share. So enjoy.
What do you suggest visiting in Austria?
We decided to test whether the car can handle long ranges by going to Austria next week. It's a large country with numerous places, so I want to ask your help. Have you ever been to there?
EDIT: Thanks the suggestions for everyone, they were really useful!