Live data from Hacker News

Viewing profile — nandkeypull

nandkeypull

HN member
Joined
Sun, Apr 12, 2015, 12:15 AM UTC
HN karma
89
Public activity
29 items

About nandkeypull

No profile information was provided.

Recent public activity

  1. comment
    Comment #44118551

    See also https://github.com/aldelaro5/ghidra-ExportDwarfELFSymbols , which lets you generate an ELF out of a ghidra database for even non-ELF binaries (e.g. bare-metal firmware dum…

  2. comment
    Comment #43991780

    Same, I love Pebble and Pebble-like devices precisely because they have long battery life. I don't want or need payments on my watch. I'm also not a fitness junkie, so I don't use …

  3. comment
    Comment #43075385

    Using C-r is a little too much navigation overhead for me personally. For things that I'll need long-term, I just use a pair of aliases to add a new alias to my .bashrc and source …

  4. comment
    Comment #40693568

    Play CTFs, maybe the Flare-On challenge if you particularly enjoy reversing. Microcorruption is a just small taste of what the full CTF scene has to offer. picoCTF and pwn college …

  5. comment
    Comment #39372660

    If you can find a competent instructor from a lineage that preserved the fighting applications of tai chi, you can see some pretty interesting grappling and joint-locking technique…

  6. comment
    Comment #37438766

    Some newer pedagogical resources with a good learning curve: * https://pwn.college/ * https://dreamhack.io * https://guyinatuxedo.github.io * https://www.picoctf.org/

  7. comment
    Comment #35575806

    For my syscall lookup needs, I prefer https://x64.syscall.sh/ . It's more up to date and also supports x86, arm, and aarch64. pwn constgrep also works in a pinch: https://docs.pwnt…

  8. comment
    Comment #30239961

    Not an online website, but I found my typing ability increased considerably after playing the typing-of-emacs game ( https://www.emacswiki.org/emacs/TypingOfEmacs ). Because the pe…

  9. comment
    Comment #26672454

    extrakto is really a "killer" plugin. I'm starting to wish for an emacs plugin with similar functionality.

  10. comment
    Comment #26296707

    Nice, it works in evil-mode on emacs as well! Although for emacs I would just use query-replace, which does the same thing with y/n confirmation, and it can also be run on just a s…

  11. comment
    Comment #24010553

    Nice visualization! I like how you added filters for all the different options. The repo I linked to is a fork of the original abandoned one; it seems to be being updated regularly…

  12. comment
    Comment #24009909

    For similar ergonomic keyboards (mostly DIY), there's of course a GitHub awesome list: https://github.com/pvinis/awesome-split-keyboards . My personal favorite is the Lily58: https…

  13. comment
    Comment #22857501

    zsh-autosuggestions has definitely saved me more than hundreds of hours. When you type part of a command, it auto-suggests previous commands you've executed and then lets you expan…

  14. comment
    Comment #22694034

    Knowledge of assembly is also extremely important for computer security related topics such as reverse engineering, malware analysis, and exploit development.

  15. comment
    Comment #22345082

    There's also this 6" ESP32-based e-paper platform from Crowd Supply for $99: https://www.crowdsupply.com/e-radionica/inkplate-6

  16. comment
    Comment #22237041

    CMU has a similar course called "Great Practical Ideas for Computer Scientists" (a play off of the infamous "Great Theoretical Ideas in Computer Science") at https://www.cs.cmu.edu…

  17. comment
    Comment #22161176

    Clozemaster has been my go-to app for language study now. It uses the "sentence mining" concept advocated by Glossika to show you thousands of sentences and learn new vocabulary in…

  18. comment
    Comment #22039539

    The next big thing: emacs demoscene!

  19. comment
    Comment #21638958

    Emacs has really undergone a renaissance in the past decade - magit, LSP, ivy, spacemacs, doom emacs - there have been so many novel new packages and frameworks written by elisp ha…

  20. comment
    Comment #18470070

    Also worth checking out is https://www.clozemaster.com/ , which is centered around this idea of "sentence mining" and has a very polished interface. I'm interested in seeing how th…

  21. comment
    Comment #18024913

    The best manager I ever had was the polar opposite of a micromanager. Very laid-back, offered insightful ideas, but not in pushy way. He gave us a lot of freedom to get the work do…

  22. story
    Ask HN: Pivot to embedded Linux, pentesting, or robotics?

    tl;dr: I'm an embedded systems engineer who programs on bare-metal micros. I feel my domain will be obsolete in coming decades and want to pivot to either embedded linux developmen…

  23. comment
    Comment #16135439

    Don't forget about datatau http://www.datatau.com/ Basically a Hacker News clone for data science.

  24. comment
    Comment #15779197

    Best thing I ever did for tmux was to get rid of the annoying command prefix altogether and just use bindings with Ctrl/Shift and the arrow keys - it's much faster, e.g. # Window s…

  25. comment
    Comment #15776819

    It's quick and painless to sync with Dropbox - kudos to the developer. I've been looking for a decent iOS app for org integration and it looks like my search ends here. If I could …