HN user

codingclaws

919 karma

Remote freelance front and back-end web developer since 2003.

https://www.rysapps.com

rytf12@gmail.com

Posts144
Comments241
View on HN
news.ycombinator.com 9mo ago

Ask HN: What's your current stance on agentic coding?

codingclaws
1pts3
news.ycombinator.com 10mo ago

Ask HN: How many good developers do you personally know?

codingclaws
1pts2
news.ycombinator.com 10mo ago

Ask HN: Which JavaScript URL regex do you use?

codingclaws
1pts0
news.ycombinator.com 1y ago

Ask HN: Is there demand for general purpose GUIs for AI APIs?

codingclaws
1pts0
news.ycombinator.com 1y ago

Ask HN: What are your favorite coding tools?

codingclaws
5pts8
news.ycombinator.com 1y ago

Ask HN: What water do you drink?

codingclaws
3pts14
news.ycombinator.com 1y ago

Ask HN: How do you obtain software development contracts?

codingclaws
31pts17
news.ycombinator.com 1y ago

Ask HN: What site do you use to sell your used stuff?

codingclaws
3pts6
news.ycombinator.com 1y ago

Ask HN: What are some good informational sites?

codingclaws
1pts0
news.ycombinator.com 1y ago

Ask HN: Are any other languages as big as C++?

codingclaws
7pts10
news.ycombinator.com 1y ago

Ask HN: Why are you a generalist programmer?

codingclaws
6pts8
news.ycombinator.com 1y ago

Ask HN: Are you ashamed to have experience with a certain stack?

codingclaws
2pts4
news.ycombinator.com 1y ago

Ask HN: Why has the job market been so bad for so long?

codingclaws
2pts2
news.ycombinator.com 1y ago

Ask HN: Do your friends and family use ChatGPT?

codingclaws
3pts4
news.ycombinator.com 1y ago

Ask HN: What's the "best" movie you've ever seen?

codingclaws
14pts27
news.ycombinator.com 1y ago

Ask HN: What are the easiest businesses to run?

codingclaws
1pts3
news.ycombinator.com 1y ago

Ask HN: What coding stuff do you know off the top of your head?

codingclaws
7pts8
news.ycombinator.com 1y ago

Ask HN: Which stacks have a lightweight dev environment?

codingclaws
2pts3
news.ycombinator.com 1y ago

Ask HN: Which country has the most fasinating history?

codingclaws
2pts0
news.ycombinator.com 1y ago

Ask HN: How many domain names do you own?

codingclaws
3pts22
news.ycombinator.com 1y ago

Ask HN: Should I give honest cost estimates?

codingclaws
2pts8
news.ycombinator.com 1y ago

Ask HN: How does your employer/client pay you?

codingclaws
2pts1
news.ycombinator.com 2y ago

Ask HN: What's Your Opinion of iOS Development?

codingclaws
8pts7
news.ycombinator.com 2y ago

Ask HN: Is it feasible to serve up a remote file for a file download link?

codingclaws
1pts5
news.ycombinator.com 2y ago

Ask HN: What single line of code would you put on a programming shirt?

codingclaws
12pts41
news.ycombinator.com 2y ago

Ask HN: How would you architect the hardware for a cloud storage service?

codingclaws
1pts1
news.ycombinator.com 2y ago

Ask HN: How would you chunk a large Excel file?

codingclaws
22pts44
news.ycombinator.com 2y ago

Ask HN: What is your company doing with AI?

codingclaws
4pts13
news.ycombinator.com 2y ago

Ask HN: What has good backward compatibility?

codingclaws
3pts4
news.ycombinator.com 2y ago

Ask HN: Should I put "intangible" skills on my resume/portfolio?

codingclaws
1pts2

I was just wondering if I should do something like this. I use a couple query string values and I validate them and issue a 40x if the value is invalid. So, I was wondering if I should issue a 40x for an unused query string val.

Neuromancer - 2nd time I read it. Such a good book.

To Your Scattered Bodies Go - 2nd time I read it. Cool book. It's about a world with a big river where humans are reborn after they die on earth.

Use of Weapons - 2nd time I read it. One of the more popular Iain Banks Culture novels.

Dungeon Crawler Carl #1 - Loved it.

Matter - 2nd time I read it. This is another Banks Culture novel. This book is actually very good. Most of it takes places on a megastructure planet with different levels.

Assassin's Apprentice - I don't get the hype.

Memories of Ice - 3rd Malazan book. I thought the first quarter was lit.

Cursed Cocktails - Cozy fantasy, good book.

I log all my read books here [0].

[0] https://www.commentcastles.org/r/ireadthisbook

Technology as a whole is on an exponential growth curve. The further we get along that, the more likely it is that we'll see an artificial intelligence singularity. LLMs/chatgpt may or may not play a direct role.

Fast 12 months ago

Fast and light weight. That's why I love vim/cli over IDEs.

Btw, cool site design.

I develop a HN/Reddit clone [0] that has high density settings. The home page is fairly high density by default. But if you go into the settings [1], then you can really crank up the home page UI density by setting posts per page to 50 and post spacing to 2. The density is more apparent on desktop since the lines don't wrap.

[0] https://www.commentcastles.org

[1] https://www.commentcastles.org/settings

Yeah, here is what you need to do:

- install Node.js, Redis and PostgreSQL

- start the Redis server

- start PostgreSQL, create a database and run structure.sql: https://github.com/ferg1e/comment-castles/blob/master/sql/st...

- get all the source code for the actual app (ie. the code from the comment castles repo)

- figure out all your environment variables (the ones I list in the README)

- now you can run the node app (you probably want to use pm2 if on Linux)

- then connect that running node app to the public internet (I use something random for the HTTP_PORT environment variable, like 3333, and then I Nginx reverse proxy that to port 80 on my domain name (I will try to get this Nginx code and post it here later))

- and then I run the let's encrypt certbot for https