Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FA
Posts
0
Comments
873
Joined
6 mo. ago

  • Also asking an AI to correct the command is huge, but takes time.

    I use shell_gpt with a custom prompt bound to a hotkey that dumps my current terminal line into a local (Deepseek) AI which is prompted with some information about my system and a preferred reply format.

    For example, I'll type:

     
            rsync movies/ media server but also do it recursively 
    
    
      

    Then press CTRL+L and a bash script copies the terminal input into a prompt that requests the AI return a properly formatted terminal command which it places into the terminal input. This way I can know what I want to do and forget the exact switch or option.

    A different hotkey (CTRL+O) sends the terminal input to a Chatbot prompt for one-off answers.

    I'm doing a bit more on the backend now (RAG using man pages, for example) for the Ctrl L command, but I used it with a simple prompt for several months. It's like having a slight more intelligent tab completion.

  • Who's to say the purpose of "Broadband Equity, Access, and Deployment" is to connect houses.? Or, to put it another way, NASA has received billions of dollars and also hasn't connected any houses. It's easy to understand why: NASA doesn't do that.

    Who is to say that BEAD is trying to make last mile connections? If they're not them your entire premise is wrong. It'd be like complaining that NASA has spent hundreds of billions of dollars and still hasn't launch a single commercial passenger.

    I live in a rural area and we're seeing a pretty rapid expansion of broadband connections. We had DSL and cable in some places but now there are large fiber deployments to new neighborhoods and the DSL and cable areas are having fiber service made available over time.

    Just using caps lock and BILLION doesn't make a good argument. Nor does pretending that broadband expansion isn't happening or creating arbitrary inapplicable standards for programs ("NASA hasn't flown commercial passengers: WORTHLESS").

    As a taxpayer I would like to know WTF the USAC is doing

    You should have just stopped there and started learning what USAC is and what it spends its money on; instead of screaming that the sky is falling because you personally don't understand a federal program.

  • Permanently Deleted

    Jump
  • From their POV:

    If it's found to be legal, then it's "hell yeah, tacticool.gif".

    If it's found to be illegal, then "my client was following the lawful orders of their superiors with the understanding that their actions were legal and also qualified immunity."

  • No, because what you're referring to isn't a confession and calling it one is misleading.

    Confessions involve admitting conduct that you personally were involved in. The linked article isn't a confession by any definition of the word.

    If I say "

    <You>

    killed a homeless person." Is that a confession of murder? Are you a murderer because "I confessed" that you did it?

    In addition, from the article:

    Although the clip is unaltered and the quote in question is authentic, Trump did not specify whether he was referring to the 2020 or 2024 presidential election.

    Saying "they rigged the election and I won" could have been referring to the 2020 election which, if you'll recall, Trump claimed the Democrats (they) rigged the election and also that he won the 2020 election.

    The real question is, are you being misleading on purpose or are you ignorantly repeating things that you've seen elsewhere?

  • Permanently Deleted

    Jump
  • Powerful seems like a pointless adjective here.

    It doesn't take much power to destroy a cable. Did they invent a really long, and powerful, chain with a powerful anchor on it only usable by a boat with powerful electric winch?

    Maybe they put AI in it too, for extra power of course

  • Hand over the project?

    You go to GitHub, click fork and now you're the new project lead.

    It's always kind of weird to see people (not you, just something I often see in these threads) treating open source projects like they're commercial products where they can make demands.

    These are projects done in people's free time and their work is provided to everyone for free. Sure, report bugs and feature requests but crossing into personal attacks on the developers or going full Karen ("red flag" is usually a good indicator of this type) is out of line.

    Don't use projects that you don't like, sure. But no person is entitled to dictate how another person's project should go. That's why there's a fork button.

  • There are hand recounts, audits and many other safeguards already prescribed by laws that have been in place across multiple presidencies both Democrats and Republicans have been in power and none were able to find anything but incredibly rare fraud done by individuals.

    You are not alleging anything specific or providing any actual evidence of actual failures in the system on a scale that could have changed the outcome. This is just like in the Big Lie election denialism.

    You're not talking about reality, you're trying to spread conspiracy and conjecture based on fear, uncertainty and doubt.

    You are talking exactly like the people who promoted the Big Lie on the right. You're trying to poison people against our democratic systems with lies and conspiracy.

    It's bullshit based on no evidence and reliant on people believing a conspiracy. You're spreading misinformation.

  • Windows terminal commands are an abomination before the site of the LORD.

    They were wise enough to include a mount alias though so if you pretend you're on Linux it'll work well enough.

    No idea if it supports SMB or ssh though, but it works with NFS

     
            mount -t nfs3 server:/srv/nfs/exporteddir E:
    
    
      

    Mounts an NFS export to the E drive.