Viewing profile — freshbreath
freshbreath
HN member- Joined
- Mon, Jan 30, 2012, 5:11 PM UTC
- HN karma
- 24
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About freshbreath
No profile information was provided.
Recent public activity
- story
- comment
-
comment
Comment #46883548
"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…
-
comment
Comment #44011428
> 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 …
-
comment
Comment #9715741
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 automati…
-
comment
Comment #8205252
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. B…
-
comment
Comment #4445327
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 aircrac…
-
comment
Comment #3899626
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. P…