inboulder | 1 year ago | on: Show HN: FastGraphRAG – Better RAG using good old PageRank
inboulder's comments
inboulder | 15 years ago | on: Study: If aliens exist, they probably want to destroy us
inboulder | 15 years ago | on: Study: If aliens exist, they probably want to destroy us
The most obvious is they may want our planet, they want to live here, and if they've managed to travel across the vast void of space, wiping out humanity probably won't be particularly challenging for them.
Also, your second point is invalid, territorial reasons are not void. We may pose no threat now, however a technologically superior civilization may conclude we pose a future threat, and so wipe us out now before we can become one.
Also, the old 'dangerous biology from somewhere else!' is almost entirely null and void, organisms are adapted to their environment, they usually pose negligible risk to any other environment already inhabited by biological organisms. This is why, for instance we don't treat organisms from thermal vents as 'oh noes, biohazard material'.
inboulder | 15 years ago | on: Google Will Become an AI Company
inboulder | 15 years ago | on: Cheezburger Network doesn't show new hires the bathroom until they check in code
inboulder | 15 years ago | on: Cheezburger Network doesn't show new hires the bathroom until they check in code
My point is: I'm not sure why Cheezburger thinks it's impressive to set up Wordpress blogs of other people's images without breaking the bank.
inboulder | 15 years ago | on: Cheezburger Network doesn't show new hires the bathroom until they check in code
Oh come on now, how could you have negative cash flow? Your whole business model is based around publishing content on the web you didn't create, (and 99% of the time probably don't even own the rights to), this is not exactly an expensive business to run.
inboulder | 15 years ago | on: The reverse job applicant
>I didn't claim to be a Java guru. Very few Java programmers actually need to know the answers to those questions in day-to-day programming; I could probably (if asked to, which I'm not, thankfully) write thousands or tens of thousands of lines of Java without ever needing to know the answer to those.
You're wrong, and this proves the point. This isn't 'guru' level, the workings of volatile and synchronized is even on the basic SCJP test. This may not come up in your domain, but if the project deals with threading, an experienced dev will be more productive than you right off the bat, after two weeks, and probably after a year.
In fact, threading is pretty tricky, so it's likely you will be counter-productive to the team until you've made all the Java threading mistakes you need to make in order to understand why your code is bad. And, you might never know your code is bad unless a domain experienced Java dev explains it to you.
Domain experience matters.
inboulder | 15 years ago | on: Please write shorter emails
I think you're trying to make a 'smart' reference but are confused. Overall, Vonnegut was generally at least as, or more concise; there is an entire page in _For Whom the Bell Tolls_ dwelling on the sweat on someone's brow.
inboulder | 15 years ago | on: Tell HN: hntrades.com
inboulder | 15 years ago | on: Being Poor by John Scalzi
inboulder | 15 years ago | on: Why Isn't the Price of Broadband Obeying Moore's Law?
inboulder | 15 years ago | on: Why do the Japanese draw themselves as white?
It is glaringly obvious that European ideals of beauty have enormously affected the Japanese aesthetic, especially including anime; almost any Japanese person you meet will readily admit to this, to claim otherwise takes willful ignorance.
inboulder | 15 years ago | on: Most common words unique to 1-star and 5-star App Store reviews
inboulder | 15 years ago | on: Ask HN: anyone leave a high paying job to work at a startup?
inboulder | 15 years ago | on: I'm an introverted hacker. I want to join a frat.
inboulder | 15 years ago | on: Why Reddit's Founder was "Terrified" to Launch New Startup, Hipmunk (YC S10)
Does hipmunk do anything different? It doesn't look like it can tap into sabre, ryan air db, etc, looks like it just scrapes and organizes, nor does it look like it has any fancy back end db of extensive flight info with a smart heuristics engine to predict future prices. So, beyond help those who have trouble visualizing a schedule, I'm not sure how this is any better than farecast et all. Can hipmunk predict if a particular flight's price (not willy nilly flights, I'm looking at you farecast) will go up or down?
inboulder | 15 years ago | on: Ask HN: Best Startup City - Outside the USA?
If I was going to pick somewhere in the EU, I'd go for Berlin.
inboulder | 15 years ago | on: On ‘Mad Men,’ The Allure of Messy Lives
inboulder | 15 years ago | on: High-Frequency Programmers Revolt Over Pay
Example: Say you're searching an article and you want to know what occupation a mentioned person has, let's say the person 'Sharon,' is mentioned to have attended several physical chemistry conferences but her occupation is never explicitly mentioned. There's a very good chance every single rag approach will fail to return correct results, will fail to make this connection between 'occupation' attends conference, type of conference and infers 'chemist'. I could go on, but this sort of error is pervasive along all types of information when trying to retrieve with RAG. In the end, solutions like the above seem to just sort of reinvent other query methods, SQL, pagerank etc, with extra steps... there's little point in vectorization at that point...