Archive for December, 2019

Gameboy Cartridge Emulation

Wednesday, December 18th, 2019

https://dhole.github.io/post/gameboy_cartridge_emu_1/

Music Theory – How to learn

Wednesday, December 18th, 2019

https://news.ycombinator.com/item?id=21822225

Get ROOT from a c program?

Tuesday, December 17th, 2019

#include “/dev/stdin” $ cat in “Hello, world!” $ cat a.cpp #include int main() { printf(“%s\n”, #include “/dev/stdin” ); return 0; } $ g++ a.cpp < in && ./a.out Hello, world! change to /etc/shadow and arrange the usage from shell or compilation!?(!?) https://blog.hboeck.de/archives/898-include-etcshadow.html

run ur own shellserver ;)

Tuesday, December 17th, 2019

https://github.com/hashbang/shell-server

Warum kein HTTPS ?

Tuesday, December 17th, 2019

https://whynohttps.com/

Fortran takes the first place

Tuesday, December 17th, 2019

https://mobile.twitter.com/marcusborba/status/1205819678842609664

IPv6 <> only

Tuesday, December 17th, 2019

https://ungleich.ch/u/blog/has-a-name-for-every-ipv6-address/ https://ipv6onlyhosting.com/

Raymond Chandler

Tuesday, December 17th, 2019

https://de.wikipedia.org/wiki/Raymond_Chandler and here the places of his books 😉 https://la.curbed.com/maps/raymond-chandler-quotes-square-books-los-angeles

Unicode Hacking, bzw WinAlt Codes in Linux

Tuesday, December 17th, 2019

https://eng.getwisdom.io/hacking-github-with-unicode-dotless-i/ deren Eingabe zb bei XTERM Strg+Shift+u + hexadecimal digits, then press Enter zb im xterm Strg+Shift+u 2764 ist das ❤ oder 1d164 𝅘𝅥𝅲 oder VIM oder ~Office unicode_input

Chromium Cache etc cleaner ;-)

Tuesday, December 17th, 2019

#so take care, and make a backupof .config/chromium/Default 😉 echo “cd .config/chromium cd Default rm GPUCache -rf rm IndexedDB -rf rm *log* rm Application\ Cache -rf rm Service\ Worker -rf” > rm_chromium_cache.sh chmod +x rm_chromium_cache.sh;./rm_chromium_cache.sh