Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
denis_dolya
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
denis_dolya
1y ago
The only thing I can say when I saw it is — WOW!
2.
▲
by
denis_dolya
1y ago
Good afternoon, I liked the game, I especially liked that you created it on your own engine. But I have a question, are you planning to make apps for these platforms, Is this how the web version will end?
3.
▲
Show HN: SRAW – new compression preformat Data Optimization for Embedded Systems
1 points
by
denis_dolya
1y ago
|
0 comments
4.
▲
by
denis_dolya
1y ago
Interesting approach. Rendering LaTeX directly in the terminal lowers friction for math-heavy workflows, especially in REPL environments or when working remotely without GUI support. It’s lightweight and demonstrates clear technical creativ
5.
▲
by
denis_dolya
1y ago
Looking at Scar through the eyes of a senior developer the reaction is more curious than dismissive. There is a bit of surprise because in the past system languages were almost always implemented in C and that was considered a mark of serio
6.
▲
Libcurl 8.16.0
(curl.se)
1 points
by
denis_dolya
1y ago
|
0 comments
7.
▲
by
denis_dolya
1y ago
Do you plan to publish the source code?
8.
▲
by
denis_dolya
1y ago
If you need regular Deep Research without relying on a UI the simplest option is to run a model locally or via an API such as HuggingFace or OpenAI Chat API with a Python script that runs on a schedule using schedule or cron. Locally you ca
9.
▲
Ask HN: How can we reliably determine if text was written by AI?
4 points
by
denis_dolya
1y ago
|
6 comments
10.
▲
by
denis_dolya
1y ago
It is remarkable how a seemingly simple architectural idea can have such practical impact. The saw-tooth roof demonstrates that straightforward, well-considered design can optimize natural lighting while minimizing complexity in constructio
11.
▲
by
denis_dolya
1y ago
Gemini has demonstrated an impressive level of performance, achieving gold at the ICPC World Finals. That said, there are aspects that still require improvement. In particular, the model does not always interpret problem statements correctl
12.
▲
by
denis_dolya
1y ago
I’ve been working with SQL Server from Python on various platforms for several years. The new Microsoft driver looks promising, particularly for constrained environments where configuring ODBC has historically been a source of friction. For
13.
▲
by
denis_dolya
1y ago
Restricting PNG to a smaller subset is a reasonable idea, and I did consider it. The challenge is that even a limited PNG still requires handling deflate compression and integrity checks, which add complexity to the parser. On many classes
14.
▲
by
denis_dolya
1y ago
ASTC, ETC, and DXT are indeed efficient formats, especially when hardware support is available. In my case, the target devices are microcontrollers without GPUs and with very limited RAM. A software decoder for these formats would require m
15.
▲
Ask HN: What should I consider when designing a custom embedded graphics format?
3 points
by
denis_dolya
1y ago
|
4 comments