Viewing profile — firelizzard
firelizzard
HN member- Joined
- Thu, Apr 09, 2026, 3:46 AM UTC
- HN karma
- 11
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About firelizzard
No profile information was provided.
Recent public activity
-
comment
Comment #47939245
That is a level of pedantry that I find pointless. Using the wrong word can lead to miscommunication. Omitting a comma can completely change the meaning of a sentence. Moving punct…
-
comment
Comment #47939223
The point is to communicate more effectively and efficiently and reduce miscommunication. Using the wrong word is a great way to be misunderstood, especially when communicating wit…
-
comment
Comment #47939203
MarkMarine, the person you responded to, is the original commenter. I agree with your point but clearly MarkMarine has no interest in learning how to communicate well.
-
comment
Comment #47699184
Little Snitch requires packet inspection. If you ran it in a Linux VM, it will inspect packets within the VM. So... kind of useless for monitoring connections on the host.
-
comment
Comment #47699170
You're correct, but for a bit more context: The macOS kernel is XNU, which is derived from/based on the Mach kernel, but heavily modified. The kernel itself is open source but some…
-
comment
Comment #47699157
An operating system is roughly broken into three parts: the kernel, the core system tools, and the shell (the desktop environment and/or the CLI shell). Linux: Linux kernel, GNU co…