med-mastodon.com is one of the many independent Mastodon servers you can use to participate in the fediverse.
Medical community on Mastodon

Administered by:

Server stats:

339
active users

#vscode

1 post1 participant0 posts today
Tuomas Väisänen 📼🧟‍♂️<p>I have been exploring writing <a href="https://vis.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> in the somewhat new <a href="https://vis.social/tags/PositronIDE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PositronIDE</span></a> from the <a href="https://vis.social/tags/RStudio" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RStudio</span></a> developers, and it seems like it could overtake my beloved <a href="https://vis.social/tags/SpyderIDE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SpyderIDE</span></a> as a daily driver.</p><p>It has an integrated IPython console working out of the box, which has been a massive pain to get working properly on other <a href="https://vis.social/tags/VSCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VSCode</span></a> derivatives. Furthermore, RStudio and Spyder have a similar layout, so I do find this Positron layout with its plots and variables panels quite familiar and intuitive.</p>
🧿🪬🍄🌈🎮💻🚲🥓🎃💀🏴🛻🇺🇸<p><a href="https://mastodon.social/tags/openAI" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>openAI</span></a> has made o3 available to <a href="https://mastodon.social/tags/VSCode" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>VSCode</span></a> <a href="https://mastodon.social/tags/Copilot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Copilot</span></a>! Before it was just 4o and 4.1</p><p><a href="https://mastodon.social/tags/ai" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ai</span></a> <a href="https://mastodon.social/tags/llm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>llm</span></a> <a href="https://mastodon.social/tags/vibecoding" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>vibecoding</span></a></p>

Trying to access a #VSCode #DevContainer from another computer on your network?

Set “remote.localPortHost” to “allInterfaces” (thats an uppercase “i” in there). Ports exposed by your app running in the container will now be accessible by the host machine’s IP address.

Continued thread

Ok, #direnv to the rescue. Add this to your .envrc to fix the #conda environment on your terminal and on #vscode.

```
conda activate whatever-environment

mkdir -p .vscode
cat > .vscode/settings.json << EOF
{
"python.defaultInterpreterPath": "$(which python)",
"python.terminal.activateEnvironment": false,
}
EOF
```

I love using #KDE 's #Kate text editor, but the seemingly simple 'find' feature is really, really annoying and borderline unusable to navigate through compared to any other text editors, such as #VSCode. I find it a lil crazy when an important UI element such as a button, in this case the button to go to the next or previous instance, could shift places or move drastically as you're using it. Am I supposed to pay attention to the text I'm trying to look for, or am I supposed to go googly eyed and look at both the text and find where I am supposed to click?

I've heard people say that VSCode is resource hungry. Compared to the JetBrains tools I find VSCode really fast and responsive. I also use vim for some code editing. Can anyone recommend a code editor that is open source and less resource hungry than VSCode, while at the same time having an ecosystem of plugins? #vscode #ide #programming #vim #jetbrains

Small version, but big changes!

Another update of the hledger extension has been released!
Significant changes:

  • the color scheme has been redesigned
    • now you can change the colors of elements yourself through the extension settings
    • the element parsing system has been redesigned, which allows for more accurate color display
  • the auto-completion system has been redesigned
    • now the addition is displayed automatically after typing the first character
    • a cache system is used for individual elements of records
    • the fuzzy-finder system is used, searching by substring or elements of a line
    • a selection of elements by the number of uses is used, the elements that are most often used will be displayed above
  • a number of minor fixes

You can always read the extension code in the hledger-vscode repository

If you like it, I will be glad to receive your boost and comments! Create an issue!

marketplace.visualstudio.comhledger Language Support - Visual Studio MarketplaceExtension for Visual Studio Code - Full-featured hledger extension with syntax highlighting, intelligent code completion, and project-based caching for journal files

"Just because a piece of software is #OpenSource it does not mean the software is secure." --me

I've been saying that for years and it really bothers me to hear developers and users alike quip that because a package is open source it automatically means it's more secure than a comparable package that is closed-source.

As EricS. Raymond, one of the people behind open source, said in Linus's Law, "Given enough eyeballs, all bugs are shallow." If no one is looking, though -- as appears to be the case here — then simply because a codebase is open, it doesn't provide any safety or security at all.
https://www.zdnet.com/article/hacker-slips-malicious-wiping-command-into-amazons-q-ai-coding-assistant-and-devs-are-worried/

https://developers.slashdot.org/story/25/07/26/0352242/hacker-slips-malicious-wiping-command-into-amazons-q-ai-coding-assistant

#amazon #hacker #hacking #github #PullRequest #patch #vulnerability #ComputerSecurity #InformationSecurity #ITSecurity #MaliciousCode #aws #q #ai #agent #vscode
ZDNET · Hacker slips malicious 'wiping' command into Amazon's Q AI coding assistant - and devs are worriedBy Steven Vaughan-Nichols