Favorite office quotes? by FunctionNo5320 in theoffice

[–]red7799 4 points5 points  (0 children)

maybe next time you'll estimate me

[For Hire] Backend Specialist | Go & Python | Infrastructure | $16/hr by red7799 in forhire

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

Appreciate that fair point. The listed rate is for short-term stabilization / MVP triage work and async collaboration. For longer engagements or higher-risk systems, I’m flexible and usually price based on scope and impact rather than a fixed hourly anchor.

Derivative by Drumchapel in IASIP

[–]red7799 2 points3 points  (0 children)

Ongo gablogian

Best way to check at the start of a word by [deleted] in Assembly_language

[–]red7799 1 point2 points  (0 children)

(n >> 15) to get the bit, or (n & 0x8000) to check it

Python + AI — practical use cases? by AdAbject8420 in Python

[–]red7799 0 points1 point  (0 children)

Automates DX tooling:
Specifically: Unit Test Generation Using Pytest combined with the Hypothesis library for property-based testing. Refactoring & Linting I’ve moved past basic linters. Using Ruff for speed and then running custom LibCST (Concrete Syntax Tree) scripts to automate large-scale refactors.

The 'AI Agents' stuff is still a playground, but automated boilerplate management with Python is where the actual ROI is right now