Giới thiệu **snipo** - phần mềm quản lý đoạn code đơn người dùng sáng tạo.
snipo giúp lưu trữ và chia sẻ đoạn code với tính năng đơn giản, dễ triển khai qua Docker (35MB). Hỗ trợ folders, tags, chia sẻ URL công khai/mặc định riêng tư. Tài liệu rõ ràng, import/export JSON dễ dàng. Phù hợp cho ai muốn tự chủ quản lý code mà không cần GitHub Gists.

Alternative: #ToolLậpTrình #SelfHosting #CodeSnippet #LậpTrìnhViên
#Snipo #TựHost #QuảnLýCode #Docker

https://www.reddit.com/r/selfhosted/commen

I published my first VSCode extension today.

My team needed a way to share code snippets outside of a single workspace to use in multiple projects.

This allows you to load code snippets from a Git Repo, and can be configured to do a git pull to auto update your shared snippets.

It may be a niche use case for snippets needed outside of a single project. but may come in handy for some.

https://marketplace.visualstudio.com/items?itemName=notsle.hexsnippets

#vscode #vscode_extention #developer #codesnippet

HexSnippets - Visual Studio Marketplace

Extension for Visual Studio Code - Load and share code snippets from a git repo

🎉 Behold, the Nobel Prize-winning notion of releasing compiler optimizations like a Christmas calendar! 🎄 Because who wouldn't want a daily code-snippet #gift from Santa Compiler? 🎁🎅 Surely the pinnacle of human achievement in 2025. 😂
https://xania.org/202511/advent-of-compiler-optimisation #NobelPrize #CompilerOptimizations #ChristmasCalendar #CodeSnippet #HackerNews #ngated
Introducing the Advent of Compiler Optimisations 2025 — Matt Godbolt’s blog

Announcing AoCO 2025 - daily December posts about compiler optimisations

Nhà phát triển xây dựng công cụ SnipRepo để lưu và tổ chức mãcode trong 1 tuần. Công cụ giúp lưu, tìm kiếm và tổ chức mãcode một cách đơn giản và nhanh chóng #SnipRepo #CodeSnippet #DevTool #CôngCụPhátTriển #MãCode #TổChứcMãCode

https://www.reddit.com/r/SideProject/comments/1oziw7a/week_1_progress_building_sniprepo_a_tool_to_save/

AWK technical notes

You’ll learn why AWK doesn’t have a GC and understand some peculiarities in its syntax

Volodymyr Gubarkov

How do people share code snippets on mastodon?

#programming #codesnippet

🚀 Ah, the thrilling saga of reloading Python classes intertwined with #criminology lectures! Apparently, there's no crime too small for a data scientist to overanalyze—just make sure you've signed up for the RSS feed of this code-snippet odyssey. 😂🔍
https://andrewpwheeler.com/2025/08/26/reloading-classes-in-python-and-shared-borders/ #PythonReloading #DataScience #CodeSnippet #RSSFeed #HackerNews #ngated
Reloading classes in python and shared borders

For some housekeeping, if you are not signed up, also make sure to sign up for the RSS feed of my crime de-coder blog. I have not been cross posting here consistently. For the last few posts: Using…

Andrew Wheeler
Swap variable using tuple :
This is a Pythonic and efficient way to swap values without using a temporary variable. a, b = b, a
#PythonTips #OneLinerPython #PythonTricks #CleanCode #LearnPython #CodeSnippet #100DaysOfCode #DevLife #Pythonista #codingmadeeasy
Slicing Tuple in python:
Slicing a tuple in Python means extracting a portion of it using the syntax tuple[start :stop :step].
#Python #PythonTips #Tuple #PythonSlicing #CodeSnippet #LearnPython #DevTips #100DaysOfCode #Programming #pythonlearning
Tuple concatenation in Python:
Tuple concatenation in Python means combining two or more tuples using the + operator.
#python #tuples #pythontips #TupleConcatenation #codesnippet #learnpython