Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cdoxsey
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
Sometimes Postgres Isn't the Answer
(pomerium.com)
5 points
by
cdoxsey
10mo ago
|
0 comments
2.
▲
by
cdoxsey
11mo ago
Great article. Health checks often seem like an afterthought in most applications.
3.
▲
by
cdoxsey
4y ago
Never had psychosis but have had a few major depression episodes (sleep all day, lose a bunch of weight, get stuck in a cycle of negative thoughts, etc). I did end up in the hospital once for a week. I found myself repeating the same action
4.
▲
Strategies for Working with Message Queues (2019)
(doxsey.net)
3 points
by
cdoxsey
4y ago
|
0 comments
5.
▲
Strategies for Working with Message Queues
(doxsey.net)
2 points
by
cdoxsey
4y ago
|
0 comments
6.
▲
by
cdoxsey
5y ago
First of all its not a misrepresentation of the memo. The memo states: > Users should log into applications, rather than networks, and enterprise applications should eventually be able to be used over the public internet. Second with reg
7.
▲
by
cdoxsey
5y ago
Good catch. It seems like they implemented binary search, but not the jump tables yet.
8.
▲
Fixing Interface Erasure in Go
(doxsey.net)
2 points
by
cdoxsey
5y ago
|
2 comments
9.
▲
The Fall of Trada
(doxsey.net)
1 points
by
cdoxsey
5y ago
|
0 comments
10.
▲
Tacit Knowledge
(doxsey.net)
1 points
by
cdoxsey
5y ago
|
0 comments
11.
▲
by
cdoxsey
7y ago
Your point stands, but the OPM breach was done by the Chinese government: https://www.fedsmith.com/2018/09/21/bolton-confirms-china-be... . It seems like governments have gotten good at cyber attacks but not s
12.
▲
by
cdoxsey
7y ago
The US has social safety nets. Nearly half the federal budget is spent on Social Security, Medicare and Medicaid. And there are numerous other programs: unemployment, housing assistance, snap, etc. There are also state and local programs as
13.
▲
by
cdoxsey
7y ago
I was given a 2-hour coding challenge once to build a language server for a programming editor. It had to implement 3 functions: 1. show help text (type/doc string) for a word 2. go to definition 3. find all references My first thought
14.
▲
by
cdoxsey
7y ago
Here's an app that simulates bad networks named Comcast: https://github.com/tylertreat/Comcast :)
15.
▲
by
cdoxsey
7y ago
You might find freedom.to useful. You can block websites for certain times of the day and it works with all devices. I've found that if you can break the habit of reaching to some site when you're bored the addiction falls off pre
16.
▲
by
cdoxsey
7y ago
Also known as a honeypot: https://en.wikipedia.org/wiki/Honeypot_(computing) .
17.
▲
by
cdoxsey
7y ago
It's about keeping things in perspective. Sure explore the reasons or try to fix the backward slide, but maybe we should have a basic posture of gratitude. I suspect most of us have it pretty good in life. Also the consequences for pol
18.
▲
by
cdoxsey
7y ago
And the richest person in the world 30 years ago couldn't afford a single iPhone because it didn't exist. Shelter 500 years ago was barely better than a single-room, unheated hut. And you probably didn't even own it. You were
19.
▲
by
cdoxsey
7y ago
For work I used to use Evernote, but these days I just have a folder of markdown files named by date. (20200208.md) Anytime I run a new command, SQL query or work on a new issue I try to write it down in the note before running it. Then I c
20.
▲
by
cdoxsey
7y ago
The oil and gas industry is essential to the well being of billions of people. It's literally the fuel for the world’s economy. Without it we would have substantially less food, travel would be all but impossible, and the technology se
21.
▲
by
cdoxsey
7y ago
I've interviewed mostly at startups. I've worked in Boulder, Menlo Park, Austin and NYC. Once I spent quite a while in NYC trying to get a job only to give up, move back to Boulder and reach out to a friend to get a job. I'm
22.
▲
by
cdoxsey
7y ago
Right. I'm not good at those kinds of questions. I can code quickly but rigorous thought takes time for me. I need to ponder a design question for a while or work on two or three prototypes before I feel like I know what to do. FWIW I&
23.
▲
by
cdoxsey
7y ago
Indeed. That scene where he's running on the treadmill with a recorded heartbeat is so true to life.
24.
▲
by
cdoxsey
7y ago
Indeed this is something I've had to learn to do. I'll spend a few weeks working coding problems on whiteboards, practicing answering questions, clean up my resume, try to showcase my best work on GitHub, and spend hours on each c
25.
▲
by
cdoxsey
7y ago
I can be very quick and can work diligently (grit my way through a problem) but I struggle with design and some high level concepts. Interviews ask abstract and theoretical computer sciency type questions and in real life I would usually go
26.
▲
by
cdoxsey
7y ago
On the flip side. Sometimes you're just not that good at stuff despite your best efforts. In college I really struggled with math. Which was a challenge because computer science has you take a lot of math classes. In my calculus class
27.
▲
by
cdoxsey
7y ago
Go is a general purpose programming language. It is suitable for a large variety of programming tasks beyond network services (though itself a massive problem domain) For example Go is great for building cli apps. Simple, easy to install an
28.
▲
by
cdoxsey
7y ago
Sure. That kind of code is very similar in both languages. Rust will probably be faster because it benefits from optimizations in LLVM that Go likely doesn't have. Go arrays of structs are contiguous, not indirect pointers.
29.
▲
On Counting (2017)
(doxsey.net)
2 points
by
cdoxsey
7y ago
|
0 comments
30.
▲
by
cdoxsey
7y ago
Kubernetes was based on Google's Borg [1]. Netflix uses Titus and Mesos [2]. I'm not sure what Amazon uses, but I'm sure they have some sort of system to do this. They offer plenty of managed solutions for customers (includin
More ›