andystanton | 1 year ago | on: Show HN: Atlas of Space
andystanton's comments
andystanton | 1 year ago | on: Tiny Glade 'built' its way to >600k sold in a month
andystanton | 2 years ago | on: Release of GLM 1.0.0
andystanton | 3 years ago | on: Show HN: PlantUML based collaborative UML editor is now open source
I've had less success with component diagrams to represent our systems because the layout engine in PlantUML is (or used to be) quite limited. This resulted in diagrams that didn't communicate the system as well as if I manually drew boxes and lines.
There is a fantastic plugin for Jetbrains IDEs that generates the diagrams in real time which is great for fast feedback, and can be used for driving out diagrams while presenting video calls.
Overall, my conclusion is that you can pick the parts that are useful to you and the people you communicate ideas with.
andystanton | 3 years ago | on: ‘Blade Runner’ at 40
The track Jasmine (demo) by Jai Paul has a completely different vibe but a gorgeous Vangelis-like synth tone in the chorus. reply
Great question - lots of good recommendations to look into.
andystanton | 4 years ago | on: Quake 1 gets its first major co-op content update in 25 years
andystanton | 7 years ago | on: Java 12
var foo = new Map<String, String>();
The static initialisation methods on collections[2] let you write var foo = List.of(1, 2, 3);
It's still clunkier than many newer languages but it is improving.1. https://developer.oracle.com/java/jdk-10-local-variable-type...
2. https://docs.oracle.com/javase/9/docs/api/java/util/List.htm...
andystanton | 7 years ago | on: Essential C (2003) [pdf]
C takes the middle road -- variables may be declared within the body of a function, but they must follow a '{'. More modern languages like Java and C++ allow you to declare variables on any line, which is handy.
I know this is not the case in C11 for example, but is there a compile-time speed-up when declaring variables in this way, or any other benefit?
andystanton | 7 years ago | on: Path Tracing vs. Ray Tracing (2016)
andystanton | 7 years ago | on: Want to Recruit Better Engineers? Open Source Your Code
What was the podcast out of interest?
andystanton | 7 years ago | on: Accelerated “Ray Tracing in One Weekend” in CUDA
andystanton | 8 years ago | on: Nsjail – A light-weight process isolation tool for Linux
andystanton | 8 years ago | on: Who moved my cheese, 1Password?
1Password has so many useful features, but the push towards the subscription model feels like Agilebits might phase out all other storage engines eventually, regardless of what the official line is right now. At least maybe they'll branch into Linux support if the subscription model brings in more revenue.
andystanton | 8 years ago | on: Who moved my cheese, 1Password?
andystanton | 9 years ago | on: A list of modern C++ features
andystanton | 10 years ago | on: Quiver: Programmer's Notebook for OS X
andystanton | 10 years ago | on: AWS mistakes to avoid
andystanton | 10 years ago | on: AWS mistakes to avoid
andystanton | 10 years ago | on: Windows game developer about porting to and using OS X
A bugbear of mine for XCode is the absence of C++ refactoring tools, which CLion certainly has.
andystanton | 11 years ago | on: Show HN: CLI for executing code in many different languages with Docker
Are the background stars randomly generated or do they correspond to the actual galaxy? Distant points of reference would be interesting to see.