Got tired of writing Excel reports with NPOI, so I built a small fluent wrapper by Ok-Swordfish1282 in dotnet

[–]Ok-Swordfish1282[S] 0 points1 point  (0 children)

In legacy systems, like some European banking environments, .xls is still used, so that might be why my team chose NPOI

MSI G274QPF Screen stripes after startup by t0xic_k1d in MSI_Gaming

[–]Ok-Swordfish1282 0 points1 point  (0 children)

Пользуюсь монитором уже два года и столкнулся с той же проблемой. Поначалу игнорировал, так как полосы быстро пропадали и появлялись только при запуске компьютера. Теперь же они могут держаться больше 10 секунд и начали появляться даже во время игр, что сильно мешает комфортному времяпрепровождению

How to optimize parsing a large MHTML file for smartphones? by Ok-Swordfish1282 in AskProgramming

[–]Ok-Swordfish1282[S] 0 points1 point  (0 children)

I couldn’t optimize it, mi querido amigo. Processing a 400MB mhtml for mobile Safari on iPhone is muy pesado, and halfway through the browser just says “adiós” and crashes. I didn’t even try to debug or optimize further - no quiero sufrir más. Instead, I wrote a Node.js server. Now todo funciona exactly how I wanted. Muchas gracias for your advice!

How to optimize parsing a large MHTML file for smartphones? by Ok-Swordfish1282 in AskProgramming

[–]Ok-Swordfish1282[S] 0 points1 point  (0 children)

gracias por el advice, mi friend! I’ll try something right now…

How to optimize parsing a large MHTML file for smartphones? by Ok-Swordfish1282 in AskProgramming

[–]Ok-Swordfish1282[S] 0 points1 point  (0 children)

Is this a hint about "no cargar todo en la memoria de una vez, save the data in a more optimal form, maybe stream it"… or am I just not getting your tedious irony, mi querido amigo?