The minimal look feels very refreshing, and yet it's not disorienting like many minimal web git UIs are in my experience; I actually feel like I know how to navigate this thing. Site feels very snappy too, especially with those instantly loading file previews when you hover. Congrats!
thank you! of all things in this launch, i was the most anxious about the design as it is admittedly the most different. glad to hear the positive feedback :)
Show HN: Gitdot – A better GitHub. Open-source, written in Rust
71–80 of 322 posts
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#72Earlier quoted context omitted.
thank you! of all things in this launch, i was the most anxious about the design as it is admittedly the most different. glad to hear the positive feedback :)
It seems like the site is currently getting hugged so I can't look but I'm glad someone is trying to achieve a more minimalistic take on the UX of a software forge. It seems like an area with good room for improvement.
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#73That said though, one of my pet peeves around browsing Github Web from the terminal was having to click "skip to content" just to get the body. So you definitely delivered there (after having read your design post). Good luck with the rest of the year.
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#74The first unique characteristic is that it was built in Rust? Why does it matter from a user perspective? I was expecting the first point to be something that would convince me to check it out.
Unless the goal is to find people to collaborate on building the software. I got a bit confused.
Looking good regardless :)
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#75This is a violation of Git's trademark, and your usage of it is expressly prohibited by their policy. https://git-scm.com/about/trademark > [...] you may not use any of the Marks as a syllable in a new word or as part of a portmanteau (e.g., "Gitalicious", "Gitpedia") used as a mark for a third-party product or service. > Please be aware that GitHub and GitLab are exceptions to this Policy because they are subject to…
[flagged]
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#76Just one minor piece of feedback that's unlikely to be a priority. I cannot fully navigate when browsing in a terminal browser (chawan in my case, haven't tried with w3m or lynx). For example the "h" keymap for going home does not work. That said though, one of my pet peeves around browsing Github Web from the terminal was having to click "skip to content" just to get the body. So you definitely delivered there (afte…
yeah, that admittedly is not priority, but thanks for taking the time to check it out.
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#77If I'm not mistaken about that, you should remedy that to ensure email providers don't dump your emails to spam.
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#78> What is a bit unique is: 1) we built it in Rust The first unique characteristic is that it was built in Rust? Why does it matter from a user perspective? I was expecting the first point to be something that would convince me to check it out. Unless the goal is to find people to collaborate on building the software. I got a bit confused. Looking good regardless :)
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#79> What is a bit unique is: 1) we built it in Rust The first unique characteristic is that it was built in Rust? Why does it matter from a user perspective? I was expecting the first point to be something that would convince me to check it out. Unless the goal is to find people to collaborate on building the software. I got a bit confused. Looking good regardless :)
What an irony that those exact safety guarantees that made it attractive are now a detriment because they make the project smell like AI.
Re: Show HN: Gitdot – A better GitHub. Open-source, written in Rust
#80Second, when I browsed from an actual desktop, and clicked on links for files it was all slow as hell - specifically the part when you click on a file an expect it to just load, you instead get: 1) some layout switch which looks like page reload 2) then it says "loading..." for several seconds.
After looking at the source code, it appears to be React or similar frontend framework... Ugh. I don't know why people choose to use that stuff, just have a regular SSR which would work a hundred times faster and is more pleasant. And if you really want an SPA, don't use React, Vue or Svelte (and similar), it's horrible and always slow.
Finally, since this appears to be a YC company, it shouldn't matter what's it written in. In fact, I don't even know why Rust would be a good thing here when Go or even Rails/Django would work just fine - but again, it just reinforces the meme that if it's written in Rust, you'll surely hear about it.
Overall, the minimalism idea is welcomed, but it supposedly should appeal to people like myself and it doesn't for all the reasons I mentioned above.