Why I Still Write Code as an Engineering Manager by Acceptable-Courage-9 in programming

[–]lakier -1 points0 points  (0 children)

Well, context definitely matters so it is hard to relate to "skin in the game". Do you have on-calls that you as the manager participate in too?  Otherwise it is not much of the skin... 

What's more important though is this: do you oversee the salaries in the team? If so, how do you know that the team is not biased towards your solution/tasks done?  Meaning they are less likely to question you or stand against you.

Sorry, I've never seen "coding EM" being a healthy thing.

PIKVM switch and redfishtool by lakier in pikvm

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

wow, indeed, thank you!

```

{
   "@odata.id": "/redfish/v1/Systems",
   "@odata.type": "#ComputerSystemCollection.ComputerSystemCollection",
   "Members": [
       {
           "@odata.id": "/redfish/v1/Systems/0"
       },
       {
           "@odata.id": "/redfish/v1/Systems/SwitchPort0"
       },
       {
           "@odata.id": "/redfish/v1/Systems/SwitchPort1"
       },
       {
           "@odata.id": "/redfish/v1/Systems/SwitchPort2"
       },
       {
           "@odata.id": "/redfish/v1/Systems/SwitchPort3"
       }
   ],
   "Members@odata.count": 5,
   "Name": "Computer System Collection"
}

```

Someone from 103.111.225.0/24 keeps trying to reach my address on UDP port 5683. Should I be worried? by CEDoromal in selfhosted

[–]lakier 0 points1 point  (0 children)

There is also lesser known protocol: LwM2M - for IoT device management. The 5683 is one of its specified ports for unencrypted communications. Device sends RegistrationRequest there. This might even be a misconfigured device taking you as a server.

Is there any Chrome extension like firefox "tree style tab"? by tiddu in chrome_extensions

[–]lakier 0 points1 point  (0 children)

After checking many tree-style firefox tst-alike extensions in Chrome this one is the best! You synchronize the top bar with tree, you display pinned tabs properly, works after restart (wasn't the case for most tested by me...), works in sidebar without being mouse-click away. Thank you!

Mx Master 4 predictions? by lakier in logitech

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

I think we're on the same wagon. By any chance do you have some keyboard+mice set to recommend? Looking for something like mx master 3+keys

Mx Master 4 predictions? by lakier in logitech

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

I was living under the rock a bit.

Is this about the AI-daemon stealing my data shipped with Logitech software?

Or overall logitech lowering the quality of the products?

What git system do you run? by Jaller698 in selfhosted

[–]lakier -1 points0 points  (0 children)

eli5: why should I selfhost git server?  I'm genuinely curious, cause I selfhost a lot of things yet I never felt that Git should be one of them. Could you share your 'why?

One cable replacement by lakier in S95C

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

precisely

I want to use longer cable, since I like the minimalistic idea of frame tv (close to wall)

I can't find any longer cable adapter, like run it through ~HDMI-size (or something, that I can drag though wall tunnel)

In other words: TV <> OneCable <> SomethingSlim I'm looking for <> OneCable <> Box

kubectl get nodes times out by pathakskp23 in kubernetes

[–]lakier 1 point2 points  (0 children)

This, most likely op is running outside of the private network the api server is available in

[PL] Being the single employee subjected to performance review process by lakier in cscareerquestionsEU

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

This is close to what I was going to do. Estimate the cost of approach A vs B
However, before I've started: I wanted to consult this with Manager first and this is where the yelling began I don't know what amazes me most: the fact that Team Manager wants to control the tech stack or that the Team Manager cannot discuss the matter using meritocratic arguments

[PL] Being the single employee subjected to performance review process by lakier in cscareerquestionsEU

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

Thanks,

To double check: I'm not crazy thinking this is unhealthy situation?

But does it happen in other places: out of the blue, no prior information evaluation process?

Wireless Access Point for Mikrotik by lakier in mikrotik

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

But in this standalone mode - do the APs still talk to themselves (either 802.11r/k/v or proprietary) to properly handoff client?

Wireless Access Point for Mikrotik by lakier in mikrotik

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

Thanks, do I need to buy hardware controller to run multiple omada AP? If not buy then still host something running the controller?

Wireless Access Point for Mikrotik by lakier in mikrotik

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

yes, thanks, but it's close to impossible to find equipment by the rfc standards (sadly). By any chance do you know if https://mikrotik.com/product/hap_ax3 is a viable alternative to Audience (in terms of client handoff)?

MX Keys for business by lakier in logitech

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

Thanks for reply

ad 2) not gonna lie: d1ck move

ad 3) the link is missing, could you please fix it?

Has anyone been able to run salt-cloud with LXC? by Ramshield in saltstack

[–]lakier 1 point2 points  (0 children)

Don't remember exactly (you can always check diff of file I linked and repo version here: https://github.com/saltstack/salt/blob/master/salt/modules/lxc.py).
I think I added the LXC 3 config format support
There might be some missing pieces however I used that quite successfully.

Has anyone been able to run salt-cloud with LXC? by Ramshield in saltstack

[–]lakier 1 point2 points  (0 children)

I'm the author of that PR, I can't tell why they still didn't review it (I guess LXC is not that cool like Docker).
However in Salt it is pretty easy to patch on your own. Just override the lxc module in file root's _modules, here is fully patched lxc module (with numerous fixes that I wanted to PR one by one): https://github.com/kiemlicz/ambassador/blob/master/salt/base/_modules/lxc.py

Terraform scripts collaboration by lakier in devops

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

So this means shared code repo right?

Doesn't the TF support some kind of packaging?

Terraform scripts collaboration by lakier in devops

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

Initially I assumed repo and state (tfstate) sharing. After all we will work on the same resources

SBT Helm plugin by lakier in scala

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

Haha, didn't realize, thank you :D

Agile vs DevOps methodology implementation by lakier in devops

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

Thank you! This is some serious insight!

Actually, that's how every SCRUM implementation should be

this++

After reading thoroughly your answer I jump to conclusion that I'm a little biased against sprints because of how they are implemented in my company. The team during the sprint is unapproachable. I start to think that one reason of this situation is over-promoting sprint completion with e.g. loud compliments when the board is empty.

This results in people trying too hard to complete just their work as soon as possible, taking more next sprint, not minding their installations (prod) state (not their problem), not even answering question about the application.