9

The keyboard stops working after a while of inactivity like watching a movie or playing a game. The keys light up, and the 2.4ghz indicator on the keyboard shows it's connected, but my pc doesn't detect any keystrokes. Only after I unplug and plug the dongle again, does it start working. How do I fix this? Is this an issue on the linux side, or should I return the keyboard and get a Keychron v6 max?

[-] nieceandtows@programming.dev 2 points 4 hours ago* (last edited 4 hours ago)

Nothing personnel, kid

[-] nieceandtows@programming.dev 5 points 4 hours ago* (last edited 4 hours ago)

lol seriously. I think it's entirely possible to follow the breadcrumbs and find anyone in person in this current landscape and with the level of technology available, especially to governments.

[-] nieceandtows@programming.dev 2 points 4 hours ago

They call them speed breakers in India, and I think that is a better name.

[-] nieceandtows@programming.dev 3 points 4 hours ago

Yeah that speed bump holds the memories (and undercarriage shavings) of all the cars that traveled that road for the first time.

[-] nieceandtows@programming.dev 11 points 8 hours ago

No, it's yellow, blending perfectly with the sun rays during school drop off times

[-] nieceandtows@programming.dev 10 points 10 hours ago

This could get interesting

[-] nieceandtows@programming.dev 25 points 10 hours ago

That ear is just happy to see the ladies

[-] nieceandtows@programming.dev 15 points 10 hours ago

Yeah but diving slow is not the same as crawling over a speed bump. I'm used to this road after so many years, but I've always wanted to post it here.

[-] nieceandtows@programming.dev 28 points 10 hours ago

Oh wow, I was just wondering the other day if anybody from NC was on Lemmy. Didn't expect somebody from Clemmons! Howdy neighbor!

[-] nieceandtows@programming.dev 32 points 10 hours ago

Yeah it's not a traffic road and is entirely deserted after school drop off times.

[-] nieceandtows@programming.dev 19 points 10 hours ago

I stopped and took a picture because it's not a traffic road. Pretty deserted after school drop off time.

174
8
34

31
submitted 3 weeks ago* (last edited 3 weeks ago) by nieceandtows@programming.dev to c/gardening@lemmy.world

207
54
8

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

I use speckit, and while I like the spec/clarify/plan/task/analyze/implement loop (although it can get a bit overwhelming at times), I don't like that I have to start with writing a spec and implement it to begin with. I am looking for a more of a design phase before the spec phase, where I can talk about the overall application architecture, and then start writing specs for implementing pieces of it.

For instance, let's say I want to build a github repo provisioner that 1. creates repos with desired setup, and 2. bulk edit repos with secret updates, yaml updates, etc. I don't want to build both the features at the beginning. I want to first build only the create portion, and then do the bulk edit feature later on. With speckit, I can do this by only telling it to create the spec for the build portion, but later if I want to build the bulk edit portion, the whole application might need to be changed in important places, because it wasn't a 'planned' feature when it was first designed. I want instead to have a design phase where I describe and maintain a doc with the whole application, and when I start the spec for the create portion, the agent can understand that this create portion is only part of a bigger application and can design/implement the create portion accordingly.

Have you come across a situation like this? how do you handle your big applications? Please advise.

16

I use speckit, and while I like the spec/clarify/plan/task/analyze/implement loop (although it can get a bit overwhelming at times), I don't like that I have to start with writing a spec and implement it to begin with. I am looking for a more of a design phase before the spec phase, where I can talk about the overall application architecture, and then start writing specs for implementing pieces of it.

For instance, let's say I want to build a github repo provisioner that 1. creates repos with desired setup, and 2. bulk edit repos with secret updates, yaml updates, etc. I don't want to build both the features at the beginning. I want to first build only the create portion, and then do the bulk edit feature later on. With speckit, I can do this by only telling it to create the spec for the build portion, but later if I want to build the bulk edit portion, the whole application might need to be changed in important places, because it wasn't a 'planned' feature when it was first designed. I want instead to have a design phase where I describe and maintain a doc with the whole application, and when I start the spec for the create portion, the agent can understand that this create portion is only part of a bigger application and can design/implement the create portion accordingly.

Have you come across a situation like this? how do you handle your big applications? Please advise.

2
11
36
view more: next ›

nieceandtows

0 post score
0 comment score
joined 3 years ago
MODERATOR OF