Really cool #article on writing #avx #accelerated #code https://www.codeproject.com/Articles/874.. Screw writing #libraries manually to support this though, it would take an insane amount of effort. I'm very happy to let somebody else write #optimisation functions for this stuff.
Interesting idea to have a whole #forum written in #assembly #language https://asmbb.org/ The #source #code can be found here: https://asm32.info/fossil/asmbb/index The #code is really quite something!
Very cool, #valve #banned 40k #players using #hacked #clients by #honeytrapping their #clients running unused #code https://www.theverge.com/2023/2/23/23611.. Would be great to see this method used more often!
Super nice #thesis from a #bachelors #student https://cme.h-its.org/exelixis/pubs/JanT.. The #result of their #work is that people who #swear produce better #code . They believe it is because it shows #passion for the #source #code .
This is very true, going from a #typed #language back to #python causes so many #issues https://avi.im/blag/2023/refactoring-pyt.. #python lets you write #code fast, but if it becomes large, it quikcly grows out of control.
The #nintendo 64 now runs #java - oh dear: https://hackaday.com/2023/01/12/java-is-.. On the other hand, it could bring the #platform to more people. Imagine what it could have been like back in the day if everybody could #code and #test their #game at home and submit it to become a proper game? #homebrew games would have been massive!
And this is why I prefer #lowtech #solutions to #editing #code - #vscode had a #remote #code #execution ( #rce ) #bug https://github.com/google/security-resea.. Somebody could literally #hack you because your #ide was trying to be too smart.
The #anime #acertainmagicalindex , #season 1 #episode 20, the #code of the #misaka #virus is just #html haha! The arc of #accelerator is really good though.
Pretty cool, some #researchers have been using #gps to #detect #northkorean #icmb #launches https://twitter.com/armscontrolwonk/stat.. The #python #code is here: https://github.com/tylerni7/missile-tid Very cool work!
#xterm allows for #code #execution via the #font ? https://www.openwall.com/lists/oss-secur.. It does #require #vim and #zsh to #exploit , but these are #popular #combinations these days! #debian actually #detected this all the way back in 2008! https://bugs.debian.org/cgi-bin/bugrepor..
Those using #ai #programming #assistants write more #insecure #code https://arxiv.org/abs/2211.03622 By that #logic , they likely have more #logic #errors , and likely add more #secutity #bugs . I'm also worried that we now get #generations of #programmers with zero #programming #capability .
Again, another reason I use #vim instead of #visual #studio #code by #microsoft https://ghuntley.com/fracture/ In all honesty I could probably #code a reasonable #alternative to #vim in just a few weeks if it only had the #features I regularly use.
Wow, somebody found a #sha 3 #hash #buffer #overflow https://mouha.be/sha-3-buffer-overflow/ Pretty impressive! Worse still, this #code has been #vulnerable for over 10 years!
#remind me to use this in some C or #cpp #code ! https://stackoverflow.com/questions/7825.. Especially when handling an #error , it is pretty funny! #trigraphs could be used for all kinds of #programming #trolling .
Interesting, somebody has gotten #github #copilot to work in #vim via the #terminal https://github.com/maxwell-bland/copilot.. It's not personally for me, I would rather write my own #code for now, but I would be interested to see somebody else's setup and how they can #utilize it.
This is a really cool #regex #expression #matcher #implementation in just 30 lines of C #code https://www.cs.princeton.edu/courses/arc.. Hats off to #robpike and #briankernigham !