Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
vcdk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Email link phishing: why your email app should always show the URL
(phpfreelance.co.uk)
2 points
by
vcdk
2mo ago
|
0 comments
2.
▲
by
vcdk
4mo ago
Whenever Anthropic is down, I switch to my other alternative AI provider. If that is also unavailable, or no more tokens left, then I can switch to my local AI. Not the same in terms of quality and speed, but good enough for an experienced
3.
▲
by
vcdk
4mo ago
I was just replying to the comment ¯\_(ツ)_/¯
4.
▲
by
vcdk
4mo ago
Well... tried it on macOS using vanilla gcc, the results surprised me: $ /bin/cat x.c; gcc -w -o x x.c; ./x #include <stdio.h> int main() { int a = 5; a += a++ + a++; printf("a = %d\n