Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bobbyi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
bobbyi
1y ago
That could be habit if she got used to one side rather than brain asymetry
2.
▲
by
bobbyi
1y ago
I thought this would work: #define C(x) (sizeof(char[x]), x) sizeof is a compile-time operation so x need to be known at compile time. It didn't work as expected. It turns out there is an exception and the standard says that sizeof is
3.
▲
by
bobbyi
2y ago
He's not the boss anymore at this point (2003). Ballmer took over as CEO in 2000.
4.
▲
by
bobbyi
3y ago
It is if the object can't be meaningfully cast to the type. I'd expect to get an exception. That's why they exist. For example, consider explicitly casting the string "abc" to an int. Python throws a ValueError. Rub
5.
▲
by
bobbyi
3y ago
I'm selecting 70B and it is coming back with "Answer | Phind-34B Model". I'm not sure if it's really using the 34B model or if the UI is wrong about which one it used
6.
▲
by
bobbyi
3y ago
The other NYC bridges are all (I think?) named Bridge, but they went with Crossing here because Outerbridge Bridge sounds weird. Another NYC one: A lot of people think "major" in The Major Deegan Expressway means it is a significa
7.
▲
by
bobbyi
3y ago
Why can't you search them? In the android app at least, I've never had a problem with search working properly
8.
▲
by
bobbyi
3y ago
lsof is also good for seeing what files a process is using https://www.thegeekstuff.com/2012/08/lsof-command-examples/
9.
▲
by
bobbyi
3y ago
Searching for /bin/[ gets reasonable results for me https://www.google.com/search?q=%2Fbin%2F%5B
10.
▲
by
bobbyi
3y ago
The usual justification for having a concept of "undefined behavior" at all is specifically to allow compilers to "rule out this possibility" so they can make this sort of optimization.
11.
▲
by
bobbyi
3y ago
Materialized views handle this scenario, but sqlite doesn't have them
12.
▲
by
bobbyi
3y ago
log.exception is also usually bad when you are re-raising the exception. That often results in same stacktrace logged multiple times in a row which can be confusing or at least annoyingly verbose. But it can be helpful to log an error messa
13.
▲
by
bobbyi
3y ago
Walking past an eatery with outdoor seating, I overheard one diner say the phrase "process raw logs" and I thought, "wow, I guess that is one of those tricky problems that basically everyone ends up dealing with". And th
14.
▲
by
bobbyi
3y ago
Is this similar to std::optional? It's a box containing a value. Copying the optional copies the value.
15.
▲
by
bobbyi
3y ago
I wanted to get tickets to see Messi when his team (Inter Miami) comes to my area (NYC). This is a typical weekend NY Red Bulls game. Tickets are available for $10 : https://www.stubhub.com/new-york-red-bulls-harrison-ticket
16.
▲
by
bobbyi
3y ago
That project already exists https://github.com/ggerganov/llama.cpp
17.
▲
by
bobbyi
3y ago
I don't think it's desired for chatgpt which is a back and forth chat. But this application seems to take one query and give back one answer so its workflow wants a complete response up front.
18.
▲
by
bobbyi
3y ago
> There is no scalar instruction for calculating the absolute value, so it uses a negate and conditional move instead. Wait, what? x86 has specialized instructions for all kinds of things but doesn't have absolute value?
19.
▲
by
bobbyi
3y ago
Recycling Bin is the normal name in US English too. I'm in the US and when I search google for "Recycle Bin" ( https://www.google.com/search?q=recycle+bin ), the results (in order) are * "Recycling Bins&qu
20.
▲
by
bobbyi
3y ago
The roadmap here is completely focused on ChatGPT and GPT-4. I wonder what portion of their resources is still going to other areas (DALL-E, audio/ video processing, etc.)
21.
▲
by
bobbyi
3y ago
The June issue of the Atlantic has an article about giving control of nuclear weapons to AI https://www.theatlantic.com/magazine/archive/2023/06/ai-warf...
22.
▲
by
bobbyi
3y ago
I haven't watched it yet, but the Practical Deep Learning for Coders course that's available on YouTube is often recommended https://course.fast.ai/
23.
▲
by
bobbyi
3y ago
Theres also Py Spy, a profiling tool that can generate flame charts containing a mix of python and C (or C++) calls. https://github.com/benfred/py-spy It's worked really well for my needs
24.
▲
by
bobbyi
3y ago
Concepts improve the situation with error messages for templates. You get an error message saying the equivalent of "You can't pass this argument to this template function because type X doesn't match concept Y" rather t
25.
▲
by
bobbyi
3y ago
The exam is from 2019 and GPT-4's training cutoff is 2021, so it should know about the experiment.
26.
▲
by
bobbyi
3y ago
It's also because the companies are backed by VCs. VCs get their money from limited partners like pension funds who don't want their money invested in porn.
27.
▲
by
bobbyi
3y ago
> Did we need to wipe out ants? Or anything to reign supreme on earth? Yes? Well not to ants, but to "anything". There absolutely are species that humans made extinct.
28.
▲
by
bobbyi
4y ago
Did they put in work specifically to improve hands and other failure cases? Or is this purely a side effect of a generally bigger/ better model?
29.
▲
by
bobbyi
4y ago
I thought superior UI was the reason to use Spotify rather than YouTube Music, at least if you don't care about Spotify's exclusive podcasts?
30.
▲
by
bobbyi
4y ago
Maybe they get more sales that way? If I can pick between two items on Amazon for the same price and one is fulfilled by Amazon, I buy that one.
More ›