Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
crazy_hombre
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
crazy_hombre
4y ago
I'm with you. HN pedants are so god damn annoying.
2.
▲
by
crazy_hombre
4y ago
An ethernet interface is not a netdev. Netdevs are always virtual interfaces.
3.
▲
by
crazy_hombre
5y ago
Oh no, an application has bugs. Must get rid of it!
4.
▲
by
crazy_hombre
5y ago
I genuinely don't see what's so complex about a service unit file. It's a simple INI file that has multiple sections that describes the service, tells what command to run and specifies any dependencies. It's literally th
5.
▲
by
crazy_hombre
5y ago
If you need extra customization capabilities, just run a shell script via the ExecStart= parameter and boom, you have all the power of systemd and the shell combined.
6.
▲
by
crazy_hombre
5y ago
Now you're just exaggerating. Are you really saying spending 5-10 mins skimming through a couple of man pages is that hard? Are you saying that a lot of documentation is a bad thing? (I thought FreeBSD fans liked to harp about their ha
7.
▲
by
crazy_hombre
5y ago
ifconfig/netstat was deprecated more than a decade ago, that's more than a couple years don't you think?
8.
▲
by
crazy_hombre
5y ago
systemd unit files are text files, not binary blobs. And it is much easier to grok a unit file than a 500 line init script.
9.
▲
by
crazy_hombre
5y ago
There's no such thing as systemd-firewalld.
10.
▲
by
crazy_hombre
5y ago
I've been using Firefox on Wayland for the past year or so. There are still some minor hitches here and there, but it's very usable right now.
11.
▲
by
crazy_hombre
6y ago
FreeBSD 13 is moving the i386 architecture to tier 2 status, so looks like the days of 32-bit support in FreeBSD might be numbered as well: https://lists.freebsd.org/pipermail/freebsd-announce/2021-Ja...
12.
▲
by
crazy_hombre
6y ago
That is a super mediocre website you got there. Not a great first impression.
13.
▲
by
crazy_hombre
6y ago
That's weird. I just get a 301 redirect to the HTTPS version when I visit http://duckduckgo.com .
14.
▲
by
crazy_hombre
6y ago
Isn't YAML supposed to be a superset of JSON? So technically, you should be able to use JSON files right now (barring a few exceptions).
15.
▲
by
crazy_hombre
6y ago
> AFAIK it's not easy to replace various parts of systemd, it's very monolithic and it does too many things. You can easily replace timesyncd with any NTP daemon. You can easily replace networkd with any other networking manage
16.
▲
by
crazy_hombre
6y ago
> I like the init part, i could do without everything else. Then, do exactly that? None of the components you're complaining about are mandatory (except for journald, but you can easily forward log messages to a regular syslog daemo
17.
▲
by
crazy_hombre
6y ago
> The viewer journalctl is probably the worst log viewing app that exists Completely disagree there. I've had quite a pleasant experience with journalctl. It has sane arguments and you can easily grep any relevant log messages from
18.
▲
by
crazy_hombre
6y ago
Well if it's working for everyone but a select few, then I'd argue the problem is with those select few and not the product.
19.
▲
by
crazy_hombre
6y ago
Stop spreading FUD. ".zfs/snapshot" has been working on Linux for years now. I don't know when you last used ZFS on Linux, but just because you haven't used ZoL for a while doesn't mean that the developers stop
20.
▲
by
crazy_hombre
6y ago
systemd isn't just an init system. It's a suite of tools that provides a system and service manager. It's not handling everything in one monolithic process. This has been said thousands of times before. I don't know
21.
▲
by
crazy_hombre
6y ago
systemd did make package maintainer's lives a lot easier. We don't often see the shift to systemd from their perspective. They are the ones making the distros so I think they are the ones who really get to say what goes and doesn&
22.
▲
by
crazy_hombre
6y ago
So unfortunately it makes less sense for one-liners. Case in point: to use the masquerade action in a postrouting/nat chain, you also have to register a (possibly empty) prerouting/nat chain. You don't have to do that since
23.
▲
by
crazy_hombre
7y ago
You know you don't HAVE to use systemd-homed right? If it doesn't fit your use case, just keep doing what you're doing right now.