Viewing profile — gerardnico
gerardnico
HN member- Joined
- Fri, Oct 15, 2021, 8:16 AM UTC
- HN karma
- 83
- Public activity
- 93 items
- HN profile
- View on Hacker News ↗
About gerardnico
https://datacadamia.com
Recent public activity
-
comment
Comment #49171239
You need to see Kubernetes as a wrapper of the init thread (systemd). If you fought with cgroup to tame resource (memory, cpu) consumption you know. You get also controlled rollout…
-
comment
Comment #48191687
Change your disk. Thanks me latter
-
comment
Comment #47995740
Tests is the new gold. You keep them to avoid a vibe coded fork.
-
comment
Comment #47476516
For those who don’t know, that’s called a semantic layer in business intelligence https://www.datacadamia.com/data/type/cube/semantic/semantic It’s a sql that compiles to the real …
-
comment
Comment #46910807
Marketing is an art. I found the real value of this deck only at the end of the kickstarter page and I went through because I read the blog first. Every sales needs a story (Rory, …
-
comment
Comment #46533626
Real Test data génération as saas was not a viable business for us. Developers use their tool or develop a script (with ai or not) We made it free, the value comes when you can use…
-
comment
Comment #46078137
You can even go further and delete all your secrets from your env by creating wrapper scripts Example : https://github.com/combostrap/devfiles/blob/main/dev-scripts... It’s not com…
-
comment
Comment #45991818
Nice. I made a git exec command for that. It executes a command on multiple repos. So to see the status of your local repositories cloned in the code directory of your home directo…
-
comment
Comment #45593907
You should give a better name in google oauth. I get Google will allow project-316434798136 to access this info about you Can’t wait to see if you extract the transcript on TikTok’…
-
comment
Comment #45565482
A good reminder that building software is hard. And that you may fail even in your domain of expertise. All the best to the core dns.io teams. We all feel the pain.
- story
- comment
-
comment
Comment #44179511
Exactly, gradle is so slow that I ditch it into the ground. Just starting a blank project is so a bad experience. Nothing beat maven and a couple of shell script.
-
comment
Comment #44071043
I was looking a documentary in Netflix (night stalker) and men all transitions between scene were Ai generated.
-
comment
Comment #43533645
Instead of creating a tag, you could add the time in your commit message as a footer key following the conventional commit spec. https://www.conventionalcommits.org/en/v1.0.0/ Ie e…
-
comment
Comment #42280434
A framework is declarative. You declare what you want. Generally in a configuration file and you get an app. A library does not impose any configuration. I don’t see any required c…
-
comment
Comment #41936419
Slate is already document centric, man. There is also already a crdt plugin. https://docs.slatejs.org/walkthroughs/07-enabling-collaborat... But yeah …
-
comment
Comment #41770322
I made a direnv extension for that purposes. It loads env files and call hashicorp vault if the value is a secret. I find it pretty neat to have an env file that describes all envi…
-
comment
Comment #41656770
I got involved in the oracle forum in 2005. I was just tired to answer always the same questions. I posted them online and got first for whatever reason on Google Search. That’s ho…
-
comment
Comment #41629272
Gmail. You got 2000 by day. https://support.google.com/a/answer/166852
-
comment
Comment #41381652
Don’t forget that happy people have a far more chance to get and stay married. Marriage is not the cause of happiness.
-
comment
Comment #40715275
I’m a quite old computer guy in its 50s and I give here and there what you would call a soft skills class. This kind of class will give you a lot of mentorship, not only from an in…
-
comment
Comment #40466487
Will try that. Thanks
-
comment
Comment #40451999
Sorry for the late answer but I didn't get any notifications. The url is: https://datacadamia.com The number of visitors is now down to 500 a day but it's going down surely but slo…
-
story
Beat the LLM challenge: what would you do with a big tech website?
Obviously, static content is no more the good channel format for education in a LLM era. - Users asks first the LLM (I do) - Content is now generated all over the place - Search re…