Macphisto | 4 years ago | on: Ask HN: What's the weirdest/best thing you've done with Emacs?
Macphisto's comments
Macphisto | 5 years ago | on: Ask HN: Do you use Org-mode to take notes
All this to say it's a very flexible system and lends itself well to keeping notes.
Macphisto | 6 years ago | on: Brim: Open-source desktop app to analyze large pcaps through the lens of Zeek
One key aspect of Zeek is that it can be deployed within a network to passively generate logs. As an incident response consultant, the few times I've worked with a client with Zeek logs, our ability to answer some critical questions in short order was increased dramatically! Back in my Sysadmin days, I used to run Zeek (when it was called Bro) to provide network logs for security review but also for general network analysis.
You can definitely run a pcap capture by wireshark through Zeek. you'd run `zeek -r <yourpcap>` and you'll end up with some lovely TSV separated logs in your current working directory!
Full transparency: I'm not part of the Zeek team, but I did author the original Zeek scripting guide for them back in 2012 or so. For my money, the Zeek team is building some of the better network appliances and detection/logging capabilities available.
Macphisto | 13 years ago | on: ShowHN: GetURL - A CLI tool to get a public link for any file
Just a note:
28: exit("`curl` is requrired. Please install it")
Macphisto | 14 years ago | on: Blogging With Emacs
Macphisto | 14 years ago | on: Ask HN: What password management system do you use?
For servers, encryption keys, or really anything I want to keep safe but available to myself, I use Emacs, Org-Mode with org-crypt, and Dropbox. Any Org-Mode header tagged with :crypt: will be encrypted against my gnupg key.
Macphisto | 15 years ago | on: Once again, praise kids for effort, not for 'smarts'
I've had to defend the fact that I let a three year old watch Futurama many a time. Mostly to people who would rather I show things like Dora (I don't like my kid yelling at the TV) or movies like The Little Mermaid (truly horrific from viewpoint of relationship modeling). Admittedly sometimes my kid walks around quoting Bender "Ass Ass Ass Ass Ass!" and it might one day get sent to the Principle's office but she also admires female star ship captains, recognizes hard work (fry and the holophoner), and naturally distrusts cephalapod doctors. There are a lot more issues I hope she can start to pick up like the value of friendship, that math is awesome and to never be without your doomsday device "for duck huntin'!"
Sorry for the tangent.
Macphisto | 15 years ago | on: Once again, praise kids for effort, not for 'smarts'
- I work in Incident Response and use emacs and orgmode as a second brain for case notes. I log commands in orgmode and try to build my notes to make sure the investigation is a repeatable.
- For a good while I was using emacs/gnus as my email client. It wasn't without its warts but compared to Outlook it was glorious.
- I needed something to distract me during chemotherapy sessions so I wrote an NTFS MFT parser in emacs-lisp. It was a super dumb project but I'd been ages since I'd read through Carrier's file system forensics and it was good exercise.
- For a time I was using emacs and the emacs lisp request library to track bitcoin payments made in suspected extortion cases. It was fun to map until the transfers hit bitcoin tumblers then it my laptop basically lit on fire.