HN user

pthr

5 karma
Posts2
Comments19
View on HN

Thanks, those are very good points!

Intuitively it makes a lot of sense that asking for boilerplate code for Flask (to name something widely used and documented) these AI bots could perform way better than on something for which much less content exists, as with the scenario I described.

If that's so I should never leave my company. My own situation wasn't directly comparable but I was stuck in a role I ended up in; HR helped me out big time. There core focus was: how do we make everyone excel in what they do, accepting naturally that every individual has its own weaknesses.

You don't have an HR department you can discuss with? Just be fully transparent and present your own perspective, all of it. If your HR is professional, they will help getting to the bottom if this. Their job ultimately is to optimize the workforce's output. If your manager is jeopardizing your own contribution to the company, he is not doing a good job and HR should make him see that. One ideal outcome would be an open talk with HR, manager, the trash talker and yourself, in which you all clearly define your personal objectives (what do you want to realize / where in the company do you want to be); could even turn out that these can perfectly co-exist.

oh-my-zsh on Linux is absolutely great, especially with autosuggestions and syntax-highlighting enabled.

On Windows I've settled with Windows Terminal and clink.

I've tried Powershell too but never got used to it. The concept where everything is an object sounds great. But in practice, to me it only is when scripting. When doing interactive work on the command line (which is what I do all day), as a human, nothing beats plain text for me. Enlighten me if this I missed the point of Powershell.

OK thanks for sharing your thoughts! Much appreciated. For now I reported to my direct manager and the HR manager, asking what HR's follow up actions are going to be (suggesting process review / staff refresher on processes, and reporting to fraud department). I expect they may want to keep this small, but let's see.

If self-hosting is an option for you (that already partly resolves not having to deal with 'shady companies', or at least you can choose a hoster yourself); I've been using Vaultwarden[1] to great satisfaction for about a year now and would recommend it. I don't think it does password history, but as you're in control of the hosting environment you could add that yourself. Must say I don't see the use of password history though - why is that useful?

[1] https://github.com/dani-garcia/vaultwarden.git

Python bytecode was shipped in a commercial application; I once took half an hour to figure out what arguments the scripts were accepting (by decompiling the bytecode). This has allowed me to generate some license-free objects to be used externally, an option supposed to be only available at additional cost (an add-on my org didn't purchase). I'm still undecided between "that's what you get when you are ignorant enough to ship confidential code as Python bytecode" and "let's be nice and report an issue". In the meanwhile I've been using this for about 2 years now and never told anyone about it.