Viewing profile — 0mbre
0mbre
HN member- Joined
- Tue, Oct 16, 2012, 10:59 PM UTC
- HN karma
- 263
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About 0mbre
Recent public activity
-
story
Ask HN: When does it matter to analyse competition and what tool to use?
Before starting to work on a new project, I would normally try to map a competitive landscape, using google search, Crunchbase among others. However, I discover most of the relevan…
-
comment
Comment #22653460
Working on applying machine learning to source code to increase code maintainability. It started with a semantic search engine for Javascript codebases: https://codecue.com/ and no…
-
comment
Comment #20563044
Thanks for the links!
-
comment
Comment #20562968
I'd be curious to see an example of code that looks bad but yet is easy to grasp mentally. I do think these 2 features that you describe "easy to run mentally" and "look good" are …
-
comment
Comment #20557274
A software's usefulness is not correlated to how well it was architected. What I like about Laravel is that its fairly complex code base that is mostly composed of tiny and express…
-
comment
Comment #20557248
At some point in Martins book, he mentioned a forgotten codebase from one of his friend that was solely composed of tiny functions but yet achieve a fairly complex effect. That's t…
-
story
Ask HN: What are the “best” codebases that you've encountered?
I am rather fond of the concepts described in "Clean Code" by Robert Martin but it seems that in real life, a really high-quality codebase is hard to come by. While I am asking mys…
-
comment
Comment #19043409
Thanks! Custom dataset indeed on the todo list. The feature is half done already, I should be able to release it soon.
-
comment
Comment #19043311
I will investigate further but still very cool, thanks!
-
comment
Comment #19036706
Yes, this a known "bug". It was pretty heavy to make it work so felt back to just breaking the next node connection and adding a note to the backlog
-
comment
Comment #19036296
That was my first serverless app and really enjoyed it. It has some quirks but gets you up and running in no time. FYI I used serverless.com
-
comment
Comment #19035989
That would be really awesome. Do you have a source as to why this would work ?
-
comment
Comment #19035755
Thanks! The frontend is made with React and Typescript, backend is AWS serverless
-
comment
Comment #19035663
Yes looks like it. I make a note to handle that more gracefully
-
comment
Comment #19035402
might actually be a bug, if you can save the model and send me the URL I will check it out
-
comment
Comment #19034914
I see the cons indeed, however I thought it would be really cool to continue training of a promising model in a more capable environment in just a couple of click.
-
comment
Comment #19034528
Thanks for taking the time. Keras functional API export coming soon. The rest will follow.
-
comment
Comment #19034428
Thanks for reporting. I haven't done a lot of testing outside of Chrome, will check this out.
-
comment
Comment #19034422
1- Indeed. Part of the vision for AiFiddle is to make a educational tool. 2- Yep fairly easy win too as I am using Cognito for auth. Thanks for the feedback
-
comment
Comment #19034413
Thanks. GUI is built using React with Typescript. Backend is serverless.
-
comment
Comment #19034408
Good catch. Thanks. Indeed due for a perf update.
- story
-
comment
Comment #11861928
Love the index technic! Every notebook that I use rapidly becomes unbrowsable. Go find those notes you took on the phone with a client last week in the middle of all the scribbling…
-
comment
Comment #11860270
Something that is helping me a lot recently is trying to know all there is to be known about the tools/concept that I am using and the problem that I am solving. Too often have I u…
-
comment
Comment #10821691
Happy new year from China!