Category: software fail

Bugs in Hardware – intel microcode updates
12.01.2018

Update: 2018.12: ForeShadow – guest reading Level1 Cache of host ForeShadow (known as L1 Terminal Fault (L1TF) by Intel)[1][2] is a vulnerability that affects modern microprocessors that was first discovered by two independent teams of researchers in January 2018, but […]

Programming Languages and Security
03.04.2017

ich wollte mal wissen, wie steht es eigentlich um die Security auf Technologie / Programmiersprachen-Ebene? D.h. welche Programmiersprachen machen es einem schwer vs. einfach sichere Software zu schreiben? Natürlich kann man in jeder Programmiersprache angreifbare Projekte entwickeln… das ist kein […]

03.04.2017

this could be because for some f*** reason it can only delete like 100 users at a time… so if you want to delete more than 300 users it won’t do anything. this is another pain in the f*** ass […]

20.01.2015

interesting example, for comparison (e.g. in TextWrangler (OSX)): procedural: [cc lang=”php” escaped=”true” width=”500″] ‘Tom’, ‘job’ => ‘Button-Pusher’, ‘age’ => 34 ); $person2 = array( ‘name’ => ‘John’, ‘job’ => ‘Lever-Puller’, ‘age’ => 41 ); // Output the starting values for […]

31.03.2014

javascript jquery html form element – also submit checkboxes that have the “off” state solution: http://jsfiddle.net/az7s5/ [cc lang=”js” escaped=”true” width=”500″] // serialize form, also send values for checkboxes that are “off” $(form).children().each(function() { add = “”; //access to form element via […]

13.02.2014

Source: https://en.wikipedia.org/wiki/RAID#RAID_5_in_enterprise_environments “RAID 5 is seriously affected by the general trends regarding array rebuild time and chance of failure during rebuild.[56] In August 2012, Dell posted an advisory against the use of RAID 5 in any configuration and of RAID 50 with “Class […]