.profile/README.md

44 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2024-10-20 05:47:37 +02:00
[![banner with logo](https://cdn.alemi.dev/profile/pic/banner.png)](https://alemi.dev)
2024-07-18 02:31:59 +02:00
> i rarely make sense but still make things
2024-07-18 03:13:55 +02:00
```sh
2024-07-18 03:21:04 +02:00
curl -X PUT \
-H 'Content-Type: application/json' \
--data '{"body": "hiii :3 how are you??", "public": false, "author": "curl from your git :p"}' \
https://api.alemi.dev/msg
2024-07-18 03:13:55 +02:00
```
```sh
2024-11-06 20:55:46 +01:00
curl -s https://api.alemi.dev/msg | jq '.[:5].[] | {author, body, date}'
2024-07-18 03:13:55 +02:00
```
2024-10-20 05:47:37 +02:00
2024-07-18 02:49:15 +02:00
## some things
---
* **[scope-tui](https://moonlit.technology/alemi/scope-tui)**
> a simple oscilloscope/vectorscope/spectroscope for your terminal
---
2024-09-24 04:26:08 +02:00
* **[upub](https://moonlit.technology/alemi/upub)** ([site](https://join.upub.social))
2024-07-18 02:49:15 +02:00
> micro social network, federated
2024-10-20 05:38:04 +02:00
---
* **[postwoman](https://moonlit.technology/alemi/postwoman)**
> API tester and debugger for your CLI
2024-09-24 04:39:47 +02:00
---
* **codemp** ([github](https://github.com/hexedtech/codemp))
> code multiplexer -- fast, safe, collaborative editor plugin ecosystem
2024-07-18 02:49:15 +02:00
---
2024-07-18 03:13:55 +02:00
* **[aiocraft](https://moonlit.technology/alemi/aiocraft)** // **[treepuncher](https://moonlit.technology/alemi/treepuncher)**
> asyncio-driven headless client library for block game // an hackable headless minecraft client
2024-07-18 03:21:04 +02:00
---
* **[bscv](https://moonlit.technology/ftbsc/bscv)**
> next generation block game utility client
2024-07-18 03:13:55 +02:00
---
* **[tinker.nvim](https://moonlit.technology/alemi/tinker.nvim)** // **[peak.nvim](https://moonlit.technology/alemi/peak.nvim)**
2024-07-18 03:21:04 +02:00
> a neovim config for those who cannot stop tinkering // a warm colorscheme to keep you cozy at night
---
* **[guestbook.rs](https://moonlit.technology/alemi/guestbook.rs)**
> an easy to deploy and customizable guestbook for your site
---
* **[tci](https://moonlit.technology/alemi/tci)**
> tiny custom CI runner for your selfhosted just-git repositories
2024-07-18 03:13:55 +02:00
---