Viewing profile — GICodeWarrior
GICodeWarrior
HN member- Joined
- Wed, Jan 27, 2010, 1:15 AM UTC
- HN karma
- 633
- Public activity
- 132 items
- HN profile
- View on Hacker News ↗
About GICodeWarrior
No profile information was provided.
Recent public activity
-
comment
Comment #49251730
While not as good as a proper refresh, you can use alternating black and white drawing to help clear an area of the screen.
-
comment
Comment #49251670
[dead]
-
comment
Comment #47620570
ctrl+mouse wheel triggers the application zoom in most cases. However, if my mouse is over the scrollable node, it invokes the Google Chrome window zoom (so I end up with two compe…
-
comment
Comment #43526125
If you're interested to explore lots of XSS edge cases, I've found this CTF to be enjoyable. https://alf.nu/alert1
-
comment
Comment #43526099
Encoding for each scenario can be quite complex unfortunately. Django does have some template filters to help. I recommend following the documentation carefully, and using a JSON A…
-
comment
Comment #43526014
Simple JSON encoding alone is not sufficient if you put the output into a tag. const user_input = " alert(1)//"; ...
-
comment
Comment #43519636
The "How to use a Python variable in an external Javascript (Django)" examples are likely vulnerable to an XSS attack, when the variable contains user supplied content. It's import…
-
comment
Comment #39876529
Further, security of a marketing site tends to be lower priority than the product itself, and an install script should generally be secured similar to the product.
-
comment
Comment #34343135
How can ToolJet relicense AGPL contributions to a less restrictive license? The code is AGPL and accepts volunteer contributions under that license. https://github.com/ToolJet/Tool…
-
comment
Comment #33908837
NPTv6 is different from IPv4 NAT and doesn't really have the same issues. A different solution I've seen proposed for networks with multiple ISPs is to advertise both public prefix…
-
comment
Comment #33902638
Have you implemented NPTv6 before? What routing product(s) have you implemented this with? Do you happen to have some documentation links handy? In my experience, this capability i…
-
comment
Comment #31230846
Here's a list of processors supporting AVX-512: https://ark.intel.com/content/www/us/en/ark/search/featurefi... The author mentions it's difficult to identify which features are su…
-
comment
Comment #24150507
If you put your webcam behind your video chat window, you can achieve better eye contact with your remote participants. I wonder how well a webcam can see through these screens and…
-
comment
Comment #20194126
When I saw "purebred" and "AKC", my mind immediately went to: The Bizarre Truth About Purebred Dogs (and Why Mutts Are Better) - Adam Ruins Everything https://www.youtube.com/watch…
-
comment
Comment #16974005
DoorDash (YC S13) | Security Engineers | Mountain View, San Francisco | ONSITE, Full-Time | https://www.doordash.com/ We're looking for multiple application and infrastructure Secu…
-
comment
Comment #15390278
DoorDash (YC S13) | Security Engineer | San Francisco, Mountain View | ONSITE, Full-Time, https://www.doordash.com/ Formerly managing Matasano Security's south bay team, I've joine…
-
comment
Comment #15149122
DoorDash (YC S13) | Security Engineer | San Francisco, Mountain View | ONSITE, Full-Time, https://www.doordash.com/ Formerly at Matasano Security, I've joined DoorDash as Head of S…
-
comment
Comment #14380922
The wording is technically imprecise in a number of places. The mechanical components certainly can't move at any significant fraction of c, but they may be referring to the electr…
-
comment
Comment #13404603
The security of passwords at rest depends on how they are stored. Further, if an SSA database is dumped, passwords won't be the data exposure people are upset about.
-
comment
Comment #13402743
What login rate-limiting, account lock-out, and password expiry policies do they have though? Based on the password requirements, they have something like 2.6 trillion possible pas…
-
comment
Comment #11562420
Most of these look like things I'd expect. However, number 13 is an obvious spam link if you look at the mentions. I wonder how HN protects against this type of spam and how this p…
-
comment
Comment #11366547
If you buy a business type router, a similar wireless AP, and some "smart" switches, you can actually segregate things pretty well. Examples: Ubiquiti EdgeRouter Lite https://www.u…
-
comment
Comment #9132363
It looks like they are using the Song typeface for simplified Chinese (宋体). Maybe they are using this to get square symbols instead of the usual rectangles of monospace. They could…
-
comment
Comment #9031727
I would guess he is suggesting that less than 40% means you are over-spending or under-performing and more than 40% means you are under-spending (eg. you should invest more in grow…
-
comment
Comment #8813494
What are the boundaries of those rights? Is it OK for your neighborhood to protest by sitting in your house? What about in supermarket checkout aisles? or on the interstate? These …