Ask HN: What are you working on?
1–10 of 20 posts
Re: Ask HN: What are you working on?
#2Re: Ask HN: What are you working on?
#3Re: Ask HN: What are you working on?
#4It was a pain point from a start up I cofounded before where we needed Kubernetes flexibility but developers hated using it. I figured there was no reason why it had to be hard to use and thus Canine was born.
Re: Ask HN: What are you working on?
#5Here are a few things I'm curious about: Is direct manipulation of files and the file system becoming abstract for the younger generation?
Are Windows/Mac users no longer using file managers?
Is File Explorer/Finder good enough, even for a fairly technical crowd?
Re: Ask HN: What are you working on?
#6Re: Ask HN: What are you working on?
#7> https://github.com/sw-ml-study/demo-extensions shows my first attempt at an extension, desktop graphics. README shows a Conway's Life "Glider" on an interactive view of a 3D torus (and other desktop examples).
The underlying language is implemented in Rust, and supports running in a browser via WASM, but the language itself is an array programming language I created to help me visualize my study of ML. (This is my non-Python response to Jupyter notebooks and Google Colab)
Then I wanted to visualize ML-related Math concepts so I added some demo repos.
And then I added language features to make it a more general purpose application development language, with libraries as a way to share code. So I added I/O, functional programming features, etc. and related demos. Dogfooding!
And more recently the dynamic Rust extension mechanism to add things that cannot be written easily in the array language itself (or for features that would clutter the language).
Maybe I can add a networking extension or an infinite precision math library.
So my curiosity is around what belongs in the base language and what belongs in optional dynamic extensions.
Re: Ask HN: What are you working on?
#8Completely free, no ads, no subscription for public benefit and we've 17,000+ users already.
Back in time, many people used to say, "I am genetically predisposed to fat or underweight" All of them were proven wrong by macrocodex's method.
No matter if your metabolism is slow or fast, most people will see guaranteed results!
Re: Ask HN: What are you working on?
#9Lately I used it to generate print patterns with math that you wouldn't get from a slicer, which was fun. Right now my biggest hurdle is the compiler choking on large compiled outputs. School's taken most of my time, but I'm moving the application off browser localStorage onto a proper JSON persistence layer this month. I do hope to add more features in the future.
If anyone wants to take a look and critique: https://github.com/Disla-Novo/Dimidium_Bellerophon
Re: Ask HN: What are you working on?
#10https://www.youtube.com/watch?v=50oQQThXWnc&list=PLVFWiVG-hZ...
On the tech side: I've spent the past few months working on little projects mostly coded via LLMs. Used it to build my own little AI agent in python attempting to keep it stdlib-only, and a little blog engine with MFA. Things I would never have previously been able to do as a sysadmin/infrastructure but not developer. It's been an interesting learning experience, but have spent months not getting anything to a fit state to share with the world.