
DEV.to
WordPress
Medium
Hashnode
Ghost
Drupal
GitHub
Stack Overflow
Substack
Ghost
Medium
Buttondown
WordPress
MailChimp
beehiiv
TinyLetter
DEV.to
SubstackAs a mini-blog, it is a nice alternative for Medium to publish and share information about programming.
However, the community and the organization are biased toward social justice (and they are open to it). You can read its Code of Conduct, it is so vague and politically leads (I prefer a term of service because it defines fair rules for everybody). So it alienates developers that we don't care about politics in pro of people that want to talk about any other topic such as sexuality, how women are unprivileged, and such. It even mandates to use inclusive language. Good grief.
My main complaint is the quality of the community. It is not StackOverflow (so we don't want to ask for an answer here), and most of the top topics are clickbait, such as "how to become a rockstar developer in ... days", "100 tips to become a better programmer" (and it doesn't even talk about programming).
Technically this "mini blog" site allows us to use markdown, and it is okay. However, the whole experience is really basic. Even the template is ugly.
Based on our record, DEV.to should be more popular than Substack. It has been mentiond 670 times since March 2021. 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.
Path("/users/{userId}")( supports( GET, pathParameters = pLong, summary = "Get user by ID" )( onRequest(pathParameters = 1L) .respondsWithUser .assert { ctx => ctx.performRequest(routes).body.id shouldBe 1L }, onRequest(pathParameters = 999L) .respondsWithErrorResponse .assert { ctx => ctx.performRequest(routes)... - Source: dev.to / 2 days ago
Nothing you write. The grid's controls are the same data-flv-* conventions from part 3: the search box is a data-flv-change input that sends {"q": ""}, a filter pill is a data-flv-click with a data-flv-value-estado, a sortable header sends {"sort": "cargo"}. The framework serializes those into the socket message; your loop reads them from frame.payload. The diff engine sends only the s that changed. Keyed diffing... - Source: dev.to / 3 days ago
You can collect all of that by hand, or let a scanner do it in one pass. DeviceShelf resolves vendor, hostname, services and open ports for every device on the network and turns them into an actual identification; the same IEEE data behind our lookup page ships inside the app. For the full detective story, see the guide on identifying an unknown device. - Source: dev.to / 8 days ago
Def _walk_comments(comment): """Yield this comment and every comment in its subtree, at any depth.""" yield comment for child in comment["children"]: yield from _walk_comments(child) Def audit(): ... for a in my_articles(): if not a["comments_count"]: continue for root_comment in api(f"/comments?a_id={a['id']}"): for c in... - Source: dev.to / 11 days ago
So I came across the Frontend Challenge: Comfort Food Edition on dev.to, and I thought: "Hey, what if I build a Rust crate that lets you render SVG sushi directly in your WASM frontend? How hard can it be?". - Source: dev.to / 11 days ago
It's ironic that the article that caused him to write this post (https://substack.com/@justindeschamps/note/c-261265212?utm_source=notes-share-action&r=7y05q) is written by AI. I see this style of informational writing all over the place now. - Source: Hacker News / about 1 month ago
Https://substack.com/@yelluwcomedy. - Source: Hacker News / about 1 month ago
Sure there was basically a cartel in social media. You saw coordinated censorship campaigns to ban the former president of the United States for example. But I wouldn't discount the amount of political interference there as well. The last administration admitted to flagging individual posts for the social media companies. But it's also true there is a lot of coordinated censorship even without state interference.... - Source: Hacker News / about 2 months ago
Manhattan Project: $36B, 5 years โซ Apollo Program: $257B, 14 years โซ Interstate Highway System: $620B, 37 years โซ AI data centers: $930B, 6 years and still accelerating From: https://substack.com/@rubendominguez/note/c-244929068. - Source: Hacker News / about 1 month ago
The thing is, even the center of the road academics who refrain from such comparisons are noting the similarity. The MAGA movement meets the traditional defining characteristics of fascio. We can be rigid and say that only Mussoliniโs political movement can be properly be called fascist. But if we call Hitler and the Nazis fascists as well, then we open the door to any movement that meets the criteria. And Trump... - Source: Hacker News / 2 months ago
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.
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.
Medium - Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.
Hashnode - A friendly and inclusive Q&A network for coders
Buttondown - Buttondown is the best way to start and run your newsletter
Drupal - Drupal - the leading open-source CMS for ambitious digital experiences that reach your audience across multiple channels. Because we all have different needs, Drupal allows you to create a unique space in a world of cookie-cutter solutions.