Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
|
kurhan's comments
login
kurhan
10 months ago
|
parent
|
context
|
next
[–]
| on:
Ask HN: What are you working on? (March 2025)
https://gitlab.com/actions3/actions3
- desktop application for displaying AWS metrics and CloudWatch Logs.
I'm doing it for my personal use, but maybe someone will find it useful too ;)
kurhan
on Aug 8, 2023
|
parent
|
context
|
prev
|
next
[–]
| on:
Llama2.java: Karpathy's llama2.c ported to Java
Also new virtual threads might be beneficial. I was experimenting using Vector api for matrix multiplication once and effect was pretty good.
mike_hearn
on Aug 8, 2023
|
parent
|
next
[–]
Virtual threads shouldn't help as the program isn't I/O or wait bottlenecked. It's a pure computation, so it's all about vectorization here.
kurhan
on Jan 21, 2022
|
parent
|
context
|
prev
[–]
| on:
SICP: JavaScript Edition available for pre-order
There is also github repo
https://github.com/source-academy/sicp/wiki
with instruction how to generate various versions
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I'm doing it for my personal use, but maybe someone will find it useful too ;)