Code Monkey home page Code Monkey logo

kiwi's Introduction

OPEN SOURCE PROJECTS

  • Neon Modem Overdrive: BBS-style command line client that supports Discourse, Lemmy, Lobsters and Hacker News
  • Superhighway84: Usenet-inspired, uncensorable, decentralized internet discussion system running on IPFS & OrbitDB
  • Planor: The Cloud Aviator: TUI client for cloud services (AWS, Vultr, Heroku, Render.com, Fleek, ...)
    • go-fleek: Tiny Go client library for the Fleek API
    • go-render: Tiny Go client library for the Render.com API
  • Journalist: An RSS aggregator a.k.a. "self-hosted Feedly"
    • Canard: A TUI client for the Journalist RSS aggregator
  • Overpush: A self-hosted, drop-in replacement for Pushover, that uses XMPP as delivery method and offers the same API for submitting messages
  • xbsapi: Alternative xBrowserSync API that is a single binary and supports SQLite3, PostgreSQL and MySQL
    • xbscli: Command line interface for xbsapi and the official xBrowserSync API
  • Kiwi: Pimoroni Keybow based Macro Pad (a.k.a. poor-man's Elgato Stream Deck)
  • Cloudcash: Check your cloud spending from the CLI, from Waybar, and from the macOS menu bar!
  • Gomphotherium: A TUI client for the Fediverse / Mastodon / Pleroma
  • Paperwork [dead]: OpenSource note-taking & archiving alternative to Evernote, Microsoft OneNote & Google Keep

Handy Tools

  • wth: WTH (aka What The Heck) is the better personal information dashboard for your terminal
  • addrb: A lightweight CLI / TUI address book that supports CardDAV
  • caldr: A lightweight CLI / TUI calendar that supports CalDAV
  • reader: A minimal command line reader offering better readability of web pages on the CLI
  • zeit: A CLI time-tracking tool compatible with the macOS/iOS Tyme format
  • geld: A CLI budget-tracking tool, compatible with your bank's CSV exports
  • conclusive: A CLI client for Plausible Analytics with nice ASCII graphs
  • mercator: OpenStreetMap but as terminal user interface (TUI) program
  • cexec: Execute any command, cache its output and get cached output on subsequent execution
  • shell-time: Shell Time is for your shell, what Screen Time is for your phone!
  • bookmarkdown: A super lightweight tool for accessing links from a markdown file
  • pushover-to-xmpp: Tiny Pushover to XMPP bridge written in Go

Contributions

SETUP

JOURNAL

Latest posts

Read it at https://xn--gckvb8fzb.com!
That's punycode for https://マリウス.com.

LET'S TEAM UP

Want to work on cool things, whether it's open source projects, an idea for a startup or commercial projects?
Reach out!

mail: [email protected]
gpg: 4D38 99AF 73E7 F5FE 9B39 C822 272E D814 BF63 261F

xmpp: [email protected]
omemo: 1549F16C 5A534B99 A2403CF2 362CD53D 3240814B 4401D5EC 58BF1B18 4A829F54

More contact options

SUPPORT

If you like the work I do and would like to support it I'd appreciate contributions via Monero, Bitcoin and Ethereum to the following addresses:

Monero Bitcoin Lightning Ethereum
47xsk5muV3VURKJLRqq39sHDS1XPbkY5cddvBeFBnSheRLk9ZPUxSsQJDU4hdbEnsBYSczoaKimwbWLdE9435AsSSqUGo2y mrus@getalby.com bc1qedycy4xwcdlql0ku9c55z0fq4uuxvw470nxspp 0xcf29d9a44b151081c94f9c49152f4b90d5df6b4a
47xsk5muV3VURKJLRqq39sHDS1XPbkY5cddvBeFBn SheRLk9ZPUxSsQJDU4hdbEnsBYSczoaK imwbWLdE9435AsSSqUGo2y bc1qedycy4xwcdlql0ku9c55z0fq4uuxvw470nxspp                    [email protected]                        0xcf29d9a44b151081c94f9c49152f4b90d5df6b4a
(remove whitespaces when copy-pasting XMR address!)

If you don't have XMR, BTC or ETH, and would like to contribute via any other cryptocurrency, you can use the following services:

kiwi's People

Contributors

mrusme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kiwi's Issues

Application kiwi exited: exited in: Kiwi.Application.start(:normal, [])

First off this is awesome! I'm hoping to use Kiwi on my PIM420 in order to control some tasmota switches and other items in my home.

I'm not able to get any response using curl. I can ping and ssh into the Pi using the provided ssh key(took a bit for me to figure that part out since it's not mentioned that the key in the repo must be used).

I only thing that stands out in the RingLogger.next output is:

21:40:12.842 [debug] Restarted Erlang distribution as node :"[email protected]"

21:40:13.161 [debug] Mnesiahack: Schema initialized, at least if it wasn't there before.

21:40:14.620 [debug] Mnesiahack: Mnesia started.

21:40:15.622 [debug] Mnesiahack: All done.

21:40:15.762 [info]  Application kiwi exited: exited in: Kiwi.Application.start(:normal, [])
    ** (EXIT) an exception was raised:
        ** (FunctionClauseError) no function clause matching in Kiwi.Application.children/2
            (kiwi 1.0.2) lib/kiwi/application.ex:54: Kiwi.Application.children(:rpi0, %{KEY_MGMT: "WPA-PSK", PSK: "PASSWORD HERE", SSID: "HOME_CONTROL"})
            (kiwi 1.0.2) lib/kiwi/application.ex:14: Kiwi.Application.start/2
            (kernel 7.3) application_master.erl:277: :application_master.start_it_old/4

21:40:15.827 [info]  Application mojito exited: :stopped

21:40:15.828 [info]  Application poolboy exited: :stopped

21:40:15.829 [info]  Application castore exited: :stopped

21:40:15.840 [info]  Application mint exited: :stopped

21:40:15.841 [info]  Application corsica exited: :stopped

21:40:15.842 [info]  Application jason exited: :stopped

21:40:15.853 [info]  Application plug_cowboy exited: :stopped

21:40:15.854 [info]  Application cowboy_telemetry exited: :stopped

21:40:15.856 [info]  Application maru exited: :stopped

21:40:15.866 [info]  Application plug exited: :stopped

21:40:15.877 [info]  Application telemetry exited: :stopped

21:40:15.887 [info]  Application plug_crypto exited: :stopped

21:40:15.898 [info]  Application mime exited: :stopped

21:40:15.899 [info]  Application eex exited: :stopped

21:40:15.909 [info]  Application cowboy exited: :stopped

21:40:15.910 [info]  Application cowlib exited: :stopped

21:40:15.921 [info]  Application ranch exited: :stopped

21:40:15.922 [info]  Application circuits_i2c exited: :stopped

21:40:15.923 [info]  Application circuits_spi exited: :stopped

21:40:15.924 [info]  Application circuits_gpio exited: :stopped

21:40:15.925 [info]  Application toolshed exited: :stopped

21:40:15.936 [info]  Application websockex exited: :stopped

21:40:15.983 [info]  Application mnesia exited: :stopped

I've also attached a full copy of the output of RingLogger.next. I did remove my PSK and replace it with "PASSWORD HERE" but we know the issue is not wifi since I can ssh in so that shouldn't be an issue.

Any help would be greatly appreciated
log.txt
!

Install instructions for windows

Hello, I think this project looks really interesting but as someone who uses windows could you supply installation instructions for windows as well?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.