jjcarstens

jjcarstens

Nerves Core Team

Hacktoberfest 2020 + Nerves

Do you like Hacktoberfest? Also enjoy working with Nerves and want to contribute?

Fantastic! :tada: :beers:

Here are some potential starting points for you ¬

  • Nerves docs
    • Its boring, but things move fast and its a huuuggee help to get little updates when things look wrong. Or if guides are incorrect, etc
  • Search Nerves, NervesHub, and related projects by issue tag:
  • Add utilities to toolshed
    • Add df - see #41
    • Anything counts, but things for cpu utilization would be cool.
  • Do anything related to Erlang tracing and write up examples for Nerves people. (Frank thinks we rely way too much on logging, but he’s painfully aware that tracing is hard.)
  • BlueHeron examples
    • small Bluetooth projects that people can replicate
  • Find some sensor/i2c/spi device that doesn’t have an elixir lib and build one
    • Its totally random, but helps when you need it. These can range from really really simple to very complicated implementations
  • Circuits.GPIO pinout task
  • Help push circuits_cdev over the line to use char dev interface with GPIO
  • Speak another language? We want need help putting translation pieces in place for NervesHub

Most Liked

fhunleth

fhunleth

Co-author of Nerves

I feel I should respond since toolshed is a project of mine and the reference was to adding a cpu utilization helper to it.

Many helpers in toolshed delegate to Erlang/OTP functions to aide in discovery, muscle memory, ease-of-use, or to make the output easier to read. The point hasn’t been to bring in new features, but more to expose existing functionality to lessen the need to drop to a bash prompt to get work done. That’s important on Nerves, since it’s frequently the case that Erlang/OTP provides more capability than what’s available in a shell due to the minimal Linux userland.

Anyway, back to a CPU utilization reporting utility, I think it would require a few iterations to figure out an actually useful helper. I agree that if it doesn’t provide some advantage over cpu_sup that there’s no reason to replicate it. I’m not sure this is a good Hacktoberfest PR opportunity, since there will probably be discussion and iteration that would drag the PR out past the October window.

Where Next?

Popular in News & Updates Top

hugobarauna
Explore Livebook 0.9’s new features: deploy notebooks as user-friendly apps, star & access recent notebooks, and collapse sections. ...
New
josevalim
Hi everyone, just a heads up that we announced https://livebook.dev, a website for everyone to learn more about Livebook. One of the coo...
New
fhunleth
It looks like it’s finally safe to announce that Nerves supports Erlang/OTP 26 and Elixir 1.15! We’ve updated dozens of Nerves and close...
New
sorentwo
Many months ago when I originally announced Oban I mentioned that a LiveView powered UI would be available for it soon. Well, the “soon” ...
New
sorenone
The title doesn’t relay the depth of this announcement, but it is short, balanced, and looked good to us. From open sourcing multiple pac...
New
bartblast
Hologram v0.6.0 is here, bringing production-ready features to the full-stack Elixir web framework! This release focuses on enhanced secu...
New
zachdaniel
Working with nested forms in Ash was already great, but it’s even better now with a the new features that will be in the next release of ...
New
mickel8
Hello everyone! :wave: I am thrilled to announce a new version of Jellyfish Media Server - v0.2.0! :tada: Features: Added RTSP compon...
New
jjcarstens
Hey friends! :waving_hand: With NervesConf 2024 around the corner, Frank, myself, and the greater Nerves team wanted to share a survey w...
New
zachdaniel
We recently launched atomic updates, which look like this: update :update do change atomic_update(:score, expr(score + 1)) end # or w...
New

Other popular topics Top

9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
JeremM34
Hello, how can I check the Phoenix version ? Thanks !
New
shahryarjb
Hello, I have map which I want to convert it to string like this: the map: %{last_name: "tavakkoli", name: "shahryar"} the string I ne...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
RisingFromAshes
I’ve read in another post that it may be possible with a router helper - but I couldn’t find an appropriate one, and tbh, I’m still just ...
New
KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 36128 110
New
komlanvi
Hi everyone, I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New
PeterCarter
There are pre-rolled solutions for other frameworks that do work. However, Phoenix does not seem to have these. Have people had good expe...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

We're in Beta

About us Mission Statement