HackerTrans
トップ新着トレンドコメント過去質問紹介求人

panki27

752 カルマ登録 5 年前
https://theresno.cloud/

投稿

CISA Emergency Directive 25-03 – Potential Compromise of Cisco Devices

cisa.gov
1 ポイント·投稿者 panki27·10 か月前·0 コメント

OverTheWire: WarGames

overthewire.org
1 ポイント·投稿者 panki27·11 か月前·0 コメント

コメント

panki27
·8 日前·議論
It's called DNSGlobe but it does not feature a globe, only a map :(
panki27
·2 か月前·議論
Not too far from the truth. The Flipper is good as a toy, but for serious RFID things you want a proxmark 3 clone with Iceman firmware ;)
panki27
·2 か月前·議論
I managed to get `pyvista` to render arbitrary 3D shapes directly to the terminal using kitty graphics. It's a giant hack, only way to make it performant is using shm.

https://git.theresno.cloud/panki/kglobe
panki27
·3 か月前·議論
Had a similar setup based on an Arduino, 3 hardware filters (highs/mids/lows) for audio and a serial connection. Serial was used to read the MIDI clock from a DJ software.

This allowed the device to count the beats, and since most modern EDM music is 4/4 that means you can trigger effects every time something "changes" in the music after synching once.
panki27
·6 か月前·議論
Ourobouros - The mythical snake that eats its own tail (and ingests its own excrement)
panki27
·6 か月前·議論
I wondered the same thing, but characters usually don't reach the edges, so I guess circles fit the average character better?
panki27
·6 か月前·議論
I have exactly the same Sony Vegas keygen experience as the parent poster, but with the song from your fifth link!
panki27
·7 か月前·議論
Nothing stops you from creating a PR :-)))
panki27
·8 か月前·議論
What does this do that OpenWebUI (or one of the many of other solutions) does not?
panki27
·8 か月前·議論
What are compile times like right now, with modern hardware?
panki27
·8 か月前·議論
I believe you are referring to GNU/Linux, or as I've recently taken to calling it, GNU plus Linux.
panki27
·9 か月前·議論
The link appears to be broken, it redirects me to the main page.
panki27
·9 か月前·議論
For tmux users: you can use the lock-command option with something like cmatrix for a quick and dirty screensaver.
panki27
·9 か月前·議論
My most used function is probably the one I use to find the most recent files:

    lt () { ls --color=always -lt ${1} | head }
panki27
·9 か月前·議論
It's hidden in the "Copy" drop down at the top right.

https://http3-explained.haxx.se/~gitbook/pdf?limit=100
panki27
·9 か月前·議論
What are the chances that Telegram is an op by the FSB?
panki27
·10 か月前·議論
This must be the dream resource of every physics teacher.
panki27
·10 か月前·議論


   $ git clone --no-checkout $URL/repo.git
   $ cd repo/
   $ git sparse-checkout init
   $ git sparse-checkout set subdirectory_i_want
   $ git checkout main
panki27
·10 か月前·議論
All that's missing is `curl ... | sudo bash` as install instruction in the README
panki27
·10 か月前·議論
This needs an option to use the Kitty Graphics Protocol: https://sw.kovidgoyal.net/kitty/graphics-protocol/

No need to render to ASCII/Unicode anymore!