Software Alternatives & Reviews

Medium

Welcome to Medium, a place to read, write, and interact with the stories that matter most to you.

Medium Reviews and details

Screenshots and images

  • Medium Landing page
    Landing page //
    2023-07-08

Badges & Trophies

Promote Medium. You can add any of these badges on your website.
SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Medium Review - with Tom Vasel

Starting a blog on Medium.com? Watch this FIRST.

‘Angrezi Medium’ review | Komal Nahta

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Medium and what they use it for.
  • Implementing 2FA in JavaScript [Gist]
    I'm building a portfolio, out of nowhere I wanted to know how 2FA works and I figured a simple way: implementing 2FA with JavaScript and testing it with authenticator apps! It's all about beefing up online security, one line of code at a time. Check out my Medium article https://medium.com/@nechiii28/javascript-2-factor-authentication-but-one-timepass-word-number-18a6ed433908 for a quick dive into how it's done. - Source: Hacker News / about 19 hours ago
  • 3Blue1Brown: Visualizing Attention, a Transformer's Heart
    IIRC, GPT-4 would actually be a bit _smaller_ to visualize than GPT3. Details are not public, but from the leaks GPT-4 (at least, some by-now old version of it) was a mixture of expert, with every model having around 110B parameters [1]. So, while the total number of parameters is bigger than GPT-3 (1800B vs. 175B), it is "just" 16 copies of a smaller (110B) parameters model. So if you wanted to visualize it in... - Source: Hacker News / 4 days ago
  • Spectral Ray Tracing
    If you want to play with ray tracing implementation, it's surprisingly easy to write one by yourself. There's a (great free book)[https://raytracing.github.io/books/RayTracingInOneWeekend.html] or, if you know a bit of Unity (a very nice GPU-based tutorial)[https://medium.com/@jcowles/gpu-ray-tracing-in-one-weekend-3e7d874b3b0f]. The Unity version is easier to tinker with, because you have scene preview and other... - Source: Hacker News / 4 days ago
  • Does anyone feel like the quirky culture MIT is famous for doesn't exist?
    (https://medium.com/@incognito.jones/mit-needs-the-weirdos-whats-really-going-on-in-senior-house-47216d25033d#.vpyrszerz). - Source: Hacker News / 5 days ago
  • Things you should do in your dev journey 🖥️👩‍💻
    Document Your Progress: Keep a journal or blog to document your learning journey and share your experiences with others. Platforms like Medium and Dev.to offer spaces for developers to publish articles and tutorials based on their experiences and insights. - Source: dev.to / 5 days ago
  • the US rich are getting second passports, citing risk of instability
    Lol if you don't think corpo Dems aren't in bed with capitalism then I have a bridge to sell you. Read Manufacturing Consent if you want an answer to your Overton window question and its longterm implications of inevitably ratcheting us rightward while being tricked into believing otherwise. > If your complaint is actually just that people misunderstand you, this is the only thing you can actually change in this... - Source: Hacker News / 7 days ago
  • the US rich are getting second passports, citing risk of instability
    Everything posted has external references. Do you think COVID is a hoax or something? People continue to be disabled from it and die early. If you don't like the COVID example of catastrophic failure, then maybe the unaddressed climate catastrophy will make the point clearer: https://medium.com/@samyoureyes/the-busy-workers-handbook-to-the-apocalypse-7790666afde7 But of course none of this will break through to... - Source: Hacker News / 7 days ago
  • If Inheritance is so bad, why does everyone use it?
    Agree 100%. It starts from the earliest programming course where we just teach it all wrong; way to abstract (no pun intended). One point to add to yours: well executed OOP allows for "structural" flow of control where the object hierarchy, inheritance, events, and overrides allow for the "structure" of the hierarchy to control the flow of logic. I wrote a brief essay on this with concrete examples and use cases:... - Source: Hacker News / 8 days ago
  • Going in circles without a real-time clock
    I ran into this before! https://medium.com/@cyounkins/encrypted-dns-ntp-deadlock-9e378940b79f. - Source: Hacker News / 8 days ago
  • Redefining Modern Product Management
    One thing that hasn't changed over the past 2 decades is the structure or definition of product management. It sometimes is borderline crazy to see the world following a defunct model of product management which no longer applies in the current context when AI is changing the way businesses work. Keeping that in mind I thought through the problem and came up with an entirely different model for product management... - Source: Hacker News / 7 days ago
  • Modern Standard Arabic – The Missing Glossary
    Https://medium.com/@kerningcultures/the-invention-of-the-arabic-typewriter-a6d26e0554a. - Source: Hacker News / 11 days ago
  • Currying
    Currying is only a part of the functional programming stack. It can make your life easier when you combine it with other functional programming techniques like tacit programming. e.g. You have a function with a very long arguments list and dont want to write the arguments over and over again, but still dont want to define an additional function. https://en.wikipedia.org/wiki/Tacit_programming... - Source: Hacker News / 12 days ago
  • Fortran on WebAssembly
    I remember when I was working on https://medium.com/@tomasreimers/compiling-tensorflow-for-the-browser-f3387b8e1e1c I thanked my lucky stars that TF used Eigen and not one of the popular math libraries (BLAS, Lapack) written in fortran b/c that would have been A LOT more work... - Source: Hacker News / 13 days ago
  • German state ditches Microsoft for Linux and LibreOffice
    I am exclusively Google office user, but... Out of the top of my head: * Google docs are uglier than Microsoft word documents. This matters when I prepare an offer that I want to send to a client, and it should look good. * Google slides are hideous, and the only reason I get away with using them is because programmers (including me) have no taste[1] * Related to the looks, I sometimes buy paid document templates... - Source: Hacker News / 14 days ago
  • CityGaussian: Real-Time High-Quality Large-Scale Scene Rendering with Gaussians
    You are in luck, the author has been sharing https://medium.com/@heyulei/capture-images-for-gaussian-splatting-81d081bbc826. - Source: Hacker News / 16 days ago
  • AI and Expert Hands Meet to Deliver Real-World Solutions
    2. Fill in your profile details, especially if you're a professional looking to offer your services. We're rolling out features that allow users to connect with experts for personalized assistance. This approach enhances solution accuracy and offers professionals a new way to reach clients. Kognitium is about creating a space where technology and human expertise enrich each other, offering comprehensive solutions... - Source: Hacker News / 16 days ago
  • Show HN: I just made my profitable online form builder open-sourced
    Thanks! I initially started out with just jQuery but eventually realized I needed to support more complex interactions and adopted Turbo & Stimulus [1]. Still sticking with server-side rendering though, always loved that approach to building webapps and tools like HTMX & Turbo make it much easier to integrate with complex UX interactions. [1]... - Source: Hacker News / 17 days ago
  • You won't find a technical co-founder
    Too many nontechnical folks I talk to act like they’re blocked because they don't have a technical cofounder to build their amazing app idea. But there’s so much they can do to build a business with no code with today’s tools! Technical folks will be impressed by how far you’ve gotten without having any actual custom software. I tried to capture this here:... - Source: Hacker News / 17 days ago
  • Proteins let cells remember how well their last division went
    For me this is an example of informative back pressure. The protiens make sure the cells pay attention to what just happened to allow for changes that could improve things in the future. If you like the sound of big V8's what's appealing is the backpressure signaling that the engine is healthy and capable. There was this article on backpressure on here and it's been siting with me. I've been applying it to other... - Source: Hacker News / 20 days ago
  • Police Are Tagging Fleeing Cars with GPS Darts to Avoid Dangerous Pursuits
    Https://medium.com/@doctoreww/day-2-your-car-is-trackable-by-law-1d5f74388850. - Source: Hacker News / 21 days ago
  • Show HN: Onelook – Create applications by describing them in human language
    Blog post: https://medium.com/@onelook/introducing-onelook-a-radical-new-way-to-create-internal-applications-01e04c28b2f6 Onelook allows users to create fully-functional applications by describing them in human language. And by fully-functional we really mean backend included. Think of it as Retool for non-technical people or Copilot to build apps. Existing tools are for technical teams and even Retool, which is a... - Source: Hacker News / 24 days ago

External sources with reviews and comparisons of Medium

25+ Medium Alternative Platforms for Publishing Articles
Medium is an online platform that was created in 2012 by Evan Williams. It is a place for people to share their thoughts and ideas on various topics. Medium has about 100 million monthly visitors, which makes it one of the most popular platforms for publishing articles.
10 Best Medium Alternatives for Reading and Publishing
From thе simplicity of Ghost to thе vеrsatility of Substack, thеrе’s a homе for еvеryonе seeking great Medium alternatives. Thеsе altеrnativеs offеr a world of possibilitiеs for rеadеrs and authors alikе. Whеthеr you’rе in sеarch of a uniquе platform to sharе your thoughts or want to read frеsh contеnt, thеsе platforms havе somеthing spеcial to offеr. All in all, we certainly hope that these 10 medium alternatives...
9 Best Medium Alternatives for Making Money With Your Writing in 2023
Substack and Medium differ primarily in their monetization methods. Medium pays creators based on reader engagement, while Substack enables writers to monetize directly through paid subscriptions to their newsletters. This business model allows Substack users to build a direct relationship with their readers via their email inboxes, whereas Medium interactions primarily happen on their blogging platform.
How to Choose the Best Blogging Platform in 2021 (Compared)
Medium works much like a social networking site where you can create an account and start publishing your articles. After you sign up, you’ll have a profile address like this: https://medium.com/@yourname. But you cannot use your own domain.
Best CMS Platforms in 2019 [WordPress vs Joomla vs Drupal vs Squarespace vs Wix vs Medium]
Medium is famous as a blogging and content sharing platform. If you want to create a blog or news publishing site, Medium could be one of the best CMS solutions. Not only that, Medium was selected as the top 3rd blogging platform in a survey of the Slant community.
The Top Social Networking Sites People Are Using
Medium is perhaps the best social network for readers and writers. It's sort of like a blogging platform similar to Tumblr, but features a very minimal look to keep the emphasis on content that's shared there. Users can publish their own stories and format them just the way they want with photos, videos, and GIFs to support their storytelling. All content is driven by the community of users who recommend stories...
8 Best Blogging Platforms Reviewed (Updated)
In the end, Medium is great if you want to publish individual stories that aren’t necessarily related. Medium helps spread your content by using custom algorithms as well as editorial curation. If you just want to “experiment with this blogging thing,” Medium is the way to do it.
16 Best: Blog Software Comparison (Free / Open-Source Tools)
The Blogo app for Mac devices looks simple enough but offers a compelling alternative to Desk with its sleek interface that’s easy on the eyes. It integrates with WordPress, Blogger, and Medium and aims to help bloggers stay focused and productive with its offline mode, customizable workflow, and ability to manage multiple blogs simultaneously. The WYSIWYG editor with inline HTML, built-in image editor, and live...
How to Choose the Best Blogging Platform in 2018 (Compared)
Medium works much like a social networking site where you can create an account and start publishing your articles. After you sign up, you’ll have a profile address like this: https://medium.com/@yourname. But you cannot use your own domain.

Do you know an article comparing Medium to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Medium discussion

Log in or Post with
  1. User avatar
    Dream100-AI
    · 6 months ago
    · Reply

    Best UI Blog Post

This is an informative page about Medium. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.