- 3 Posts
- 476 Comments
I used it briefly when it first came out; otherwise no, my employers have used Slack.
Apparently the JS name was selected and announced in partnership with Sun from the very beginning, and Sun had the copyright over both Java and JapaScript up until the acquisition by Oracle. I had no idea, but that makes perfect sense.
Bugs around read-notifications are pretty bad. Slack still has those, but they’re infrequent and transient, and often solvable with a hard-refresh.
I’ve never understood the hatred for Teams. I don’t particularly like Slack, and Teams (from my limited experience using it) doesn’t seem that much worse.
Oracle? Oracle owns Java, not JavaScript.
Edit: mea culpa! Sun owned both!
BatmanAoD@programming.devto Technology@programming.dev•Google to Gemini Users: We’re Going to Look at Your Texts Whether You Like It or NotEnglish1·15 days agoI’m not even saying that Google’s data collection is innocuous. I’m just saying that this post is incorrect in its claim that Google is letting Gemini access your apps even if you try to turn that access off. Just because Google does some nefarious things doesn’t mean you can’t think critically about actual specific actions they take.
BatmanAoD@programming.devto DevOps@programming.dev•Your ideal DevOps programming language?1·16 days agoOh, that makes much more sense; thanks.
BatmanAoD@programming.devto DevOps@programming.dev•Your ideal DevOps programming language?5·16 days agoI think the point of the question is what a hypothetical ideal language for CI/CD pipelines would look like.
BatmanAoD@programming.devto DevOps@programming.dev•Your ideal DevOps programming language?2·16 days agoThe post doesn’t say “imperative”, it just differentiates between defining pipeline steps and defining the logic within a step.
…also, TCL? I haven’t used it for ops, but my memory of tcl/tk is extremely negative.
…also also: a core part of a build, CI, or, CD pipeline is almost always invoking binaries to run a command. That’s why shell scripts are so ubiquitous in pipeline-logic: invoking binaries is what they’re for. And it’s very difficult to do that a declarative way: Make comes close, but it’s difficult to track any side-effects that aren’t “update these files”, and a huge amount of CI/CD is no longer just “update a file”.
BatmanAoD@programming.devto Linux@programming.dev•I'm on a list somewhere, I can feel it15·19 days agohttps://askubuntu.com/q/641049
TL;DR: it’s supposed to send email to an administrator, but by default on some distros (including Ubuntu), it isn’t actually sent anywhere.
BatmanAoD@programming.devto Technology@programming.dev•Google to Gemini Users: We’re Going to Look at Your Texts Whether You Like It or NotEnglish132·19 days agoThis misunderstands the announcement completely.
What the announcement is saying is: previously, if you wanted Gemini to have access to text and chat apps, you also needed to enable Gemini Apps Activity, i.e. the feature that saves all Gemini interactions to the cloud. Now, the settings to enable or disable app access from history tracking are fully separate, so you can have app access enabled (if you want) even if the Apps Activity feature is disabled.
BatmanAoD@programming.devto Programming@programming.dev•Literature review on the benefits of static types, by Dan Luu2·25 days agoDo you mean Dan Luu, or one of the studies reviewed in the post?
BatmanAoD@programming.devto Programming@programming.dev•Literature review on the benefits of static types, by Dan Luu2·25 days agoYeah, I understand that Option and Maybe aren’t new, but they’ve only recently become popular. IIRC several of the studies use Java, which is certainly safer than C++ and is technically statically typed, but in my opinion doesn’t do much to help ensure correctness compared to Rust, Swift, Kotlin, etc.
BatmanAoD@programming.devto Programming@programming.dev•Literature review on the benefits of static types, by Dan Luu4·26 days agoI don’t know; I haven’t caught up on the research over the past decade. But it’s worth noting that this body of evidence is from before the surge in popularity of strongly typed languages such as Swift, Rust, and TypeScript. In particular, mainstream “statically typed” languages still had
null
values rather thanOption
orMaybe
.
BatmanAoD@programming.devto Programming@programming.dev•Literature review on the benefits of static types, by Dan Luu6·26 days agoNote that this post is from 2014.
BatmanAoD@programming.devto Programming@programming.dev•Literature review on the benefits of static types, by Dan Luu10·26 days agoPartly because it’s from 2014, so the modern static typing renaissance was barely starting (TypeScript was only two years old; Rust hadn’t hit 1.0; Swift was mere months old). And partly because true evidence-based software research is very difficult (how can you possibly measure the impact of a programming language on a large-scale project without having different teams write the same project in different languages?) and it’s rarely even attempted.
BatmanAoD@programming.devto Programming@programming.dev•Literature review on the benefits of static types, by Dan Luu4·26 days agoNotably, this article is from 2014.
BatmanAoD@programming.devto Programmer Humor@programming.dev•Fox news trying to explain github.1·1 month agoIt’s valid usage if you go waaay back, i.e. centuries. You also see it in some late 19th/early 20th century newsprint and ads.
Definitely not gonna defend Microsoft’s naming, let alone their versioning!