Viewing profile — dclara
dclara
HN member- Joined
- Fri, Aug 23, 2013, 8:25 PM UTC
- HN karma
- 42
- Public activity
- 314 items
- HN profile
- View on Hacker News ↗
About dclara
Recently, I started my blog site (http://bingobo.info/) and a Kickstarter project BingoBo: Build your Private Web (http://kck.st/JNqv8z).
I'm looking for developers, business partners and investors to boost the BingoBo to the next level. If you are interested, please contact me at danmark.clara_at_yahoo.com.
Recent public activity
- story
-
comment
Comment #7935197
I think backend freelancing is harder than front end which needs some graphics design skills and HTML/css/javascript implementation. Most of the in-house systems are outsourced to …
- comment
- comment
-
comment
Comment #7934971
GoDaddy gives you one email box with your domain name so that when you reply the email, it is sent from the real email account.
-
comment
Comment #7930304
Good. You are very capable, so don't worry about the next job. One thing I'd like to mention is: as a software engineer, we are looking for more than programming. Online courses ma…
-
comment
Comment #7929845
Sure. There is a video demo: https://www.youtube.com/watch?v=x1y_J-_Wrb4
- story
-
comment
Comment #7929737
If you have programming skills, you can look for another job since you are pretty new on the job market. Otherwise, you may learn a lot from the code you are copying and pasting fr…
-
comment
Comment #7929708
Currently, I'm running a free summer camp online to help college students to learn the professional skills as a software engineer according to the industrial standard. There are va…
-
story
Show HN: What can a 13-year-old make in 1 hour using pure HTML5/CSS3?
I'd rather to explain the process instead of showing the result work: 1. Find a fancy image as background 2. Find a cool font and install it 3. Layout the title bar and the title 4…
-
comment
Comment #7322502
What? DDG does not own Stack Overflow but it can run Stack Overflow's algorithm locally? Do you mean that Stack Overflow has it's search algorithm open sourced? I'm sorry, I don't …
-
comment
Comment #7317478
Good idea. I think it's better than infinite scroll, but cache one page before and one page after to improve the page loading more smoothly using AJAX, just don't push me to the ne…
-
comment
Comment #7317462
I'm also concerned about the footer menu, may it be sticky or keep it on the bottom not shown. Looks like most of the sites have the latter. Maybe the footer is not that important,…
-
comment
Comment #7317457
They do have a page list on the bottom and show which page you are on.
-
comment
Comment #7317456
You're so funny. I guess they will make a fix number of items in the memory for the DOM.
-
comment
Comment #7317417
The memory issue is solved, but the browser and CPU are so busy because when you want to get back to page 3 from page 10, page 3 has to be reloaded.
-
comment
Comment #7317411
I guess not, although the page number is shown for you to see which page you are on, but you may forget where you were after you visit a particular link. It's improved to resolve t…
-
comment
Comment #7317377
Yes, I agree with you on using a 2-tier search which will increase the relevancy to optimize the quality of search. And Google's search quality is not unbeatable. I also agree with…
-
comment
Comment #7317050
Upvoted you. We need more insights like this than the document itself. The concept of state machine, PIM (processing in memory) and parallelization is the core, looks like Micro ha…
-
comment
Comment #7295570
Because to my understanding, 2-tiered search means that the routing search engine scrapes data from the second level search engines and return it to the users. The second level sea…
-
comment
Comment #7280656
I'm not sure how powerful it is which cannot tell from the looking. If it's the same powerful as the existing PC, I found All-in-one PC now is less than $500. So why do we need to …
-
comment
Comment #7280634
Thank you for your explanation. Now I understand better. But a distributed system is usually defined in the second meaning of what you said inside the search engine, instead of acr…
-
comment
Comment #7274988
It's interesting that you are talking about "two-tiered search would decentralize efforts to improve algorithms". But you mentioned that "this solution does not need to be distribu…
-
comment
Comment #7253613
Yes, budgeting for days instead of budgeting for months. When we well manage the task list, usually a feature implementation takes 1-3 days, a project may take 3-4 weeks to reach a…