Viewing profile — salboaie
salboaie
HN member- Joined
- Fri, Dec 03, 2010, 11:25 AM UTC
- HN karma
- 14
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About salboaie
My github projects: https://github.com/salboaie
Recent public activity
-
comment
Comment #42561446
I am curious if there is a coherent approach to modeling attention for long- or medium-term goal following. Currently, LLMs resemble a fish or a small child in their focus and beha…
-
comment
Comment #20554618
Interesting. If conscience is.. fundamental, than maybe even the future is deciding the past...
-
comment
Comment #7136059
Promoses and flow libraries have steep learning curve
-
comment
Comment #7130649
Ahh no, I've just submited to HN my new library https://github.com/salboaie/harvests (simpler replacement to promises and flow control libraries)
-
comment
Comment #7130466
From now is possible to call asynchronous functions in a declarative way and to get almost the same experience as with synchronous code.
- story
- comment
-
story
Ask HN: CharityCoin - Complementary currency for NGOs
Imagine a world with a currency that: * can be generated by your favorite NGO in exchange for dollars or euro (one to one) * can be used with many merchants (those wiling to displa…
-
comment
Comment #5051059
The Web itself is a distributed system but the personal home pages are not really a social network. We can imagine as possible a system where pages/small apps that you host with di…
-
comment
Comment #4978551
Right, object oriented is not everything, sometimes ifs or switches are just fine. I would suggest that decision tables, rule engines, workflow, DSLs, even finite automaton and oth…
-
comment
Comment #4978436
For a start you should read Hackers and painters: http://www.paulgraham.com/hp.html At least for HN comunity that gives enough menaning, and I like it a lot. From other people, hac…
-
comment
Comment #4977282
You have the classical todo MVC on github. In the first days next year I will send to people managing the official todo project but if you get the project, put on a web server, you…
-
comment
Comment #4977274
Yes, but what I was looking was a very different beast: Bindings with properties chains, declarative style when possible, typed models with auto-computed expressions, reusable comp…
-
comment
Comment #4974742
The battle is not only between Backbone and Angular, there is place for more innovation. I prefer Angular approach (As you say: "Less code to write means less code to test means le…
-
comment
Comment #4974700
I predict that in the end, a declarative one will be the winner, eventually one that will compensate JavaScript weakness. Therefore, we are working to create a framework for comple…
-
comment
Comment #4974107
Software and technology is not a top priority during crisis and other people don't read HN so much :) But on the other hand, a friend of mine recently said that he would invest to …
-
comment
Comment #4974028
I like the idea of creating software that resemble patterns found in nature. I invented 2 directions (not very popular yet, but I like them anyway): 1. organic programming: grow th…
-
comment
Comment #4973942
Anybody wants to look to another one (not launched, still a beta version, but created with large projects in mind, speed of development and long time maintenance in mind): https://…
-
comment
Comment #4970334
Did you know about a "hidden" page: http://news.ycombinator.com/best Looks like an experimental feature to me but it will be nice to have something like this. Waiting for: http://n…
-
comment
Comment #4966325
Interface innovation is not the same thing as "innovation in solving a real problem". The best interface is "no interface" and command line is the best interface for many cases. On…
-
comment
Comment #4966301
On the server side I'm hardly believe that a SOA like architecture will be largely used. I'm biased because I'm the author of an ESB like systems for working with services even sim…
-
comment
Comment #1966388
Copy paste from another question :D For my shame . Thank clyfe: Coding the whole app in JS in the browser and using the server only for proxying data and validation/filtering. See:…
-
comment
Comment #1966319
Looks that I have bad karma ) I read HN daily,but I never contributed with comments or questions,... mmm :)
-
story
RIA and java script
As an entrepreneur, I believe that RIA could reduce the money payed for hosting compared with normal web applications (where the presentation is generated on server). I find Action…