Viewing profile — thibauts
thibauts
HN member- Joined
- Tue, Dec 04, 2012, 4:58 PM UTC
- HN karma
- 340
- Public activity
- 228 items
- HN profile
- View on Hacker News ↗
About thibauts
No profile information was provided.
Recent public activity
-
comment
Comment #47808708
« Don’t be evil »
- story
-
comment
Comment #40169233
The secret sauce will most likely be tight integration with Shortcuts, enabling the language interface to drive and automate existing apps.
-
comment
Comment #39238332
I did exactly that with a custom GPT and it works pretty well. I did my best to push it to respond with its training knowledge about brand reputation and avoid searches. When it ha…
-
comment
Comment #38877676
That was indeed a big parameter. We missed someone on the team able to connect to us to one or two large early adopters. We learned that building a good product and building a comp…
-
comment
Comment #38877629
Lack of traction basically. We ran out of time and money. Also we, maybe wrongly, did not feel like we could compete with the big ones without clustering. Yet we had a lot of fun b…
-
comment
Comment #38871810
Built something similar in Go with a friend a few years ago. https://github.com/thibauts/styx
-
comment
Comment #37100289
That is my understanding also. I would very much like an expert answer on this one !
-
comment
Comment #36898397
They make money because growth. Any strategy that is not based on information asymmetry or unique clever use of information makes less than the market on average.
-
comment
Comment #36073650
You couldn’t feel that way if you had no doubt or did not care about your level or worth as a developer. So you do care about how others perceive your level and you are not totally…
- comment
-
comment
Comment #32310835
It’s time we fork a « software design » category from the software engineering catchall. Yet many great suggestions on this topic but one is missing, which in my opinion sums up a …
-
comment
Comment #31746327
You can deploy your whole monolith on one single lambda and it will scale the same. It may even help to keep it hot. Services, micro or not are only really useful when load factors…
-
comment
Comment #31746229
Right. Then HTTP requests being share-nothing they horizontally scale in a single instance, too. Just spin more cores. This microservices craze has been mind-boggling. As for many …
-
comment
Comment #31707981
I wouldn’t call these talented.
-
comment
Comment #31699640
Welcome to advertising driven journalism.
-
comment
Comment #30729012
I call it wasting time trying to fit square pegs in round holes. Many things and approaches have their virtues and their place, be it top-down, bottom-up or tests. Silver bullet te…
-
comment
Comment #30720274
Then it’s not test « driven ».
-
comment
Comment #30720175
How does TDD force you to a better design ?
-
comment
Comment #30720161
No. TDD is as top-down as it can be. « Test-driven development (TDD) is a software development process relying on software requirements being converted to test cases before softwar…
-
comment
Comment #30404487
Used to use this cheat sheet https://scikit-learn.org/stable/tutorial/machine_learning_ma...
-
comment
Comment #30404436
Here is an event stream abstraction that has very strong semantics (exactly once in most cases) with simple usage examples, native HTTP and websockets APIs, strong atomicity and du…
-
comment
Comment #30404247
You’re right, I pushed it a bit too far. What I was feeling and trying to convey is how it flips the design process from bottom up to top down, by forcing the design of the interfa…
-
comment
Comment #30378846
When tests amount to specs waterfall tends be be referred to as TDD.
-
comment
Comment #30378729
Exactly this. Encoding business requirements or expected output of a complex algorithm by writing tests before code can make some sense. Writing tests for something that has no def…