Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jzcoder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
jzcoder
4y ago
I immediately close a page dense in text and using a thin font like Lato or Raleway.
2.
▲
by
jzcoder
6y ago
I don't think this matters. If he strongly claims he is an expert on Flask, and I knew Flask, then I would test the depth of that knowledge. You can't validate every detail on their resume, but if you find they misled about this o
3.
▲
by
jzcoder
6y ago
You should look at Actions in the Python implementation of Cocos2d. It uses operator overloading to allow '+' for sequential actions and '|' for parallel actions. These are composable and reversible for quickly creating
4.
▲
by
jzcoder
10y ago
Norton Guides. A similar TSR that also included a compiler for building your own guides. I remember one popular one was the Ralph Brown Interrupt List. I think about this tool a lot, but I think IDE's with auto completion and showing p
5.
▲
by
jzcoder
11y ago
Corel had a serious SVG effort during this early period around 2002-2004. They created a SVG Viewer and tooling around an initiative known as Smart Graphics. Here's a Press Release about it: http://www.corel.com/uk/
6.
▲
by
jzcoder
11y ago
Here's another set of examples, for different targets: https://www.owasp.org/index.php/OWASP_Testing_Guide_Appendix...
7.
▲
by
jzcoder
11y ago
Instead of pure random data, fuzzers can use 'attack heuristics' to try and minimize the search space. These are specific patterns that are more likely to expose bugs, based on previous vulnerabilities and known coding errors. For
8.
▲
by
jzcoder
13y ago
I agree. The first thing I did when I saw this announcement was look for the REST API. Surely, those existing platform specific libraries are built on a REST API, so why not document and release them.
9.
▲
by
jzcoder
13y ago
I agree your approach has a different set of advantages. It's just the end goal is similar and the name is so similar. That's more the point I was trying to make.
10.
▲
by
jzcoder
13y ago
Looks interesting. But, a similar solution exists with a similar name called PageKite ( https://pagekite.net/ ). They do not deploy your application code to the cloud. With PageKite you run your environment locally and then
11.
▲
by
jzcoder
13y ago
Does anyone have experience with what they call "app tender" sites like http://appcity.org/ ? I've heard one anecdote about a guy who knows a guy who bought a very simple iOS app for 10K, did some marketing o
12.
▲
by
jzcoder
13y ago
I have used 99designs for two logos and used Logoworks back in 2007 for one logo. 99designs produces many more creative and professional designs than Logoworks. Logoworks owned by HP was more expensive and we were ultimately unsatisfied wit
13.
▲
by
jzcoder
14y ago
I always forget the new name. Luckily, the old URL http://freshmeat.net still works. I browse it maybe once every few months. Mostly for nostalgia sake. I also noticed http://www.osnews.com/ has picked up more recently. I used to browse
14.
▲
by
jzcoder
14y ago
Intuit removed the DRM from TurboTax after one release in 2003 after public outcry and financial analysts questioned them about it. All you gamers have to do is stick to your position and not buy the product. Unless you hit them where it co
15.
▲
by
jzcoder
15y ago
All the upsell checkboxes are defaulted off. I don't understand what the problem is clicking through a couple of pages without checking anything. I've done it dozens of times with no problems.
16.
▲
by
jzcoder
15y ago
I find it hard to swallow the PR this is an "organic conference" and "driven by love for the community" with a normal ticket price of $600. Even at the $300 cost this is more than the cost of PyCon. I followed the pre-hype and looked forwar
17.
▲
by
jzcoder
15y ago
Before you get too confident about being the next YouTube, consider there are already at least two startups doing this exact thing. I can only remember one now, VoiceTap, but there is at least one more that I remember had a single founder.
18.
▲
by
jzcoder
16y ago
The Ns module API was also very clean. This is why we choose it to embed our libraries and expose an HTTP interface to our other internal applications. It's worked reliably for this purpose for years. Since all our development work is insid