Advanced RAG: LongRAG, Self-RAG and GraphRAG Explained:
https://www.glukhov.org/post/2025/11/advanced-rag-variants-longrag-self-rag-graphrag/
#RAG #longrag #selfrag #graphrag #python #ai #llm
5,000+ Stars on GitHub: Our Journey Building Droidun in Public
https://lemmy.world/post/39006830

I feel like I keep having the same conversation with other devs about just lately, so I wrote a mini "Hey, just is awesome" post. And if you don't know what it is I highly recommend adding it to your project.
https://hlfshell.ai/posts/justfiles/
#just #coding #tooling #golang #python #software
Fun to be getting back to a project I've not touched in 5 months. Yes, it's a text-based interactive adventure / RPG based on the Classic #Traveller ruleset.
Big goal is it'll support user-designed story-modules and have a module editor etc... but that's down the road. First I have to get enough basic interaction, RPG structure, and 'stuff' in so that it'll at least be interesting.
#InteractiveFiction #RPG #TravellerRPG #TextAdventure #Python

Un par de cursos de Youtube sobre programación https://myblog.clonbg.es/un-par-de-cursos-de-youtube-sobre-programacion/ #Programación #VueJs #Python https://clonbg.es

Ah yes, the age-old quest for #programming enlightenment: writing Fizz Buzz without so much as a hint of logic 🙄. Our intrepid coder Evan has managed to turn the venerable challenge into a Pythonic #circus act, cycling through sequences like a caffeine-fueled hamster on a wheel 🚴♂️. Who needs simplicity when you can overcomplicate everything with itertools? 🤹♂️
https://evanhahn.com/fizz-buzz-without-conditionals-or-booleans/ #FizzBuzz #Python #coding #itertools #HackerNews #ngated
🌘 不用條件判斷與布林值實現 Fizz Buzz
➤ 巧思解題:告別條件判斷,用 Python 實現 Fizz Buzz
✤ https://evanhahn.com/fizz-buzz-without-conditionals-or-booleans/
本文介紹一種創新的 Python Fizz Buzz 解法,摒棄傳統的條件判斷和布林值,而是運用循環序列和字串遮罩技巧,巧妙地生成正確的輸出。作者透過 `itertools.cycle` 創造無窮盡的「Fizz」、「Buzz」字串循環,並結合數字序列,再利用自定義的 `string_mask` 函數將數字字串與「Fizz」、「Buzz」字串進行拼接,達成無條件判斷下的 Fizz Buzz 邏輯。雖然此方法在數字達到 10,000 時會因字串長度問題產生錯誤,但仍提供了一個極具巧思的解決方案。
+ 這方法真的太有創意了!完全沒想到可以用字串操作來替代條件判斷,長知識了。
+ 很有趣的挑戰!不過 `string_mask` 的字串長度限制是個有趣的發現,或許可以再想想如何克服。
#程式設計 #Python #Fizz Buzz
Boost #OdooDev with typing class generation! Eliminate bugs, enhance code, and speed up development. Check out this guide! #Odoo #Python
The strftime method does the opposite of strptime: it converts datetime objects to strings, allowing us to specify the format we'd like to use during that conversion.
Read more 👉 https://trey.io/l4b84k
Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_11_18
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

I must have spent an hour or so trying to figure out why cancels did not work... until i noticed missing comma. d'oh

🚨 CRITICAL: CVE-2025-65015 in authlib joserfc (1.3.3–1.3.5, 1.4.0–1.4.2). Oversized JWTs can trigger DoS & leak payloads in logs. Patch to 1.3.5/1.4.2, set strict header limits, review logging configs. Details: https://radar.offseq.com/threat/cve-2025-65015-cwe-770-allocation-of-resources-wit-940d1ee8 #OffSeq #CVE202565015 #Python #Vuln
