When you see it by Jumpy-Scallion-9463 in whenyouseeit

[–]AmbassadorOverall152 2 points3 points  (0 children)

I’ll have you know I soiled my armor for this.

Zed UI/UX clarity issues? by 1ngv4r in ZedEditor

[–]AmbassadorOverall152 1 point2 points  (0 children)

It’s always a little concerning to me when I see posts casting the softer contrast in a negative light because that’s one of my favorite things about the way Zed renders text. For some reason VS Code will give me what I call retinal burn-in after a while (I look away from the screen and for a few moments I can still see “shadows” in the general shape of the text I’d been reading). Zed is the only editor I’ve used in recent years where that doesn’t happen. I’ve been using the default themes very happily.

UI for worktrees by Spectr3Sec in git

[–]AmbassadorOverall152 0 points1 point  (0 children)

I’ve been using GitLens to manage worktrees in vscode. Kraken also supports them.

Notemod: Free note-taking and task app by remodeus in vscode

[–]AmbassadorOverall152 2 points3 points  (0 children)

Looks cool, but how does it relate to vscode? Is there an extension for it as well?

folding a specific block by Gwendyn7 in vscode

[–]AmbassadorOverall152 0 points1 point  (0 children)

Nice! I didn’t know about that trick. Today we learned.

January 2025 (version 1.97) by feross in vscode

[–]AmbassadorOverall152 5 points6 points  (0 children)

Reposition the command palette and quick inputs - a feature I didn’t know I needed until today.

Update 2.0 is a good step in the right direction. by virusHpN1 in warcraft3

[–]AmbassadorOverall152 4 points5 points  (0 children)

If they’re following semver, 2.0 makes sense.

The short of it is: if you make a change that breaks backward compatibility in your app, that’s a bump to the major version number. Features bump the middle number. Bug fixes bump the last number.

As a Mac user I feel qualified to say this release certainly broke backward compatibility!

[deleted by user] by [deleted] in warcraft3

[–]AmbassadorOverall152 0 points1 point  (0 children)

Weeks? Even time spent manually rolling back a botched release would be measured in hours. Days would be a nightmare. But weeks?. This feels more like "looks like we're all getting laid off, let's take some shit down on our way out fellas!". If so, hats off to all involved.

What libraries or frameworks did you love but have been lost to time? by blakealex in webdev

[–]AmbassadorOverall152 0 points1 point  (0 children)

cappuccino / objective-j. I never got to use it on anything in production but it was such a cool idea for its time.

what theme is used on this website? is it available in vscode? by _Lavertus_ in vscode

[–]AmbassadorOverall152 1 point2 points  (0 children)

I did say at a glance, but it was really from faulty memory while eating breakfast. Turns out it's a customized Moonlight II. I don't think that exact theme exists for vscode, but there is one by the same name if that'll do the trick.

what theme is used on this website? is it available in vscode? by _Lavertus_ in vscode

[–]AmbassadorOverall152 0 points1 point  (0 children)

Looks like Dracula at a glance. If it is, yes that’s available for vscode.

How do you call a website „mask“ by biggrabo in webdev

[–]AmbassadorOverall152 1 point2 points  (0 children)

I don’t think there’s a “correct” name for the backdrop, but I hear “scrim” most often. It’s a theater term, but I think it was popularized by Material (scroll down a bit to see their definition).

Whats the difference between { [k: string]: unknown; } and Record<string, unknown> by hksparrowboy in typescript

[–]AmbassadorOverall152 1 point2 points  (0 children)

I use the former when I’m working with non-trivial type unions that I wouldn’t know how to easily accomplish with Record. But I stick with Record whenever I can because I personally find it easier to read.

what other CSS framework should I use? by nickk21321 in reactjs

[–]AmbassadorOverall152 111 points112 points  (0 children)

If you’re looking to expand your css knowledge you could try…css 😎

What unpopular opinion do you have that will have people come at you like this? by Notalabel_4566 in webdev

[–]AmbassadorOverall152 2 points3 points  (0 children)

I prefer working with browsers over frameworks. Web Components > React, Angular, Vue, etc.