HN user

rschachte

415 karma

I just like to learn stuff and work with cool people

Posts31
Comments115
View on HN
github.com 3y ago

Show HN: Simple Hacker News article recommendation algorithm

rschachte
8pts0
news.ycombinator.com 3y ago

Ask HN: How to use Anki effectively for spaced repetition learning?

rschachte
2pts1
news.ycombinator.com 4y ago

Ask HN: Good pub/sub setup for personal projects?

rschachte
14pts12
news.ycombinator.com 4y ago

Ask HN: How can I delete a fake LinkedIn profile?

rschachte
2pts1
news.ycombinator.com 4y ago

Ask HN: How can I learn about video encoding, h.264, ffmpeg, etc.

rschachte
43pts9
news.ycombinator.com 4y ago

Ask HN: How to avoid career stagnation in my 20s?

rschachte
12pts7
ryan-schachte.com 4y ago

Dynamic table of contents using recursion trees

rschachte
23pts2
news.ycombinator.com 4y ago

Ask HN: How to Grow My Money?

rschachte
10pts13
www.cnn.com 4y ago

Amazon offers to pay college tuition for most US workers

rschachte
2pts0
github.com 5y ago

Show HN: Automated Goodreads Goal Planner

rschachte
1pts0
github.com 5y ago

Show HN: CLI Reading Goal Planner

rschachte
1pts0
github.com 5y ago

Show HN: In-Memory Filesystem for Hadoop

rschachte
4pts0
www.youtube.com 5y ago

Intro to Database Indexes

rschachte
2pts0
www.youtube.com 6y ago

Show HN: Intro video on database indexes and performance

rschachte
4pts0
www.youtube.com 7y ago

Sliding Window – Algorithmic Mental Model Series

rschachte
1pts0
www.youtube.com 7y ago

Show HN: Intro to Docker Images and Containers

rschachte
3pts0
github.com 7y ago

Show HN: GitHub Bot to Limit Pull Requests

rschachte
3pts2
github.com 7y ago

Show HN: Programmatically Generate Diagrams for GitHub Readmes

rschachte
220pts18
github.com 7y ago

Show HN: GitHub Bot – Limit Number of Open PRs

rschachte
1pts0
www.youtube.com 7y ago

Dockerfiles Explained

rschachte
3pts0
www.youtube.com 7y ago

Quicksort Extreme Deep Dive

rschachte
1pts0
www.youtube.com 7y ago

Visitor Design Pattern Explained Simply

rschachte
1pts0
www.youtube.com 7y ago

Explaining Docker Images and Docker Client

rschachte
3pts0
www.youtube.com 7y ago

Explaining Docker and Containers

rschachte
44pts19
www.youtube.com 7y ago

Explaining Dependency Injection

rschachte
2pts0
www.youtube.com 7y ago

Show HN: Async Patterns in Node

rschachte
1pts0
www.youtube.com 7y ago

Understanding Async in JavaScript and Node

rschachte
3pts1
www.youtube.com 7y ago

Understanding the Visitor Design Pattern

rschachte
2pts0
www.youtube.com 7y ago

Simple Intro to IPv4, CIDR and Subnets

rschachte
2pts0
www.youtube.com 7y ago

Simple Intro to IPv4, CIDR and Subnets

rschachte
2pts0

So is this just like a network tunnel but for iMessage? Does the daemon on the laptop need to be running while I am gone?

I assume you proxy through the stella number and it just routes to the daemon over a little tunnel?

Tech Independence 5 months ago

Ansible, git ops, actually testing it out. Backups with snapshots using restic, encrypted secrets using vault.

Qwen3-Coder-Next 6 months ago

Easy to use a local proxy to use other models with CC. Wrote a basic working one using Claude. LiteLLM is also good. But I agree, fuck their mindset

Haha ah man that’s funny and also depressing. I miss the Web 2.0 icons. Really made me feel like I wanted to create something. Now it’s just flat corporate garbage

Read the book Distributed Services in Go. You implement a complex micro service oriented commit log like Kafka. The code is beautiful and the author created Kafka.

“Oopsies, I can’t find what you’re looking for” with a 404 in the response header versus

“404 not found” with a 404 in the response header seems pretty reasonable to me.

If they deviate from standards, sure.

Neat gadget/site! I think people have concerns around value proposition when you sell the box for hundreds of dollars and say it's good to host a Ghost blog on.

I would probably advertise something bigger because FWIW I host a blog on a $5 pi fronted by Cloudflare (free).

These look really nice and clean though, wish you the best!

I agree and I remember those days. However, I think there is a distinction between browser improvements vs web usability.

I’m moreso talking about _how_ people design sites for the web and how poor design choices lead to poor usability. I think the proliferation of tools that require not too much in-depth knowledge (react), heavy CSS frameworks and large client side JS libs have ruined a lot of the web surfing I used to enjoy

I always wonder what specifically marked the turning point for web usability. Too many dark UX patterns, popups, ads and extremely heavy frameworks for extremely simple sites.

I feel that we got to a point where the community put out a couple recipes for deploying websites and everyone just jumped on it irrespective of the problem, mimicked the same patterns (email newsletter popups, ads, google analytics, 30 million external assets, etc) and called it a day.

While I think your opinion is a bit extreme, I agree that there are so many things that we don’t need, but companies are hiring and new devs are copying the recipes.

not sure if you’re just referring to the network itself, but Meta has done a ton of innovation. React, PyTorch, Jest, RocksDB, etc etc.

As an app though, no clue. Haven’t had a Facebook account for 6-7 years. Feel like people just have such a poor view of social media now that they are on a downward spiral. Lots of smart people there though, hopefully we can move away from social media and focus on social welfare.

If I was in your situation, probably not. We use it a lot at work, so it’s a playground to grow my skills and play around while doubling as a painless way to host anything.

All in all, I still think docker, docker compose and nginx is the way to go for hobbyist stuff. I doubt my ISP would let me host anything at a huge scale off my home router anyways.

I’ve been working on a Kubernetes cluster for my home network. I know a lot of people hate on Kubernetes, but it’s pretty cool and not too bad to even get started from scratch with Kubeadm.

I think the constant thought in the back of my mind is… Docker containers and Nginx is definitely enough for my needs. At work, it’s a different story, but more most things, it can be over kill.