Well apple is succulent stem of apple tree. Potato is succulent root of potato plant. Root is stem inside ground. Q.E.D.
Well apple is succulent stem of apple tree. Potato is succulent root of potato plant. Root is stem inside ground. Q.E.D.
Everything else that has green are still chromium based? Then it’s basically just 1 that has it implemented one that hasn’t
I’m no longer surprised by people who “doesn’t like change” when they have to change things, but will just accept (even if they complain internally) when someone above them changes things that impact their quality of life.
Considering humans did sell humans.
Considering the current division, yes. There’s also a lot of homeschooling because they don’t want their children taught anything from ‘state’.
Since I was lazy to set up plasma big screen I just have regular arch installed on my old laptop and connected to TV through HDMI.
I don’t have remote device, but with kdeconnect I can control the mouse, keyboard and run commands.
And with browser most web app will work. I don’t have a fancy app lunchers that give the TV vibe, or screensavers.
Am I missing anything?
There are basically two types of files. Text files and binary files.
Most information are stored in text files so humans can easily understand it, and it’s easier to find errors, review, parse. But text storage takes more space than binary files. And many complicated softwares normally need multiple text files or data files, many of them just store them together as a zip file so that it’s easier to handle. Examples are .docx,.pptx, etc files in MS Office, try unzipping them and see what they contain. Zipping also has advantages of reducing file sizes.
That depends on what video player you use. Of we have control of that, then sure it works. I use mpv to play things, so for radio streams or live videos I can go back/forward as long as it’s cached.
But if it’s the web service, even though the browser video player has something cached, the player is still controlled by the website. And considering most of the people use chrome/chromium derivatives or YouTube app, it wouldn’t be hard for them to make it so that the player itself will collaborate with whatever they want to do.
If YouTube was a separate organization it wouldn’t have been the problem it is because of how Google has been taking over all the different parts they need for advertising.
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 …
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.
He did not have to provide lifelong project and work on it. He just needed to donate his money and people in UN would have worked with that money. Even if it didn’t work, he’d still have done a real great job by donating that much. And maybe we could have learn money is not the solution and we need to change approach.
Thank you. I just put the call with !
, I don’t necessarily want a macro solution. Any solution is acceptable, my requirement is that I can just keep adding more mods with functions in src/functions/
and not have to register each function.
Inventory seems like the solution I am looking for. Although in my case, instead of collecting different values of the same type, I want to collect different types that all have same trait. But maybe I can make a temporary struct with Box<dyn _>
member to collect it if trying to collect it directly doesn’t work. I do not plan to support WASM. I am planning to make C/C++ and Python API for the libraries though, so if it has problems with them, then I might have a problem.
Just give cash with a note saying “money for the ski trip” or sth.