Tootfinder

Opt-in global Mastodon full text search. Join the index!

@tweedge@cybersecurity.theater
2024-03-28 22:52:21

Cursed knowledge thanks to my students: Have you ever thought "This code boring ah hell 💀" at work because if so my good software engineer TikTok-ers someone has made just the extension for you. Finally, we can watch Subway Surfers and Family Guy Funny Moments while we code:

Visual Studio Code with a Subway Surfers video playing on the right side of the window. This is opened natively within Visual Studio Code to make the code less boring ah hell skull emoji
@tweedge@cybersecurity.theater
2024-03-28 22:52:21

Cursed knowledge thanks to my students: Have you ever thought "This code boring ah hell 💀" at work because if so my good software engineer TikTok-ers someone has made just the extension for you. Finally, we can watch Subway Surfers and Family Guy Funny Moments while we code:

Visual Studio Code with a Subway Surfers video playing on the right side of the window. This is opened natively within Visual Studio Code to make the code less boring ah hell skull emoji
@jamesthebard@social.linux.pizza
2024-03-28 12:40:04

Finishing work up on a new Pathfinder 2E character. Got the background "finished", wrote the spell and feats out. I still have work I want to do on the background, but it's good enough for the GM. #ttrpgs #Pathfinder2E

A screenshot of Visual Code Studio with the LaTeX code for the spell sheet open.  We won't comment on the quality of the code and just be happy it builds.
The result of the LaTeX code for the spell sheet: a PDF.  It shows the first page with Spell List as the chapter name and four cantrips: Electric Arc, Frostbite, Protect Companion, and Shield.  The list is laid out in a two-column layout.  Even managed to track down the Pathfinder 2nd Edition action symbols...
@fell@ma.fellr.net
2024-03-28 12:04:59

I was trying out JetBrains Rider again...
− is an IDE, so primarily for looking at text
− no support for BGR subpixel rendering, RGB only
− no support for bitmap fonts
− no way to adjust the font or the size of inlay hints
How can an IDE have such shitty text rendering? I don't want my code to look blurry.
Note: Visual Studio isn't any better, but VS Code is.
#JetBrains

@taiyo@ostatus.taiyolab.com
2024-03-27 12:29:26

Releasing novel-writer 1.9.16
- 進捗をリセットを追加
- 当日の進捗を0にできるようになりました
- MacでNFC, NFDに起因する文字数のカウントに失敗していたバグの修正
marketplace.visualstudio.com/i

@jamesthebard@social.linux.pizza
2024-03-28 16:07:02

Okay, after some major refactoring and moving some info around it looks much better. Actions are now beside the spell name, and the LaTeX is somewhat more readable. Should be much easier too add spells and feats to the document without thinking too much. #Pathfinder2E #ttrpg

A screenshot of Visual Code Studio showing the LaTeX code that builds out the spell list.  Each spell is in an environment where you provide three bits of info: the spell name, the number of actions, and the spell level.  Inside that environment there are the spellinfo and spellbody environments.
This is the new output of the LaTeX code as a PDF.  Each spell has a title with the actions symbol beside the name and is formatted fairly well.
@mrjau@inosoft.social
2024-03-28 11:07:32

So ganz langsam freunden wir uns an. Visual Studio Code und ich.

@taiyo@ostatus.taiyolab.com
2024-02-27 07:53:08

VS Codeで日本語のワードジャンプを可能にする機能拡張、たんごカーソルをバージョンアップしました。
バグフィックスだけです。
marketplace.visualstudio.com/i

@kornel@mastodon.social
2024-02-23 17:58:09

Sticky scroll looks like a brilliant idea (learn.microsoft.com/en-us/visu)

Keeps all nested scopes above scrolling area
@poppastring@dotnet.social
2024-03-13 02:33:44

This release of #visualstudio brings additional tools to help you improve your code reviews with #copilot, diagnostics improvements, as well as additional Extensibility and WinForms enhancements.
Enjoy!

@MBrandtner@gruene.social
2024-04-24 12:06:35

Es gibt wirklich viel, was man an #KI kritisieren kann (hab ich selbst auch schon gemacht), aber ich habe wirklich schon sehr viel Zeit sparen können durch die Verwendung von ChatGPT oder GitHub Copilot im beruflichen Kontext. Ja, man kann stundenlang durch die Dokumentation von WordPress-Plugins googeln. Oder man hat die Antwort innerhalb von 10 Sekunden direkt in seinem Editor.

Ein Screenshot vom GitHub Copilot Chat in Visual Studio Code. 

Discostu36: Wann wurde der Typ TribeEvents deprecated und wodurch wurde er ersetzt?

GitHub Copilot: Der Typ TribeEvents wurde in Version 3.10 des "The Events Calendar" Plugins als veraltet markiert. Seitdem sollte man stattdessen die tribe_get_events Funktion verwenden, um Ereignisse abzurufen.

In Ihrem speziellen Fall, wo Sie den Organisator-Post-Typ abrufen mochten, sollten Sie

Tribe__ Events__Main
@datascience@genomic.social
2024-04-14 10:00:01

Make sure your code follows a consitent style using the {lintr} package. #rstats

@tante@tldr.nettime.org
2024-02-06 09:52:09

Study finds that Github Copilot lowers code quality and maintainability:
"We find disconcerting trends for maintainability. Code churn -- the percentage of lines that are reverted or updated less than two weeks after being authored -- is projected to double in 2024 compared to its 2021, pre-AI baseline. We further find that the percentage of 'added code' and 'copy/pasted code' is increasing in proportion to 'updated,' 'deleted,' and 'moved '…

@aral@mastodon.ar.al
2024-02-05 20:44:25

“We find disconcerting trends for maintainability. Code churn—the percentage of lines that are reverted or updated less than two weeks after being authored—is projected to double in 2024 compared to its 2021, pre-AI baseline … AI-generated code resembles an itinerant contributor, prone to violate the DRY-ness [don’t repeat yourself] of the repos visited.”

@netsec@botsin.space
2024-03-04 15:24:29

Persistence – Visual Studio Code Extensions pentestlab.blog/2024/03/04/per

@akosma@mastodon.online
2024-04-17 18:43:59

So, I made a thing.
Did you know that Windows Notepad, at least since Windows 3.1, has a journaling option? Just create a file with the line ".LOG" on top, and every time you open the file, the current date and time gets inserted at the bottom.
Well, I wanted the same for Visual Studio Code, so here it goes.

@poppastring@dotnet.social
2024-02-13 04:07:45

Showing off a prototype for IntelliSense for emojis inside strings and comments. Would this be helpful for comments in Visual Studio?
Try it out here.
marketplace.visualstudio.com/i

@taiyo@ostatus.taiyolab.com
2024-03-18 02:17:52

VS CodeのCSV拡張。これはいい。
marketplace.visualstudio.com/i

@ianbicking@hachyderm.io
2024-01-30 22:40:00

Some research on the effect of Github Copilot: visualstudiomagazine.com/artic
Specifically they find more churn (code changed within two weeks of commit), less moved code, and more "copy/paste&q…

@crell@phpc.social
2024-02-05 18:58:33

This is the least surprising finding ever, but still good to see data backing it up:
visualstudiomagazine.com/artic

@netsec@botsin.space
2024-03-04 15:24:29

Persistence – Visual Studio Code Extensions pentestlab.blog/2024/03/04/per

@taiyo@ostatus.taiyolab.com
2024-04-16 08:11:44

今見返すと、でっかい機能拡張だなあ……
marketplace.visualstudio.com/i

@poppastring@dotnet.social
2024-02-13 03:59:21

Oldy but a goody tip for #visualstudio :visualstudio:
"PerfTips" which displays elapsed time between breakpoints in the editor, offering a streamlined view of performance data during code interaction.

@taiyo@ostatus.taiyolab.com
2024-04-16 08:11:44

今見返すと、でっかい機能拡張だなあ……
marketplace.visualstudio.com/i

@taiyo@ostatus.taiyolab.com
2024-04-15 00:07:57

VS CodeでLF, CRLF, CRを表示するにはエクステンションが必要だったのね。今までどこかの設定がおかしくて表示できなかったんだと思い込んでた。
marketplace.visualstudio.com/i

@crell@phpc.social
2024-02-05 18:58:33

This is the least surprising finding ever, but still good to see data backing it up:
visualstudiomagazine.com/artic

@taiyo@ostatus.taiyolab.com
2024-04-10 05:44:40

novel-writer 2.0.0をリリースしました。
.mdの拡張子を持つファイルも扱えるようになります。
#を使う見出しでアウトラインのように折りたたむこともできるようになりました

@poppastring@dotnet.social
2024-04-10 19:35:23

A post from the archive 📫:
Hot Reload for C# Dev Kit
#debugging

@netsec@botsin.space
2024-02-03 22:24:22

New Visual Studio Code plugin for IaC security (plus collaboration, semgrep integration) blog.doyensec.com/2024/01/30/p

@taiyo@ostatus.taiyolab.com
2024-04-02 01:34:04

Releasing novel-writer 1.9.19
- PDFを作成する際に、自動縦中横が複数あるとカーソルの除去に失敗することがあるバグを修正しました
- はおこっこ @haoblackj@x.com さん、ありがとうございます
#novelwriter
marketplace.vi…