Kissaki

joined 2 years ago
MODERATOR OF
[–] Kissaki@programming.dev 1 points 1 month ago

[ADDED] This week’s flight comes with a delightful blast from the past and will play the Windows Vista boot sound instead of the Windows 11 boot sound. We’re working on a fix.

[–] Kissaki@programming.dev 6 points 1 month ago* (last edited 1 month ago)

"can not last" and "use when available" are two very different things.

I doubt people felt they wouldn't "last" - as in survive - an hour without internet.

[–] Kissaki@programming.dev 2 points 1 month ago (5 children)

The screenshot is from my desktop with wide enough screen on Lemmy web (programming.dev).

The issue is one of scaling.

When I open the image without being resized into the website layout, it has the following visual pattern:

When I zoom out to 50% it looks (almost?) fine

Did you scale the source with ffmpeg? Do you have a visual pattern in your console background? The simplest solution would be to have a solid color as background. The second best to render a small enough size that it does not get resized in the browser.

At 1920x1038, it's very big right now. I'm surprised the font is big enough to be readable. I assume you scaled it up or have a high dpi display resulting in this.

[–] Kissaki@programming.dev 3 points 2 months ago

You speak of consent, but then ignore the lack of consent. I don't get it.

[–] Kissaki@programming.dev 3 points 2 months ago (1 children)

I'll use a gif with each frame being a different country flag. Then I can access them by frame index.

[–] Kissaki@programming.dev 2 points 2 months ago (7 children)

That visual pattern compression though

[–] Kissaki@programming.dev 2 points 2 months ago

Let's call the axes g o and d.

[–] Kissaki@programming.dev 1 points 2 months ago

It would be nice if it automatically switched to dark mode when that's my browser/system preference.

[–] Kissaki@programming.dev 4 points 2 months ago (1 children)

You think Ukraine is trying to launder money? Or who is?

[–] Kissaki@programming.dev 6 points 2 months ago (1 children)

How do you conclude from unrealistic demands to no interest in peace?

What do you think the prospects of short and long-term peace are? What would you be willing to sacrifice for temporary "peace"?

They probably know better than us. No?

[–] Kissaki@programming.dev 2 points 2 months ago

That's very political of you.

[–] Kissaki@programming.dev 2 points 2 months ago (1 children)

I fixed a slowness issue so you might see the instance get quicker but if it still bad let me know.

I'm seeing quite slow response times / page loading right now. Seems like it does have some variance between normal/acceptable and very slow.

 

Highlights:

  • Support for Background Jobs
  • Official .deb, .rpm, and .apk packages
  • Custom Command Attributes (@example, @search-terms)
  • std-rfc Module (experiments considered for the std lib)
  • Improvements to LSP
  • Improvements to Reedline Vi-mode
17
submitted 5 months ago* (last edited 5 months ago) by Kissaki@programming.dev to c/git@programming.dev
 

Headlines:

  • Faster packing with name-hash v2
  • Backfill historical blobs in partial clones

Followed by some more technical notes.

 

Please add a community/community scope description.

The community description currently says

CircleJerkCommunity at request of a user.

But what is a programming circle jerk? What is a circle jerk? What is desired and accepted content? What's the expectation and scope on content?

It would help understanding what content to expect (subscribe, block, keep neutral?) and what may be postable or not.

(I was surprised about some post content being in this community and wanted to check my expectation/understanding.)

 

cross-posted from: https://programming.dev/post/26112122

Hi, I made FuncSug to make GUI programming in the browser easier. It's a new language that aims to enable a clearer and easier code structure.

Can you tell me what you think about it?

 

Our 17.13 release of VisualStudio.Extensibility includes the following features:

  • Enhanced editor extensibility through tagger support
  • Expanded settings API to allow for observation of changed settings values

What are taggers/tags?

In Visual Studio, text decorators are one of the key differentiators that enhance this experience. These decorators, such as text colorization and CodeLens, offer contextual information to help developers understand and navigate their code more effectively. At the heart of these decorative features is the concept of taggers. Taggers are the mechanism to mark the text in the editor with hidden information, enabling the editor to adopt various text decorations later.

 

Extract to Component refactoring and the new Roslyn-based C# tokenizer are now available

This new tokenizer is not on by default until .NET 10 but is available in both Visual Studio (17.13) and Visual Studio Code for .NET 9.

To enable the C# tokenizer today, check the Use the C# tokenizer for Razor files in the IDE option under Tools > Options > Preview Features and add <Features>use-roslyn-tokenizer;$(Features)</Features> to a property group in your .csproj or directory.props file

This new lexer does currently come with some breaking changes, particularly around preprocessor directives

view more: ‹ prev next ›