Viewing profile — ChargingWookie
ChargingWookie
HN member- Joined
- Sun, Oct 13, 2013, 10:20 PM UTC
- HN karma
- 19
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About ChargingWookie
No profile information was provided.
Recent public activity
-
comment
Comment #13073553
Yeah this is incredible for fpga users. There is now a market for freelance fpga developers
-
comment
Comment #13045093
Am I misreading this or does this really allow arbitrary packages to masquerade as legitimate packages?!
-
comment
Comment #9852792
How do you know that?
-
comment
Comment #9786799
We normally used http://www.lispworks.com/documentation/lw60/LW/html/lw-712.h... with the full set to nil.
-
comment
Comment #9786464
I've worked a lot with LispWorks and tuning the gc had the same method of programmatically calling a full GC after every N operations. We also found setting the gc threshold to hig…
-
comment
Comment #9174056
Awesome, I've been waiting for something like this That being said, I've got a couple questions Will all the CTFs be security focused? One of the most common problems coursera ran …
-
comment
Comment #8697220
You can create a list comprehension using a macro. In common lisp, lisp comprehension is implemented by the loop macro. http://www.gigamonkeys.com/book/loop-for-black-belts.html It…
-
comment
Comment #7853765
I saw someone talking about this today in tor-dev. It seems that since laptops/smartphones are not normally helpful as a Tor relay, they've made the instructions difficult on purpo…
-
comment
Comment #7853740
As far as I know IPv6 does work. Check out https://people.torproject.org/~linus/ipv6-relay-howto.html
-
comment
Comment #7813491
They wanted to prevent all of the servers trying to contact the PXE server at the same time to avoid overloading it. Its basically to prevent an accidently self DDOS.
-
comment
Comment #6619687
This seems like a great service but it needs more info! The site explains what you do in too general terms but not how you do it.