Code Catalog: https://codecatalog.org
On top of that, I am a solo-developer, and I have to prioritize ruthlessly, i.e. whether a new idea adds something meaningful to a game, or it is nice to have but will drain my energy, and I will abandon a game quickly. I am lucky to meet great people in gamedev groups. Also, I find gamedev community very friendly and supportive. I am still miles away from the first playable build, but it is a rewarding experience. If anyone is curious, here is what it looks like: https://twitter.com/oneearedrabbit/status/142057536513165312...
Iceberg Charts are an information format in which an image is divided into tiers and things are sorted into this structure by how well known they are, with the most popular entries at the top and the truly obscure at the bottom.
This makes them an interesting structure to share ones' interests and explore and learn more about topics one isn't too familiar with.
I liked the format very much so I created this site that makes creating them easier and adding descriptions and links to the entries possible.
The most relevant for this site is probably https://icebergcharts.com/i/Python_Syntax
While the audio is supposed to be the main draw, I'm actually enjoying finding interesting new papers there on a daily basis! You can see my recent submission history to know what I mean.
Any feedback / suggestions welcome.
Its backend (Exocore[2]) is built on top of a personal / private blockchain and is made from the ground up to be hosted in a semi-decentralized fashion on your own personal devices (your computer, raspberry pi, a cloud instance, etc.). It is written in Rust and has iOS, C and Web (WASM) clients. It's extensible via WebAssembly written applications.
It has very rough edges, but I'm using it daily to organize my life. It has also been my learning playground to improve my Rust skills over the last two years (it was on another tech stack before).
[1]: https://github.com/appaquet/exomind [2]: https://github.com/appaquet/exocore
During WWDC I was amazed at the new Object Capture APIs for MacOS Monterey that let you create 3D models from photos (see https://hologrid.app/explore ).
Unfortunately these APIs aren't available on Intel Macs nor on iOS devices.
Because of this I created https://hologrid.app/explore
With Hologrid you can create, manage, and share high-quality Augmented Reality (USDZ) experiences within your browser.
I'm trying to create "the Vimeo of augmented reality".
If you upload a zip of images to hologrid, my bank of m1 macs will turn your images into a model. They'll then host the model on your behalf, and also generate a GLTF/GLB preview (so you can view the model in your browser).
Check it out here: https://www.hashtagreplay.com
Would love any feedback or comments!
Hermes (https://hermes.dev.huginn.uk) accounting software
Cosearch (https://cosearch.dev.huginn.uk) front end for Compnies House API.
Tripper (https://tripper.dev.huginn.uk) Planner for multi-leg trips.
You actually don't need to know any Japanese to start with it, as it's entirely based on loanwords.
It’s a web-based PDF editor: add text fields, checkboxes, pictures (watermark) and signatures to otherwise non-interactive PDF documents
See how high a score you can get and let me know if you can think of any gameplay improvements. :)
I also work on https://www.checkbot.io/, a browser extension that checks websites for SEO issues.
I'm trying to build a database system from scratch (without using third party libraries) in modern C++ (I do use googletest for unit tests).
I've mostly been stumbling around but having no prior experience writing anything like this, I think I am at a place where things might start coming together soon.
Initially I had very different goals but now I think I will focus on things like indices, full fledged SQL support and more data types later, once I have the basic model working.
I did get to learn a lot while working on it, and hopefully will get to learn a lot more as things come up.
Some of the resources which were very helpful were the CMU database course on youtube and the book called "database internals" by Alex Petrov (I just read parts of it as required). Also the book Writing an interpreter in Go by Thorsten Ball was very useful when writing the sql parser.
You can read more here: https://playingfordoubles.substack.com/p/invest-like-a-vc-in...
Using Blocktimize, you can receive webhooks for smart contract events instead of having to connect a node/scan blocks, connect smart contracts to analytics engines like Amplitude, and finally I'm working on adding daily and weekly reports for smart contracts.
1. A user mode ISDN stack written primarily in Erlang, with bits of C and Java for certain components. This one is pretty ambitious but it will end up supporting both typical LAPD/Q.931 connections as well as Frame Relay and X.25 on both BRI and PRI interfaces. I’ve sunk more money that I should have on hardware for this project and still need more. At the interfaces level, though the stack will support DAHDI devices (if I can ever get it to work properly), the osmo-e1d interfaces, which is a neat price of hardware I found about about through HN[1], and whatever normal ISDN terminal adapters I can reverse engineer control protocols for (I imagine most are at least somewhat AT compatible). Biggest barrier for this project is just my laziness and unwillingness to write some of the more boilerplate stuff as well as handling the U-interfaces for BRI since it’s just not possible to get an actual ISDN BRI line anymore. I’ve wondered about hacking around it with NT1’s or U-interface expansions for Cisco routers, but I have my doubts it would work. I could also use some CO simulators but they’re rare and other line emulators are rather expensive. Its hard to get help when I get stuck because it’s just so niche. Can’t really reach out to most retro resources and most telecom stuff around those seem mostly analog/PSTN type stuff and more modern networking/telecom communities will likely just play 20 questions trying to figure out why I’m using an obsolete technology. Like I said it’s an ambitious project, and I’ve planned out extremely good design docs, reference applications including a H.320 video soft phone and a couple of APIs to interface with it (CAPI and JTAPI). I’ve probably mentioned this project so many times that people don’t actually believe I’m working on it though.
2. A custom DOCSIS modem, built on a limesdr. Unfortunately I only have a very old DOCSIS CMTS and cannot run this on a real line legally so it’ll be based on whatever DOCSIS version is supported by my CMTS. Haven’t done much work on this because there’s just so much setup to do. I need to reset the CMTS, set up the sdr, brush up on calculus, keep the manual for the CMTS and DOCSIS specs open to refer back to, etc. I also plan to make Linux and Windows (NDIS) drivers so you can connect the sdr directly to the coax and get a network interface.
It's originally call https://hanami.run but the name is conflict with hanamirb.org so I'm in process of changing name.
Overall the project consists of:
- An iOS shortcut that converts the day’s data to a CSV using HealthExport [1] and submits it to my API
- A tiny Phoenix API [2] that uploads the data to graphjson.com which I use for the visualisations and to avoid maintaining a database of my own for this
- A dashboard written in NextJS that shows my visualisations, hosted at that running.callumm.dev URL
I built it on a whim over the last month when I decided to start trying to run every day, so it does fun things like compare to last month. I’m sure I’ll keep tweaking things over time but this stack feels pretty good to hack on so far!
My favourite visualisation is one that shows the proportion of time spent in each heart rate zone per run over time. It’s something I’ve been working to get under control (I used to run at a consistently very high heart rate) and it’s awesome to be able to visualise that progress.
[1] https://healthexport.app/ - not mine or affiliated, but it’s a couple of dollars one time buy and makes my iOS shortcut work!
[2] GitHub repo for the data import API: https://github.com/mcintyre94/callum_runs
[3] GitHub repo for the dashboard: https://github.com/mcintyre94/callum_runs_dashboard
Last year I started making videos showing the code and the improvements I've made: https://www.youtube.com/playlist?list=PLGonE3T1sorRgdHNBGhpj...
That's just one of my projects, but the one I'm most proud of. Even if the code isn't conventional or pretty. :-)
Using tags, I am able to keep track of my offline side project - restoring a Boston Whaler boat: https://shanecleveland.com?tag=whaler
I've also been keeping a twitter thread of updates as I build it: https://twitter.com/RozenMD/status/1364881512500404224?s=20
I've got a demo up here - https://demo.sponsaurus.com/wells-weekly
And a bit more info on a landing page I put together - https://sponsaurus.com/
I'd love some feedback!
But right now I am taking a short break and working on a free subscription-tracking app (so you can keep track of all your online subscriptions and get notified when they renew), mostly because I really need such a product and the ones that I found are too hard to use.
I want to provide discoverability for content, without locking bloggers into specific platforms. This project also serves as my playground to experiment with new things.
You can create images on the fly just by writing query string.
For example https://img.bruzu.com/?a.text=Something
Clickable home page link https://bruzu.com
I make a trading bot able to buy when it detects bullish movement, and then later sells at stop loss / take profit thresholds.
I was recently refreshing my TRON bot on codingame.com and decided it would be nice to write an environment to run it locally. So I did, I was nicely surprised to see python3.9 has subprocess in asyncio module, lots of fun :)
(iOS, macOS)
rad is Yet Another Build Tool.
made it a bit ago, but recently gave it a spit shine for deno 1.x+ support
BT client for JVM. Been getting a lot of love from contributors lately.
A web platform for recruiters and sourcers to find passive technical talent outside of LinkedIn.
I am working on E-commerce search engine http://itemfinder.io/
It's just a silly app where you write 200 words and pass it on.
Currently in alpha but let me know what you think.