Hey Tenno, if you feel the weight of the Orokin legacy, boost this to spread the word across the Fediverse! If you enjoy Warframe and love the Fediverse, check out:
- https://video.sidh.bzh/c/warframe/videos
- @warframe
This PeerTube channel mirrors all the latest content from Warframe’s official YouTube channel directly to PeerTube, so you can watch and share without leaving the Fediverse.
Enjoy, Tenno!
#Warframe #Tenno #OldWar #NewWar #Megan #Taylor #Wisp #Excalibur #Mag #Volt #Orokin #Narmar #Corpus #Grineer #Lua #Phobos #Deimos #Fediverse #PeerTube #Gaming #OpenSource #GamingOnLinux #LinuxGaming
Kartik Agaram: Freewheeling Apps
https://akkartik.name/freewheeling-apps
(Check out the talk & transcript.)
New update of Ultraschall-API, an extensive developer-library for the #daw #reaper.
I updated the rendering-functions to include all the recent additions to the rendering-dialog, mostly the post-processing options.
So if you want to script your own render-features, you can do it with Ultraschal API.
Changelog:
https://forum.cockos.com/showpost.php?p=2872378&postcount=916
More information:
https://forum.cockos.com/showthread.php?t=214539
Getting NeoVIM to not read anything VIM finds seems impossible, but it is easy to make the vimscript a noop with `if has('nvim') | finish | endif`. The similar Lua versions don't get read by VIM, so that direction isn't a problem.
I implemented Decasify in a single repo as a #vimscript plugin that loads in #vim and a #lua plugin that leads in #neovim, the former depending on the CLI and the latter depending on the Lua Rock. Also there is now an override so NeoVIM can go the other way too.