exocortex

joined 1 year ago
[–] exocortex@discuss.tchncs.de 4 points 5 days ago

Hm hätte ich das doch früher gewusst, dann wäre ich sogar mal bis nach Sachsen gereist!

[–] exocortex@discuss.tchncs.de 2 points 1 week ago (1 children)

I'm using none of these. But what i use almost all the time : possibly = evtl (eventuell) maybe = vllt (vielleicht) kindest regards = LG (Liebe Grüße) e.g. /for example = zB (z.B.: / zum Beispiel) (i omit the dots and colons)

[–] exocortex@discuss.tchncs.de 9 points 3 weeks ago

I recommend trying another linux distro for a while. Arch has a pretty steep learning curve. So big respect for getting it to work as a first distro, but there is a lot of stuff you have to setup manually that just works on other distros. If you got more stuff working and get a little more familiar you can always go back to arch.

I use arch nowadays, but the first time i tried to install it i basically gave up a few times. If you just want to try it out in order to learn then it's perfectly cool to take some time. But if your goal is to play games then arch is just a means to an end. Then it becomes really annoying, because you cannot reach your goal.

[–] exocortex@discuss.tchncs.de 1 points 2 months ago

Glad that isn't Rust code or the pass by value function wouldn't be very nice.

[–] exocortex@discuss.tchncs.de 1 points 6 months ago* (last edited 6 months ago)

ITT people who think any argument can be countered by pointing out any inconsistencies of the person making it.

Think about it: If a chainsmoker would say to me "don't smoke that cigarette! It's unhealthy for you", what would be the right response? According to these smart people here it would be: "Ha! if it's so unhealthy why are YOU doing it???".

One can make a correct argument and simultaneously contradict it with their actions. It doesn't automatically void the argument.

The chainsmoker arguing against smoking is actually a perfect example to capitalism. He is addicted to smoking so much so that he is unfree to make decisions, out of control of his own life. He might have a clouded judgement at times and yet, is still able to correctly identify the problem, or parts thereof.

To capitalism we are also addicted in a way. Most aspects of our lives are controlled by it, many are made possible by it and also many bad things are enabled by it. As an individual it is almost impossible to not participate in capitalism. In order to have a baseline existence you need to participate in capitalism. Yet we can try to argue against the current system and try to find ways of making it better. It's a really dumb argument to say "hahaha, but you bought vegetables in a supermarket, there for your critique of exploitive behavior of this supermarket chain is invalid".

Additionally only allowing this shirt when it's worn as a self-referential joke is also dumb. One can be critical of capitalism AND at the same time (self-referentially and/or ironically) admitting the inherent contradiction in one's behavior.

It's a little like critisizing people who speak on behalf of tolerance of they fight against nazis or other intolerant groups of people - and thinking your very very smart. The goal is more tolerance for people in the world because it makes the world a better place. It is not tolerating anything for the sake of being tolerance. That's just apathy.

1
submitted 7 months ago* (last edited 7 months ago) by exocortex@discuss.tchncs.de to c/unixporn@lemmy.ml
 

First of all: Please don't tell me how impractically this might be or confusing or whatever. This is like a thought experiment and let's be honest: We don't JUST want efficiency when modding our desktops -- we also want it to look sick and individual and have people watch in admiration -- or something like that. So keep that in mind before dismissing rightaway :-) thanks!

  • I recently thought about a concept of tiling window managers. I don't know If this already works out of the box in some window managers. It was originally how I understood the concept of "tiling window managers" before I really got to know how they worked.

My general idea: Everything is just tiles on a larger canvas - with some exceptions everything visible can be laid out as a position on the screen. Also widgets are just tiles placed next to each other. There can (imho should) exist some rules for easy sizing of tiles / widgets, but that's details. I sometimes have the problem of working with one main application, but having to look up two other things A) and B) one after the other. I would switch between two screens all the time, but more ideally I would only move my screen slightly to get a look on either A) or B) while in both situations still having my main application in view. Moving between apps can be done simply with arrow keys (e.g. super + arrows) or mouse. There's also quickjump-positions. For example pressing 1 2 3 4 etc would move the screen to a previous set position (and could also preset the focused application)

Similar to a smartphone the background can move along in a more subtle way.

The login screen would just be a different place on that canvas - for security the rest outside the view has to disappear even when invisible while logged out (to avoid weird security issues :D

possible exception: An exception to "everything is in the canvas" could be when maximizing a focused application: Then the actual application is moving in front of the view (while the rest of the canvas is getting slightly further away). Some nice blurring could make that really nice. If the application tile isn't in the screen's aspect ration before it will change its aspect ration in the same motion while moving.

So in short: Instead of having tiles fixed to screens why not have tiles everywhere and move the screen step by step.

A lot of hotkeys need to be thought about here of course. Also specialized behavior to resize tiles. Increasing the width/height or changing the aspect ratio would require moving surrounding tiles around in certain situations, but these shouldn't bee too complicated. Again: some rules about minimum/maximum values for width/height/desired aspect rations could help.

Even the angle of viewing could be changed in some situations not in situations where switching often is required. But I'd love me some nice rotation and translation when locking my screen :-)

What do you think?

( I might cross post this to reddit's unixporn subreddit later as well)

 

I'm trying to run an LED matrix display (with a Max7219 controller) from a raspberry pi pico using rust. There is a max7219-crate that I used. But i am unsure about how to prepare the pins I want to use. Can I Use any of the pins? Do I have to set them to push-pull-output?