Advertisement
Membership
Login
ACCU Buttons
Browse in : | > Journals > Overload |
• Blogs
ACCU Topics
(2)
- ACCU magic
How to Write a Programming Language: Part 2, The Parser
Description : We’ve got our tokens: now we need to knit them together into trees. Andy Balaam continues writing a programming language with the parser. by Andy Balaam
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
Description : We’ve got our tokens: now we need to knit them together into trees. Andy Balaam continues writing a programming language with the parser. by Andy Balaam
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
Compile-time Data Structures in C++17: Part 1, Set of Types
Description : Compile time data structures can speed things up at runtime. Bronek Kozicki details an implementation of a compile time set. by Bronek Kozicki
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
Description : Compile time data structures can speed things up at runtime. Bronek Kozicki details an implementation of a compile time set. by Bronek Kozicki
Category: [ Overload Journal #146 - August 2018 | Programming Topics ]
Afterwood
Description : Much ado about nothing. Chris Oldwood considers what we have when we have nothing. by Chris Oldwood
Category: [ Overload Journal #146 - August 2018 | Design of applications and programs ]
Description : Much ado about nothing. Chris Oldwood considers what we have when we have nothing. by Chris Oldwood
Category: [ Overload Journal #146 - August 2018 | Design of applications and programs ]
Automate all the things
Description : Automation can speed things up. Frances Buontempo considers how it can make things worse. by Frances Buontempo
Category: [ Overload Journal #145 - June 2018 | Journal Editorial ]
Description : Automation can speed things up. Frances Buontempo considers how it can make things worse. by Frances Buontempo
Category: [ Overload Journal #145 - June 2018 | Journal Editorial ]
How to Write a Programming Language: Part 1, The Lexer
Description : Writing a programming language might sound very difficult. Andy Balaam starts his series with a lexer. by Andy Balaam
Category: [ Overload Journal #145 - June 2018 | Design of applications and programs ]
Description : Writing a programming language might sound very difficult. Andy Balaam starts his series with a lexer. by Andy Balaam
Category: [ Overload Journal #145 - June 2018 | Design of applications and programs ]
Type-agnostic Tracing Using {fmt}
Description : Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf. by Mike Crowe
Category: [ Overload Journal #145 - June 2018 | Programming Topics ]
Description : Tracing compound and custom types is a challenge. Mike Crowe demonstrates how {fmt} provides a safe alternative to printf. by Mike Crowe
Category: [ Overload Journal #145 - June 2018 | Programming Topics ]
A Short Overview of Object Oriented Software Design
Description : Object oriented design has many principles. Stanislav Kozlovski demonstrates good design through a role playing game. by Stanislav Kozlovski
Category: [ Overload Journal #145 - June 2018 | Programming Topics ]
Description : Object oriented design has many principles. Stanislav Kozlovski demonstrates good design through a role playing game. by Stanislav Kozlovski
Category: [ Overload Journal #145 - June 2018 | Programming Topics ]
Afterwood
Description : The curse of Agile. Chris Oldwood outlines how it affects his day at work. by Chris Oldwood
Category: [ Overload Journal #145 - June 2018 | Process Topics ]
Description : The curse of Agile. Chris Oldwood outlines how it affects his day at work. by Chris Oldwood
Category: [ Overload Journal #145 - June 2018 | Process Topics ]
Deeds not words
Description : Women’s suffrage used the motto “Deeds not Words". Frances Buontempo applies this to programming. by Frances Buontempo
Category: [ Overload Journal #144 - April 2018 | Journal Editorial ]
Description : Women’s suffrage used the motto “Deeds not Words". Frances Buontempo applies this to programming. by Frances Buontempo
Category: [ Overload Journal #144 - April 2018 | Journal Editorial ]
No News is Good News
Description : Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do. by Paul Floyd
Category: [ Overload Journal #144 - April 2018 | Programming Topics ]
Description : Using ‘new’ without care can be slow. Paul Floyd uses Godbolt’s compiler explorer to see what happens when you do. by Paul Floyd
Category: [ Overload Journal #144 - April 2018 | Programming Topics ]
Monitoring: Turning Noise into Signal
Description : Creating useful logging is a constant challenge. Chris Oldwood shows us how structured logging helps. by Chris Oldwood
Category: [ Overload Journal #144 - April 2018 | Design of applications and programs ]
Description : Creating useful logging is a constant challenge. Chris Oldwood shows us how structured logging helps. by Chris Oldwood
Category: [ Overload Journal #144 - April 2018 | Design of applications and programs ]
The Interface to Component Pattern and DynaMix
Description : Dynamic Polymorphism is hard in C++. Borislav Stanimirov demonstrates how the DynaMix library helps. by Borislav Stanimirov
Category: [ Overload Journal #144 - April 2018 | Design of applications and programs ]
Description : Dynamic Polymorphism is hard in C++. Borislav Stanimirov demonstrates how the DynaMix library helps. by Borislav Stanimirov
Category: [ Overload Journal #144 - April 2018 | Design of applications and programs ]
5 Reasons NOT to Use std::ostream for Human-Readable Output
Description : C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead. by Sergey Ignatchenko
Category: [ Overload Journal #144 - April 2018 | Programming Topics ]
Description : C++’s ostream can be hard to use. Sergey Ignatchenko suggests we use the {fmt} library instead. by Sergey Ignatchenko
Category: [ Overload Journal #144 - April 2018 | Programming Topics ]
Practical Cryptographical Theory for Programmers
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started. by Deák Ferenc
Category: [ Overload Journal #144 - April 2018 | Design of applications and programs ]
Description : Cryptography is a daunting subject. Deák Ferenc helps you get started. by Deák Ferenc
Category: [ Overload Journal #144 - April 2018 | Design of applications and programs ]
Ex Hackina
Description : Machine Learning and AI are popular at the moment. Teedy Deigh takes the Turing test. by Teedy Deigh
Category: [ Overload Journal #144 - April 2018 ]
Description : Machine Learning and AI are popular at the moment. Teedy Deigh takes the Turing test. by Teedy Deigh
Category: [ Overload Journal #144 - April 2018 ]
Hapaxes, Singletons and Anomalies
Description : Programmers can be odd. Frances Buontempo celebrates many manifold peculiarities. by Frances Buontempo
Category: [ Overload Journal #143 - February 2018 | Journal Editorial ]
Description : Programmers can be odd. Frances Buontempo celebrates many manifold peculiarities. by Frances Buontempo
Category: [ Overload Journal #143 - February 2018 | Journal Editorial ]
A Wider Vision of Software Development
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close. by Charles Tolman
Category: [ Overload Journal #143 - February 2018 | Design of applications and programs ]
Description : Is code a hopeful arrangement of bytes? Charles Tolman brings his Organising Principles series to a close. by Charles Tolman
Category: [ Overload Journal #143 - February 2018 | Design of applications and programs ]
An MWSR Queue with Minimalist Locking
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue. by Sergey Ignatchenko
Category: [ Overload Journal #143 - February 2018 | Design of applications and programs ]
Description : Multithreaded queues come in many flavours. Sergey Ignatchenko describes his implementation of a multiple writer single reader queue. by Sergey Ignatchenko
Category: [ Overload Journal #143 - February 2018 | Design of applications and programs ]
Testing: Choose the Right Level
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right. by Andy Balaam
Category: [ Overload Journal #143 - February 2018 | Design of applications and programs ]
Description : Testing can be easy. Andy Balaam considers levels to keep your focus just right. by Andy Balaam
Category: [ Overload Journal #143 - February 2018 | Design of applications and programs ]
CTAD – What Is This New Acronym All About?
Description : What is class template argument deduction? Roger Orr elucidates this new C++17 feature. by Roger Orr
Category: [ Overload Journal #143 - February 2018 | Programming Topics ]
Description : What is class template argument deduction? Roger Orr elucidates this new C++17 feature. by Roger Orr
Category: [ Overload Journal #143 - February 2018 | Programming Topics ]