

The rusty wrench approach
The rusty wrench approach
I think I actually learned the word عبادة from transliteration now that you mention it. Thanks for pointing that out!
It’s funny you say this because it was around the time I became self aware that I started to doubt religion.
I’m curious about your point of view bc ur comment sounds like you don’t believe in religion but your username sounds like something religious(I’m not a native Arabic speaker). It roughly translates to “witness of worship”, right?
It really depends on tone and how long the interaction would last. I’d consider saying that rude most of the time as the person making small talk is just doing something nice.
I’m not exactly sure how to respond to that.
I love seeing you make these posts, I proving each time. Could you write a blog post about your iterations and what you’ve learned?
Are there any versions where you don’t have to pay to find the link of yourself?
The only thing I build from source on a normal basis is LMMS because there’s some features on main you just can’t get anywhere else. For example, the slicer that comes with LMMS nightly isn’t in the builds, and particularly recently someone pushed a commit that allows for resizing of the slicer, so I just had to pull that and build it.
Ask it where Carmen sandiego, the international criminal and wanted fugitive is.
This sounds amazing! I will also put here there’s also chronometer that has a lot of the same functionality as fitnesspal but without the subscription, but you have to use an account.
I’m not an expert but I’m guessing unencrypted DNS requests and potentially monitoring IPs of different torrents. DNS requests would show what websites a user is going to, and then you can always see peer IPs when connected to a torrent.
I’ve been thinking about trying to make plugins for awhile (which is the most relevant thing I can say). This looks really cool and seems like it’d be a nice start into audio programming.
This is beautiful, but what would be even better is to have the program open a reverse shell so you can log into the computer to install pandas manually.
I think one thing to mention is that Rust is highly specific in what it does. In most of the examples you mentioned, string types, tokio::main, you can essentially just say that rust is more explicit. When initializing an integer variable in C using int, it’s not specified what use the integer is or whether it’s signed or not. i32, uint16_t you can see how it’s specified. Using tokio::main before your main function just specifies that you’re using the tokio asynchronous executor for your async code. In the case of string types, they all have different implementations which just help with being specific.
The reason I like Rust is because I know what’s happening when I read it. Did I have to read the whole async book to understand how the tokio::main stuff works? Yes. But now I understand exactly how it works. The problem I have with using Javascript is that it doesn’t have that high amount of explicitness(is that a word?). At the end of the day, if you’re using it for a personal project or you’re arguing for language supremacy, it really just comes down to personal preference.
Sweet - I didn’t realize that malware is tailored for one OS usually, but that makes a lot more sense.
This is great I really appreciate it :)
I love you so much. Never change
Is anyone actually going to go and check what they asked for? I feel like I understood what they asked but still don’t know where to start if I were to try.
This is hard to say without knowing the use of the scripts. If it’s something to be used as normal CLI tools, probably some place that’s in the user’s path. If it’s something else, I would just have it download to the current working directory so that the user has the choice on where to put it.