• 0 Posts
  • 10 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle
  • yboutros@infosec.pubtoComic Strips@lemmy.worldA.I. Artist
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    2
    ·
    edit-2
    3 months ago

    I sort of agree, but I think it depends on effort.

    Type one word in and try and sell the easiest generated image? Low value.

    But typing the right combo to create assets to create something larger than the model is capable of? That’s more valuable.

    Criticizing AI or artists that leverage AI is like criticizing an artist for using a printer instead of drawing by hand

    Or saying someone’s digital work is inferior because they used a tool to help make their image…

    On that note, when working on a large project, is an AI artist as pretentious as the artist in the comic because they got some help generating the project from an AI instead of another human? Or is someone’s work ethic less credible for Google searching instead of asking a person? Are works of art valuable because they’re entirely original and uninfluenced by anything else but the artist themself? Because with that metric no artists are valuable since nothing is entirely original anyways







  • yboutros@infosec.pubtoScience Memes@mander.xyzHero
    link
    fedilink
    English
    arrow-up
    11
    arrow-down
    7
    ·
    5 months ago

    Unfortunately, it’s for the best. If you’re serious about research you have to present yourself. Especially if you’re the first person to discover it, you’re the most - possibly only - qualified person to talk about that thing.

    Part of scientific communication is giving elevator talks. You have to be able to argue for funding.

    Not to mention, if you never develop those skills, you’re just opening yourself up to getting a worse financial incentive for the same amount of work



  • I’ve tried a few IDEs, mainly Microsoft ones as of recently, but I still prefer my neospacevim setup. Microsoft has a very nice debugger and other useful features for navigating large software projects, but even on my 3080 12th Gen i7 rig with 32GB the plugins I use end up slowing things down. Plus, a similar debugger interface can normally be found in an init.toml layer

    With neospacevim, I can specify which plugins get loaded for which file types, so my LaTeX plugins don’t interfere with my Python plugins for example.

    Also the macro language locks me into vim, I even installed vimium keybinds for my browser. Spacevim is nice because you can see all the available keybinds option trees by pressing Space.

    I mentioned spacevim/SpacEmacs because your post focused on emacs/vim, if you do choose either to make an IDE in I would imagine SpacEmacs/spacevim might be a little closer to an IDE than a text editor.

    Spacevim is nice because it will auto install packages declared in the init.toml, sometimes with vanilla vim or neovim you need a plugin manager installed separately