Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aeadio
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
aeadio
1y ago
Aside from rsync.net which was mentioned in a sibling comment, there’s also https://zfs.rent , or any VPS with Linux or FreeBSD installed.
2.
▲
by
aeadio
1y ago
You can consider something like syncthing to get the important files onto your NAS, and then use ZFS snapshots and replication via syncoid/sanoid to do the actual backing up.
3.
▲
by
aeadio
2y ago
This is strictly about how much memory LuaJIT can address on that platform. There’s no “significant performance issues”. If your workload fits inside 2 GiB (IIRC) it will be fast. LuaJIT is a world class JIT. For a long time a new garbage c
4.
▲
by
aeadio
2y ago
Lua without JIT is one of the fastest interpreted languages. In fact it might just be the fastest. LuaJIT is also one of the most advanced JIT compilers out there, frequently beating V8 and others. There are very valid complaints about Lua.
5.
▲
by
aeadio
2y ago
I expected at least a little bit more substance and insight, but the whole article basically boils down to, “if Intel’s fab splits off, they risk becoming another GlobalFoundaries.” Which, yeah, I don’t think that’s much of a revelation to
6.
▲
by
aeadio
2y ago
Every extant Unix has been rewritten since the original AT&T code, Ship of Theseus style. We still consider them members of the Unix family, because they can trace their lineage directly. One could built a Git repo showing every code ch
7.
▲
by
aeadio
2y ago
Not a misconception at all. Mac OS X was essentially a continuation of NeXTSTEP, which is BSD with a new novel kernel. In fact, if you look into the research history of the Mach kernel at the core of XNU, it was intended as a novel kernel _
8.
▲
by
aeadio
2y ago
I imagine if later they try to renege on that public grant, CloudFlare is still shielded.
9.
▲
by
aeadio
2y ago
Asianometry also has a video on the history of the Japanese PC market, https://youtu.be/CEtgzO-Im8w
10.
▲
by
aeadio
2y ago
> Ah, yes. Drew DeVault. The expert in ... developing 30M LOC OS kernels with billions of dollars on R&D investment in a few years with a small team in an experimental language. "Just make Linux 2", it's so simple, why
11.
▲
by
aeadio
2y ago
Linux did implement an API for safely instrumenting these types of events, eBPF. Many EDR and other security products are beginning to use it, although IIRC Crowdstrike does not yet.
12.
▲
by
aeadio
2y ago
A reminder that monolithic- vs micro-kernel is a spectrum. You can achieve the benefits of microkernels incrementally, as both Android and MacOS/iOS are proving out -- by moving components into userspace piecemeal, over time. And you c
13.
▲
by
aeadio
2y ago
A genuine missed opportunity in not including one of the most infamous examples of GNU code quality / needless complexity, https://drewdevault.com/2020/09/25/A-story-of-two-libcs.html
14.
▲
by
aeadio
2y ago
In principle there's no reason you can't install this next to GRUB in case you're wary. If you're not using ZFS native encryption, and make sure not to enable some newer zpool features, GRUB booting should work for ZFS-o
15.
▲
by
aeadio
2y ago
They don't seem to be attempting to prevent him from publishing his music. They will just revoke parole if he violates their terms. They're not suppressing speech. They're giving him supervised release on condition.
16.
▲
by
aeadio
2y ago
From just the first paragraph, it reads like they aren't trying to approve the release of those songs -- which they wouldn't have the authority to do. They are monitoring his activities as a condition of his parole, which is prett
17.
▲
by
aeadio
2y ago
Could be cultural. Go has a lot of exposure in the DevOps / cloud infrastructure space. Lots of stuff like k8s and Terraform (and its providers) are written in Go, and it competes with Python in popularity for internal tooling.
18.
▲
by
aeadio
2y ago
> Being able to search in the past for a half-remembered conversation sounds great until you have idiotic, asinine corporate data retention policies that require anything beyond 90 days to be deleted anyway, for some bullshit reason like
19.
▲
by
aeadio
2y ago
What you're describing is called dynamic range compression, and mpv can be configured to do this in multiple ways. Back in the physical media days, it was pretty common for DVD/Bluray players to include this feature. Unfortunately
20.
▲
by
aeadio
2y ago
Let the industry self-regulate that. You stipulate a reasonable minimum wage, but like most other industries, mid-level and above restaurants need to pay a competitive wage, or talent goes elsewhere. If the going rate post-tip is about $36&
21.
▲
by
aeadio
2y ago
Do you have a source for this? I'm finding it difficult to find concrete information on the new Exclave.
22.
▲
by
aeadio
2y ago
The article is definitely light on details, but my reading is that this pertains to the orange dot painted in the menu bar or notification area when the camera/microphone is being rendered, not to any physical LEDs (which I believe iPa
23.
▲
by
aeadio
2y ago
The linked announcement pretty clearly implicates a bug in m1n1, the Asahi bootloader, which appears to have been fixed. It’s beyond a stretch to attribute malice here. Nothing indicates the platform is being locked down. Users simply need
24.
▲
by
aeadio
2y ago
With OpenTofu exclusive features making such an early debut, is the intention to remain a superset of upstream Terraform functionality and spec, or allow OpenTofu to diverge and move in its own direction? Will you aim to stick to compatibil
25.
▲
by
aeadio
2y ago
They're afraid of the hypothetical legal threat from Oracle, which largely seems to come from a lot of license misinterpretation and urban myth. Seems like the only ones that have ventured to ship a ZFS binary are Canonical, and their
26.
▲
by
aeadio
2y ago
Worth mentioning aside Alpine (and other small Linuxes) supporting ZFS just fine, we also have ZFSBootMenu, which is frankly a hell of a lot better than the boot environment experience in FreeBSD. https://docs.zfsbootmenu.org Fr
27.
▲
by
aeadio
2y ago
this is a special interpretation added by the shell, and programs don't actually see the ''s. If you put a '' next to other non-whitespace characters, it disappears in the command line that the program will s
28.
▲
by
aeadio
2y ago
Funny to see this on HN. MaLa Project is easily in my top 10 restaurants in NYC. They do authentic and really fantastic Sichuan "dry pot" (aka stir fry). If you're into Sichuan-style cuisine, which leans heavy into layering m
29.
▲
by
aeadio
3y ago
Bash and Zsh are both just about as old as one another. Zsh came out less than a year after Bash. Both derive most of their improvements from ksh, which is why they look superficially similar and many scripts are cross-compatible. Zsh argua
30.
▲
by
aeadio
3y ago
Zsh is quite a bit nicer than Bash for scripting. For one, parameter expansion doesn't word-split by default, so you don't have to haphazardly quote everything. There's also some really powerful features, like the parameter e
More ›