HackDefendr

Results 44 comments of HackDefendr

For anyone that see's this later, how to install Ruby 3.0.4 on Ubuntu 22.04+ https://askubuntu.com/questions/1399788/ruby-installation-build-failed-ubuntu-20-04-using-ruby-build-20220324

This happens on MacOS latest versions as well. Compiled from source, not docker. sn0int will not start. ``` ./sn0int ___/ . ____ , __ .' /\ ` , __ _/_...

You did it wrong then. It works fine without issue and 5 antivirus never touched it.

Yes it works as long as you fully disable Windows Defender, Windows Firewall, and Windows UAC.

Initially I see an error about python not existing, I guessed it meant the symlink to the Python2 binary. I tried to fix this by creating the symlink pointing to...

Hi hi, I just am getting to this. Let me pull that branch and see how it goes. I will update this comment with details. UPDATE ``` ➜ ~ curl...

Confirmed. I am seeing this same behavior with the latest Starcoder2 model. ``` ~/devel/llama.cpp$ python3 convert.py --pad-vocab --skip-unknown --outtype f16 /home/jpop/devel/models/bigcode_starcoder2-15b Loading model file /home/jpop/devel/models/bigcode_starcoder2-15b/model-00001-of-00014.safetensors Loading model file /home/jpop/devel/models/bigcode_starcoder2-15b/model-00001-of-00014.safetensors Loading...

This looks like something that NotCurses could do. https://notcurses.com/

My friend created NotCurses https://notcurses.com/ and I bet if you were to re-write toot with it the images displayed would look better, load faster, and would make the TUI sparkle....

Unless I misread the notcurses docs, the library is written to be a drop-in replacement for curses. I am not 100% sure how that all works, but I think it...