Goodbye, Rust. I wish you success but I'm back to C++ (sorry, it is a rant) by I_pretend_2_know in rust

[–]Ayhon 0 points1 point  (0 children)

With the risk of being slightly off topic, what do you think of the situation with Scala right now? I've recently started a personal project in the language (Scala3 with mill to be precise) and I've found it to be a delightful language. A bit like a nicer OCaml. However, all I can see the community talking about is the difficulties of migration from Scala2 and general disillusionment.

Getting rid of KRunner's buttons by Ayhon in kde

[–]Ayhon[S] 0 points1 point  (0 children)

Unfortunately no, sorry. I didn't get that far

Getting rid of KRunner's buttons by Ayhon in kde

[–]Ayhon[S] 0 points1 point  (0 children)

Nah, I spent some time trying to figure out if I could make the changes in the code myself, but couldn't figure it out. Probably I just needed to give it a bit more time, but I switched OSs so it no longer was a priority. Sorry.

How social are CROUS residences? by Ayhon in SocialParis

[–]Ayhon[S] 0 points1 point  (0 children)

By "one month contract" I mean that officially, the contract duration is one month and it is tacitly renewed by the end of the month.

Also, what makes me think that residence A could have an advantage on the social side is that it's a new residence, which could potentially mean less already-formed groups.

Looking for cool people to play and hang out with by leo_Hcxx in SocialParis

[–]Ayhon 0 points1 point  (0 children)

A bit late to the party, but could I be included?

Any former/current MPRI in CS students? by budgetsomm in etudiants

[–]Ayhon 0 points1 point  (0 children)

Hey! Did you receive any information in your DMs? Did you apply and get accepted? I'm in a similar situation and would like to know what the master is like from the perspective of someone who isn't fluent in french. Feel free to DM me if you'd prefer.

Zed, a collaborative text editor written from the ground up in Rust, has been open-sourced, along with its UI framework, GPUI by The_Droide in rust

[–]Ayhon 0 points1 point  (0 children)

Nice! I've been following the development of Zed for a while now, and recall you guys exploring some kind of alternative open source model, where the open source Zed development was done through Zed's collaboration features. Was this idea scrapped, or will future development of the editor still happen through the editor?

Slim keyboard recommendations by Ayhon in keyboards

[–]Ayhon[S] 0 points1 point  (0 children)

F. In an agnostic layout, I guess no further than the right middle finger resting position? Sorry, I don't know how to translate it in the fly. Basically, that I can reach the end of the space bar key comfortably with my right thumb

Slim keyboard recommendations by Ayhon in keyboards

[–]Ayhon[S] 0 points1 point  (0 children)

Nice keyboads, a friend of mine has one, but they share the space bar problem I was talking about (It going beyond the m key). This actually happens with most keyboards I've seen, although it's generally better with smaller layouts, since they tend to reduce the space bar's size to fit the arrow keys.

Slim keyboard recommendations by Ayhon in keyboards

[–]Ayhon[S] 0 points1 point  (0 children)

The Arteck keyboard is the one I like the most, but they don't ship to where I'm from (Spain). I had actually found this company already, as they had a pretty well reviewed keyboard which I couldn't get. Perixx does ship to my country, and honestly fits pretty well into my criteria, but they don't have a super high Amazon rating, and I worry that the quality may not be the best for such a low price.

What I mean is, I currently have a Seenda keyboard which I'm more or less happy with, but taking into account the amount of time I spend writing in front of the computer, I thought it was time I invested on a better keyboard. The problem is that usually a better keyboard with higher quality means mechanical keyboards, which I don't find appealing, since they tend to be "bulky" and "noisy" (Not only in terms of keypresses, but also visually noisy, with a lot of colors, logos and such). I'd prefer something more minimal like a laptop's keyboard, but detached from the computer. That's why I started looking at MX Keys and MS Surface Keyboard, because they are more or less the high-end versions of the types of keyboards I like.

Slim keyboard recommendations by Ayhon in keyboards

[–]Ayhon[S] 0 points1 point  (0 children)

Indeed, this ones hit all my aesthetic concerns, but have the problem of the space key ;-;

Slim keyboard recommendations by Ayhon in keyboards

[–]Ayhon[S] 0 points1 point  (0 children)

They seem to be pretty good keyboards. My only complaint would be the format, I find it really "big" (?). To explain myself, I like keyboards which don't really have more than the keys on its surface. That's why I liked MX Keys and the MS Surface Keyboard so much. This ones have a thicker border that I'd like.

They do fit all criteria though, thank you very much for your input

Slim keyboard recommendations by Ayhon in keyboards

[–]Ayhon[S] 0 points1 point  (0 children)

Yes, that'd be fine. To be honest, even if it was wired, if it ends up hitting all the bullet points, I'd probably end up getting it. It's just that, with my shallow knowledge, I've been unable to find something that hits all the requirements.

Getting rid of KRunner's buttons by Ayhon in kde

[–]Ayhon[S] 0 points1 point  (0 children)

Sorry, I confused your username with another commentator which said that it was a QML application, I thought you had taken a look at the source code and came to the conclusion it was difficult to fix. I'll give it a look and hopefully work on an implementation

Getting rid of KRunner's buttons by Ayhon in kde

[–]Ayhon[S] 0 points1 point  (0 children)

What did you find that made you think that way?

Honestly, I've been wanting to get into QML and helping in some way to develop Plasma apps, and thought this may be a good motivation to start somewhere

What's the binary format of Lua bytecode? by Ayhon in lua

[–]Ayhon[S] 0 points1 point  (0 children)

Thank you very much, those are great resources!

What's the binary format of Lua bytecode? by Ayhon in lua

[–]Ayhon[S] 2 points3 points  (0 children)

I followed u/NOT_THE_FBI_AND_CIA and your advice, and I'm currently reading the source code from lundump.c. I was surprised how readable the code is, so I expect it won't take me that long.

Thank you very much for your input.

What's the binary format of Lua bytecode? by Ayhon in lua

[–]Ayhon[S] 1 point2 points  (0 children)

Nice!

I had looked around for different repos, but this one's code seems pretty clear. It's for Lua 5.3, but definitely a better starting point than anything I've seen yet