PedorussiaToday
banner
pedorussiatoday.bsky.social
PedorussiaToday
@pedorussiatoday.bsky.social
170 followers 230 following 88 posts
#MUGA #fsharp #neovim #rust #python
Posts Media Videos Starter Packs
With kickstart-nvim/Mason it's usually not hard to get something working. You go to ˋ:Masonˋ, <C-f> to find a language. Install an LSP. The LSP might already work on restart because of the default configurations from lspconfig. Type ˋ:h lspconfig-allˋ for more info on activation and setup.
Reposted by PedorussiaToday
assembly is the only way. we have strayed from the light of god and are being punished for our hubris.

python? the snake from the garden

rust? the corrosion of satan

wake up sheeple
Does this happen with IPython too? I don't use vscode anymore, but there has to be a way to add terminal for python/IPython. I'd try that.
I couldn't live without his drop plugin. It saves parts of the screen that are occupied by nvim. 😅
Use fish shell instead of bash. It's not that far removed, but more sane, easier to configure and modularize with automatically sourced functions, and the shell feels more responsive with a few plugins.

Create a knowledge base with obsidian. Nvim can show your notes in a floating window too.
Reposted by PedorussiaToday
Comedy-Gold... 😂

Im italienischen Fernsehen geigte der Senator und Gründer der liberalen Partei "Azione", Carlo Calenda, dem Russenstusser und Oberschwurbler Jeffrey Sachs ordentlich die Meinung. Am Ende schien dieser nur noch zu beten....
Reposted by PedorussiaToday
Oh my god some fucking tech dingdong posted this on Twitter with the caption "AI games are going to be amazing" totally seriously, you have to watch it. You have to. In full screen.
I'm happy with neovim (kickstart-nvim) too. rustaceanvim (with rust-analyzer), neotest, overseer (for bacon).

I never tried zsh, but fish is a much more sensible and pleasant bash. Try it with fisher (plugin manager) and some of these: hydro (prompt), fzf (key bindings), z.
Der Typ macht's sowieso nicht mehr lang. Bis dahin das Geschwurbel einfach so gut wie's geht ignorieren.
Reposted by PedorussiaToday
Of course women don't like the Cybertruck.

Women only want one thing, and it's the Immolator pattern armoured assault transport.
Reposted by PedorussiaToday
If you ask ChatGPT “is there a seahorse emoji” it will lose its mind.
It is sure there is (lots of people on reddit think there is). But when it tries to post it and fails it spirals
Reposted by PedorussiaToday
The Portland Frog army has now infiltrated Tulsa, OK and they’ve made an unlikely alliance with the T-Rex infantry and Sharks on Hoverboards mercenary forces.

This is truly terrifying.
Reposted by PedorussiaToday
Reposted by PedorussiaToday
Reposted by PedorussiaToday
Frieden kommt nicht, wenn der Angegriffene aufhört zu kämpfen. Was dann kommt, ist Okkupation - eine Weiterführung des Krieges mit Folter, Entführungen, Vergewaltigungen, Zwangsadoptionen, Mord. Wer will, dass „das Sterben aufhört“, muss den Aggressor stoppen und zurückdrängen.
The world will understand in two weeks.

Nothing can stop what's coming in two weeks.
Reposted by PedorussiaToday
I did not understand the Russian people and who they really were going back three years ago. The Russian people are willing slaves to Putin and have no compassion for anyone else or even their own people.
Reposted by PedorussiaToday
Reposted by PedorussiaToday
In oppositionellen russischen Telegramkanälen diskutiert man derzeit mimische Parallelen zwischen Putin und Charles Manson. 😅👍

Man muss sich einfach nur das Botox wegdenken...
Reposted by PedorussiaToday
🚀 Fable 5.0.0-alpha.14 is out!

This one has a big focus on Python and adding support for Nullness to Fable (both your project and dependencies needs to be written with nullness in mind for it to work)

To benefit from all the new features you need to use Fable.Core beta too

#fsharp #fablecompiler
I'm all for it. One of the changes is about lenses and those are nice.

fsp is great. A generic monad computation expression instead of a custom MaybeBuilder, lenses, generic functions for `length` and `map`. Makes #fsharp look even more like magic and should appeal to #python users too.