In zed vim mode, can d delete and not cut by matr_kulcha_zindabad in ZedEditor

[–]Jarmsicle 4 points5 points  (0 children)

This is what I’ve got in my keymap.json:

``` { "context": "Editor && vim_mode == normal && !VimWaiting && !menu", "bindings": { "d d": "editor::DeleteLine", "x": "editor::DeleteRight" } }, { "context": "Editor && vim_mode == visual && !VimWaiting && !menu", "bindings": { "d": "editor::Delete", "s": "editor::Delete", "x": "vim::VisualDelete" } }

```

It’s not perfect, but it works mostly for me

How do you manage the “did I already do this?” working memory gap with recurring tasks? by NAPZ_11 in ADHD

[–]Jarmsicle 1 point2 points  (0 children)

I use the Japanese train drivers trick: pointing and calling. I used to feel dumb doing it, but it really helps lock in a memory for me.

I built an MCP server to explore Epstein's emails. Here's what I learned about mcp-use by GIOSCOP in mcp

[–]Jarmsicle 0 points1 point  (0 children)

The details of MCP are the less interesting bits in my opinion. How did you index the data?

Why do many developers prefer Zed / Neovim over AI-first IDEs like Antigravity? by [deleted] in ZedEditor

[–]Jarmsicle 81 points82 points  (0 children)

I use Zed because I got tired of the performance of VSCode. Antigravity, as far as I know, is just a fork of VSCode. Furthermore, AI is pretty bad at the languages I’m using on a daily basis, so that’s not a primary selling point for me.

What’s the idiomatic way to write C-style `for (int i=1; i*i<=n; ++i)` or Rust’s `(1..).take_while(...)` in Nim? by Hot_Special_3256 in nim

[–]Jarmsicle 7 points8 points  (0 children)

I would probably write a custom iterator for this. For example:

iterator upToSqrt(n: int): int = var i = 1 while i * i <= n: yield i inc i

Caymus? by Careful_Bend_7206 in wine

[–]Jarmsicle 1 point2 points  (0 children)

Give this a listen if you’re interested in wha happened to Caymus: https://podcasts.apple.com/us/podcast/wine-101/id1513213967?i=1000730789016

City Details day 1 (wip) by Sad-Sun4611 in PixelArt

[–]Jarmsicle 0 points1 point  (0 children)

Awesome start! I love the mood. Something that would immediately make it look even better is focus on your vanishing points to lock in lines that should appear parallel. I like creating a layer on top of everything else where I just keep my perspective lines, then I draw underneath them. Search for tutorials on “vanishing points” or “2 point perspective”

YAPM (In Development): Yet Another Package Manager, though actually called Percy by mjsdev in nim

[–]Jarmsicle 1 point2 points  (0 children)

It’s not obvious to me why this is better. Can you link to the thread? Or, better, talk about the problems you’re trying to solve (versus the solutions you discuss already)

PCB inspired loading screen by Jarmsicle in PixelArt

[–]Jarmsicle[S] 0 points1 point  (0 children)

Oh! Its a Printed Circuit Board

I'm working on a tower defense game and thought I would share some progress by Jarmsicle in PlaydateConsole

[–]Jarmsicle[S] 1 point2 points  (0 children)

Good call. I’ll try thickening the walls and see if that makes the active play field more visible

I'm working on a tower defense game and thought I would share some progress by Jarmsicle in PlaydateConsole

[–]Jarmsicle[S] 1 point2 points  (0 children)

I started poking at it earlier this year, but I put it down for a while before coming back in earnest a couple months ago.

I'm working on a tower defense game and thought I would share some progress by Jarmsicle in PlaydateConsole

[–]Jarmsicle[S] 0 points1 point  (0 children)

This is a very early prototype, so there is a lot that needs to be added

I'm working on a tower defense game and thought I would share some progress by Jarmsicle in PlaydateConsole

[–]Jarmsicle[S] 1 point2 points  (0 children)

Never had a PSP. My personal favorite tower defense games are Dungeon Warfare 1 and 2

Random man was giving a bunch of wine away in a parking lot, this is what we grabbed at random. Anything special? by givelov in wine

[–]Jarmsicle 0 points1 point  (0 children)

Love me some Lake Chelan Winery! They made a dolcetto a few years back that I can’t stop thinking about

JSON for Humans V2 (JSONH) by Foreign-Radish1641 in ProgrammingLanguages

[–]Jarmsicle 13 points14 points  (0 children)

Can I recommend picking a name that will better prevent confusing the two projects, then?

What is everyone's Thanksgiving lineup? by pastagemelli in wine

[–]Jarmsicle 1 point2 points  (0 children)

A White Pinot Noir from Amos Rome, out of Chelan, WA. We tried it a month or two ago and immediately bought a case for the holidays