Hacker Newsnew | past | comments | ask | show | jobs | submit | datasert's commentslogin

I would like to know as well. Can you please DM me?


Sure, but there's no contact info in your profile.


Chat GPT :): The text you provided is Morse code. When translated, it reads:

"Hello, I'm hoping off."


>> .-- . .-.. .-.. --..-- / .. .----. -- / .... --- .--. .--. .. -. .----. / --- ..-. ..-.

> Chat GPT :): The text you provided is Morse code. When translated, it reads: "Hello, I'm hoping off."

I got "well, I'm hoppin' off"


Meta topic:

How does such low quality submissions comes to main page when so many of good quality submissions struggle to show up? I'm not implying any fraud or anything but genuinely wants to understand how "SEO" on HN works.


Automatic flowcharts using natural language is clearly very desirable tool, hence a lot of clicks and comments.


Gitlab's Handbook [0] (which this article is part of) is an invaluable resource for any first time founders. This is one of the best contribution of Gitlab to the community in my opinion.

[0] https://about.gitlab.com/handbook


Oh my, those charts are so beautiful. Thank you for sharing.


We have been using typescript in large scale JS project with 15-20 library modules and 7-8 product modules. I cannot think of building such product without typescript. When we compile all libraries and products and see no TS errors, we know at least that we are referring to correct properties, and wiring the shape correctly.

Typescript has bunch of "clever" things but you don't have to use it. We probably use 30-40% of TS features and that is more than sufficient for us. With that said, here is what I think about your questions.

1. Agree, and it is not any better without TS either. In case, a library is not compiling with your TS version, we ignore the error, put a FIXME there and remove the "ignore" sometime later

2. Yes but that is not TS problem. Without TS it is even worse.

3. Agree sometimes, we get so complicated errors. We search around and see if any smart people have figured what that means. If not, ignore and move on with a FIXME

4. Since many years, we are not writing any JS which doesn't need transpiling. If not TS, you would be using babbel or some other tool most of the time anyways so we haven't this to be an issue.


We probably use 30-40% of TS features and that is more than sufficient for us

Exactly. Some people seem to have the idea that you have to spend weeks writing esoteric type definitions before TS will work for you, which is just not true. You can get a large portion of the benefits with very little additional work, often just adding types for function arguments. (In many cases those types can replace comments that were trying to convey that same information, with the advantage that they won't get out of sync with the code). And for code that intentionally takes advantage of dynamic typing, it's perfectly fine to slap "any" on it rather than trying to come up with a bunch of clever types.


It looks nice but not sure if their component is open source or if it is built any of the existing open source libs.


It looks great and surprisingly performant for electron app. Noticed that while adding postgres connection, you cannot specify database name. Many services uses custom database (vs default postgres) like heroku. Will you be able to add support for it?


Yes, this will be added soon. Thanks for feedback


Your website design looks very nice. What css/ui framework did you make use of it?


Thanks! It does not use a css/ui framework. It is something I designed and build from scratch.


I believe they didn't use any CSS framework, it's handrolled Sass styles (other than Normalize and Font Awesome).

https://gitlab.com/bramw/baserow/-/tree/develop/web-frontend...

They do use Nuxt, a fullstack framework for Vue.js, which is style-agnostic.

https://nuxtjs.org/


Side topic: Any idea how sequence diagram in page [0] is created? It is not an image but text over-layed with some background images and I think it looks and feels awesome.

[0] https://paul.copplest.one/gists/secrets-management-sops.html...


Might be a mermaid graph, I think.

https://mermaid-js.github.io/mermaid/#/


This is correct - I use mermaid js (the site is made with VuePress)


If you look at the source you'll find out that it is actually a SVG. https://developer.mozilla.org/en-US/docs/Web/SVG


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: