back
user profile

ValdikSS

1,246karma·370submissions·December 29, 2014
recent activity (370 total)
comment
You know the author has a fast internet connection when the photos are 6 MB PNG each.
1mo ago·view thread
comment
Many have different definition of 'help' where they expect the job to be done for them, and not just a help in a form of advice. That's flaweed though.
1mo ago·view thread
comment
Oh, for a several sessions? Yes, this sounds useful. I usually just switch to systemd-nspawn --ephemeral containers derived from my host rootfs for such cases, not to pollute the rootfs at all.
1mo ago·view thread
comment
>A few hours later: >You don't remember what you installed. There's no such issue with dnf, it has `dnf history` which, well, does what your utility do. See what you've installed …
1mo ago·view thread
comment
1. IPFS has addressable content The main drawback of BitTorrent v1 file hashing scheme inside the .torrent file is that it makes a virtual stream of the directory you want to share, splits that stream…
1mo ago·view thread
comment
IPFS (at least initially) was designed to be a BitTorrent replacement, a new version of it, which you can use not only with a special software, but also via HTTP and also directly inside the browser. …
1mo ago·view thread
comment
Also used it several times for almost-live video broadcasts, served over cloudflare ipfs gateway while it was working. It used HLS with .ts files, in a special way which circumvented cloudflare protec…
1mo ago·view thread
comment
I use it for about 5 years, to publish javascript file (proxy auto-configuration) and serve the contents over different gateways. It is a huge server traffic saver. Used to use it to host different st…
1mo ago·view thread
comment
The interface design reminded me of yunohost a bit.
1mo ago·view thread
comment
If anyone interested in experimenting with dithering/halftoning algorithms in postscript, take a look at https://printserver.ink/blog/ghostscript-halftone/ You can impl…
1mo ago·view thread
comment
OLPC (one laptop per child) had Open Firmware, a Forth bootloader/firmware https://lwn.net/Articles/209301/ …
1mo ago·view thread
comment
See my comment above.
1mo ago·view thread
comment
For HDD, it also needs to be tuned. In its default configuration, MGLRU 'just' manages multiple generations of working sets, but there's a min_ttl_ms tunable which tries hard to prevent…
1mo ago·view thread
comment
And not a word about MGLRU and its settings. It has the biggest impact on performance on lower-end PCs, especially with low amount of RAM and slow HDD. Here's a post from "le9" patch us…
1mo ago·view thread
comment
- https://fuglede.github.io/llama.ttf/ - https://github.com/bjia56/translate.ttf - https://github.com/hsfzxjy/handwriter.ttf …
1mo ago·view thread
comment
In the dark ages, when printers were PostScript and more powerful (and expensive) than the computers which printed on them, you added fonts by installing additional hardware modules, similar to a game…
1mo ago·view thread
comment
It is not exactly well documented, dpkg-buildpackage (debhelper) has cross-compilation wrappers for autoconf, cmake, qmake, meson, ninja, ant, perl/python, maven, gradle, bmake, golang, probably …
1mo ago·view thread
comment
They do, that's a relatively recent feature: https://docs.github.com/en/repositories/managing-your-reposi... …
1mo ago·view thread
comment
Wow, no cross-compilation as a feature?! Architecture emulation with qemu-userspace is 5-10x slower than running a native build. The only 'proper' no-friction cross-compilation system I know…
1mo ago·view thread
comment
>compelling explanation for why Nastaliq is hard/unavailable https://www.tiro.com/John/TypeCon2014_Hudson_DECK.pdf …
1mo ago·view thread
comment
It still is a problem in general, that's why fonts now have webassembly in it. This repository has a good outlook: https://github.com/harfbuzz/harfbuzz-wasm-examples …
1mo ago·view thread
comment
It's an RCE https://x.com/nebusecurity/status/2067623683427045541 …
1mo ago·view thread
comment
Gemma e2b, Gemma e4b. It's made for smartphones basically. You can run e2b with 8GB RAM.
2mo ago·view thread
comment
This is true for the majority of open-source projects, but the most serious ones, on which a lot of software/businesses/infrastructure depends, are controlled by foundations or some kind of …
2mo ago·view thread
comment
>That wasn't the criterion, which was "the best" Yes. Making perfect transition animations for the software is a very hard task, which is totally useless in my opinion — transitions …
2mo ago·view thread
comment
>You also don't seem to understand what that example shows I do understand, and this is exactly what I consider weird. Instead of repainting (in any way, even what is considered pleasant by yo…
2mo ago·view thread
comment
You can read why people prefer 24 fps movies instead of high-fps ones. I'm quite puzzled by the article. Animations in software are transitions, it should not be perfect in UI sense, because it m…
2mo ago·view thread
comment
It works on the majority of UEFI implementations 1. Just a matter of a boot entry. However adding the boot entry is not trivial: efibootmgr used to have implementation which have been reverted (it was…
2mo ago·view thread