If you like VSCode you can try VSCodium which supports almost all features of VSCode but should be fully FOSS without Microsoft proprietary blobs.
Comment on Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft.
Melatonin@lemmy.dbzer0.com 1 year ago
So wait.
GitHub is Microsoft?
FrameXX@discuss.tchncs.de 1 year ago
AntY@lemmy.world 1 year ago
Can I suggest vim or emacs?
theherk@lemmy.world 1 year ago
Might check out Zed. Relatively new editor from the folks behind Atom and treesitter. Extremely fast with an excellent interface and vim mode. The second best vim mode behind Neovim.
robber@lemmy.ml 1 year ago
I’ve been testing Zed for the last couple weeks for some Vue / Nuxt projects. It works great for that and seems very stable so far, but is also developed by a for-profit. Curious to see how the Zedless project works out.
theherk@lemmy.world 1 year ago
I actually think their comments when it first went open source are pretty compelling. I don’t disagree with you and I’m interested to see how zedless fares, but new projects of this scale are tough to do well and quickly. I’m pretty happy with their current approach.
ghost_towels@sh.itjust.works 1 year ago
I’m also very new to doing any type of programming, and also don’t remember things from last week lol. I use Kate, it’s from KDE which is from the Linux world but works on windows! They have some other good programs that also work on windows (and Mac too I think!) if you’re trying to extract yourself from there. I don’t know python very well so don’t know if Kate is the best choice compared to PyCharm for your use case, but might be a good allrounder.
GreenKnight23@lemmy.world 1 year ago
[deleted]sudneo@lemm.ee 1 year ago
Maybe they are just getting started with learning programming, be kind.
Sunshine@lemmy.ca 1 year ago
I recommend Codeberg or Forgejo!
nnullzz@lemmy.world 1 year ago
PyCharm is a solid choice. It just works. But if you’re open to another editor, take a look at Zed. It has python support too. It’s super snappy and way less bloated than the others.
afk_strats@lemmy.world 1 year ago
VS Code has a fully open source base which excludes proprietary extensions and default telemetry ( kind of his AOSP is for Android)
Check here for more info:
ada@lemmy.blahaj.zone 1 year ago
kind of how AOSP is for Android)
afk_strats@lemmy.world 1 year ago
I know 😢
airglow@lemmy.world 1 year ago
And VSCodium is the project that releases builds from the VS Code source code. Privacy-conscious developers should use VSCodium (which is fully FOSS) instead of Visual Studio Code (which is partially proprietary and includes tracking).
cyberwolfie@lemmy.ml 1 year ago
I use this on my private setup, but struggling to get tge Python language server to properly work. Apprently the VS Code one is unavailable. What do people use for this on VS Codium?
afk_strats@lemmy.world 1 year ago
100%
rc__buggy@sh.itjust.works 1 year ago
OozingPositron@feddit.cl 1 year ago
Continue.
sunshine@lemmy.ml 1 year ago
rc__buggy@sh.itjust.works 1 year ago
Oh come on, it was a really big deal. M$ bought GitHub. FOSS collectively shit itself for a week
echodot@feddit.uk 1 year ago
It was also ages ago. Any discussion of it will have long since died down so if OP is new to programming then they won’t have come across this.
joostjakob@lemmy.world 1 year ago
Github was bought in 2018. For all we know, OP could have been 10 at the time
Yaky@slrpnk.net 1 year ago
Has been since 2018, and acquisition news caused quite an upset at the time.
CosmicTurtle0@lemmy.dbzer0.com 1 year ago
Yeah they bought them almost 10 years now?
merdaverse@lemmy.world 1 year ago
Yes, also remember to completely avoid Typescript and C# since they are also Microsoft. And Rust since heavy ties to Amazon. Actually, just to spare you the time, avoid programming altogether and do something like farming, since no Big Tech influence there. /s
xigoi@lemmy.sdf.org 1 year ago
This, but unironically.
Melatonin@lemmy.dbzer0.com 1 year ago
I retired and doing hobby projects in Python and java, so I get choices (including not playing) but wtf, big tech figured out how to take over open source?
That’s particularly evil.
asparagapple@lemmy.world 1 year ago
Python’s creator and BDfL works at Microsoft.
Melatonin@lemmy.dbzer0.com 1 year ago
I’m not trying to be like some HOLY MOUNTAIN that no unclean things can ever touch.
I’m just trying to keep myself free. I’ll use people’s stuff. If that starts becoming bondage, I’m out
merdaverse@lemmy.world 1 year ago
A cynical explanation would be using the EEE theory to explain all of this.
A more nuanced one would be that corporations benefit from open source since it creates an easier pipeline to onboard engineers and they also benefit from the free labor that people put into the projects out of passion. Whether they want to kill OSS after embracing it is debatable, but they definitely want to have as much leverage on it as possible.
Melatonin@lemmy.dbzer0.com 1 year ago
That Wikipedia is a gold mine of evil.
retro@infosec.pub 1 year ago
They can support these languages because they have the resources to do so.
Melatonin@lemmy.dbzer0.com 1 year ago
I feel like a good illustration would be a bicycle.
Is that about right? Are we selling open source for speed and convenience?
Hudell@lemmy.dbzer0.com 1 year ago
I do like the work Microsoft has done with typescript itself, but more and more I’m seeing they are trying to tie up the language to VSCode, treating other editors as “second class citizens” for it and that has started to make me reconsider things.