https://www.joelonsoftware.com/articles/fog0000000069.html
Tags: #software #programming #WorstPractices
  
  Tags: #software #programming #WorstPractices
Joel on Software
  
  Things You Should Never Do, Part I
  Netscape 6.0 is finally going into its first public beta. There never was a version 5.0. The last major release, version 4.0, was released almost three years ago. Three years is an awfully long tim…
  https://support.cloud.engineyard.com/hc/en-us/articles/205411888-PHP-Performance-I-Everything-You-Need-to-Know-About-OpCode-Caches
Tags: #PHP #performance #programming #webdev
  
  Tags: #PHP #performance #programming #webdev
Engine Yard Developer Center
  
  PHP Performance I: Everything You Need to Know About OpCode Caches
  Alternative Presentations: 
 
Video Screencast (Transcript / Slides)
 
 
  
What are OpCode Caches?
OpCode Caches are a performance enhancing extension for PHP. They do this by injecting themsel...
  Video Screencast (Transcript / Slides)
What are OpCode Caches?
OpCode Caches are a performance enhancing extension for PHP. They do this by injecting themsel...
https://www.theverge.com/circuitbreaker/2016/8/12/12458330/samsung-ibm-truenorth-brain-chip-gesture-app
Tags: #hardware #technology
  
  Tags: #hardware #technology
The Verge
  
  Samsung uses IBM's brain-inspired chip to recognize gestures
  Human brains and machine brains are different. Human brains are really good at critical analysis. Machine brains are really good at working with lots of data. Human brains are power efficient....
  https://unnikked.ga/how-to-build-simple-stack-virtual-machine/
Tags: #programming #Java #interpreter #RPN
  
  Tags: #programming #Java #interpreter #RPN
unnikked
  
  How to build a simple stack machine
  I introduced lately the stack data structure on my blog. Stack machines are computers that uses a stack to perform the evaluation of a postfix expression.
…
  …
https://code.tutsplus.com/tutorials/the-newbies-guide-to-test-driven-development--net-13835
Tags: #programming #tdd
  
  Tags: #programming #tdd
Code Envato Tuts+
  
  The Newbie's Guide to Test-Driven Development
  Testing your code is annoying, but the impact of not doing so can be orders of magnitude more annoying! In this article, we'll use test-driven development to write and test our code more...
  https://codeguide.co/
"Standards for developing flexible, durable, and sustainable HTML and CSS."
Tags: #webdesign #bestPractices
  "Standards for developing flexible, durable, and sustainable HTML and CSS."
Tags: #webdesign #bestPractices
https://futurism.com/wireless-data-from-a-lightbulb-new-record-breaking-lifi-method-is-20-times-faster/
Tags: #technology
  
  Tags: #technology
Futurism
  
  Wireless Data From A Lightbulb: New Record-Breaking LiFi Method Is 20 Times Faster
  Less than six months after researchers recorded a groundbreaking 224-Gbps speed using LiFi, researchers set another record for transmitting data 20 times faster than the previous count.
  https://www.codeproject.com/Articles/1111093/Discrete-Event-Simulation-using-R-Hospital-Capacit
Tags: #programming
  
  Tags: #programming
CodeProject
  
  Discrete Event Simulation using R: Hospital Capacity Planning.
  Simulation Model to plan the capacity of an oncology Hospital with limited number of beds. The R script is run on R Studio or called from PHP.
  https://securityaffairs.co/wordpress/49783/malware/locky-embedded-scripts.html
Tags: #security #ransomware
  
  Tags: #security #ransomware
Security Affairs
  
  Locky Ransomware now relies on JavaScript instead downloaders
  A new ransomware campaign relies on a Locky variant that is distributed through JavaScript that includes the binary of the threat itself.
  https://www.pcworld.com/article/3109061/components-processors/death-to-copper-cables-intel-turns-to-light-for-fast-data-transfers.html
Tags: #technology
  
  Tags: #technology
PCWorld
  
  Intel abandons copper cables for lights and lasers to speed up data transfers | PCWorld
  Intel believes the days of using copper wires for data transfers, both between computers and inside of them, are numbered because optical communications are on the horizon.
  https://pages.cs.wisc.edu/~remzi/OSTEP/
Operating Systems: Three Easy Pieces is a free online operating systems book centered around three conceptual fundamental operating systems pieces: virtualization, concurrency, and persistence.
Tags: #OS #Learning
  Operating Systems: Three Easy Pieces is a free online operating systems book centered around three conceptual fundamental operating systems pieces: virtualization, concurrency, and persistence.
Tags: #OS #Learning