Earlier quoted context omitted.
You might be able to use https://opentimestamps.org/ to provide evidence over time (i.e. proving it wasn't fabricated all at once). Still, that doesn't prove that the individual points weren't fabricated at the time.
Another question is if this will be admissible in the court.
Ask HN: What non-work task have you automated?
311–320 of 722 posts
Re: Ask HN: What non-work task have you automated?
#312Earlier quoted context omitted.
Safeway does the whole digital coupon thing. It’s too much of a hassle to be worthwhile but this could help. Not sure it’s worth the effort of writing the script myself though. Do you mind open sourcing it?
I wrote a database and interface once that would automatically catalog and run the Safeway Monopoly game, all I had to to was scan in the pieces with an app on my phone. It worked well, but demonstrated just how bad my luck was, after 614 tickets gathered, I won exactly 0 items. :/
Re: Ask HN: What non-work task have you automated?
#3131. My former spouse wouldn't answer the home phone when I talked with the kids during the divorce. I wrote an app that texted her and logged the attempt for reporting to the guardian ad litem. 2. She also wouldn't answer the door when during kids pick-up. The same app texted her when I was outside. 3. To disprove her allegations I wasn't involved in the kids school and activities I used Android's Locale app to trigge…
This is awesome. You should turn this into a sevice or App -- call it DivorceBot or CustodyBot or FatherTime ? Considering that close to a MILLION Americans get divorced every year, at a 50% rate i.e. half of marriages are ending up in divorce in the US. Source: https://www.cdc.gov/nchs/nvss/marriage_divorce_tables.htm
Re: Ask HN: What non-work task have you automated?
#314Does anyone have a script for integrating with Facebook and grabbing whose birthdays are today? I'd really like to automate it, but this info isn't available via the Graph API, so I kind of gave up on this, but if someone else has done this, I'd love to take a look.
Re: Ask HN: What non-work task have you automated?
#315Interfaces with themoviedb.org for plot summary, cast and crew info and such. Interfaces with Google Calendar for writing entries for each movie I'm tracking.
Source is available at https://github.com/evmcl/movieschedule
Re: Ask HN: What non-work task have you automated?
#316Re: Ask HN: What non-work task have you automated?
#317Re: Ask HN: What non-work task have you automated?
#318Earlier quoted context omitted.
> I now have a big old dataset of SpeedTests and unix timestamps which I graphed This peaked my interest, as my connection is also crappy. Did you actually manage to make improvements with this data though?
I managed to confirm that my perceived changes in connection quality were ACTUAL changes in connection quality. I never took the time to do anything better with it though, but it does show that My provider seems to have done SOMETHING, as the speed floor has moved up, and significant events (sometimes as slow as dialup) became significantly rarer. It's also fun because it allows you to get a rough idea of how over pr…
If it uses http basic auth, it's even easier: http://docs.python-requests.org/en/master/user/authenticatio...
Requests is a fantastic library.
Re: Ask HN: What non-work task have you automated?
#319Attaching a picture to an email, hitting send and getting a nice glossy a minute later is pretty cool. Somehow feels a bit more automated and seamless than the usual printing process.
Re: Ask HN: What non-work task have you automated?
#320About 10 years ago I was in the market for a used Toyota Camry, so I wrote a script that scraped the used car classified and extracted models within a 4 year range and within price & mileage caps. This got plotted out into 4 overlaid point series, producing graphs that roughly looked like 1/x, roughly 2-300 datapoints total. With that in hand I went to dealer offering the best match, told them which car I wanted and…