Viewing profile — kees99
kees99
HN member- Joined
- Sun, Jul 03, 2016, 6:08 PM UTC
- HN karma
- 912
- Public activity
- 462 items
- HN profile
- View on Hacker News ↗
About kees99
No profile information was provided.
Recent public activity
-
comment
Comment #49221628
[dead]
- comment
- comment
-
comment
Comment #49150273
Wasn't that abbreviation from "pipe"? As in - this is a pipe that you can use to connect terminal to a file, file to a printer... and yes, file to a file (that's cp/copy).
-
comment
Comment #49148554
I've fed a couple of those chicken-scratch sketches to nanobanana with prompt "Treat attached as a technical drawing of a bicycle. Produce photo-realistic image of the actual bike …
- comment
-
comment
Comment #49104763
Pretty good results overal. Even shows subnetting within e.g. digitalocean's blocks! Couple of misidentified IPs: 141.98.83.0/26 - shows as "Panama", echoing bogus whois record. Re…
-
comment
Comment #49101455
MADV_SEQUENTIAL might help a bit, but not that much. Biggest problem here is throughput-vs-latency. With mmap()-ed file, for each pagefault, kernel will conservatively estimate blo…
- comment
-
comment
Comment #48977708
Qwen is quite slow in general. I'm getting ~0.5 tps from [qwen], and ~10 tps from [gemma] - roughly the same size, same quant, same hardware (8-core CPU) same software (llama.cpp).…
-
comment
Comment #48951079
Yes, something like this: static inline long read(int fd, void *buf, long count) { register long rax asm("rax") = __NR_read; register long rdi asm("rdi") = (long)fd; register long …
-
comment
Comment #48950824
Claude has surprisingly good knowledge of X11 protocol. The other day, colleague showed me a (pretty basic) terminal emulator written in one-shot by Opus. Kicker is - that was comp…
- comment
-
comment
Comment #48946973
> same prompt 4 or 5 times LM Arena permanently flagged / sent to the captcha hell my account after trying the same prompt twice. So, YMMV.
-
comment
Comment #48940837
I agree. This addresses one of two main failure modes of solar roadways (grippy coating disintegrating from being driven over), but keeps another one (contamination). Note that thi…
- comment
-
comment
Comment #48821221
> All it needs to do is be sent a new message. Receiving a message in a timely manner, is far more energy-intensive, for two reasons: - modern Internet, with nearly universal deplo…
-
comment
Comment #48433073
Uh... is this supposed to be valid standalone C? GCC says there are a bunch of undefined symbols, first one being "R" right in the beginning: typedef unsigned char u; u w,X,T,D[1
- comment
- comment
-
comment
Comment #48227129
> Always annoyed me that it clearly has 2 wires (power/signal + ground). Same with "TWI" (Two-Wire Interface) , a name that Atmel (now Microchip) uses for I2C bus. There are 3 wire…
- comment
- comment
-
comment
Comment #48112034
Nah, go straight for qmail. Give it your best try.
-
comment
Comment #48100360
You are absolutely right. Maybe I shouldn't. But then I have to deep-dive into yet another flagrant cheap hallucination. You see, when a molecule oxidize , it becomes a different m…