Readit News logoReadit News
csh602 commented on GitHub pull requests were down   githubstatus.com/incident... · Posted by u/lr0
csh602 · a month ago
Seems total downtime was from 15:51 to 16:14 UTC
csh602 commented on Show HN: Telescope – an open-source web-based log viewer for logs in ClickHouse   github.com/iamtelescope/t... · Posted by u/r0b3r4
csh602 · 6 months ago
Looks simple and clean! Big ups for starts of good screenshots, docs, and quickstart (Docker) instructions.

Regarding the name, "Telescope" is also the name of a Neovim fuzzy finder[0] that dominates the ecosystem there. Other results appear by searching "telescope github".

[0]: https://github.com/nvim-telescope/telescope.nvim

csh602 commented on Show HN: Cot: a Rust web framework for lazy developers   mackow.ski/blog/cot-the-r... · Posted by u/m4tx
Eikon · 7 months ago
> The ORM is very lacking at the moment and the automatic migration generator only works with a small subset of possible operations,

I would have hoped that by 2025, new projects would have moved away from ORMs entirely. They really are a useless abstraction layer that always brings tons of trouble and usually makes queries harder to write.

Looking at the first example in the docs

https://cot.rs/guide/latest/db-models/#retrieving-models

    let link = query!(Link, $slug == LimitedString::new("cot").unwrap()).get(request.db()).await?;
I really don't get the point, and that'll certainly get worse with any somewhat non-trivial query.

Why go through all the trouble of reinventing a new DSL when the SQL equivalent would be so much cleaner?

    SELECT * FROM link WHERE slug = 'cot';

csh602 · 7 months ago
ORMs, in my experience, fail the hardest when DB admins and web devs butt heads in when and where to create models. It can be an extra hurdle for data flexibility, but it clarifies data architecture at the beginning. In our Django environment, the DB admins won and we added `MIGRATE = False`.
csh602 commented on Ask HN: Who wants to be hired? (February 2025)    · Posted by u/whoishiring
csh602 · 7 months ago
Looking forward to remote collaboration in DevOps, API construction/consumption, and great web backend! 4 years experience as principal/senior developer with full responsibility, and looking for mentors and team members.

Location: Phoenix, AZ, USA

Remote: Remote only

Willing to relocate: No

Technologies: Python (Django), Javascript/Typescript (React, Express), Docker + Kubernetes

GitHub: https://github.com/clarkshaeffer/

Résumé: https://linkedin.com/in/clark-shaeffer-24530a19b (and available upon request)

Email: clarkdshaeffer (at) gmail (dot) com

csh602 commented on Show HN: Tramway SDK – An unholy union between Half-Life and Morrowind engines   racenis.github.io/tram-sd... · Posted by u/racenis
csh602 · 8 months ago
The writeup, demos and proofs of concept, along with transparent roadmap/todos on the GitHub page are top notch. Great presentation. I definitely see myself trying this.

This is evidence of a great moment in modern indie game dev: the power of fun and simple prototyping.

csh602 commented on Ask HN: Who wants to be hired? (January 2025)    · Posted by u/whoishiring
csh602 · 8 months ago
Looking forward to remote collaboration in DevOps, API construction/consumption, and great web backend!

4 years experience as principal/senior developer with full responsibility, and looking for mentors and team members.

Location: Phoenix, AZ, USA

Remote: Remote only

Willing to relocate: No

Technologies: Python (Django), Javascript/Typescript (React, Express), Docker + Kubernetes

GitHub: https://github.com/clarkshaeffer/

Résumé: https://linkedin.com/in/clark-shaeffer-24530a19b (and available upon request)

Email: clarkdshaeffer (at) gmail (dot) com

u/csh602

KarmaCake day4January 2, 2025View Original