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/)BI
Posts
0
Comments
351
Joined
8 mo. ago

  • Border Patrol cannot search vehicles in the 100-mile zone without a warrant or "probable cause" (a reasonable belief, based on the circumstances, that an immigration violation or crime has likely occurred).

    So, hypothetically, what stops Mexico from removing ICEs rights to search at all within that 100mile zone?

  • My understanding has always been:

    • Text Editor: just writes text, no formatting (other than line endings)
    • Code Editor: A family Text Editors that have additional capabilities such as syntax highlighting. And optionally a plugin or extension ecosystem. (VSCode, vim family, Emacs, even gedit )
    • IDE: An application that includes Code Editor functionality, but also includes tools for a building on given tech stack. This comes out of the box, are a "part of" the application, are peers to the code editor, and cannot be removed, but can optionally be extended through plugins or extensions.
  • Partially yes. But if I create something myself I can "revisit" the headspace of that portion very easily, like I walked into a room.

    Doesn't work as well on codebases I don't own fully though.