Skip to content

Instantly share code, notes, and snippets.

View nhooyr's full-sized avatar

Quinn Rivenwell nhooyr

View GitHub Profile

edit: We're always hiring solid engineers so feel free to reach out even once this post is old.

I'm a senior engineer at https://coder.com.

We're a small startup in Austin, TX looking to scale our Go team with solid engineers. The positions involve developing and maintaining the Go microservices that serve our development platform on kubernetes. There are more details on precisely what the company does on the site.

We want someone by our downtown Austin office but are open to remote for the first few months until we can get you relocated. If you’re really good, full time remote is also possible. US & Canada preferred.

We are big on open source. Check out some of our projects at https://github.com/cdr or mine at https://github.com/nhooyr.

package main
import (
"flag"
"net"
"net/url"
"os/exec"
"sync"
"time"
Shape intersection = Shape.intersect(shape1, shape2);
return intersection.getBoundsInLocal().getWidth() > 0;
import javafx.application.Application;
import javafx.geometry.Bounds;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.layout.BorderPane;
import javafx.scene.layout.Pane;
import javafx.scene.paint.Paint;
import javafx.scene.shape.Rectangle;
import javafx.stage.Stage;
In file included from ./src/parser.h:18:
./src/parse_tree.h:110:9: error: call to '__assert' is ambiguous
PARSE_ASSERT(which < child_count);
def delete(conn, %{"id" => id}) do
user = Accounts.get_user!(id)
{:ok, _user} = Accounts.delete_user(user)
conn
|> put_flash(:info, "User deleted successfully.")
|> redirect(to: user_path(conn, :index))
end
\begin{table}[h]
\begin{minipage}[t]{0.5\linewidth}
\begin{tabular}{c c c c | c}
A & B & C & D & Y \\
\hline
0 & 0 & 0 & 0 & 1 \\
0 & 0 & 0 & 1 & 1 \\
0 & 0 & 1 & 0 & 1 \\
0 & 0 & 1 & 1 & 0 \\
0 & 1 & 0 & 0 & 0 \\
#include <ArduinoSTL.h>
#include <LiquidCrystal.h>
#include <Servo.h>
// Buzzer represents a passive buzzer.
// It exposes an interface to control the sound produced by the buzzer.
class Buzzer {
// signal_pin is the pin to which the passive buzzer's signal pin
// is connected.
const uint8_t signal_pin;
Hi Anmol,
I am Reihaneh. I found your contact information on GitHub. I am contacting you because of your very high contribution on GitHub... 2523 contributions…
I am doing my PhD at Queensland University of Technology, Australia. I am doing research on user engagement on co-creation networks such as GitHub. For the purpose of my research, I need to interview people who are actively using GitHub. Would you be interested in undertaking an interview over Skype about your contribution on GitHub? You can read more in the attached ethics form. Please contact me if you are keen.
This study has been approved by the QUT Human Research Ethics Committee (approval number 1500000502).
Many thanks for your consideration of this request.
Kind regards,
.branch-name,
.commit-ref,
.commit .sha-block,
.commit .sha,
.commit-desc pre,
.commit-tease-sha,
.blob-num,
.blob-code-inner,
.gollum-editor .gollum-editor-body,
.gollum-editor .expanded textarea,