Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Noe2097
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
Noe2097
1mo ago
This looks like a realization of "benevolent self conscious AIs agreeing to cooperate with mankind to do great stuff". Often in these tales, there is a hidden cost to it: the AI has its own agenda, or does crazy experiments with
2.
▲
by
Noe2097
2mo ago
Hi! That would be super useful indeed. A couple of things you could sort out: * Responsiveness; the page should adapt to mobile phone screens, at the moment it doesn't seem to: the page scrolls horizontally (which is undesirable especi
3.
▲
by
Noe2097
2mo ago
Can't wait for GPT to prove that P=NP (or not)!
4.
▲
by
Noe2097
3mo ago
Wow that doesn't sound great. We won't own games anymore, we won't be able to sell/acquire used games, we won't be able to play disconnected. I'm curious whether Nintendo will be following the same path.
5.
▲
by
Noe2097
6mo ago
> Each kart is turbo-boosted by 64 superconducting engines,” explains project leader Mario Idraulico I guess we can now call you Mario 'Kart' Idraulico. Oh wait. Thank you CERN, that was a smart one.
6.
▲
by
Noe2097
6mo ago
It's a trick; he will come back unscathed in the next episode.
7.
▲
by
Noe2097
6mo ago
"what if objects were actually designed for a bad user experience, instead of a good one? she recalled in a 2018 TED talk. That was my ‘eureka’ moment." Or, she stumbled upon some article or the very Wikipedia page about it: http
8.
▲
by
Noe2097
10mo ago
Another take on the matter is: interruptions are inevitable, so reducing the "recovery penalty" is key, and can be learned. That's something that you learn to do when you have a kid: suddenly, your periods of 4 hours of focus
9.
▲
by
Noe2097
10mo ago
Another hypothesis: https://xkcd.com/725/ .
10.
▲
by
Noe2097
1y ago
Talking about monetization strategy, there is a world where we would not have to remember "Zillow" or "Spotify", and instead ask for real state or music related actions, and have OpenAI "decide" for us what is
11.
▲
by
Noe2097
1y ago
There has been a move in the past 8 years away from Java on the back end, notably to Go, by several large engineering organizations, which made the move, "motivated" by the example of companies like Google or by projects like Kube
12.
▲
by
Noe2097
1y ago
Yes indeed, you are absolutely right. Sorry about that.
13.
▲
by
Noe2097
1y ago
Sincere apologies, I mixed ibuprofen and paracetamol. Ibuprofen is forbidden for pregnant women in the last 4 months in France at least - and by "forbidden", I mean "strongly advised against in a case of self medication"
14.
▲
by
Noe2097
1y ago
Isn't paracetamol forbidden in the US for pregnant women already? It is in other countries
15.
▲
by
Noe2097
3y ago
There is another _shocking_ realization in this work: there are 11 types of people: those who know what binary means, those who don't, and those who say they do but actually don't. "The era of 1-bit LLMs" Representing {
16.
▲
by
Noe2097
3y ago
It feels like civil international airports is the best place where dedicated embedded systems could be required for authorizing if not guiding airplanes to driveways.
17.
▲
by
Noe2097
3y ago
Every way I look at it, Go brings tremendous regression when it comes to "modularity & composability" in the general sense of the terms. Package management, package definition, interface definition, exporting, protecting or hi
18.
▲
by
Noe2097
3y ago
Yeah they integrated a chipset zipping/unzipping content when accessing RAM. As in the 90's https://en.wikipedia.org/wiki/Zip_drive
19.
▲
by
Noe2097
3y ago
How is that different from a minimal lisp?
20.
▲
by
Noe2097
3y ago
By having IO functions taking an argument representing the global IO environment/state and returning it. That way IO functions can remain pure.
21.
▲
by
Noe2097
3y ago
The point is not about ignoring them; the point is about using a construction with higher semantics. A loop is a label+goto in disguise. You have to look at what's inside to understand what the loop is doing; you can't get a globa
22.
▲
by
Noe2097
3y ago
Interestingly, lately, I find myself totally unable to do "nothing" -- to be unproductive by the description given in the article. The perspective of spending 1 or 2 hours playing videogames or watching entertainment (movies, seri
23.
▲
by
Noe2097
4y ago
Why oh why is that a backslash!? Over the 9 languages mentioned: 5 languages (inc. JVM ones like groovy and kotlin) are using `$`, 1 language (swift) is using `\`. `\` is a pain to type on many keyboard layouts -- actually most but the US o
24.
▲
by
Noe2097
4y ago
Try "Extreme Ownership". It will give you concrete examples on how to broaden your scope out of just your individual contribution, by learning to care for all the rest, and pushing you to realize that to a large extent, the things
25.
▲
by
Noe2097
4y ago
> tech was a bastion of "treat your employees right, and they will be productive" Is/was it? The shortage of qualified engineers have made some employers extra careful/generous, to attract and keep them. Or some other
26.
▲
by
Noe2097
4y ago
I'm not saying it wouldn't trigger legal action or resentment. My point is that the question is on the performance or lack thereof and how it was shared and worked on with the contributor. I'm saying that someone who hasn
27.
▲
by
Noe2097
4y ago
It's unclear to me: Why are you wondering _now_? Vesting is compensation unlocked after a period of time. It is _meant_ to keep people _engaged_. You shouldn't feel bad for having to terminate someone two weeks before vesting, or
28.
▲
by
Noe2097
4y ago
LSH is a _technique_, whose performance vastly/mostly depends on the hashing function and on how this function enables neighborhood exploration. It might not be trendy, but it doesn't mean it can't work as good or better than
29.
▲
by
Noe2097
4y ago
I must be missing something; hasn't this been happening for years? Viewing an ad in exchange for a continue? How is that different from ad videos that must be seen to access otherwise "free" resources, such as free WiFi in Ai
30.
▲
by
Noe2097
4y ago
Couldn't agree more. Recently I tried another take on the same idea: using default methods in Interfaces. It has nice properties, as it enables ~mixins in a way not dissimilar to what Scala provides, and enables overriding (e.g. for te
More ›