Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gpsarakis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Types of Technical Interviews: Different flavors of technical assessments
(controlflow.substack.com)
3 points
by
gpsarakis
5y ago
|
0 comments
2.
▲
Show HN: Regular Expression Builder for Python
(github.com)
2 points
by
gpsarakis
5y ago
|
1 comments
3.
▲
Cron Monitoring. Get Notified When Your Cron Jobs Fail
(healthchecks.io)
3 points
by
gpsarakis
11y ago
|
0 comments
4.
▲
by
gpsarakis
11y ago
Sphinx does indeed a very good job and is continuously improved. It is very fast and with small memory footprint. We also built https://techusearch.com which uses Sphinx indexes (think of a SaaS version of Elasticsearch backed b
5.
▲
by
gpsarakis
12y ago
Interestingly enough, there is one unofficial API http://pygments.appspot.com/ , but supports an outdated version (1.5).
6.
▲
by
gpsarakis
12y ago
Great work! Do you consider PyPy support also?
7.
▲
Show HN: QuickBash – functional Coffeescript for Bash
(github.com)
1 points
by
gpsarakis
12y ago
|
0 comments
8.
▲
by
gpsarakis
12y ago
Sure you can :). Naturally transfers via SSH "suffer" from the encryption overhead but prevent MITM/network sniffing etc. The author points out that (only) in a trusted LAN you could use this solution to make things go faster
9.
▲
by
gpsarakis
12y ago
pigz does parallel compression, taking advantage of multiple cores. I am not really sure if you can achieve this with scp.
10.
▲
by
gpsarakis
12y ago
Thumbs up for pv which shows the progress bar. Using parallel compression may have serious impact on CPU resources, so it needs to be balanced. Have you also done any testing with ssh + gzip? Also, as you note at the end, the security conce
11.
▲
Read, write and share stories
(wattpad.com)
1 points
by
gpsarakis
12y ago
|
0 comments
12.
▲
by
gpsarakis
12y ago
Great read! An effort on a DSL using PLY (Python LEX-YACC implementation): https://github.com/georgepsarakis/quick-bash . It is actually a transcompilation to Bash from a functional language, using Python for the inter
13.
▲
Benchmarking JSON and HMAC in Python
(techusearch.com)
2 points
by
gpsarakis
12y ago
|
0 comments
14.
▲
How Techu leverages Redis
(techusearch.com)
12 points
by
gpsarakis
12y ago
|
0 comments
15.
▲
Pyzo – free and open-source computing environment based on Python
(pyzo.org)
1 points
by
gpsarakis
12y ago
|
0 comments
16.
▲
Storing Emojis in MySQL
(pjambet.github.io)
1 points
by
gpsarakis
13y ago
|
0 comments
17.
▲
10 Surprising Facts About RAID
(augmentedtrader.wordpress.com)
1 points
by
gpsarakis
13y ago
|
0 comments
18.
▲
Cloud Cost Calculator
(scalyr.com)
2 points
by
gpsarakis
13y ago
|
0 comments
19.
▲
Simple templating in PHP
(gist.github.com)
1 points
by
gpsarakis
13y ago
|
0 comments
20.
▲
by
gpsarakis
13y ago
Probably you can, if you implement upload callbacks which can be passed through the success_action_redirect parameter. Not sure though.
21.
▲
by
gpsarakis
13y ago
It says that it only stores metadata locally not objects themselves (although it could probably have an option for that too and serve as a general S3 cache). Nice effort, Redis is perfectly fine but I believe that the storage layer should b
22.
▲
by
gpsarakis
13y ago
Taking a quick look at the source code directory structure https://github.com/jquery/jquery/tree/master/src , I believe that you could create a minimal, customized build containing only features that you
23.
▲
Python Map-Reduce with itertools & multiprocessing in ~100loc
(gist.github.com)
2 points
by
gpsarakis
13y ago
|
0 comments
24.
▲
by
gpsarakis
13y ago
CSS selectors are much easier to remember than XPath. Python's BeautifulSoup allows you to select elements with selectors and is very convenient. XPath is a bit more verbose and most people already are familiar with CSS syntax.
25.
▲
by
gpsarakis
13y ago
Nice post! You mentioned that you implemented this wrapper for backups. Apart from creating a virtual file system for sandboxing perhaps, isn't this generally slower? Maybe I am not getting the exact purpose of this task.
26.
▲
How do sleep() functions work?
(stackoverflow.com)
2 points
by
gpsarakis
13y ago
|
0 comments
27.
▲
by
gpsarakis
13y ago
This app proves also very helpful if you use Nginx: https://github.com/andreiko/django_graceful
28.
▲
by
gpsarakis
13y ago
OK, thanks for answering!
29.
▲
by
gpsarakis
13y ago
Is this version compatible with 1.4.2 or will it require a full data dump/restore?
30.
▲
Bloom Filters by example
(billmill.org)
167 points
by
gpsarakis
13y ago
|
61 comments
More ›