Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ekarulf
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
20 ms
·
1.
▲
by
ekarulf
23d ago
I use mosh over WebSockets to have a long lived connection to my home network. I bet I could simplify out the WebSocket-to-UDP proxy by leaning into tailcat's dataplane and just speak straight UDP.
2.
▲
by
ekarulf
5y ago
Is this just spiped with MD5 instead of HMAC-SHA256? https://www.tarsnap.com/spiped.html
3.
▲
by
ekarulf
7y ago
SSH keys on a YubiKey
4.
▲
by
ekarulf
8y ago
Congratulations! Talk to the charge nurse to change rooms, escalate to the admin on call if needed. Get the sleep now while you can.
5.
▲
by
ekarulf
8y ago
I get IVIG 3x / week for a primary immune deficiency I’ve had since birth. For my dosage, it’s billed weekly at a rate of ~$32K of which my insurance company pays around ~$3K. I hit my max out of pocket the first month of each year and
6.
▲
by
ekarulf
8y ago
UNIX systems programming can be accomplished by looking at man pages and referencing kernel / user land source code. I find something cathartic writing C applications and tools. Perhaps I should seek professional help.
7.
▲
by
ekarulf
9y ago
Yes! https://www.amazon.jobs/en/jobs/433643
8.
▲
by
ekarulf
9y ago
Just in the event someone out there is looking to work on these types of problems, Amazon's Personalization teams are absolutely hiring. Homepage: https://www.amazon.jobs/en/teams/personalization-and-recomme..
9.
▲
by
ekarulf
9y ago
Who says they can't see the URL? A sufficiently motivate government would probably be able to create forged certificates and mass interception isn't really out of the question. Especially with browsers homogenizing on fast ciphers
10.
▲
by
ekarulf
10y ago
I find it impossible to replace a legacy system without first understanding the legacy system. It's easy to say "X is old" or "X sucks at Y" but keep in mind that applications have a strong survivor bias. Ask yourse
11.
▲
by
ekarulf
10y ago
I'm a new parent and I need to track when my son eats/poops/pees etc. There are times when my hands aren't available. I built a tiny "app" that just records these things to a google spreadsheet for me. I also l
12.
▲
by
ekarulf
10y ago
It's a hard problem to determine the repeat purchase cadence of a product. At one end of the bell curve you have items re-purchased frequently, e.g. diapers or grocery, and on the other end you have items that are rarely repurchased. I
13.
▲
by
ekarulf
10y ago
Amazon Personalization. We use ML/Deep Learning for customer to product recommendations and product to product recommendations. For years we used only algorithms based on basic statistics but we've found places where the machine l
14.
▲
by
ekarulf
10y ago
Cool! I would suggest changing the branding to "a simple job board for people with disabilities." For many people the disability is a part of who they are - it's not how they self identify. See some of the existing non-profit
15.
▲
by
ekarulf
11y ago
"Note that we do not accept pull requests" Strange.
16.
▲
by
ekarulf
11y ago
I was really hoping for an retrospective about a multi-armed bandit learning algorithm that ran in production but never experimented, effectively yielding a "zero-armed bandit".
17.
▲
by
ekarulf
11y ago
Is it used to derive separate HMAC and AES keys or is the same key used in both contexts?
18.
▲
by
ekarulf
12y ago
This is awesome. Congrats on the launch Flo :)
19.
▲
by
ekarulf
12y ago
My discrete math and logic undergraduate course was in Coq. It was a brutal way to learn the proof process at first but it was worth the investment by the end. It's the logic equivalent of TDD. If you are interested in computational lo
20.
▲
by
ekarulf
13y ago
For eight years of my life, I was this "Do-Everything Rockstar." I was also a student for the majority of that time. I certainly wasn't a "programming deity" -- I was just a kid that was presented with the opportuni
21.
▲
by
ekarulf
13y ago
I wrote a similar system for C# - we had three queues per application, work, delay, and error. In our system, the deferred queue used per-message TTLs that would push messages back onto the work queue. This allowed us to inspect the deferre
22.
▲
by
ekarulf
14y ago
Google's chart API also supports ssl: https://chart.googleapis.com/chart?cht=qr&chs=300x300...
23.
▲
by
ekarulf
17y ago
We use tarsnap ( http://www.tarsnap.com ) to handle our offsite backups. If you give your production servers write only keys you can mitigate this risk (and not send your backups across the wire in the clear).