sorted by: new top controversial old
[-] snowe@programming.dev 1 points 11 months ago

You can still recover.

[-] snowe@programming.dev 8 points 11 months ago

Shows all the options on iPhone, on all the keyboards I have installed.

https://programming.dev/pictrs/image/397f0fec-05be-4f02-adce-97f5e1f600ec.png

https://programming.dev/pictrs/image/fd32158b-86cc-44ee-8b1d-e4aadb8413e7.png

https://programming.dev/pictrs/image/7e3055e2-5b14-4702-9140-ab2606d5f31a.png

[-] snowe@programming.dev 3 points 11 months ago* (last edited 11 months ago)

which table? Because I sure don't see that in the programming.dev db.

edit: nevermind, it's the comment_like table. I'll update my other comment with a retraction.

[-] snowe@programming.dev 21 points 11 months ago

Since Google is just trying to get people to use their closed off communication standard (they added a bunch of stuff to RCS and that’s what they want the eu to force Apple to use). And I don’t trust Google with anything anymore, not sure why you would. The killed by Google website is proof enough of that.

[-] snowe@programming.dev 0 points 11 months ago

Wait you thought hangouts was good? Holy shit would that be one of the worst Google offerings of the decade if it wasn’t for the ten other Google chat and video systems they have made. My god I can’t think of a worse communication platform than hangouts. You might be the first person I’ve heard of liking it.

[-] snowe@programming.dev 1 points 11 months ago

iMessage isn’t an app… you’re not paying attention to what they’re saying at all. iMessage has never been an app. It’s a protocol for Apple messages through their server hardware. Messages is the app, Messages can send emails, sms, mms, and iMessages.

[-] snowe@programming.dev 5 points 11 months ago

Lemmy will mark your instance as forgotten in 3 days if I remember correctly

[-] snowe@programming.dev 1 points 11 months ago

Haha sorry, I wrote it all on my phone while traveling. and yeah, if you're running just shell commands it looks almost the exact same as a bash script, and then when you need actual scripting capabilities you get them.

[-] snowe@programming.dev 1 points 11 months ago

I would not say “heavily based”. Literally only the closure/lambda syntax, which is cosmetic. Rust is mainly inspired by ML-family languages and C++.

All of Cargo is based on (and created by) the same person that created bundler for ruby. That list also misses out on a lot of things, like !, automatic returns, honestly most of the actual language 'design' rather than the internals (that seems to be a list of where the architects got their ideas for internal implementation as well, rather than just the readability of the language).

But Rust is very well suited to more complicated or long-lasting command-line tools, especially if performance is at all a concern. Clap alone is super nice, but there are a lot of awesome libraries for making rich CLI tools easily.

I disagree. Like I said, I wrote command line apps in all of these, performance was a factor. But a much larger factor is getting other devs on your team to contribute. And that was just absolutely impossible with Rust. The learning curve is just too high. For something that isn't a hobby project, but that you might need a team member to roll out a fix in just a few hours, Rust will not cut it.

Yes, you will have way more bugs in all the other programs, but honestly I had a shit ton of bugs in my rust cli as well, because, it turns out, rust works really well when it has control over everything, but man does it suffer when you have to interface with the real world.. And oh boy did that make it incredibly difficult to write. Like I said, I deployed CLIs in all three of these languages. Ruby was the easiest of them all. Not just in development, but also maintenance.

[-] snowe@programming.dev 1 points 11 months ago

But like, what are they copying here?

[-] snowe@programming.dev 1 points 11 months ago
view more: ‹ prev next ›

snowe

joined 1 year ago
MODERATOR OF