back
user profile
ValdikSS
1,246karma·370submissions·December 29, 2014
recent activity (370 total)
188 pts
comment
LibreOffice. You can open PDF in LibreOffice Writer, just make sure to select "PDF - Portable Document Format (writer)" in the file selection dialog. This is very important, if you don'…
comment
How's it different from box86/box64? It also has RISC-V with JIT support. https://box86.org/
comment
Yep, what's in most other jobs is a criminal offense, the most serious issue the individual developer could face is just to lose the job.
comment
I'm running an anti-censorship proxy service which uses Proxy Auto-Configuration (PAC) file which you can configure OS-wide or in the browser. If the file contains invalid JS (syntax error, or to…
comment
The OP by live streaming means broadcasting, as in live event.
comment
This, and: * Asymmetric network links, slow upload especially on cellular * Traffic package limitations, and both DL and UL are counted * Some ISP are very against p2p, sometimes it's a governmen…
comment
Nah, that doesn't look fun. Self-hosting in 2025 should look like Yunohost or Sandstorm.
comment
unsafe-io eliminates most fsyncs, but not all of them.
comment
`apt` installation could be easily sped-up with `eatmydata`: `dpkg` calls `fsync()` on all the unpacked files, which is very slow on HDDs, and `eatmydata` hacks it out.
comment
TL;DR: free USAGM/USAID money are over
comment
It's the researchers itself call it a backdoor. Here's the announce on their website, in English https://www.tarlogic.com/news/backdoor-esp32-chip-infect-ot-... …
comment
I've compared iRedMail, Mail-in-a-box, Mailcow, Modoboa, in 2021, if that helps (its in Russian) https://www.linux.org.ru/forum/general/16654099?cid=16658164 …
comment
If this email list does not rewrite "from" header, and modifies the email contents, that's the issue. Unfortunately, many still do. Such setup just won't work in the modern email w…
comment
I, too, run 4 email servers serving 12 domains overall, for about 11 years. I don't remember any email-related issues in the last 5 years. One of the server sends and receives emails for the foru…
comment
You don't need horror movies with such science.
comment
However I remembered reporting the exact "cheats/cracks" from the post as well, and the response time was up to 5 days.
comment
When GoodbyeDPI malware was spreading using the similar template (lots of forked repos with password-protected archives), Github abuse team have instantly deleted it upon my request. Mean response tim…
comment
By the way, you can tune boot times further. My print server board boots in 8 seconds to Debian 12 (bootloader + kernel + userspace). 1. Make sure the bootloader (u-boot) loads the kernel as fas…
comment
How is the idle power consumption of RK3588? I bet it's pretty high, I'd expect more than 1W. I have a board with old MT6572, it idles at 270mW with working CPU, even less when in semi-sleep…
comment
The page is so narrow, like it's made for a vertical smartphone screen. That's ANNOYING!
comment
You can get @cccccccccccccccccccc.cc email on https://tempr.email/en/ , press "agent" icon and paste this domain name.…
comment
FYI, apparently doing that (making a P2P system to offload your links to the users) is illegal in China. >Due to the proliferation of P2P CDN (or PCDN for short), which includes a large amount of h…
comment
The latest version in 23.10 is 5.4.1-0.2 https://packages.ubuntu.com/mantic/liblzma5 And in unreleased 24.04 is 5.4.5-0.3 https://packages.ubuntu.com/noble/l…
comment
It's not. Neither Ubuntu.
comment
>that's a lot of anonymous accounts Just FYI, krygorin4545@proton.me (the latest message before the upload) was created Tue Mar 26 18:30:02 UTC 2024, about an hour earlier than the message was…
comment
It's not possible to run server software on GitHub Actions using regular methods: the worker virtual machine is placed behind Network Address Translation (NAT), which prevents it from receiving d…