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/)DE
Posts
6
Comments
368
Joined
2 yr. ago

  • "The Romans did not joke about tax evasions. They saw this, essentially, as a crime against the state," Dolganov said. The punishment could include significant fines, temporary or permanent exile, or hard labour in mines or stone quarries — with the latter essentially a death sentence, she explained.

    Tax evasion is theft

  • Permanently Deleted

    Jump
  • Founded six years ago, Ramp is backed by some of the most powerful figures in Silicon Valley. One is Peter Thiel, the billionaire venture capitalist who was one of Trump’s earliest supporters in the tech world* and who *spent millions aiding Vice President JD Vance’s Ohio Senate run. Thiel’s firm, Founders Fund, has invested in seven separate rounds of funding for Ramp, according to data from PitchBook. Last year Thiel said there was “no one better positioned” to build products at the intersection of AI and finance.

    There's the pay off.

  • I completely agree and I was wondering if I could just view it via an archive link. However I think it's really important to try and understand how other people think or are influenced. Ignoring them sadly won't make it go away.

  • Interesting, I didn't know that about VSCode.I've used it briefly and I must have always installed some default plugins to make it work with python!

    The only query I'd have on that definition of IDE is that they all require an external compiler or JIT interpreter to execute code, because the versions of the compilers changes so frequently it'd be crazy to release an 'all included' IDE. (The old MS Visual Basic is an example of 'all included')

    But yeah, pycharm or phpstorm are "ready to run" bar the code compiler or interpreter, I don't have to open a terminal or something to run code I've written.

  • Vim and emacs usually run in the terminal and require keyboard commands to complete actions.

    A GUI IDE like vscode or pycharm has mouse driven menus and buttons, although of course it's possible to use keyboard commands.

    That to me is the difference. Personally, I use vim mod with pycharm and some messy hybrid combination of vim commands and ctrl + ?