eupolicy.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
This Mastodon server is a friendly and respectful discussion space for people working in areas related to EU policy. When you request to create an account, please tell us something about you.

Server stats:

228
active users

#vscode

6 posts6 participants0 posts today

It's convenient that I can use #LLMs to help me learn how to use LLMs because I'm pretty sure I wouldn't be able to figure it out any other way.

I want to use my local #Ollama models with #Copilot in #VSCode, but I have an #AMD #GPU so apparently I need to install something called the #ROCm (Radeon Open Compute Platform) via the Windows 11 HIP SDK?

And maybe all this doesn't work in #WSL, so I'll have to reinstall it in #Ubuntu there if I want to use it in one of those workspaces?

The GitHub Copilot Chat client for VS Code is now open source under the MIT license. Here's the source code:

"As Copilot Chat releases in lockstep with VS Code due to its deep UI integration, every new version of Copilot Chat is only compatible with the latest and newest release of VS Code. This means that if you are using an older version of VS Code, you will not be able to use the latest Copilot Chat.

Only the latest Copilot Chat versions will use the latest models provided by the Copilot service, as even minor model upgrades require prompt changes and fixes in the extension. An older version of Copilot Chat will still use the latest version of Copilot completions."

github.com/microsoft/vscode-co

Copilot Chat extension for VS Code. Contribute to microsoft/vscode-copilot-chat development by creating an account on GitHub.
GitHubGitHub - microsoft/vscode-copilot-chat: Copilot Chat extension for VS CodeCopilot Chat extension for VS Code. Contribute to microsoft/vscode-copilot-chat development by creating an account on GitHub.

VS Code Dev Containers

blog.hardill.me.uk/2025/06/18/

I was bored yesterday evening and ended up looking for a small project to keep me occupied.

I had seen a Toot from @jtonline talking about VS Code Dev Containers (and enabling access to Linux Keyrings from the container), which is not something I’d played with, so sounded like a good idea.

I have been using Go and Rust containers to manually build projects to remove the need […]

yesterday #vscode got rolled back from version 1.101 to 1.80 the last before #salami hyped madness got the better of #code - by me intentionatly

it is faster now, not so sluggish,
less memory consumed

surprisingly batter consumption on mobile hot spot relaxed also

look to me, lot of unwanted and unmoral processing and data sharing has been stopped

also optout on update madness

Hi @neil the gist of this may be interesting (without the AI, and the project isn't open source afaics):

> I [built] Tritium. Tritium aims to be the #lawyer's #VSCode: an all-in-one drafting cockpit that treats a deal's entire document suite as a single, searchable, AI-enhanced workspace while remaining fast, local, and secure.

> Tritium is implemented in Rust. It is cross-platform and I'm excited for the prospect of lawyers running #Linux as their daily driver.

news.ycombinator.com/item?id=4

news.ycombinator.comShow HN: Tritium – The Legal IDE in Rust | Hacker News

The #Zed text editor (zed.dev) finally opened early access program for their #Windows builds. I suggest everyone from the #Accessibility dev community to sign up for it, hopefully (maybe!) we will be able to shape its accessibility. Many sighted people from the Apple land praise it for speed and amount of useful functions. I won't quit using #VSCode of course, but why not to have another tool in the box?

ZedZed — The editor for what's nextZed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.

The more I think about it, the more it seems to me that in this day and age with all the modern threats having a text editor that is capable to not only connect to the Internet, but also install some code packages from repositories (and probably do dependency resolving) is a recipe to catastrophe. Sooner or later.
It's probably one thing when you use a curated list of half a dozen addons that you can even personally peruse (or even contribute to). It's a whole other thing when you use some huge "distro" with probably hundreds of packages that also receive constant updates you cannot possibly control.
It's mostly about #Emacs, of course, but #vim is fully capable of it too. I won't even mention the likes of #VSCode.
We had a fair share of supply chain attacks in the recent years (npm, pip, even xz in some way). No reason to think no one's gonna use this channel of attack.
Maybe it's just my fibs. But there is some uneasy feeling about the fact that you edit, perhaps, extremely private, personal or sensitive texts while your editor runs some background code doing who knows what. It's one thing to trust people who wrote vim or Emacs and a whole other thing to trust a hundred other unknown parties at the same time.

Hoping those familiar with #LaTeX can give me some advice here. I've started using it to create my assignments for school. I'm not writing technical papers yet, but I find using LaTeX with #Zotero in #VSCode more #accessible with a #ScreenReader than most other setups I've tried.
Since my discussion posts have to follow #APA style, I’m using LaTeX for those as well as full papers. That part is going well—but I’m running into trouble when I need to actually post what I’ve written.
My school uses Brightspace, which allows discussion posts in either rich text or #HTML. I have #Pandoc installed, so I tried converting my LaTeX source to HTML and pasting the code. But Pandoc didn’t include my references section in the output.
I also tried copying from the PDF, but that stripped all formatting.
Does anyone know how I can get a clean HTML version of my work—with references included—that I can paste into Brightspace?
Here’s the command I’ve been using:
pandoc main.tex \
--bibliography=references. Bib \
--csl=apa.csl \
--standalone \
-o main.html
It creates the HTML file, but the references section is missing.
Any tips?
#Accessibility #AssistiveTech #Pandoc #APAstyle #Brightspace #EdTech #AcademicWriting #InclusiveTech #BlindTech #HigherEd #CitationTools #OpenSource #WritingWorkflow