Viewing profile — nassimm
nassimm
HN member- Joined
- Sat, Jan 28, 2023, 1:11 PM UTC
- HN karma
- 47
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About nassimm
No profile information was provided.
Recent public activity
-
comment
Comment #48580444
The design is to not show gore images to users. That's an actual design goal from OpenAI. So in this regard the model is definitely not working as designed.
-
comment
Comment #47415880
It works well for me. I wouldn't have said that about 3 or 4 months ago but now it does work. How well it works seems to be highly project-dependant, my friends have much more trou…
-
comment
Comment #45666074
The court was motivated by the exceptional gravity of his crimes, as is allowed by French law In the absence of any element pointing to the partiality of the judges, one cannot ass…
-
comment
Comment #41854894
Looks good! I'm not too much into graphics these days, but when I was I would've loved that.
-
comment
Comment #38620068
You get similar scams when watching videos about investment, CNBC and the likes.
-
comment
Comment #35958863
I've used Ableton for about 12 years before making the switch to bitwig, it's the best thing I've ever done. There are very, very few Ableton features that I miss. The only thing I…
-
comment
Comment #35859920
The subject of the thread is "Will my code be regurgitated if I put it on Github ? Should I avoid putting my code on Github if I don't want it copied?" The legality aspect that you…
-
comment
Comment #35355980
The "people all look the same" part is absolutely ridiculous. The overwhelming majority of people I pass by in the streets look nothing like these people (in fact, I can't even rem…
-
comment
Comment #34845943
I don't personally see a major problem with your reasoning (sorry to not teach you anything new). Consciousness could be very well due to a process we don't know about yet, and dis…
-
comment
Comment #34834273
You're turning the burden of proof on itself. The authors claim that humans are only algorithms, it's their job to prove it before mounting an argument based on it.
-
comment
Comment #34834227
The authors make the claim that "You are just an algorithm implemented on biological hardware." This claim needs to be substantiated before anything that follows can be taken serio…
-
comment
Comment #34816355
We absolutely cannot do that at the moment. We do not know how to simulate a brain nor if we ever will be able to.
-
comment
Comment #34808528
What if the answer "yes, I am conscious" was computed by hand instead of using a computer, (even if the answer takes years and billions of people to compute it) would you still acc…
-
comment
Comment #34722380
In a strict sense, vaccine do not cause mutations. Vaccines will help strains that have mutated by removing competition, but that's very different from molnupiravir which actually …
-
comment
Comment #34715081
We shouldn't say that ChatGPT 'said' something either, but it's an easy shorthand. Likewise, saying chatgpt lied is much shorter and to the point than saying it "generated an outpu…
-
comment
Comment #34675494
Part of the lawsuit is also because the "getty images" watermark are present in some of the outputs. They claim this is trademark infringement.
-
comment
Comment #34557313
Math.random() generates a decimal that can be 0 but is less than 1, so when multiplied by 6 the range is 0-5.99999, which is then rounded down.