[–] 9 points 6 hours ago (2 children)

Article starts off by explaining that there's no race because China is trying to actually do ai robotics while the usa is trying to do agi and make oligarchs rich. So therefore it's a lie that we are in an arms race

In reality, that's dumb as hell, you can try to do all of robotics, agi, cyber and bioweapons, all at once, in addition to making oligarchs rich. Both countries are doing all of the above, but the point is that some of these things have extreme national defense overtones. If all your software is getting hacked all the time, you have no choice but to use AI to protect and debug those systems. But there are many areas where AI will dramatically change the landscape of war: intelligence, pharma, robotics, etc. we don't need AGI to make those breakthroughs

  • source
  • [–] 18 points 2 days ago

    It's a mistake to think they can't do both good and bad. It's okay to praise some things and criticize others. Many different people at corps make different decisions for various reasons. All or nothing thinking is what makes people radicalize

  • source
  • [–] 3 points 1 week ago

    You need real infrastructure to serve video to so many people. An unlisted YouTube/Twitch live stream is the only real free option, it's not totally private, but you can give out the link

    Otherwise it's the paid enterprise stuff from Zoom and co

  • source
  • [+] -18 points 1 week ago (1 child)

    That's dope that artists can flesh out their worlds better and make higher quality content for less money. I think the viewers will benefit if the creativity and direction remains human as it is now

  • source
  • [+] -17 points 1 week ago (1 child)

    Well that's stupid. It's a huge brand, a combo of words, and I'm sure there are many other companies that are like OpenRouter or whatever. Seems just petty to not grant the trademark

  • source
  •  

    My new design direction for neovim is "you just sat down in a homie's spaceship and have no idea what any of the buttons do" -- you can see how I did it here with tabby.nvim: https://github.com/Garoth/Configs/blob/da354cd98241dc7582718a9082226fab99403e4a/nvim/init.vim#L752

    I'm an oldschool vim guy, so a lot of my plugin tastes lean towards the ancient. Telescope?? Nah I had that figured out with fzf.vim many years ago, and it's stupid fast. Harpoon? Nah, I have marks, permanent undo and location memory, alternate files, fast search. Plus I love using fzf in my terminal so it all blends together so well. I still use vim-plug, it's pretty much perfect, and have no interest in lazy or whatever the new flavor-of-the-year package manager is

    Neovide continues to be what I believe is the future of neovim. The performance is best in class, probably theoretically better than even terminals can achieve (since rendering can be done much more selectively, understanding vim concepts like floating windows and such, which have compositing in neovide). The idea of "progressive improvements" in a GUI rather than trying to make something totally different is a great call. In the future, they are likely to implement a new age of image rendering too, which would be aware of z-index layering (so you could have a floating window on top of an image -- current image-in-terminal approaches just put the image on top)

    Airline -- well, this is in the category of "if it aint broke dont fix" -- Airline has been in development for like 11 years and has 2700+ commits, 17k+ stars on github. I mean, this is a ridiculous history, that's more work than most projects on github, just for a statusline. I don't tend to chase trends or replace vim code with lua - who cares - vimscript is stable and reliable

    Shoutout to the Maple Mono font -- with a lot of amazing ligatures that I didn't have before, super cozy. Demo recorded on an 7 year old samsung chromebook running Wayland/Pipewire Arch with a dualcore cpu, 4gb of ram, 14nm intel integrated graphics, and a 32gb harddrive. Linux is so cool, being able to do that. The ending was... not on purpose lmao

     

    Zenith said:

    URL: https://github.com/Zeioth/compiler.nvim

    This compiler detects the filetype you are using. From there it detects the entry point of your program and compiles it with the correct compiler so you don't need to setup anything.

    Currently it is on beta state and only works with c. More languages available in the coming days.

    I rather releasing it now in case someone wants to participate and leave comments before I solidify the architecture.

    I coded this for NormalNvim so take a look there if you want too.

    Cheers.

    view more: next ›