
Medium
Ghost
DEV.to
WordPress
Tumblr
Blogger
Hashnode
Write.as
GitHub
GitLab
BitBucket
VS Code
Git
Treehouse
Pantheon
CodePen
Medium
GitHubMedium 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.
Medium might be a bit more popular than GitHub. We know about 3089 links to it since March 2021 and only 2470 links to GitHub. 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.
Hey guys! GPU.ai is hosting a buildathon with free cloud GPUs on August 22nd 2026 -- register at gpu.ai/buildathon -- all projects will be open-sourced. Learn more: https://medium.com/@john_64490/gpu-ai-1-000-grand-prize-buildathon-on-august-22nd-2026-build-ai-apps-on-free-cloud-gpus-fe27ece9783c?sharedUserId=john_64490. - Source: Hacker News / 1 day ago
Back in the day I used the now-defunct site coin.fyi or coinexplorers.com to track my portfolio. When they disappeared, I looked at the alternatives โ and none of them adapted to my necessities. The main one: a private, encrypted portfolio management platform in the style of ProtonMail. One where the service provider itself cannot see what I hold. So I decided to create my own.... - Source: Hacker News / 2 days ago
Insurance companies basically are banks, in that while they make low profit margins they wield such vast amounts of capital, some of which they invest in, they might as well be financial service institutions. There's also other categories of entities (pharmacy benefit managers, wholesalers and distributors) that also get a cut.... - Source: Hacker News / 3 days ago
A friend of mine built just built a project for doing something like that, although it's built on enforcing a spec rather than elegance: https://medium.com/@joeldg/architecting-out-of-the-vibe-how-to-enforce-compliance-in-ai-coded-apps-42b9d0113321. - Source: Hacker News / 5 days ago
It's do with the education policy - My Neighbourโs Language: Can We Overcome the NEP's 'Hindi Imposition' Through Regional Solidarities? - https://thewire.in/education/hindi-imposition-nep-regional-language-learning How CBSE's Three-language Policy Excludes French, Erasing Puducherry's Cultural Memory -... - Source: Hacker News / 4 days ago
This is why eval and observability ship as a unit, not as separate purchases. agent-eval scores and gates the output โ the tiers above, drift, hallucination. AgentLens captures the trace of how the agent got there: every model step and tool call, the resolved inputs, the raw outputs, the trajectory. Two things fall out of that:. - Source: dev.to / about 8 hours ago
The real fragility is in trying to constrain arguments. The docs are explicit that a pattern like Bash(curl http://github.com/ *) fails to do what it looks like it does. It won't match curl -X GET http://github.com/... (option before the URL), curl https://github.com/... (different protocol), curl -L http://bit.ly/xyz (redirects to GitHub), URL=http://github.com && curl $URL (variable), or curl http://github.com... - Source: dev.to / 1 day ago
Fallback chains โ og:title โ twitter:title โ- SSRF protection โ if you fetch user-supplied URLs, you MUST block
localhost, RFC-1918 ranges, and internal hostnames, or your preview endpoint is a proxy into your own infrastructure- Caching โ you do not want to re-fetch a URL on every render
- Rate limiting โ a public...
- Source: dev.to / 4 days ago
$ git pull Remote: Repository not found. Fatal: repository 'https://github.com//.git/' not found. - Source: dev.to / 5 days ago
// ==UserScript== // @name GitHub -> Obsidian Task // @namespace obsidian // @version 1.0 // @match https://github.com/*/*/issues/* // @match https://github.com/*/*/pull/* // @grant GM_setClipboard // ==/UserScript== (function () { 'use strict'; function getTitle() { return document.querySelector("bdi")?.textContent.trim(); } function copyTask() { ... - Source: dev.to / 8 days 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.
GitLab - Create, review and deploy code together with GitLab open source git repo management software | GitLab
DEV.to - Where software engineers connect, build their resumes, and grow.
BitBucket - Bitbucket is a free code hosting site for Mercurial and Git. Manage your development with a hosted wiki, issue tracker and source code.
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.
VS Code - Build and debug modern web and cloud applications, by Microsoft