Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
2rs2ts
2rs2ts has asked
34
questions and find answers to
31
problems.
Stats
1.1k
EtPoint
334
Vote count
34
questions
31
answers
About
Bio
My name is Andrew
BS Computer Science (2014), Minors in Software Engineering and Audio Engineering
Working in industry since 2013
Tech
Currently doing a lot of AWS, terraform, and Kubernetes stuff (@angarrett in K8s and calico slack)
"Favorite" language is Python
Other langs: bash, Go, Ruby
In past lives: Scala, Java, Javascript/Coffeescript, C/C++, Erlang, Prolog, Lisp, SQL/CQL
Other stuff: Cassandra, ansible, Puppet, Datadog, tmux
Daily driving a Mac but I do most development on Linux
Open Source Contributions
Kubernetes
terraform
awscli
datadog-agent
moto
troposphere
kubectl-view-utilization
powerline
pam_hook
packer
packagecloud's Java client
cascade
specs2
hubot-meme
Not-programming stuff
I can hold my own in GIMP, Adobe Premiere, Audacity, and OBS
2rs2ts questions
Creating a 3-dimensional OrderedDict with natural subscripting
Conditional application of one of two functions to one argument
Erlang records with both type and value restrictions as well as default values
Eliminating redundant function calls in comprehensions from within the comprehension
Select element with percent sign (%) in its id with jQuery
Scala's @throws annotation is ignored in javac if I declare the variable as its abstract superclass
Prevent Sublime Text from including .sublime-workspace files in search
Cassandra TTL gets set to 0 on primary key if no TTL is specified on an update, but if it is, the TTL on the primary key does not change
Python execute code only if for loop did not begin iteration (with generator)?
How can I combine abc.abstractproperty with a classmethod to make an "abstract class property"?
2rs2ts answers
Combinator /: in scala
How to handle both `with open(...)` and `sys.stdout` nicely?
Lua: Smartest way to add to table only if not already in table, or remove duplicates
Is it possible to have multiple statements in a python lambda expression?
Translating Pig Latin into English Using Python 3
Replacing a character in Django template
Handling IP and port in python and bash [closed]
Turtle in python- Trying to get the turtle to move to the mouse click position and print its coordinates
set a value to null in cassandra with cql
Python convert dictionary into tuple