Viewing profile — aeadio
aeadio
HN member- Joined
- Fri, Jul 22, 2022, 4:19 AM UTC
- HN karma
- 270
- Public activity
- 63 items
- HN profile
- View on Hacker News ↗
About aeadio
No profile information was provided.
Recent public activity
-
comment
Comment #44212906
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.
-
comment
Comment #44212900
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.
-
comment
Comment #43167187
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. …
-
comment
Comment #43167126
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 beati…
-
comment
Comment #41959168
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.…
-
comment
Comment #41819726
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 di…
-
comment
Comment #41819686
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 ke…
-
comment
Comment #41753137
I imagine if later they try to renege on that public grant, CloudFlare is still shielded.
-
comment
Comment #41613675
Asianometry also has a video on the history of the Japanese PC market, https://youtu.be/CEtgzO-Im8w
-
comment
Comment #41437389
> 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. "J…
-
comment
Comment #41329021
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 ye…
-
comment
Comment #41321208
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 co…
-
comment
Comment #41291647
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.h…
-
comment
Comment #41046948
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 feat…
-
comment
Comment #40875281
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 h…
-
comment
Comment #40875271
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 activ…
-
comment
Comment #40851339
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 …
-
comment
Comment #40814137
> 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…
-
comment
Comment #40768720
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/Blu…
-
comment
Comment #40767904
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 tal…
-
comment
Comment #40582004
Do you have a source for this? I'm finding it difficult to find concrete information on the new Exclave.
-
comment
Comment #40581935
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 …
-
comment
Comment #40437574
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 ind…
-
comment
Comment #40213253
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 mo…
-
comment
Comment #40193625
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 …