runninginproduction.com VS dark

Compare runninginproduction.com vs dark and see what are their differences.

runninginproduction.com

The website for the Running in Production podcast. (by nickjj)

dark

Darklang main repo, including language, backend, and infra (by darklang)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
runninginproduction.com dark
13 43
41 1,608
- 1.1%
0.0 9.9
about 1 year ago 7 days ago
HTML F#
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.

runninginproduction.com

Posts with mentions or reviews of runninginproduction.com. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-11.
  • where can i get to know tech stacks of big companies other than stackshare(which seems to be incomplete often)
    1 project | /r/devops | 10 May 2023
    A while back I started a podcast around this topic: https://runninginproduction.com/
  • What are some of the best podcasts for developers?
    3 projects | news.ycombinator.com | 11 Dec 2022
    If there's ever a time to ask such a question, it might be this thread.

    Can I get some brutally honest feedback on a podcast I ran for 2 years (100+ episodes at once per week)) at https://runninginproduction.com/? It's a podcast focused on chatting with developers around how they build and deploy their web apps. It mostly focuses on the "why", tech stack choices, libraries, workflows, etc..

    In my mind I thought it was a good idea but it got so little listeners that I had to abort recording new episodes due to burn out since there was no path forward to ever sustain it by outsourcing the burn out inducing parts. I still think it's a good idea but I wonder where I went wrong.

    I tried everything I could think of. Guest variety from solo devs to bigger companies like Mux and Dropbox, audio editing to ensure the highest quality I could get for a remote guest<->host podcast with new guests having assorted mic qualities, moving a lot of "ums" and other fluff but not over editing things to make it unnatural, tags to quickly find tech stacks you care about and a ton of clickable timestamps with a summary of each show that's skimmable in seconds and tons of reference links.

    On paper it feels like I did everything I could do to make things "good", but in practice after 100 episodes I had like 200-300 listens per episode which made it no longer viable to continue doing since each episode was about 6 hours of end to end time (finding a guest, editing it, show notes, etc.).

  • Can you recommend podcasts for DevOps / DevSecOps ?
    1 project | /r/devops | 29 Nov 2022
    I chatted with 100+ different developers from 100+ different companies on how they build and deploy their apps: https://runninginproduction.com/
  • Is there a good place to hear devops STARs stories, especially cloud ones?
    1 project | /r/devops | 6 May 2022
    There's https://runninginproduction.com/ with 100+ assorted episodes with 100+ different guests talking about how they built and deployed their specific application.
  • Ask HN: Where can I see many examples of real companies' software architecture?
    8 projects | news.ycombinator.com | 11 Apr 2022
  • Learning Python
    8 projects | dev.to | 16 Feb 2022
    Running in Production
  • Where do you get your DevOps / Engineering Leadership Content?
    1 project | /r/devops | 15 Jan 2022
    I started a podcast around this topic a few years ago at https://runninginproduction.com/.
  • Show HN: Cleanvoice – Automated Podcast Editing
    1 project | news.ycombinator.com | 20 Nov 2021
    As someone who has personally edited over a hundred 1-2 hour podcasts with a new guest every time removing umms, ahhs, dead air and filler words is soul crushing. It has gotten to the point where after 2 years of running my podcast[0] I'm seriously considering stopping the show because I'm getting burnt out from editing and without sponsors it's not feasible to hire an editor, but even with the show making no money I would happily pay triple your asking price if I could click a button and have the problem solved in a way that matched a human's ability to edit out filler words.

    It really is the difference between being able to edit a 1 hour episode in 1 real life hour (editing at 2x speed) vs literally spending 5 hours to edit 1 hour when there's a lot of filler words or ums.

    In my opinion your "after" version doesn't sound natural. This isn't an attack on your service specifically, because the outcome is the same with all of the tools I've tried. I haven't tried them all but I did play with a few of them.

    For example in your case the pause between "Removing" and "filler" doesn't match the pace of the rest of the sentence and the transition from "very" to "time" has a very hard cut. This is also a 10 word clip that's about 6 seconds. If you listened to a 1 hour podcast episode that was edited things like this would be much more noticeable.

    There's so many intricate and subtle details around when and what to cut to remove these things in a way where it's not noticeable. Are there any paths moving forward in AI / ML that can lead to this being indistinguishable from being humanly edited?

    I debated deleting this comment before posting it because it's a combination of feedback but also saying the service isn't something I would buy but I think it's more beneficial to post this to show there is a real demand for this service if it can be executed flawlessly.

    [0]: https://runninginproduction.com/

  • never had a real app in production!
    1 project | /r/rails | 18 Oct 2021
    If you're interested in hearing how 100+ different developers manage their apps in production I have a podcast at https://runninginproduction.com/.
  • Are you running any type of Rails app in production? I'd love to have you on my podcast to talk about your tech stack, lessons learned, etc. There's already 90+ episodes
    1 project | /r/rails | 28 Jul 2021
    The podcast is at: https://runninginproduction.com

dark

Posts with mentions or reviews of dark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-24.
  • Darklang
    1 project | news.ycombinator.com | 14 Dec 2023
  • WASM_of_OCaml
    2 projects | news.ycombinator.com | 24 Jul 2023
    Yes. Darklang was originally in OCaml using js_of_ocaml, and we ported it to F# using Blazor (https://github.com/darklang/dark/tree/main/backend/src/Wasm). It works.

    We found that in dotnet 6, the code was much slower, with long startup times and a much bigger download, than in js_of_ocaml. It also had a lot of issues in running in a Webworker, which wasn't the case for js_of_ocaml.

    In dotnet 7, the webworker issues are better and AOT is easier, so startup is faster. Download sizes are still bad, and it's still slower than js_of_ocaml.

    However, dotnet allows almost any code to run in WASM, which js_of_ocaml had large limitations. This meant a decent chunk of functionality had to be worked around to make separate js vs native targets, which also was a massive pain and took a long time. Dune's virtual targets wasn't ready at the time - I think we were one of the test cases for it.

  • It's so unfortunate they decided to go with the Clojure/Haskell type syntax, as opposed to something friendlier like Elixir. A lot of people will not even try this language as a result. [Unison]
    1 project | /r/programmingcirclejerk | 17 Jun 2023
    Why should I use this instead of https://darklang.com/
  • Cloud, Why So Difficult?
    6 projects | /r/programming | 29 May 2023
    First it was probably Dark. They made a lot of noise some years ago, but then I never heard of them again (looking at their current website, looks like they moved on to AI now, obviously).
  • New open-source programming language for DevOps engineers by the creator of the CDK
    11 projects | /r/devops | 15 Apr 2023
    Reminds me of Darklang. Personally, I don't think vendoring cloud services into a language is going to be beneficial. I'm curious how the language deals with vendor updates. Do I have to upgrade the language then? If so, I see a lot conflicts coming from this. Then it comes down to Javascript or HCL, the HCL bit makes me think that the below statement is not as truthy as it is on the surface:
  • Darklang Release 9
    1 project | news.ycombinator.com | 27 Jan 2023
    We still don't have all that many users (~100 active), so I'm not sure you'll find an answer here. But we collect that sort of feedback publicly, which might answer your question: https://github.com/darklang/dark/discussions/categories/feed...
  • Making Something Waspy: A Review Of Wasp
    6 projects | dev.to | 10 Jan 2023
    I wish I could remember what took me to YCombinator's website on the 10th of October, 2022. That was when I first heard about Wasp and another language called DarkLang. After I learned about Wasp, I was intrigued and curious to know how it works, which led me to join the discord server the next day.
  • Using Rust at a Startup: A Cautionary Tale
    8 projects | news.ycombinator.com | 22 Nov 2022
    Some languages that try to integrate an HTTP server and a database:

    Ur/Web: http://impredicative.com/ur/

    Dark (Darklang): https://darklang.com/

  • The Current State of Infrastructure From Code
    6 projects | dev.to | 16 Nov 2022
    There are others in this space I did not assess like Encore, Shuttle, Modal, and Dark. These were not assessed for the sake of time. If you're interested in IfC, I encourage you to take a look at these others.
  • Finally, we have support for negative numbers!
    2 projects | /r/programmingcirclejerk | 4 Nov 2022
    Oh, finally! I was waiting to build my serverless CRUD webapp in Dark (OCaml + JavaScript and Fsharp?) until they had support for returning negative numbers on a GET request!

What are some alternatives?

When comparing runninginproduction.com and dark you can also consider the following projects:

hugo-blox-builder - 🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!

nvim-ts-rainbow - Rainbow parentheses for neovim using tree-sitter. Use https://sr.ht/~p00f/nvim-ts-rainbow instead

writefreely.el - *Frictionless* blogging with Org Mode. No setup required.

Bracket-Pair-Colorizer-2 - Bracket Colorizer Extension for VSCode

hugo-importer - CLI tool for migrating Hugo content to Write.as/WriteFreely

unison - A friendly programming language from the future

IntelliJ-Luanalysis - Type-safe Lua IDE — IntelliJ IDEA plugin

nanos - A kernel designed to run one and only one application in a virtualized environment

luabundle - A library for bundling several Lua files into a single file.

liquibase - Main Liquibase Source

se-unlocked - Software Engineering Unlocked Podcast

terraform-cdk - Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform