Mike Mol (@mmiscool) 's Twitter Profile
Mike Mol

@mmiscool

Industry 4.0 & browser based mfg workflows are my passions.
Autodrop3d.com
SerialTerminal.com
openSCAD.cloud
espbasic.com
autodrop.cloud/jsketcher/

ID: 531391427

linkhttp://esp8266basic.com calendar_today20-03-2012 16:06:11

384 Tweet

154 Takipçi

264 Takip Edilen

Mike Mol (@mmiscool) 's Twitter Profile Photo

I hate Bill Gates for only one reason and it's not for brining back polio. Ctrl+F in Outlook should be the find command and work like any other piece of software in the office suite. Making Ctrl+f trigger the forward email action is purely Bill Gates fault and is documented.

Mike Mol (@mmiscool) 's Twitter Profile Photo

Should the federal government use eminent domain to make take TurboTax and make it a free tool for everyone and at the same time destroying the machine that has consistently lobbied to make the tax code more confusing for everyone?

Mike Mol (@mmiscool) 's Twitter Profile Photo

So the fruitfly had to die to become immortal living on in thousands of simulations that will be created using its complete brain mapped and loaded in to a simulation. How long until we can do this with a small mammals brain? news.berkeley.edu/2024/10/02/res…

Mike Mol (@mmiscool) 's Twitter Profile Photo

Been working on a little project that is designed specifically to create javascript libraries using LLMs. It can use #openAI #groq and local #ollama to generate and modify js files using prompts. github.com/mmiscool/aicod… #ollama #llm #devinAi #javascript #nodejs #code #ai

Been working on a little project that is designed specifically to create javascript libraries using LLMs. 
It can use #openAI #groq and local #ollama to generate and modify js files using prompts. 
github.com/mmiscool/aicod…

#ollama #llm #devinAi #javascript #nodejs #code #ai
Mike Mol (@mmiscool) 's Twitter Profile Photo

I used aiCoder to build this project in just a couple of hours only prompting. editme.cloud Its a tabbed no install editor that runs in the browser and uses the browsers API to access a folder you allow it to touch on the local file system. github.com/mmiscool/editm…

Mike Mol (@mmiscool) 's Twitter Profile Photo

Been working on a new method for merging snippets generated by LLMs in to existing code files using abstract syntax trees. It works extremely well. Here is a set of slides that explains the method and walks through the implementation in the aiCoder tool. docs.google.com/presentation/d…

Mike Mol (@mmiscool) 's Twitter Profile Photo

#vibecoding I wrote a new library specifically for using ASTs to deterministically merge LLM generate code in to existing files supporting #HTML, #javascript and #CSS. github.com/mmiscool/snips… Having an LLM regenerate a whole file very time is not the way.

Mike Mol (@mmiscool) 's Twitter Profile Photo

I should not need googles permission to create and install custom applications on my android phone. Google screw you. Only reason I run android is because i can install what ever apk I want.

Mike Mol (@mmiscool) 's Twitter Profile Photo

Been experimenting on building a #BREP kernel from scratch. Working on making it so that you can put fillets on meshes.

Been experimenting on building a #BREP kernel from scratch. Working on making it so that you can put fillets on meshes.
Mike Mol (@mmiscool) 's Twitter Profile Photo

Screen recording software for linux sucks. So I got angry and then got coding. screenCap.me is the brand new screen recording utility I made that lets you capture multiple clips & trim/combine them in to a single output video file completely client side in the browser.

Screen recording software for linux sucks. So I got angry and then got coding. screenCap.me is the brand new screen recording utility I made that lets you capture multiple clips & trim/combine them in to a single output video file completely client side in the browser.
Mike Mol (@mmiscool) 's Twitter Profile Photo

Github has a nice little API for client side only web applications that lets you read/write to git repos. BREP.io now has a fancy new landing page that allows you to add your own git repos to use for CAD model storage.

Github has a nice little API for client side only web applications that lets you read/write to git repos. BREP.io now has a fancy new landing page that allows you to add your own git repos to use for CAD model storage.
Mike Mol (@mmiscool) 's Twitter Profile Photo

How big is your CAD application? With out a bunch of optimization my BREP.io application is only 8.6 MB. Everything is running client side in the browser.

How big is your CAD application? 
With out a bunch of optimization my BREP.io application is only 8.6 MB. Everything is running client side in the browser.
Mike Mol (@mmiscool) 's Twitter Profile Photo

youtu.be/-uC7-JMZ8PI Did some more work on BREP.io Added easy to use draggable grips for all the basic features so you can either edit in the dialog or interactively in the model.