
Medium
Ghost
WordPress
DEV.to
Blogger
Tumblr
Hashnode
Write.as
pre-commit by Yelp
EditorConfig
Python Poetry
mypy
Semgrep
flake8
Gitleaks
GitHub Actions
Medium
pre-commit by YelpMedium is recommended for avid readers seeking a variety of topics ranging from personal development to technology. It's also ideal for writers looking to publish their work to a broad audience and potentially earn revenue through the platform's Partner Program.
No pre-commit by Yelp videos yet. You could help us improve this page by suggesting one.
Based on our record, Medium seems to be a lot more popular than pre-commit by Yelp. While we know about 3122 links to Medium, we've tracked only 174 mentions of pre-commit by Yelp. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I kept generating documentation with an agent, and weeks or months later it would quietly go stale. Updating it was the costly part: either let an agent re-scan the whole repo, or sit there trying to remember what changed. So I made the deck carry its own provenance. SlideOps turns a repo into a slide deck, and every claim in that deck records the file it came from, the exact line range, and a hash of those lines.... - Source: Hacker News / about 6 hours ago
Maybe you could use something like this to make it real: > Building a Real-Time Concentration Tracker using MediaPipe and OpenCV > A simple AI project that measures focus and attention using your webcam โ with Python, OpenCV, and MediaPipe. https://medium.com/@jiyasisdiya/building-a-real-time-concentration-tracker-using-mediapipe-and-opencv-2da7384ace24. - Source: Hacker News / 8 days ago
Perhaps these are Huawei Ascend chips? https://en.wikipedia.org/wiki/HiSilicon#Ascend_910 https://medium.com/@huaweiclouddevelper/a-brief-introduction-to-huawei-ascend-cloud-cbef8f25bc34. - Source: Hacker News / 5 days ago
- Standard Broadcast "is owned by 44 total people, all of whom are creators" So it's fair to say there are creators with significant equity stakes in Nebula. It's NOT fair to assume that the 50% of revenue left after share is distributed evenly among all creators on the platform via an equity mechanism. Of course then there's Floatplane, which is entirely owned by LMG. At least a couple years ago they targeted "a... - Source: Hacker News / 5 days ago
Yeah. But shouldnโt take long until someone shows up to notice how we AI- negative Nancyโs "donโt get it". This is the pinnacle of human creation https://medium.com/@2315610426. - Source: Hacker News / 5 days ago
Using the pre-commit framework? It's a four-line entry โ no hook scripting. - Source: dev.to / 20 days ago
.git/hooks isn't version-controlled, so a raw hook only protects your machine. To enforce it for everyone, use the pre-commit framework and commit the config:. - Source: dev.to / about 1 month ago
Execution and harnessed, productized enforcement for builds. This corner is real and mature: Husky, Lefthook, pre-commit, Trunk, GitHub branch protection, on top of the underlying primitives (git, Claude Code hooks, CI). These don't hope your code is clean. They refuse the commit, fail the build, block the merge until it is. Enforcement isn't exotic. It's a solved, shipping product category. - Source: dev.to / about 1 month ago
Representative tools: Gitleaks and TruffleHog are the open-source workhorses. Run both through the pre-commit framework so secrets get caught before they ever hit the remote. - Source: dev.to / 3 months ago
Flexible: It works seamlessly with both pre-commit and prek. - Source: dev.to / 2 months ago
Ghost - Ghost is a fully open source, adaptable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
EditorConfig - EditorConfig is a file format and collection of text editor plugins for maintaining consistent coding styles between different editors and IDEs.
WordPress - WordPress is web software you can use to create a beautiful website or blog. We like to say that WordPress is both free and priceless at the same time.
Python Poetry - Python packaging and dependency manager.
DEV.to - Where software engineers connect, build their resumes, and grow.
mypy - Mypy is an experimental optional static type checker for Python that aims to combine the benefits of dynamic (or "duck") typing and static typing.