Posts

Showing posts from 2017

Featured Post

Running four AI models fully offline on a Nextion ONX3248G035

Image
A while back I unboxed a Nextion touchscreen dev board and vibe-coded a WiFi auditor onto it . That board has been sitting on my desk ever since, and one question kept nagging: this thing has 8 MB of PSRAM and a dual-core ESP32-S3. Could it run an actual language model? Not talk to one over WiFi — run one. Turns out: yes. Four of them, in fact. No internet, no server, no phone, no PC. Everything in this video is generated by the chip on the board. All four models, on the board, offline. Loading a model from the SD card, then generating. What is actually running The board boots into a menu. Tap a model, it loads and starts generating. All of these were trained from scratch on an M2 Max in well under an hour. Malayalam English Arithmetic Icons Parameters 7.6M 7.6M 1.0M 577K Flash 3.95 MB 3.95 MB 0.41 MB 0.58 MB Speed 13.0 tok/s 14.9 tok/s 20.7 tok/s 3.4 s/image First things first: this is not a Nextion HMI The ONX3248G035 is sold under Nextion branding, and the name is...

CVSS 3.0 (CVSS v3.0) Calculator in Excel

Hey Folks, Update Apr 2018 : Finally added environmental metric to the sheet. Thanks to Lejla Memic for reading my blog and inspiring me to do it :). The Git now contains a new file with environment metric. Hope it helps What is going on? So i was searching for a decent example of CVSS Version 3 calculator in an excel spread sheet and i could not find it, though i got few formulas. So i thought may be i should do it. So here it is you can find a working calculator done in excel from the below link https://github.com/moheshmohan/cvssv3_Excel/ Please feel free to use it and modify it. Also please note that i have only considered the base metrics and temporal metrics in performing the calculations. It should be easy to add environmental too if you need that. You can find all the documentation on CVSS v3 here in the below link https://www.first.org/cvss/specification-document Hope you find this helpful somewhere. Please let me know your feedback via comments Thanks