• 0 Posts
  • 376 Comments
Joined 2 years ago
cake
Cake day: June 13th, 2023

help-circle




  • You know what, I like this one. And just like KBBQ/hot pot, there’s gonna be people who ask “what’s the point of going to a restaurant if they make you cook it yourself?” And you know what I say to those people?

    You’re entitled to your opinion and I respect that - also, more hot pot for me!






  • The one enabling people to understand and use their devices on their own.

    If you’re using a UI, and you have a question about something or don’t understand what you’re doing, isn’t that a sign that either the UI you’re using is insufficient, or your own knowledge is lacking?

    Good UI/UX conveys function.

    Exactly. By itself, a good UI should “enable people to understand and use their device on their own”. If you’re a UI user and you can’t figure something out on your own, maybe you need to use the terminal to accomplish whatever you’re trying to do.



  • my hard drive overheated

    So, this means they either have a local copy on disk of whatever database they’re querying, or they’re dumping a remote db to disk at some point before/during/after their query, right?

    Either way, I have just one question - why?

    Edit: found the thread with a more in-depth explanation elsewhere in the thread: https://xcancel.com/DataRepublican/status/1900593377370087648#m

    So yeah, she’s apparently toting around an external hard drive with a copy of the “multiple terabytes” large US spending database, running queries against it, then dumping the 60k-row result set to CSV for further processing.

    I’m still confused at what point the external drive overheats, even if she is doing all this in a “hot humid” hotel room that she can’t run any fans I guess because her kids were asleep?

    But like, all of that just adds more questions, and doesn’t really answer the first one - why?








  • C’mon man, this is just a textbook fallacious slippery slope argument. Rust isn’t some brand new language whose stable release was less than a year ago, it’s over a decade old now. Scheme and Lisp are interpreted languages for God’s sake, it’s borderline* impossible to use them for kernel programming.

    Also I’m pretty sure the whole point of the Rust project that all this drama is centered around is to keep Rust code separate from the kernel. From what I understand the whole point is to maintain Rust bindings to the kernel API as a separate project, so that if developers want to write a driver in Rust, they can without having to rewrite those bindings themselves. But the kernel code itself will still be all C code. Now I’m not a kernel developer, and the last time I wrote a driver was for my operating systems class in university over a decade ago, so take that with a grain of salt.

    * I say borderline because anything is possible with code if you’re creative enough, but anyone trying to submit Scheme or Lisp code to the Linux kernel is gonna get laughed off the Internet