HackerTrans
TopNewTrendsCommentsPastAskShowJobs

herge

no profile record

comments

herge
·4 वर्ष पहले·discuss
I hit annoyances when using sqlite when dealing with some corner-cases. I wanted to implement a lock and share some small amount of data (who did what when) between two different linux users on the same machine.

I figured "sqlite is better than fopen, let's use that!", but between directory permissions, all the WAL files, probably the sqlite3 python lib and Diskcache (https://pypi.org/project/diskcache/) not helping things, it was a real pain, where regularly under different race conditions, we would get permission denied errors. I managed to paper it over with retries on each side, but I still wonder if there was a missing option or setting I should have used.
herge
·11 वर्ष पहले·discuss
Maybe they are hitting problems that nobody on the current team can solve. Or they need new ideas and new blood. Experience is often very useful.
herge
·13 वर्ष पहले·discuss
tptacek should write up a block like http://craphound.com/spamsolutions.txt for everytime somebody rolls up their own crypto solution.