Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
0mbre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Ask HN: When does it matter to analyse competition and what tool to use?
2 points
by
0mbre
6y ago
|
0 comments
2.
▲
by
0mbre
6y ago
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 now working on the accompanying code analysi
3.
▲
by
0mbre
7y ago
Thanks for the links!
4.
▲
by
0mbre
7y ago
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 correlated.
5.
▲
by
0mbre
7y ago
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 expressive functions
6.
▲
by
0mbre
7y ago
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 the kind of feeling I had working at Laravel (admittedly
7.
▲
Ask HN: What are the “best” codebases that you've encountered?
392 points
by
0mbre
7y ago
|
269 comments
8.
▲
by
0mbre
8y ago
Thanks! Custom dataset indeed on the todo list. The feature is half done already, I should be able to release it soon.
9.
▲
by
0mbre
8y ago
I will investigate further but still very cool, thanks!
10.
▲
by
0mbre
8y ago
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
11.
▲
by
0mbre
8y ago
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
12.
▲
by
0mbre
8y ago
That would be really awesome. Do you have a source as to why this would work ?
13.
▲
by
0mbre
8y ago
Thanks! The frontend is made with React and Typescript, backend is AWS serverless
14.
▲
by
0mbre
8y ago
Yes looks like it. I make a note to handle that more gracefully
15.
▲
by
0mbre
8y ago
might actually be a bug, if you can save the model and send me the URL I will check it out
16.
▲
by
0mbre
8y ago
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.
17.
▲
by
0mbre
8y ago
Thanks for taking the time. Keras functional API export coming soon. The rest will follow.
18.
▲
by
0mbre
8y ago
Thanks for reporting. I haven't done a lot of testing outside of Chrome, will check this out.
19.
▲
by
0mbre
8y ago
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
20.
▲
by
0mbre
8y ago
Thanks. GUI is built using React with Typescript. Backend is serverless.
21.
▲
by
0mbre
8y ago
Good catch. Thanks. Indeed due for a perf update.
22.
▲
Show HN: Deep Learning GUI to Create, Train and Visualize Models in a Browser
(beta.aifiddle.io)
216 points
by
0mbre
8y ago
|
44 comments
23.
▲
by
0mbre
10y ago
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.
24.
▲
by
0mbre
10y ago
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 used tools I half understood to solve problem that I did
25.
▲
by
0mbre
11y ago
Happy new year from China!
26.
▲
by
0mbre
11y ago
So introvert vs extrovert?
27.
▲
by
0mbre
11y ago
Well you can wonder why did these people act irrationaly? Could these behaviour have been detected? Could they have been helped out of this narrowed point of view of thinking that killing innocent is the right thing to do ? I don't thi
28.
▲
by
0mbre
11y ago
Well obvioysly to someone irrational every of his action seem rational. The point is that for a phycologicaly healthy and balanced human being these actions can not be called rational by any stretch of logic
29.
▲
by
0mbre
11y ago
Killing innocent, helpless people IS irrational. Period
30.
▲
by
0mbre
11y ago
So far I can't see the use of immutableJS in redux. When using basic pattern of returning a new store on each action the store isn't mutated. Is it just a very costly convenience ?( costly cause immutableJS isn't exactly sm
More ›