ityonemo
Maybe it’s crazy to reinvent the wheel, but I never really liked the fiddliness (and yaml-ness) (and python-ness) of Ansible, so I built this. I’m currently using this to set up some (metal!) servers in a datacenter.
Trending in Announcing
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
I needed to reuse React components from my Chrome extension in my Phoenix/LiveView backend. I noticed that for Svelte/Vue, there are live...
New
I released Doggo, a collection of unstyled Phoenix components.
https://github.com/woylie/doggo
Features
Unstyled Phoenix components....
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hello
Published a new library - ProcessHub!
ProcessHub is a library designed to manage process distribution within the Elixir cluster. ...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Other Trending Topics
Failing to Introduce Elixir - John Darrington
https://www.youtube.com/watch?v=KjAH68yVnh8
Comments welcome! View the <span class="hasht...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
It’s not that it’s vocabulary is too advanced. It’s something worse.
I get lost trying to follow even a paragraph written by Claude. It’...
New
This showed up on my feed.. anyone heard of it? Just hype?
Ox Alpha is a reasoning model designed for coding, sustained ag...
New
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming











Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
Exadra37
What was the reasoning behind the choice of the name for the Library? I ask because is not giving any clue about what the Library is doing.
The docs don’t give any concrete examples how to do what the library says it does:
dimitarvp
I am going to second @Exadra37 here. You should put a very brief how-to at the top of the page..
ityonemo
Oh yeah that’s a good point. This information is in the readme and the guides. I’ll also put it up on the docs first page.
dimitarvp
Many people, myself included, click a link and if they don’t see immediately what the thing is about will just mutter “WTF is this?” and leave, likely to never return.
ityonemo
Thanks for the input! I figured out how to wrangle hexdocs to get it to display a more comprehensive, introductory example as the index page, so it’s been updated now. Happy to take more criticism on the docs, it’s always tough when you know intuitively “how it’s supposed to work” but others might not.
Exadra37
It’s still not having a working example of using the library, just some wording, and that is not enough to hook visitors, at least the ones like me
ityonemo
are you seeing the dhcp server example?
EDIT:
use this link, sorry:
Exadra37
Yes I can see it now, but the link in topic is not showing that. I think the landing page should be clear and contain a working example.
ityonemo
Unfortunately I can’t edit the top post in the topic.
Exadra37
You can ask the moderator to fix it for you, but I think you are missing the point…
As it stands now, the landing page of your library is the link you have in the topic, and that landing page doesn’t have nothing that gives me a clue of what the module is capable, as said before, a real world working example.
If you keep it as it is the success of your library will be affected, because the majority of us will do what @dimitarvp told you:
See the Domo library for an example of what we are recommending you to do. Can you see that the code examples start immediately after the introduction, thus catching immediately the developer attention, after all we love code