unleash
CPython

unleash | CPython | |
---|---|---|
43 | 1,521 | |
12,363 | 67,864 | |
1.5% | 1.0% | |
10.0 | 10.0 | |
4 days ago | about 24 hours ago | |
TypeScript | Python | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
unleash
-
Implementing Feature Flags with Spring: A Step-by-Step Guide for Feature Deployment
$ git clone https://github.com/Unleash/unleash.git
- Como implementar Feature Flags em seu Backend NestJS
-
How to Implement Feature Flags Using LaunchDarkly
Unleash
-
8 Open-Source Tools to grow your app and reach new markets! 🔥
Star the Unleash repository ⭐
-
Ask HN: What feature flags platform do you use?
https://github.com/Unleash/unleash
Works great, has every feature we need. We compared with Darkly was just insanely expensive for what we needed, millions of page hits adds up quickly.
We did have to do the work of adding unleash containers to our infra, but it was not hard at all.
-
How to Implement Feature Flags in Node.js using Unleash
Unleash (Feature Flags)
-
Show HN: A self-hosted and open-source feature flags platform
This pretty much looks like Unleash.
https://github.com/Unleash/unleash
-
KILLSWITCH
So my first instinct is to setup some sorta feature-flag thing within a CMS so managers can flip the boolean, I'm exploring getunleash.io and GrowthBook.io and we already use Contentful.com within the app but they're saying they "really don't think we need to use any third party thing for a killswitch"...
-
Show HN: We built an open-source LaunchDarkly alternative for B2Bs
Unleash is also open source (Apache 2.0 License). Repo is at https://github.com/Unleash/unleash . Would be interested in knowing the feature differences between the two as they are both Node / Typescript projects
-
Unleash Flutter SDK v1.0
Awesome news, Unleash - free and open-source feature flag solution, just got a Flutter SDK, with help from the Flutter community!
CPython
-
Series of posts on HTTP status codes
Also, it is slightly outdated as it does not incorporate RFC9110 which renames some status codes which previously were WebDAV-only:
https://github.com/python/cpython/pull/117611
-
Reflections on 2 years of CPython's JIT Compiler: The good, the bad, the ugly
Hey Maxime!
> whereas AFAIK the Python JIT project was lead by a student.
I am definitely not leading the team! I am frankly unqualified to do so lol. The team is mostly led by Mark Shannon, who has 10+ years of compiler/static analysis experience as well. The only thing I initially led was the optimizer implementation for the JIT. The overall design to choose tracing, to use copy and patch, etc. were other people.
> However they decided to ignore my advice and go with their own unproven approach.
Your advice was very much appreciated and I definitely didn't ignore your advice. I just don't have much say over the initial architectural choices we make. We're slowly changing the JIT based on data, but it is an uphill battle like you said. If you're interested, it's slowly becoming more like lazy basic block versioning https://github.com/python/cpython/issues/128939
You did great work on YJIT, and I am quite thankful for that.
- My Developemnt Environment
-
Automate Your VPN Connections with Python
Getting Started: The Tech Stack Python 3: The language for scripting. subprocess module: To launch and interact with VPN clients. A VPN client: Such as OpenVPN, Windscribe, or ProtonVPN.
-
5 Tools That Helped Me Catch 70% More Bugs in the Codebase [Important!]
I started embedding Entelligence’s real-time AI reviewer directly in my IDE and immediately saw results. It’s like having a savvy teammate checking my code as I type. In fact, the makers of Entelligence boast that this IDE integration “helps you catch bugs and improve code quality instantly”. The AI flags issues and even suggests fixes before I commit to GitHub. Because it supports dozens of languages, I could use it across our whole stack (Python, JavaScript, Java, etc.). Using Entelligence, I routinely caught subtle logic and design flaws early, massively cutting down the number of defects slipping into code reviews or production.
-
Fedora's 32-Bit (I686) Support Withdrawal Postponed – Here's Why
https://github.com/python/cpython/blob/847d1c2cb4014f122df64.... i686 is Windows only. I see there's a warning about this later if you're unsupported and therefore a 0 case, but either this becomes an error later on or they softened the impact since I did this. Or I'm looking at the wrong check.
- Uncle Sam wants you – to use memory-safe programming languages
-
Ask HN: Best tools today to learn programming?
Still the same way I have told people for the past 10 years: go to https://www.python.org/ and have fun.
-
Dictionary in Python (3)
sorted() creates a copy. *Be careful, sorted() does shallow copy instead of deep copy as my issue.
-
First Day as a Developer:
downloaded it from ➡️ https://www.python.org. After installing, I typed python --version in Git Bash — and yes, Python 3.10 showed up.
What are some alternatives?
Kong - 🦍 The Cloud-Native API Gateway and AI Gateway.
RustPython - A Python Interpreter written in Rust
flagsmith - Flagsmith is an open source feature flagging and remote config service. Self-host or use our hosted version at https://app.flagsmith.com.
git - A fork of Git containing Windows-specific patches.
growthbook - Open Source Feature Flagging and A/B Testing Platform
ipython - Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.
