Skip Navigation

Posts
10
Comments
688
Joined
2 yr. 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.

  • ~~We do not. Who voted on what is not stored at all. There’s not a database table for it nor is it logged in the logs. ~~

    I am apparently too sick to be commenting on here. Comment likes are stored in the comment_like table (I was looking for vote for some reaason...).

  • Water

    Jump
  • Yeah you can do it with any kind of liquid, like soup and shit.

  • 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.

  • 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.

  • 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.

  • That project put my dad out of business. Government gave him (part of) the contract, he did a bunch of work for years and then poof, project gone, not gonna pay you for it.

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

  • So this company is now your landlord, your grocery provider, the employer to everyone in the neighborhood, etc. sounds like a great idea…

    I’m all for this concept, but private companies doing this is an absolute nightmare.

  • how many songs by the same artist do you have in that playlist? Your comments here don't make sense. Repeating the same artist doesn't make something not random and definitely doesn't make it "the most 100 recently saved songs". In fact repeating the same artist makes it quite likely that it is random as randomness is frequently misinterpreted as non-random if you would have read the article I linked you would understand that.

  • 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.

  • 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.

  • Especially when they state it like it’s fact in the title and then can’t back it up at all.