Viewing profile — St-Clock
St-Clock
HN member- Joined
- Sat, Oct 09, 2010, 1:32 PM UTC
- HN karma
- 721
- Public activity
- 204 items
- HN profile
- View on Hacker News ↗
About St-Clock
Recent public activity
-
comment
Comment #42147162
> I think it's pretty hard to get a Python package into the top 360 list while not picking up any maintainers who could climb that learning curve pretty quickly. I can speak for ex…
-
comment
Comment #35288096
Thank you so much for this shortcut, I was trying a way to find all of the bad known_host entries and this did the trick!
-
comment
Comment #34039145
Winter tire (if you have them) and heating are the likely culprits!
-
comment
Comment #27631858
We had similar experience! We tried CodeGuru Reviewer on one of our Python codebases (around 71 KLOC) and abandoned it after a week. The feedback was indeed similar to what standar…
-
comment
Comment #26369264
One strategy we are currently implementing is using a second Postgres database synchronized with logical replication. 1. We insert the logs in the main database and periodically de…
-
comment
Comment #24991507
Didn't read anything at first, just went and navigated/manipulated text and it worked as I would expect! This is a very nice VIM emulation! I stopped using workflowy because it did…
-
comment
Comment #20274796
That's great news, but I do not see quotas for SES in my dashboard and AWS service list. Additionally, it seems they did not import previous requests in their new request history.
-
comment
Comment #19282296
Resulto | Montreal, QC | Backend Developer | ONSITE We are looking for a passionate developer who wants to join our software development team at Resulto. Your input will have a dir…
-
comment
Comment #19263288
We are using Wal-G in production and testing it every day by copying/restoring prod db to staging. The CLI is spartan, but it works and it's fast. Andrey is also responsive if you …
-
comment
Comment #19060232
Resulto | Montreal, QC | Backend Developer | ONSITE We are looking for a passionate developer who wants to join our software development team at Resulto. Your input will have a dir…
-
comment
Comment #18295051
I wonder if this is a response to Amazon Lightsail[1] now offering managed database? [1] https://aws.amazon.com/blogs/aws/new-managed-databases-for-a...
- story
-
comment
Comment #16500305
Relocating would be fine, but we cannot really help with work permit applications.
-
comment
Comment #16498058
Resulto | Montreal | Full-Time | Onsite | Full-Stack Developer We are looking for a passionate developer who wants to join our small software development team at Resulto in our off…
-
comment
Comment #16357989
We tried Zulip for a week but the team decided to not continue the experiment. I personally really liked the UI and the keyboard-centric workflow, but the lack of polished UI and t…
- story
- story
- story
-
comment
Comment #14366061
"Don’t cache Django models" This is too broad to be good advice. A typical solution to stale models is to increment a cache version key, effectively invalidating the old cache. Ver…
-
comment
Comment #14024256
Resulto (resulto.ca) | Frontend Developer | Montreal | Onsite | Full-time Do you usually take initiative to suggest high-value improvements and keep up to date with best practices?…
-
comment
Comment #13800036
Hi, I really liked your post and your comments about your experience with each provider, but I totally disliked your answer and the one below. I didn't see anywhere that your bench…
-
comment
Comment #13776564
I am unpleasantly surprised that they do not mention why services that should be unrelated to S3 such as SES were impacted as well and what they are doing to reduce such dependenci…
-
comment
Comment #13755919
I confirm for SES being down in US-East-1 :-(
-
comment
Comment #13732641
I agree. That is why I mentioned our large test suite in my first comment.
-
comment
Comment #13732401
Regarding typing errors in production, I meant that we never encountered an error that could have been directly prevented by a Java-like static type checker[1], e.g., a function wi…