back
user profile

ValdikSS

1,246karma·370submissions·December 29, 2014
recent activity (370 total)
comment
In case anyone interested, you can run (nommu) Linux on ESP32 Xtensa boards https://github.com/jcmvbkbc/esp32-linux-build ESP32-S3 N16R8 is <$5 on aliexpress: - Dual-cor…
7mo ago·view thread
comment
Bootstapping is so complex, here's 181-step document to compile Linux: from "commented opcodes" in hex0 to assembler with labels, from simple C compiler to ~c89 compiler to tinycc ~c99 …
7mo ago·view thread
comment
Growing Living Rat Neurons To Play... DOOM? | Part 1 https://www.youtube.com/watch?v=bEXefdbQDjw …
8mo ago·view thread
comment
And on many other platforms the CPU also does not boot itself. Many SoCs have a small core which configures and boots all the other cores (usually Cortex-M or similar).
8mo ago·view thread
comment
Well, "Traditional PC Boot" is also not like that on Intel, the booting is started from the chipset, from Intel ME. It boots the CPU.
8mo ago·view thread
comment
My service (which doesn't have public access, only via SSH as a client) was used by a ransomware gang, which involved the service in investigation from Dutch CERT and Dubai police. It's stil…
8mo ago·view thread
comment
I'm running the similar but different, protocol-agnostic service: https:/ssh-j.com/ Only regular SSH to serve, regular SSH to connect. No public URLs though (it's not for web servi…
8mo ago·view thread
comment
They took already existing protocol (XMPP) and already existing implementation in Erlang (ejabberd)—there weren't many alternatives at the time really.
8mo ago·view thread
comment
There is some—VueScan for example, where the developer reverse-engineer scanning protocols, re-implement and sell it.
8mo ago·view thread
comment
You can also add OpenAlias DNS TXT record with your cryptowallets, also web monetization of another kind. https://openalias.org/ …
9mo ago·view thread
comment
You can report viruses on TPB's forum, there's usually entire accounts which upload viruses which are easy to find.
9mo ago·view thread
comment
I use Xiqi printer for barcode printing on a self-adhesive paper. It's about $11 only, battery powered, light, bluetooth.
9mo ago·view thread
comment
CUPS driver for Xiqi printers ("FunnyPrint" application) https://github.com/ValdikSS/printer-driver-funnyprint …
9mo ago·view thread
comment
Oh, this e-reader has lots of productivity features. You can highlight words (which are later stored in a separate folder), make bookmarks, easily translate words, use screen reader, etc. I use it mos…
9mo ago·view thread
comment
Well I guess that could help, but only on Windows, since it's the only OS which follows printer "installation" flow for driverless printers. Other OS just discover printer all the time,…
9mo ago·view thread
comment
Most people can't comprehend that. "If it's available publicly online and has a readme, it's DEFINITELY was created for me and for all other users, right?" This is so common, …
9mo ago·view thread
comment
But that's another issue: developers make software for themselves vs "digital public goods for everyone". UI/UX (which the article is about) is part of the broader approach.
9mo ago·view thread
comment
Most people don't need computer (full feature power, full power of choice) to solve their task, as could be seen with the smartphones, which are designed as appliances more or less. I don…
9mo ago·view thread
comment
Kubernetes do that as well
9mo ago·view thread
comment
When I was working in audits, I used to record everything happening on my screen with 3 fps and then rewatching it with 10x speed, just not to forget anything. When Recall was announced, I was in mino…
9mo ago·view thread
comment
I read until "gVisor, system call emulation" and though that this is some kind of IP-KVM project port to RTOS or microcontroller or something other thing which reuses Linux code but does not…
9mo ago·view thread
comment
I wrote a CUPS (Linux) printer driver for Xiqi cheap ($10) Chinese label printers if anyone interested https://github.com/ValdikSS/printer-driver-funnyprint I use it to print bar…
9mo ago·view thread
comment
Aaaand it's gone :D
9mo ago·view thread
comment
le9 is a 'simple' method to keep the fixed amount of the page cache. It works exceptionally well for what it is, but it requires manual tuning of the amount of cache in MB. MGLRU is basicall…
9mo ago·view thread
comment
It's fixed since Kernel 6.1 + MGLRU, see above, or read this: https://notes.valdikss.org.ru/linux-for-old-pc-from-2007/en/... …
9mo ago·view thread
comment
It's kind of solved since kernel 6.1 with MGLRU, see above. Dirty buffer should also be tuned (limited), absolutely. Default is 20% of RAM, (with 5 second writeback and 30 second expire intervals…
9mo ago·view thread
comment
Enables Multi-Gen LRU (improved page reclaim and caching policy). Prevents thrashing, improves loading speeds under low ram conditions. Requires kernel 6.1+. Has dramatic effect esp…
9mo ago·view thread
comment
Waiting for that WhatsApp exploit to be presented in 2 days.
9mo ago·view thread