-
ClemBot
A Discord bot for server management with an emphasis on modularity and configuration. If you have an idea or a feature you would like to contribute feel free to open an issue and we as a community can begin discussion.
I made a discord bot, https://github.com/ClemBotProject/ClemBot https://clembot.io Its not super interesting right now in terms of features but it has all the basics and a solid foundation. But we have some grand plans in the future and once those are realized then I might look into marketing it more.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
https://github.com/TT-392/keyAlarm/tree/master
It shouldn't be too difficult to write your own though, so, if anyone wants to do so, feel free to steal the idea.
-
I made a simple tool to extract comments from PDFs with different severity levels. Mainly developed for my use marking up documents for review in an academic context, a need many academics have but I'm not sure how many others.
https://github.com/hoffmangroup/pdfcomments
-
I made PHONK https://phonk.app
It is a very easy-to-use self-contained JS framework for prototyping and making stuff with Android devices.
You can access sensors, NFC, bluetooth, MQTT, websockets, or write a simple UI with a couple of lines of code.
-
-
storykey
StoryKey is a proof of concept Brainwallet that converts an arbitrary string of data, such as a cryptocurrency private key, into an English paragraph intended for longterm human memory.
StoryKey, an attempt at improving BIP39 brain wallet mnemonics. https://github.com/jcraigk/story_key
-
I worked on (wouldn't say I completed) a testing framework for ML models, where you can specify a series of tests for a model to pass. The unique part is emphasizing support from the training data for the inferences you expect the model to make, i.e. checking that similar training data exists for some test cases and is influential in predicting them. It's pretty niche, and I don't explain it very well, but I remain convinced that with the right framing it represents a more rigorous way of making sure machine learning models are built and used "responsibly".
https://github.com/rbitr/pytkml
-
sserver
sserver is a simple headless server for hosting blog/static content and selling courses from your private github repository
did not abandoned it since i am using for myself but didn't put any effort into marketing either other than mentioning it on hn few times https://github.com/newbeelearn/sserver . It's hHeadless server for hosting courses and associated blog/static content from private github repository.
-
I didn't build it, but there's ViGEm for creating virtual Xbox 360 controllers: https://github.com/ViGEm/ViGEmClient
-
A data-synchronization library for Node.js
https://github.com/siriusastrebe/jsynchronous
Ever get tired of sending API requests and JSON payloads? Wouldn't it be cool if data just synced between server and client?
Jsynchronous lets you share deeply nested object/arrays between node.js and connected browsers – and any changes made to that variable.
-
BlueRetro
Discontinued Multiplayer Bluetooth controllers adapter for retro video game consoles & computers
I entertained the idea to make and sell the hardware myself. But in the end I learned that's it's not something I'm interested to get into. What I really like is working on the software.
In the end this pivoted into a more community driven project where multiple makers are selling various variations of the HW and giving me a cut of their profit to support the SW development.
Recently I even got a Chinese company, notorious for selling "clone" of OSHW projects, to support the SW development as well via GitHub sponsor.
I wrote a retrospective of last 3 years [2].
[1] https://github.com/darthcloud/BlueRetro
[2] https://github.com/darthcloud/BlueRetro/discussions/289
-
This seems to be a neat setup. I've found this script a couple days ago: https://github.com/gcloudrig/gcloudrig
(haven't given it a try just yet but surely looking forward to)
-
-
-
-
-
-
I got tired of worrying about third party image hosting providers and every self-hosted solution was either lacking features or was too bloated for my needs, so I build another one: https://github.com/karasevm/personal-gallery-node (there are gifs showcasing some of the features in the readme).
It support uploading jpg, png, gif, webp, webm, mp4 with drag-and-drop, through file picker, API, ShareX (with ready to use configs), and through Android share feature, if installed as a PWA.
The performance may not be the best, but my Pi2 handles it without issues.
I wanted to put up a demo before sharing it, and there's still no demo, but it's quick to try out with docker (but it can also just run through node if you want that for some reason).
-
A simple browser extension for Hacker News that shows a sidebar with links buried deep in HN comment threads such as this one - so that you can quickly glance at all the external things people are talking about.
https://github.com/dit7ya/hnlinks
-
The vGPU feature can be unlocked for several Nvidia GPUs: https://github.com/DualCoder/vgpu_unlock
I did not yet try it myself (maybe it doesn't even work anymore?), and it might not be an option for businesses.
-
-
-
kvm-switch
Control hardware KVM/Matrix devices when your mouse moves to the edge of the screen (by timgws)
The proverb 'necessity is the mother of invention' made me build a solution for sharing a keyboard and mouse between multiple devices.
Synergy/Barrier is not horrible, but I find the latency a little painful.
Ended up getting an industrial HDMI switch, with a KVM. Built a server in Go that connects to the serial port of all the devices.
A companion client that runs on all the machines tells the server when the mouse moves to the edge of the screen, so the USB inputs can be switched to the correct computer. Basically, it allows you to have multiple computers connected, to multiple displays, sharing one keyboard and mouse. (You can define layouts on the server, so the displays can move around on the matrix HDMI switcher).
https://github.com/timgws/kvm-switch
-