Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nandkeypull
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
nandkeypull
1y ago
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 dumps).
2.
▲
by
nandkeypull
1y ago
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 GPS tracking either. I mainly enjoy the well-
3.
▲
by
nandkeypull
2y ago
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 it (alias vib='vim ~/.bashrc' and alias
4.
▲
by
nandkeypull
2y ago
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 are good starting points for beginners.
5.
▲
by
nandkeypull
3y ago
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 techniques. It's not all snake oil. One example (Yang-style tai
6.
▲
by
nandkeypull
3y ago
Some newer pedagogical resources with a good learning curve: * https://pwn.college/ * https://dreamhack.io * https://guyinatuxedo.github.io * https://www.picoctf.org/
7.
▲
by
nandkeypull
3y ago
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.pwntools.com/en/stable
8.
▲
by
nandkeypull
5y ago
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 penalty for mistakes is extreme (losing 1
9.
▲
by
nandkeypull
5y ago
extrakto is really a "killer" plugin. I'm starting to wish for an emacs plugin with similar functionality.
10.
▲
by
nandkeypull
6y ago
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 selected region if desired.
11.
▲
by
nandkeypull
6y ago
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 (last merge 8 days ago).
12.
▲
by
nandkeypull
6y ago
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://old.reddit.com/
13.
▲
by
nandkeypull
6y ago
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 expand to them, cutting down on your typing, on average, 75%
14.
▲
by
nandkeypull
6y ago
Knowledge of assembly is also extremely important for computer security related topics such as reverse engineering, malware analysis, and exploit development.
15.
▲
by
nandkeypull
7y ago
There's also this 6" ESP32-based e-paper platform from Crowd Supply for $99: https://www.crowdsupply.com/e-radionica/inkplate-6
16.
▲
by
nandkeypull
7y ago
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/~15131/f17/ .
17.
▲
by
nandkeypull
7y ago
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 context. After I got to a certain level, Duolingo
18.
▲
by
nandkeypull
7y ago
The next big thing: emacs demoscene!
19.
▲
by
nandkeypull
7y ago
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 hackers. For such an old editor, the development scene feels i
20.
▲
by
nandkeypull
8y ago
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 this compares to it.
21.
▲
by
nandkeypull
8y ago
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 done and didn't constantly check in every day. What I rea
22.
▲
Ask HN: Pivot to embedded Linux, pentesting, or robotics?
20 points
by
nandkeypull
8y ago
|
7 comments
23.
▲
by
nandkeypull
9y ago
Don't forget about datatau http://www.datatau.com/ Basically a Hacker News clone for data science.
24.
▲
by
nandkeypull
9y ago
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 switching bind -n S-up new-window
25.
▲
by
nandkeypull
9y ago
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 make a suggestion though, it would be really nice
26.
▲
by
nandkeypull
10y ago
If you enjoyed Spelunky, I think you might also like Vagante. It's like a more dungeon-crawler incarnation of Spelunky without the time-constraints of the Ghost and more weapons (sword, dagger, bow-and-arrow, mace, etc), items, and mag
27.
▲
by
nandkeypull
10y ago
Does no one use Diigo? My favorite part about it is how easy it makes it to add tags when you bookmark a page. You can easily call up things you've saved many years ago with a simple tag search. It's kind of like a better Deliciou
28.
▲
by
nandkeypull
11y ago
You can have aliases in emacs as well - just use bookmarks. Set a bookmark with C-x r m and jump to a bookmark with C-x r b (I bound this to a "bj" keychord to invoke bookmark-jump faster). If you install ido/helm/ivy, y
29.
▲
by
nandkeypull
11y ago
My personal favorite for this is find-file-in-project - it's decently fast and is very customizable ( https://github.com/technomancy/find-file-in-project ). Some other examples of Ctrl-P replacements for emacs are f