Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
PythonDeveloper
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
211.
▲
by
PythonDeveloper
15y ago
I see your point, but the same quality filters could be had simply by assigning tags, and allowing members to upvote projects. Let me see what the staff decides is tagged HOT. Don't decide FOR me what is hot and what is not by exclusion.
212.
▲
by
PythonDeveloper
15y ago
prints the following: "Simon Tatham" Specifically, it takes a power mapped string sequence and shifts the values off. Each set equates to a line of #'s and spaces. Pretty ingenious, actually.
213.
▲
by
PythonDeveloper
15y ago
Nice story... but it doesn't scale :)
214.
▲
by
PythonDeveloper
15y ago
The best tool for the job is the tool that lets you finish and ship a product. Try Python ( http://www.python.org ). It's free, easy to learn, uses the latest in methodologies, has massive community support, and you can have an app up in
215.
▲
by
PythonDeveloper
15y ago
SOLD! I want 10 units RIGHT NOW.
216.
▲
by
PythonDeveloper
15y ago
no, it's not. That's a digest response. You need to redo the lookup as =yahoo.com to get their record: #whois =yahoo.com (scroll to bottom for yahoo.com listing) Whois Server Version 2.0 Domain names in the .com and .net domains can now be
217.
▲
by
PythonDeveloper
15y ago
One non-obvious benefit of PDO is that it lets you separate data from the query, making it much more secure to SQL injection attacks. Also, as a rule, never put SQL in the page you're rendering... you want it in another class, away from you
218.
▲
by
PythonDeveloper
15y ago
I like... One thing though... If your artists use samples from other licensed music, the RIAA will come after you personally. * NOT LEGAL ADVICE * I see you have your domain info hidden using WhoisGuard. Good idea. Better make sure tha
219.
▲
by
PythonDeveloper
15y ago
Ok.. constructive criticism here... not trolling... A) Not a class. Who writes non-oop PHP anymore? B) Globals. Seriously? What if I need 2 connections in a page load? This won't work. C) Use PDO. I see the value of the exercise, and I appl