Alexander Korablev
@avkorablev85% Python, 15% Java, and 100% Backend Software Engineer
Similar User
@engabdurahim
@AmanGill_89
@dr_sainkoudje
@ptynecki
@ChaitnyaKarthk
@kingefosa
@TimDiller
Keep dipping my toes in Common Lisp. Have written a tiny script. There are my little insides: - Parentheses annoy no more than ; in C/C++ or indentation in Python - The way of declaring local variables is awesome. Their scope is clear. No chance for failure.
Virtual transactions combined with auto posting in #hledger are very usefull for analytics. For my investments I have 15-20 transaction per year, about 10 commodities, and a bunch of accounts for analytics. Call hledger to get the portfolio structure. It is quite aggressive...
There are many strange things in #CommonLisp for beginner. In my very first attempt I spent at least two hours with dotted pairs and quotation. Why on Earth they work this way?
I’ve deleted analytics, comments and share buttons from all my websites. Here is why. buff.ly/3LGOmFb
Trying to switch from @ynab to #hledger - text-based accounting system. I’ve implemented the YNAB Method surprisingly easily in hledger… To some extent, of course.
Simple programming rule: if anyone gets stuck on something for more than 30 minutes, they should ask for help. Usually, I find myself in big trouble if I don't follow it. buff.ly/3K9FyHu
#Python technique tip: def next_power_of_two(n: int) -> int: ' Return 2ⁱ such than 2ⁱ⁻¹ ≤ n < 2ⁱ. ' return 1 << n.bit_length() 4 ⟶ 8 5 ⟶ 8 6 ⟶ 8 7 ⟶ 8 8 ⟶ 16 9 ⟶ 16 10 ⟶ 16 11 ⟶ 16 12 ⟶ 16 13 ⟶ 16 14 ⟶ 16 15 ⟶ 16 16 ⟶ 32
Recommend to read this article about a specific aspect of #typehints in #Python if you struggle typing context managers buff.ly/3eiembu
Discovering how CPython works is always fascinating. Constant Folding in Python | Arpit Bhayani buff.ly/3ikTH7Y
The #Python super-considered-super video now has over 100,000 unique views. The associated blog post is over a half million. This seems to be an area of great interest.
1/ #Python tip: The functools.cache() decorator is astonishingly fast. Even an empty function that returns None can be sped-up by caching it. 🤨 docs.python.org/3/library/func…
United States Trends
- 1. Thanksgiving 1,71 Mn posts
- 2. Caleb Williams 13,2 B posts
- 3. Bears 83,3 B posts
- 4. Bears 83,3 B posts
- 5. Keenan Allen 4.848 posts
- 6. $VSG 8.684 posts
- 7. DJ Moore 4.277 posts
- 8. Gibbs 18,2 B posts
- 9. #CHIvsDET 11,3 B posts
- 10. #VECTOR 1.535 posts
- 11. Thankful 544 B posts
- 12. Shaboozey 5.797 posts
- 13. Jamo 5.122 posts
- 14. Ben Johnson 4.190 posts
- 15. #IDEGEN N/A
- 16. Turkey 335 B posts
- 17. Eberflus 9.111 posts
- 18. Jameson Williams 2.605 posts
- 19. Laporta 7.557 posts
- 20. #OnePride 11,3 B posts
Something went wrong.
Something went wrong.