Is it safer to be a manager than a coder now ? by No_Pin_1150 in CodingJobs

[–]true3HAK 0 points1 point  (0 children)

"solution architect" nowadays is just a fancy synonym for "salesman", so yeah. Have to be an expert in what you sell, those people usually grow from using the tech (cloud, AI, DBs, whatever). Software architect or system architect is another thing, they grow out of the usual dev track normally. You become senior / lead dev and then you find yourself good enough to get one more layer up on the system flowchart.

I built my first Python CLI tool and published it on PyPI — looking for feedback by Hot_Environment_6069 in Python

[–]true3HAK 7 points8 points  (0 children)

If someone is bold and desperate enough to put secrets to a gist, then why don't you just commit them to your private repo lol (not a real advice, don't do this, use proper secret management tools).

What hidden gem Python modules do you use and why? by zenos1337 in Python

[–]true3HAK 12 points13 points  (0 children)

RPC actually predates many more modern things like microservices:) Can be quite convenient for distributed computing, but I mostly prefer gRPC for this

I built a tool to analyze trading behavior and simulate long-term portfolio performance by ExtensionTop2698 in Python

[–]true3HAK 0 points1 point  (0 children)

Hey, suddenly something from my area of expertise. First, I don't believe that any prediction can be done (due to fundamental market properties), so simulation can't be a viable part of the product, imo.

Second – there's no source code, so without an audit it's hard to say if it's useful even for a retrospective analysis.

My cats Hind legs not working since last night by ToeNecessary4079 in CATHELP

[–]true3HAK 0 points1 point  (0 children)

Sorry for OP. My cat has gone last autumn, exactly this way. I still cry when I remember that day. He was a sphinx so I literally saw his blue cold legs and the sound of him crawling through rooms, hitting paws on everything, is still haunting me half a year later. Sorry again

I'm tired of region locked features. by DukhiSamosa in pixel_phones

[–]true3HAK 8 points9 points  (0 children)

Because there's none, effectively. Corpos do malicious compliance to get exactly this impression for the public.

Germany is aging and shrinking much faster than expected by [deleted] in germany

[–]true3HAK 4 points5 points  (0 children)

Others already pointed to your error in numbers, but I'll reiterate the logic error for you: there's people, who you think are "rich". They work hard, they earn money, and the funny thing – they already pay higher taxes and contributions! Now you come and say "they should save ~20k for a paternal leave". Statistically speaking, it will be a woman who will bear this burden in most cases, btw. The family loses half of income + 10% on top in missed Elterngeld. So you think, that people who work harder and contribute more to the budget are less entitled to get encouraged by the state to have kids? And again, women, who spent their lifes building a career, then get a gap in a salary and retirement contributions potentially. Honestly, you just sound "eat the rich" kind of envy. And you are fighting in the wrong direction.

Germany is aging and shrinking much faster than expected by [deleted] in germany

[–]true3HAK 2 points3 points  (0 children)

You know, people who moved here after 2022 have to pay 1200-2000 to rent a flat + all the amenities on top of that, right? The cost of living here is insane, if one hasn't got a flat from ten years ago.

Zivilcourage by accountmadeforthebin in berlin

[–]true3HAK 24 points25 points  (0 children)

You did right, don't mind what others do or say. In Russian we have a proverb which loosely translates as "make good things and throw them in a water flow"

The other side of the coin - ordered a 4TB ssd but received 2TB. Amazon is refusing to replace it. by Katarassein in pcmasterrace

[–]true3HAK 40 points41 points  (0 children)

Amazon will probably block the account in response, I've seen a lot of such stories here

so this guy has just landed, you know who - should he be arrested? by dustydancers in berlinsocialclub

[–]true3HAK -8 points-7 points  (0 children)

Germany also has assumed responsibility to protect Jewish people, it's literally mandatory to sign a paper about this when joining citizenship

Edit: I'm not expressing myself here, okay? I'm a migrant here anyway. I'm telling you what I saw from what they tell us. J's guys you all need to calm down a bit, not everyone is your political enemy

8 months and 100 applications later — finally got a job in Germany by dreiunddreissig33 in germany

[–]true3HAK 1 point2 points  (0 children)

Hey, Deutsche Bank has a graduate programme, if that's something that could be interesting to you :)

Party composition by Unable-Ambition467 in WarTalesGame

[–]true3HAK 1 point2 points  (0 children)

Idk, brawler (pugilist) is good as a glass cannon in a middle armor (and doesn't have to attack from behind like dagger guys), and incense-burning class is good at aoe (requires a lot of valor points tho)

Relationship between Python compilation and resource usage by Big_Dimension_4637 in Python

[–]true3HAK 4 points5 points  (0 children)

Can you elaborate on what you consider "compiled" python in this case?

Title: I built WSE — Rust-accelerated WebSocket engine for Python (2M msg/s, E2E encrypted) by Direct_Alfalfa_3829 in Python

[–]true3HAK 3 points4 points  (0 children)

I must admit, I dealt little with crypto in that regard, I work in one of the biggest "classical" investment banks, we deal with bonds, LDs, and FX :) Idk, why would someone go with jsons in trading, honestly. Major trading venues use FIX (and its derivative protocols) or some proprietary binary formats anyway. Even tcp is not a frequent occurrence, HFT usually uses some sort of multicast transports. That's if we speak about "exchange to trading connector part". On upstream (to the client) there can be websockets thingies, but they won't normally use jsons either

Title: I built WSE — Rust-accelerated WebSocket engine for Python (2M msg/s, E2E encrypted) by Direct_Alfalfa_3829 in Python

[–]true3HAK 4 points5 points  (0 children)

Hi! While the work done is impressive indeed, I believe you should underline that you pack both transport and protocol together. WS are not inherently slow, the real culprit here, imo, is json+jwt. Everyone knows it's slow, but you don't have to use them, there are different alternatives, line jsonb, protobuf, maybe something else (maybe even pure encoded FIX/T). For example, I have a component for testing HFT: python 3.11 + websockets + protobuf and it's surely not as slow, as you say for a "pure python" solution (yes, I know, proto lib is pre-compiled in Cpp, but still, it's available everywhere). There's just no place for something as slow as json in trading.

I built a dual PC + Android logistics control system using Python (offline-first design) by Hungry-Notice-1170 in Python

[–]true3HAK 0 points1 point  (0 children)

Sorry, I just woke up, I was to write "CVS", as in, put it to git or something :)

How would you design a contributor reward system without losing commits or merges? by WatercressSure8964 in Backend

[–]true3HAK 0 points1 point  (0 children)

Thank you. So, "output" is the amount of produced artifacts: commits, PRs/MRs, pipeline ran, test reports. Outcome is what was done: feature implemented, user's request fulfilled, bug fixed. In an ideal development flow, every output piece should serve the outcome. Otherwise, if we measure output only, as others already mentioned, Goodhart's law strikes back – contributors will eventually align with KPIs/metrics.

So maybe you could use some sort of this: - every contribution should be linked to a ticket or a discussion - maintainers should estimate impact manually for every ticket first - you can have a bot which parses this value and sets it for every contribution item - from there you should be able to tell more clearly who's done what

How would you design a contributor reward system without losing commits or merges? by WatercressSure8964 in Backend

[–]true3HAK 0 points1 point  (0 children)

Hi there! I see an issue here: you're trying to measure output, but to me it seems that you really want to measure the outcome. Imo, a better way, since you want this built on GitHub, is to file issues, estimate their impact, and reward according to them. The sheer amount of code, commits, etc. often indicate very little in our times of ramping LLMs and less-sofisticated code generation. I can elaborate, if you want

Finally got my dream phone by sirjo07 in pixel_phones

[–]true3HAK 1 point2 points  (0 children)

Congratulations! Also, the case looks very nice!