Posts

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

Fixing VMWARE tools on kali linux to enable copy paste properly - especially when you are doing OSCP

Hi Folks, So if you are playing around with kali linux on a VM you might have faced the issue of getting the vmware tools work properly. Especially when you want to copy paste files and clipboard contents between guest and host. This is very annoying thing and took lot of my precious time when i was doing OSCP course. Here is how i fixed it. My Setup I run a kali linux distro on vmware player which is recommended for doing the OSCP course. By default it has GNOME as the default GUI. I kind of hate it as it uses lot of resources and has all those stupid animations and stuff. I want something clean and precise when i am working, i am not into looks and too many features, just the bare minimum responsive system is always my favourite. So I installed LXDE which is light weight GUI for linux. you can install it with following command apt-get install lxde-core lxde kali-defaults kali-root-login desktop-base This will not make LXDE you default GUI, so if you reboot, you will n...

My 3d printing saga : Part 2 - Reinforcements Are Here!

Image
Hey guys, This is the second part of my blog posts on my prusa i3 build, if you havn't read the previous episode, you can find it here -  http://www.h4hacks.com/2015/06/beginning-of-my-3d-printing-saga-first.html Apologies to my readers as i am taking so long to write about the work that i have done. I request everyone to be patient, (lot of you guys ask me on facebook and all, Thanks) as i am finding it quite difficult to find time to do so. Ok now if you have read my first post, then you know that i made a huge mistake by buying the whole kit from the cheapest Indian seller at that time (Sep 2014). So whats done is done, i want to build a 3D printer. So i decided to burn lot more cash to replace all the crappy parts that was in the kit i bought. First of all, I purchased a new set of printed parts from global easy buy in ebay (geb.ebay.in). Here i bought a set of neatly printed prusa i3 parts. You can see the difference here Y Idler end Neat quality Finally ...