I think it’s mostly because European are more aware of privacy, open source and such. I see that trend here and in many open source projects, and I browse on US times.
I think it’s mostly because European are more aware of privacy, open source and such. I see that trend here and in many open source projects, and I browse on US times.
Pretend to work, or were incompetent.
Similar things happened to me too. Could finish day’s work in an hour. It was a small company, didn’t have extra work they could give me, didn’t like I was idle most of the time since we had co-working space. And didn’t increase my salary even through they said they’d increase based on performance on provisional period.
They finally increased salary after 9months (said they’d do it in 3-6), and it was nominally higher like everyone else. Resigned the next day. When I went back few months back to get something every face was new one except the upper management and their family.
So basically they count on people to leave in a year or two, so they can hire other batch of fresh graduates in low salary again.
Are you a physical model or computer model. I didn’t know when they started using AI on hydraulic models this would happen 😲
Btw. Can I know how can I get a job like yours. I’m looking for remote works in around a year with a PhD on hydrology related degree. I have good programming skills, and good hydrology/hydraulic knowledge.
Idk why this is so low. Kdeconnect is all about sharing information between devices, url/file even notifications. It also has remote control and ping devices.
Just give cash with a note saying “money for the ski trip” or sth.
Considering humans did sell humans.
I was thinking that exact thing lol. I’m like, yes ‘distributions’ are distributing new softwares with the new kernel.
And the improvement in desktop environments does feel like a good improvement considering the user is interacting most with it.
Or maybe I’m just apathetic to these things because most things I care about my distribution are that it provides me a good package manager for external and self made programs. And everything else is just programs installed through said package manager.
What’s called pastries though.
He edited it so now his account is no longer marked as bot. Maybe you’ll see others. Try searching for lemmy bots.
I’m on voyager. It shows up as an lil robot icon.
Yeah, I knew it wasn’t a bot reply, but since I thought you marked it as such it was a fun comment.
So the AI boom has made the bots depressed too huh …
But if everyone is using it to mean something new then we need to record that.
It doesn’t have cups? You should be able to install it and plasma’s ctrl+p should work with it.
What distribution of emacs are you using? What setup for rust? Because the run/debug things work on mine.
Thank you. Yeah, something like this would work for me as I can add in a script and run it before compiling. But it won’t be a cross platform solution and windows/mac users are probably not going to be able to do anything. Maybe if I do the same thing but from build.rs it’ll work. I’ll try that.
That seems like a good compromise if I don’t find something better. Thank you.
I’m hoping to make it easy for people to add more functions, that’s why I want minimal code change required to add more functions.
Thank you for your detailed response.
I am ok using macros. But even proc macro only get the tokens and using in on the whole mod is unstable unless you use use it on mod sth{...}
instead of code being on in a different file (sth.rs).
The plug-in system is dynamic in a sense that my plans for it are loading them through shared libraries (.dll, .so) compiled separately by users. But I also have internally provided core plugins that come with the program. But rust ABI system is not that stable, so in worst case I might have to ask users to just add plugin code to some directory and re-compile program instead of loading from shared libraries. That’s why I’m trying to make it as simple as possible. Asking users to modify the rust code somewhere else yo register the plugin might be met with resistance.
I was thinking that using build script to parse the source code and generating those codes could work, but that seemed hacky. So I was trying to see if there are better solutions, as it felt like a problem people might have come across themselves.
Can I go completely 180 and suggest programming as a hobby? If you want a hobby where you’re in a computer. Then try learning to program little things. If you work on a computer then it’ll make things easier for you in the future, it’ll keep your brain sharp and teaches you problem solving.