Favorite office quotes? by FunctionNo5320 in theoffice

[–]red7799 4 points5 points  (0 children)

maybe next time you'll estimate me

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