Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
freshbreath
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
28 ms
·
1.
▲
by
freshbreath
7mo ago
GWh
2.
▲
by
freshbreath
8mo ago
"I don't want to have to write this for the umpteenth time" -- Don't let it even reach a -teenth. Automate it on the 2nd iteration. Or even the 1st if you know you'll need it again. LLMs can help with this. Software
3.
▲
by
freshbreath
1y ago
> disposing branches that don’t bear fruit Disposing branches that the LLM convinces you won’t bear fruit. The Next Big Thing doesn’t exist yet. At least not in any LLM models. If someone thinks of the NBT, asks LLM about it, and LLM’s
4.
▲
by
freshbreath
11y ago
If there are no associated clients, you can brute-force the SSID with MDK3 http://www.backtrack-linux.org/forums/showthread.php?t=12360 And mahouse is correct: airodump-ng automatically detects when the SSID is broadca
5.
▲
by
freshbreath
12y ago
I tried making a site to auto-blend images from Google Images… https://github.com/derv82/ImageBlender http://blen.derv.us Last time I checked, it didn't work 100%, and was laggy. But I learned bootstra
6.
▲
by
freshbreath
14y ago
That will install 'aircrack-ng', which can crack WEP ivs packets or a WPA/2 handshake. You will need airodump-ng to actually capture the handshake. I don't think the entire aircrack suite has been ported in homebrew.
7.
▲
by
freshbreath
14y ago
What if a program prints text without a newline at the end, then exits? It's possible and it would be confusing to not see that last line. cout >> "Hello world"; // with no endl. Prepending the prompt with a new line might