Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
philkrylov
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
philkrylov
24d ago
With ZFS support in NetBSD, I would expect one would use ZFS for bigger storage situations, keeping RAIDframe for special cases (e.g. boot/root)
2.
▲
by
philkrylov
5mo ago
bash, zsh, and ksh93 support `exec -a` especially for this case.
3.
▲
by
philkrylov
5mo ago
Hi, thanks for your project! Do you accept pull requests? https://github.com/simonw/datasette/pull/2616 https://github.com/simonw/datasette/pull/2617
4.
▲
by
philkrylov
6mo ago
Hi, adding WS2812B LED strips of arbitrary length would be awesome! Scrolling the canvas is sometimes problematic. Otherwise very interesting.
5.
▲
by
philkrylov
2y ago
Hi, I am still blocked with "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:109.0) Gecko/20100101 Firefox/115.0"
6.
▲
by
philkrylov
2y ago
hrx looks much better, as txtar can't include, e.g., other txtar files
7.
▲
by
philkrylov
2y ago
The main problem with them is they are not working yet and there are not enough people working on improving that.
8.
▲
by
philkrylov
2y ago
The link shows a list of firmwares. The actual sources are at https://github.com/Freetz-NG/freetz-ng - but it's not the original FritzBox firmware sources: > Freetz is a toolbox for developers and experienced u
9.
▲
by
philkrylov
2y ago
> for (int i = 0; i < strlen (str); i++) {...} > A modern compiler will optimize this redundancy away No, it won't: https://godbolt.org/z/xbzz4cEq3
10.
▲
by
philkrylov
2y ago
> yes, ZFS can be configured to use a WAL too for durability ZFS always uses ZIL for sync writes. You can optionally set `sync=disabled` for a dataset to switch it off. I would not describe it as "can be configured to use WAL".
11.
▲
by
philkrylov
2y ago
Only with GNU su. A portable though limited replacement would be something like alias sudo="su root -c"
12.
▲
by
philkrylov
2y ago
The heredoc in the script is never terminated. Probably it's not the production version but one for publishing ;-)
13.
▲
by
philkrylov
2y ago
Actually, using DEBUG for creating anything besides one or two simple DOS/BIOS calls was a PITA due to the lack of symbolic labels. After that, the MASM/TASM boilerplate started to feel bearable.
14.
▲
by
philkrylov
2y ago
The article suggests using NFC normalization as a simple solution, but fails to mention that HFS+ always does NFD normalization to file names, and APFS kinda does not but some layer above it actually does ( https://eclecticlight.c
15.
▲
by
philkrylov
3y ago
Looking at your search results, there's just one recent ZFS corruption case with SEEK_DATA/SEEK_HOLE (in several HN reflections), a 2-year old Ubuntu-only buggy patch story, and some 2008 [Open]Solaris corruption.
16.
▲
by
philkrylov
3y ago
PostgreSQL does not use SEEK_DATA/SEEK_HOLE so they're ok
17.
▲
by
philkrylov
3y ago
Although being faster in some cases, ripgrep lacks archive search support (no, transparent decompression ignoring the archive structure is not enough) which works great in ugrep.
18.
▲
by
philkrylov
3y ago
just 4 CGA colors, to be exact
19.
▲
by
philkrylov
3y ago
Right. At least for some time...
20.
▲
ZFS-autobackup – a lightweight but featureful ZFS replication solution
(github.com)
1 points
by
philkrylov
3y ago
|
0 comments
21.
▲
by
philkrylov
3y ago
> the cost, besides having to actually create the file systems, is that moving data between them isn't instant. No more the case after block cloning support goes production: https://github.com/openzfs/zfs/p
22.
▲
by
philkrylov
3y ago
Soltek SL-75KAV was the first motherboard I've bought on my first salary! Was working great for 5 years or so before getting heavily outdated.
23.
▲
by
philkrylov
3y ago
It is not, at least on FreeBSD and NetBSD.
24.
▲
by
philkrylov
3y ago
At least error reporting has been improved recently: https://nim-lang.org/blog/2023/03/31/version-20-rc2.html
25.
▲
by
philkrylov
3y ago
Some typedefs were promoted to 64-bit but it's the same Win32 API, even the name has not changed
26.
▲
by
philkrylov
4y ago
openzfsonosx is a ZoL/OpenZFS2 fork. NetBSD ZFS is a fork of FreeBSD 10 ZFS.
27.
▲
by
philkrylov
4y ago
NetBSD has a root-on-ZFS recipe only for amd64.
28.
▲
by
philkrylov
4y ago
Tow-Boot SPI installer reports something like this for me: Expected board: 'pine64-pinebookPro' Found board: ''
29.
▲
by
philkrylov
4y ago
thanks!
30.
▲
by
philkrylov
4y ago
Check (GNU Make) .RECIPEPREFIX, (GNU Make) .ONESHELL, (POSIX Make) SHELL=
More ›