Overview for 'ircmaxell'
Written by Ircmaxell
/ Original link
on Feb. 1, 2021
Last year, my partner and I moved into a new (to us) house. One of the first things I needed to get done was to get our home network setup as we both were (still are) working from home due to COVID-19. This post will explore some of that process, some of the decisions I made along the way, what I…
Written by igorw
/ Original link
on Aug. 24, 2019
Stack Machines: Compilers fundamentals << rpn-calculator << shunting-yard << io << jumps << conditionals << comments << calls << variables << stack-frames << heap << compilers This is a guest post by the one and only Anthony Ferrara…
Written by Ircmaxell
/ Original link
on Apr. 22, 2019
It’s no secret that I’m into building toy compilers and programming languages. Today I’m introducing something that’s not a toy (I hope). Today, I’m introducing php-compiler (among many other projects). My hope is that these projects will grow from experimental status into fully production ready sy…
Written by Ircmaxell
/ Original link
on Apr. 22, 2019
It’s no secret that I’m into building toy compilers and programming languages. Today I’m introducing something that’s not a toy (I hope). Today, I’m introducing php-compiler (among many other projects). My hope is that these projects will grow from experimental status into fully production ready sy…
Written by Ircmaxell
/ Original link
on Jun. 21, 2018
Recently my team was working to implement Brakeman in our CI processes to automatically scan our codebase for security vulnerabilities. Among a few other issues, it identified a handful of similar XSS vulnerabilities of a similar pattern: <script type="text/javascript"> var FOO = "<%= raw…
Written by Ircmaxell
/ Original link
on Jun. 21, 2018
Recently my team was working to implement Brakeman in our CI processes to automatically scan our codebase for security vulnerabilities. Among a few other issues, it identified a handful of similar XSS vulnerabilities of a similar pattern: <script type="text/javascript"> var FOO = "<%= raw…