Hacker Newsnew | past | comments | ask | show | jobs | submit | e40's commentslogin

I don't think a ban is required. Other countries (in the EU?) have put restrictions on it that prevent the abuses you see in the US. Why don't we do that? Because US Congress has been neutered and that appendage of US politics has withered and died.

How can visiting a nude beach get be a trigger?

Not all "nude" beaches are officially sanctioned.

America?

Come on, that's a very lazy answer. I'm in CA and have never heard that visiting a nude beach can get you on that registry.

It's a weird grey zone of laws where the beaches are not officially nude beaches, but they are advertised this way. Many are run by the federal park police. Most anti nudity laws are state laws and as a result, there is kind of a loophole with enforcing it.

Of course, the act of being nude in public can make many believe they have been assaulted when it's just nudity.


This is what you get when you put idiots in charge. Also called consequences.

Competition is good for an ecosystem.

And it gives incorrect answers about itself and google’s services all the time. It kept pointing me to nonexistent ui elements. At least it apologizes profusely! ffs

Care to share?

the sibling answer but with `-a` before command name, will display all path hits for a command.

  which <commandname>

Seemed like it was more than that, but the comment is ambiguous. I took it to mean "show me all the commands which are shadowed" not "is this command shadowed"...

nope, that just gets you the first hit, not all of them

type -a commandname


quite simple

type -a <commandname>


this. which(1) and whereis(1) are not bash, only an approximation or coincidence at best:

  $ type -a which
  which is /usr/bin/which
As a bash built-in, only the type command invokes the installed bash's code path to resolve command words:

  $ type -a type
  type is a shell builtin
  type is /usr/bin/type

  $ help type
  type: type [-afptP] name [name ...]
      Display information about command type.
    
      For each NAME, indicate how it would be interpreted if used as a
      command name.
    
      Options:
        -a  display all locations containing an executable named NAME;
            includes aliases, builtins, and functions, if and only if
            the `-p' option is not also used
        -f  suppress shell function lookup
        -P  force a PATH search for each NAME, even if it is an alias,
            builtin, or function, and returns the name of the disk file
            that would be executed
        -p  returns either the name of the disk file that would be executed,
            or nothing if `type -t NAME' would not return `file'
        -t  output a single word which is one of `alias', `keyword',
            `function', `builtin', `file' or `', if NAME is an alias,
            shell reserved word, shell function, shell builtin, disk file,
            or not found, respectively
    
      Arguments:
        NAME    Command name to be interpreted.
    
      Exit Status:
      Returns success if all of the NAMEs are found; fails if any are not found.

  $ $SHELL --version
  GNU bash, version 5.3.9(1)-release

For those of working on large proprietary, in fringe languages as well, what can we do? Upload all the source code to the cloud model? I am really wary of giving it a million lines of code it’s never seen.

I've found mostly for context reasons its better to just have a grand overview of the systems and how they work together and feed that to the agent as context, it will use the additional files it touches to expand its understanding if you prompt well.

Does this essentially give the companies controlling these models access to our source code? That is, it goes into training future versions of the model?

Depends on the privacy practices of the people hosting the models, or are providing access to them. Most have an 'opt-out' of helping to train models.

I have noticed a dramatic decline in human scam calls and a commensurate increase in ai calls.


The phrase playing with fire comes to mind.


That was way longer than I expected. Wow.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: