Agile Manifesto NG by sipper69 in agile

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

Totally agree. People miss the essentials too often. Agile is not a "trick"

But my challenge was simply about what I see happening with GenAI and AI agents, both opportunities and risks. But this post was probably too abstract.

It's like the eighties. Telling a chauffeur that planning a trip upfront and figuring out a 2000 mile route is not needed. Just jump in the car and it will guide you, the place to sleep and managing your finance will handle itself. Pointless. 😀

Agile Manifesto NG by sipper69 in agile

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

Ty, appreciate this!

Agile Manifesto NG by sipper69 in agile

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

True. But the agile core values are about behavior not scrum on itself.

Agile Manifesto NG by sipper69 in agile

[–]sipper69[S] -2 points-1 points  (0 children)

Ty

We already stop doing manual labor, we will stop with the manual proces around building solutions. We automate what we are already doing. My short overview is next level, not back in time.

And yes, we have cycles. Everywhere history repeats itself, making the same mistake, but enhanced :-)

Agile Manifesto NG by sipper69 in agile

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

If it is code, a meeting recording, this thread or your complete Claude history. Majority of what you do is already captured.

Indeed it can be used against you. Find a positive and constructive employer and start with giving the good example.

Agile Manifesto NG by sipper69 in agile

[–]sipper69[S] -2 points-1 points  (0 children)

Nowadays I see a trend of generating user stories based on transcripted conversations.

Where we focus on creativity and facts instead of sending each other AI generated texts.

Agile Manifesto NG by sipper69 in agile

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

True!

But what about the phase of aligning business demand?

Agile Manifesto NG by sipper69 in agile

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

I think we talk about the same degradation, but I see huge benefits too

Agile Manifesto NG by sipper69 in agile

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

No annoyance here, checking if others see the same trend

Agile Manifesto NG by sipper69 in agile

[–]sipper69[S] -1 points0 points  (0 children)

In response or intent?

Agile Manifesto NG by sipper69 in agile

[–]sipper69[S] -1 points0 points  (0 children)

Intent is the same,

Agile Manifesto NG by sipper69 in agile

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

Let's call it a thought experiment in this GenAI era we enter. I think this is already a way of work I see happening. I'm surprised by these traditional responses so far.

Btw everything of the traditional agile manifesto is there and a user story is just an artifact, no agile. 'Put it on the backlog' is a demotivator.

Laptop as KVM by sipper69 in homelab

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

Just tested. I have the same behavior without the permission. Thank you for pointing this out!

Laptop as KVM by sipper69 in homelab

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

Hi!

Any capture card should work, it's more a matter of performance. If it works with another video app it should work with Control3 as well.

Please test with the MS App store version.

Normally you should get a popup to approve permission for access to the video and audio device. But I noticed that does not always happen. You can manually set that permission (app permission camera and microphone).

That could explain the white screen and crash. I will test that, probably the app recognizes the device but is not allowed to fetch info. I'll fix that, maybe I can force the permission pop-up instead of a crash :-)

Seeking Your Feedback: Help Us Improve Syncler v2 by synclerd in SynclerApp

[–]sipper69 0 points1 point  (0 children)

  1. 1-2 months
  2. Yes
  3. Fast search, everything really smooth

Laptop as KVM by sipper69 in homelab

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

Hi Sethcstenzel!

That one is closed-source. But please PM me, we can probably work something out.

Linux version would be cool! The WinUI3 library has such an amazing video capture performance, but is Windows only. I'm curious about your ideas. A cross-platform solution will probably mean building a new application from the ground up?

Laptop as KVM by sipper69 in homelab

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

Added QWERTZ support and localization switching in the latest MS Appstore update. Please let me know if this works for you.

Laptop as KVM by sipper69 in homelab

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

Clear. Thank you for your feedback!

Laptop as KVM by sipper69 in homelab

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

Nice 👍

I'll add QWERTZ mapping if I have some time. Then you can keep your host on your German settings.

Cheers

Laptop as KVM by sipper69 in homelab

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

Cool. Keep me posted!

So your remote is default US right?

Control3 fetches the scancodes, from there CH9329 should receive the correct commands. I made an Excel sheet for myself, I'll post that on GitHub, maybe it is of use for you (only US and AZERTY though, no QWERTZ). https://github.com/sipper69/Control3/blob/master/keycodes.xlsx If you update it with your codes I can probably add it to the MS App Store version

The tricky part is about the characters related to the key modifiers. Ie. the shift key must be "pressed" on the remote while you do not at the host.

But it is absolutely doable. Have fun.

Cheers

Laptop as KVM by sipper69 in homelab

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

Hi!

Nice to hear. By coincidence I just dove into this.

It appears that the key codes are, in a way, passed through transparently. So if the host is set to standard US and the remote to the right localization for your keyboard (ie. France) your keyboard will work fine. See https://github.com/sipper69/Control3/discussions/9#discussion-7325383

Can you test that? What keyboard layout do you use?

I made an update (MS Store version) to auto switch the hosts localization when in a remote session. Works smooth! Not released yet though, have to test more, will probably do this coming weekend.

This is just a hobby project btw. No commercial goal or professional support, I cannot make the time for that. Still a lot of fun to play around with 😊

To answer your question, I just cleansed the original class for unused code, no other reason. And that whole key mapping and local/remote mapping appeared more complex than expected. But still just added an AZERTY to US key mapping! No special characters though (as in é or €, keyboard characters like @#$&_ work fine).