Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ylyn
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
ylyn
2mo ago
You assert that ECC RAM being necessary for ZFS is just a myth but provide no justification for why that is untrue. Is it not the case that if you don't have ECC memory, ZFS could end up writing a checksum that does not match the data
2.
▲
by
ylyn
1y ago
This seems to store the zfs send stream. That's a bad idea. > Incremental ZFS send streams do not have any of these properties and full ZFS send streams only have a few of them. Neither full nor incremental streams have any resilien
3.
▲
by
ylyn
2y ago
Patchwork is used by the Linux kernel: https://patchwork.kernel.org/ When I saw your submission title I thought it was that Patchwork.
4.
▲
by
ylyn
2y ago
> Hualien was 5.1 at 15.9 km That's just an aftershock. The main quake was three days ago. M 7.4 according to USGS: https://earthquake.usgs.gov/earthquakes/eventpage/us7000m9g4... So for an earthquake that
5.
▲
by
ylyn
2y ago
One pitfall of this is that the decompressed contents of your initramfs must fit within half of your physical RAM since Linux decompresses it into a tmpfs. Or if you set rootfstype=ramfs, then you can take up to all of physical RAM, but ram
6.
▲
by
ylyn
3y ago
I'm very confused by your comment. The grandparent comment talks about using the gitrevisions syntax in a GitHub URL to search the reflog stored on GitHub. Nothing to do with your local clone of a repository.
7.
▲
by
ylyn
3y ago
Yep. The Transaction type has just an amount field: https://github.com/actualbudget/actual/blob/master/packages%...
8.
▲
by
ylyn
3y ago
Last I checked it didn't even have a notion of currency, let alone multiple currencies.
9.
▲
by
ylyn
3y ago
That's not a reasonable requirement at all. A common recommendation nowadays is to have passphrases..
10.
▲
by
ylyn
3y ago
I just received mine. It's indeed great!
11.
▲
by
ylyn
3y ago
Wait till you forget your password one day.
12.
▲
by
ylyn
3y ago
Firefox has way too many components to be "just one repo you can fork".
13.
▲
by
ylyn
3y ago
> They're the ones who have normalised constant churn and thus needing to keep drivers for hardware, sometimes many years old, up to date year after year or even month after month. That's exactly why you should mainline your co
14.
▲
by
ylyn
3y ago
I can't believe people are trying to extrapolate this situation into how someone would act as a manager in a company. Can't you see that the kernel has its own conventions and practices that are entirely different from typical cor
15.
▲
by
ylyn
3y ago
> A patch is a patch and the author should be credited as such. But the patch was not taken. The maintainer fixed it a different way. So credit is given for reporting the issue and suggesting a fix, and that is what is represented by the
16.
▲
by
ylyn
3y ago
No, that's not what "Reported-By" means. The kernel community has different conventions. This entire HN comment section is ridiculous with everyone acting as if the author wrote an entire subsystem and someone else took attri
17.
▲
by
ylyn
3y ago
Then write your own wrapper on top of Git.
18.
▲
by
ylyn
3y ago
As someone who partly works on the Linux kernel for a living I still don't really know what your point is.
19.
▲
by
ylyn
3y ago
Isn't this just how mounts work? If you have a something mounted to /apex/whatever and each app has a separate mount namespace, then mounting over /apex/whatever in your namespace wouldn't change anything in an
20.
▲
by
ylyn
3y ago
Why? As someone who's lived here for more than 20 years, I really don't know what you mean.
21.
▲
by
ylyn
3y ago
cgroups aren't even the main thing. The main thing is the mount namespace.
22.
▲
by
ylyn
3y ago
No, I don't think they can really fork it. How are they going to get support for new hardware in their fork?
23.
▲
by
ylyn
3y ago
Then Debian is the wrong distro for you. Debian is for people who want to configure a server once and have it stay running and secure. "Stability" in Debian's context means _version_ stability, not that it doesn't crash.
24.
▲
by
ylyn
3y ago
The reason for this is that in Windows the DE is part of the system so it knows what to keep in memory. On Linux the DE and shell and htop is just another program so when the system is under high memory pressure those things also get swappe
25.
▲
by
ylyn
3y ago
Definitely not elegant. https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-supp... I rather have a kernel-level filesystem remapper.
26.
▲
by
ylyn
3y ago
I interviewed at Canonical, doing all of the written stuff, and got an offer. But in the end I turned them down because their compensation wasn't competitive.
27.
▲
by
ylyn
3y ago
Meh, this problem is super, super common. I have many random electric devices that charge using USB-C that don't have the pulldown on CC. Maybe I should get/make a shim for this.. a USB-C female-to-male thing that just passes thro
28.
▲
by
ylyn
3y ago
You can't really have branches, commits and merges _while offline_ without a distributed repository. Let me add to that: history and blame too.
29.
▲
by
ylyn
3y ago
You can render JSX at build-time. So it's just a templating language, as the parent comment said.
30.
▲
by
ylyn
3y ago
I don't see why you are so surprised by code that indexes using SIGxxx. The signal numbers are well-defined and known to be mostly consecutive and start from 1.
More ›