OneWheelGeek's Avatar

OneWheelGeek

@onewheelgeek.me.bsky.social

I'm Jeff. I write code and ride a unicycle, among other things. #unicycle #ham #cycling #woodworking #selfhosting #homeserver #infosec #privacy #python #golang #dotnet #geocaching

14 Followers  |  39 Following  |  15 Posts  |  Joined: 21.11.2024  |  1.8402

Latest posts by onewheelgeek.me on Bluesky

Preview
Hands On: The Hacker Pager It should come as no surprise that the hacker community has embraced the Meshtastic project. It’s got a little bit of everything we hold dear: high quality open source software, …read more

The Hacker Pager

A wireless messenger and LoRa radio multitool. A powerful tool in the expanding world of LoRa wireless technology

#solarpunk #meshtastic

https://hackaday.com/2025/07/31/hands-on-the-hacker-pager/

03.08.2025 14:02 β€” πŸ‘ 0    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
GitHub - bradleygolden/claude Contribute to bradleygolden/claude development by creating an account on GitHub.

This is a really cool project! github.com/bradleygolde...
Think of it like a Quickstart for working with claude code and Elixir projects, that leans on all the conventions we've been working on like tidewave & usage rules.
#ElixirLang

29.07.2025 22:52 β€” πŸ‘ 32    πŸ” 8    πŸ’¬ 1    πŸ“Œ 0
Preview
Claude Code overview - Anthropic Learn about Claude Code, Anthropic's agentic coding tool that lives in your terminal and helps you turn ideas into code faster than ever before.

With Claude Code / Tidewave, I just did this to add the Tidewave MCP server to Claude Code.

claude mcp add --transport sse tidewave http://localhost:$PORT/tidewave/mcp

I've not messed with claude.md yet. I got good results with stock setup.

30.07.2025 23:36 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

hex.pm certificate expired? #elixir

30.07.2025 23:22 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 2    πŸ“Œ 0

You mean Claude Desktop vs. Claude Code? I’ve used both, but Claude Code is my favourite and plugs into VSCode nicely.

29.07.2025 13:06 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

There is way too much exciting stuff to play with these days. I'm overwhelmed.
- #Elixir is incredible
- #AshFramework is such a massive accelerator
- #ClaudeCode is crazy good
- #ClaudeCode + #Tidewave... OMG
- #AshAi's MCP server on my resources... OMG!
I need to stop sleeping...

28.07.2025 16:17 β€” πŸ‘ 10    πŸ” 2    πŸ’¬ 2    πŸ“Œ 0

This looks exactly like what I was needing. I'm so excited to see a nice grid control like this for Ash!

28.07.2025 16:14 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
A screenshot of code showing the new `match_mode` option for multi select fields.

```
<Cinder.Table.table resource={MyApp.Book} actor={@current_user}>
  <:col
    field="tags"
    filter={:multi_select}
    filter_options={[
      options: [
        {"Fiction", "fiction"},
        {"Bestseller", "bestseller"},
        {"Award Winner", "award_winner"},
        {"New Release", "new_release"}
      ],
      match_mode: :all  # Records must contain ALL selected tags
    ]}
  >
```

A screenshot of code showing the new `match_mode` option for multi select fields. ``` <Cinder.Table.table resource={MyApp.Book} actor={@current_user}> <:col field="tags" filter={:multi_select} filter_options={[ options: [ {"Fiction", "fiction"}, {"Bestseller", "bestseller"}, {"Award Winner", "award_winner"}, {"New Release", "new_release"} ], match_mode: :all # Records must contain ALL selected tags ]} > ```

Cinder v0.5.0 has been released, with fixes for array fields including a new `match_mode` option - select records where any or all of the array values match the filter! hexdocs.pm/cinder/

26.07.2025 07:19 β€” πŸ‘ 39    πŸ” 8    πŸ’¬ 1    πŸ“Œ 0
Preview
March 2025 Calgary Elixir Meetup, Wed, Mar 26, 2025, 6:00 PM | Meetup Calling all Calgary Elixir Developers and FP Enthusiasts - our 2nd Elixir Meetup of the year is two weeks away! Let's get together for an evening of Elixir, pizza, and some

Super excited for tonights Elixir meetup in Calgary. Beer, Pizza, and Elixir is a great night out!

www.meetup.com/elixir-calga...

#elixir #calgary #yyc #development

26.03.2025 14:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Looks awesome. Any chance the datetime components have some easy mechanism to handle converting from/to UTC in the DB and whatever the user’s timezone is?

10.03.2025 13:56 β€” πŸ‘ 2    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

The more I work with JS, either backend or frontend, the more I want to work with Phoenix and LiveView.

The JS fatigue is real and finally infected me.

16.02.2025 11:57 β€” πŸ‘ 24    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0

If you are supporting time with this component, any plans to optionally handle conversions from server-side UTC to browser timezone.

26.01.2025 01:05 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

So excited about this. Just kicking off a big Ash project so the timing is fantastic. Instant purchase!

14.01.2025 18:51 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Post image

πŸŽ‰ Fluxon UI v1.0.10 is now live! Added card variants for radio and checkbox components. #ElixirLang

18.12.2024 22:52 β€” πŸ‘ 18    πŸ” 5    πŸ’¬ 1    πŸ“Œ 0

Thank you so much!

07.12.2024 17:34 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

Ash Framework, admittedly not something you can probably just turn on for an existing app, has a module that does this well.

07.12.2024 17:32 β€” πŸ‘ 3    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0

Cool solution. Can I ask a somewhat unrelated question. What did you use to generate your code as an image? Thanks!

07.12.2024 15:51 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

My pleasure. Just updated my project today. Took a couple of hours and now it looks better, has working dark mode, and a searchable dropdown box that behaves great. Nicely done. Looking forward to see where you take it next!

07.12.2024 05:03 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Microserver Build Tiny server build with a Optiplex 7060 and XCP-ng.

I’m a huge fan of used Tiny PCs. Nice little units. Somewhat extensible. Good build quality. Often cheap. I wrote about my setup here. www.straybits.ca/2024/microse...

06.12.2024 00:26 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0

These components look fantastic Andriel. Just purchased a license and looking forward to working with them (and not having to build all these things myself).

05.12.2024 18:09 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Post image

YALL. Phoenix LiveView 1.0 is out! x.com/chris_mccord...

#ElixirLang #PhoenixFramework

03.12.2024 22:05 β€” πŸ‘ 65    πŸ” 9    πŸ’¬ 3    πŸ“Œ 0

@onewheelgeek.me is following 20 prominent accounts