_laiq | 2 years ago | on: Ask HN: What's the best self hosted/local alternative to GPT-4?
_laiq's comments
_laiq | 3 years ago | on: Ask HN: Can BeReal Scale?
BeReal has a known traffic cap, say, 3 or 4 billions peak connections at the same time.
This cap has already been solved by other tech companies if i’m not mistaken.
_laiq | 4 years ago | on: Google’s ‘Project Hug’ paid out huge sums to keep game devs in the Play Store
Say, you manage to recruit the top-30 engineers who know all the in-and-outs of the google search engine. Add to that, their recent replacement of trad AI methods with full NN I believe, and I can't realistically believe it's not more than a 1B problem.
One of the reasons Google is going horizontal because their search engine can't be "magical" forever, this applies to their ad platform too.
_laiq | 5 years ago | on: Japanese people may have gained longevity by balancing their diets
_laiq | 5 years ago | on: Ask HN: Successful one-person online businesses in 2021?
_laiq | 5 years ago | on: How to Think for Yourself
But according to this essay, you followed a BAD path not innovative enough, and the hidden reason why it's bad is because it will never generate any sort of profit for YC.
Now if you had tried 3 or 4 startups in that same timespan, burned through all your life savings, did not make several millions in the process, and failed all you endeavours, you will be applauded by YC.
Why ? because the more people exist like you, the better it is for them.
_laiq | 5 years ago | on: Twitter names famed hacker 'Mudge' as head of security
If I come up to you, the owner, and kindly warn you that your doors can easily be unlocked, your reaction would probably be a big thank you. But, I also understand that you are free to answer me to get the hell out of your lawn, because it's none of my business.
Sure I am doing it for your safety, for the safety of your kids, your wifes, and your valuables. I have no ulterior motives.
But, you have the right to not want to listen to all the ways an intruder can come to your house and steal all your stuff. You should have the right to find that information useless, and I don't have any say in that.
Now, warning all the town that your house is not secure enough to try to provoke an answer from you ? What do you think about that ? Really curious.
_laiq | 6 years ago | on: Andreessen-Horowitz craps on “AI” startups from a great height
mbaha | 7 years ago | on: Ask HN: What skills to acquire in 2019?
mbaha | 7 years ago | on: 42 (school)
I graduated from an enginnering school, and you can absolutely skip all classes if you wanted to. Sure, the teachers don't encourage you to do it, but the freedom is definitely there.
BUT, since there will always be a percentage of students who don't succeed in a "traditional" way, a bunch of rich people will always attempt to lure them into a paid program (which is, I repeat, selective). So they learn quite a bit, and they can become high-earners in the future, since they're all hanging out with technically good people.
mbaha | 7 years ago | on: Ask HN: How's the Paris startup scene?
mbaha | 8 years ago | on: Time to rebuild the web?
I suggest a corollary:
"Any web community gets what it admires (fancy UX and feeds that work like magic), will pay for (=nothing), and, ultimately, deserves."
mbaha | 8 years ago | on: Palantir worked with Cambridge Analytica on the Facebook data it acquired
I think that a white factory worker could add way more insight into how other communities views things, than hiring a black/female attorney does...
Having said that, I'm really afraid what the backlash against this type of diversity-thinking will be. The system will surely corrects itself in the future (it's already starting), but I'm not certain going back to another extreme would be very wise...
mbaha | 8 years ago | on: Cutting ‘Old Heads’ at IBM
Your opinion seems to lack every bit of possible nuance: say i'm manager A trying to raise awareness about tech B in company. I have every right as employee C to be skeptical because if B is bad and pointless, I'll be punished for following A's decision. Of course A has every right to spread B even if bad, because it will make A seem awesome in the process.
My general point is: resistance to change is a spectrum and is often mixed with office politics and strong opinions on both sides. Trying to blame someone merely for wanting to keep the status quo is absurd.
mbaha | 8 years ago | on: ACME v2 and Wildcard Certificate Support is Live
mbaha | 8 years ago | on: Learn to Code Ethereum DApps by Building Your Own Game
mbaha | 8 years ago | on: Cinema’s greatest scene: ‘Casablanca’ and ‘La Marseillaise’
mbaha | 8 years ago | on: US Senate passes sweeping tax overhaul bill
Since when people just want to live comfortable lives and leave their collective fate to be decided by a minority whose interests do not necessarily align with the people's interests (otherwise, they would just allow fair elections).
Small example: of course, country-wide surveillance à la China would lead to "economic success", do you think it's criticized because it would lead to mass poverty ?
It would lead to a perfectly stable future for the population, with ever improving quality of life and security. The problem, as you may guess, lies elsewhere.
mbaha | 8 years ago | on: US Senate passes sweeping tax overhaul bill
The "they" cannot be referring the people of China, or the majority because China is just not a democracy.
This is the main difference between a country which holds free elections every 4 years, and a single-party country.
mbaha | 8 years ago | on: US Senate passes sweeping tax overhaul bill
Sorry but I find this just mindblowing.
A basic question: How can i join with SQL a column to a string separated with comma
GPT-4: PostgreSQL: SELECT STRING_AGG(columnName, ', ') FROM tableName;
Guanaco: Here is an example of how you could use the CONCAT function in MySQL to concatenate a string to a column value in a single-line query: SELECT CONCAT('The total price for ', product_name, ’ is ', SUM(price)) AS total FROM products; This will result in output like “The total price for Chocolate Bar is 10” or similar depending on your data.
Yeah, no...