• 0 Posts
  • 182 Comments
Joined 1 year ago
cake
Cake day: July 9th, 2023

help-circle


  • I wanted to disagree with you, but checking the data almost all of the best action flicks I could have sworn were fairly recent actually came out in the early-mid noughts. Seems like after The Matrix blew up the genre, nobody ever figured out how to put it back together.

    Even if I wanted to quibble and argue for the best my personal favorite action flicks within a precise “2 decade” window… it’s a depressingly short list:

    • 2004

      • Hellboy (technically a comic movie, but I’m keeping it because Doug Jones and Ron Perlman just rocked)
      • Kill Bill Vol. 2 (Vol 1 missed the cutoff)
    • 2006

      • Crank
    • 2007

      • Hot Fuzz
    • 2009

      • The Bourne Ultimatum
      • District 9
    • 2017

      • Baby Driver

    … Almost every single other action flick I thought of came out between 1998 and 2004. (Also, 2000 was a weirdly good year for action fans in retrospect)

    Sigh. I’m gonna go bemoan the world getting lame and shake my cane at the kids out on my lawn.

    Edit: JOHN WICK! How TF did I forget those? But yeah, I’m pretty sure that’s it now.









  • a quick web search uses much less power/resources compared to AI inference

    Do you have a source for that? Not that I’m doubting you, just curious. I read once that the internet infrastructure required to support a cellphone uses about the same amount of electricity as an average US home.

    Thinking about it, I know that LeGoog has yuge data centers to support its search engine. A simple web search is going to hit their massive distributed DB to return answers in subsecond time. Whereas running an LLM (NOT training one, which is admittedly cuckoo bananas energy intensive) would be executed on a single GPU, albeit a hefty one.

    So on one hand you’ll have a query hitting multiple (comparatively) lightweight machines to lookup results - and all the networking gear between. One the other, a beefy single-GPU machine.

    (All of this is from the perspective of handling a single request, of course. I’m not suggesting that Wikipedia would run this service on only one machine.)







  • Thank you for responding! I really liked this bit

    with a (decently designed) UI, you merely have to remember the path you took to get to wherever you want to go, what buttons to press, what mouse movements to execute.

    I think that’s very insightful. I certainly have developed muscle-memory for many of my most-frequent commands in the CLI or editor of choice.

    I agree about Visual Studio as a preference. I’ve used (or at least tried) dozens of IDE setups down the years from vi/emacs to JetBrains/VS to more esoteric things like Code Bubbles. I’ve found my personal happy place but I’d never tell someone else their way of working was wrong.

    (Except for emacs devs. (Excepting again evil-mode emacs devs - who are merely confused and are approaching the light.)) ;)


  • I hope you take this in good humor and at least consider a TUI for your next project.

    Absolutely. I see what you did there… 😉

    But seriously, thank you for your response!

    I think your comment about GUIs being better at displaying the current state and context was very insightful. Most CLI work I do is generally about composing a pipeline and shoving some sort of data through it. As a class of work, that’s a common task, but certainly not the only thing I do with my PC.

    Multistage operations like, say, Bluetooth pairing I definitely prefer to use the GUI for. I think it is partially because of the state tracking inherent in the process.

    Thanks again!


  • As someone who genuinely loves the command line - I’d like to know more about your perspective. (Genuinely. I solemnly swear not to try to convince you of my perspective.)

    What about GUIs appeals to you over a command line?

    I like the CLI because it feels like a conversation with the computer. I explain what I want, combining commands as necessary, and the machine responds.

    With GUIs I feel like I’m always relearning tools. Even something as straightforward as ‘find and replace’ has different keyboard shortcuts in most of the text-editing apps I use - and regex support is spotty.

    Not to say that I think the terminal is best for all things. I do use an IDE and windowing environments. Just that - when there are CLI tools I tend to prefer them over an equivalent GUI tool.

    Anyway, I’m interested to hear your perspective- what about GUIs works better for you? What about the CLI is failing you?

    Thank you!