Time |
Nickname |
Message |
01:38
π
|
GitHub77 |
[tinyback] soult pushed 1 new commit to master: https://github.com/soult/tinyback/commit/48a7ce565dbdb7267ab554a7e386156ad06a5f97 |
01:38
π
|
GitHub77 |
tinyback/master 48a7ce5 David Triendl: Set default sleep time to 300 seconds / 5 minutes |
02:17
π
|
soultcer |
post.ly: Game on |
02:41
π
|
GitHub157 |
[tinyback] soult pushed 2 new commits to master: https://github.com/soult/tinyback/compare/48a7ce565dbd...1b014bf6ba54 |
02:41
π
|
GitHub157 |
tinyback/master 1b014bf David Triendl: Bump version to 2.6 |
02:41
π
|
GitHub157 |
tinyback/master 7322687 David Triendl: services: Add "Postly" |
03:06
π
|
soultcer |
everyone please do a git pull if you are not using the warrior |
22:20
π
|
soultcer |
I always figured those "official" shorteners like post.ly or youtu.be are the least important to back up because they will exist as long as the company that uses them exists |
22:21
π
|
ersi |
I figure those are the 'cheapest ones' to get, since they got a lot of infra - and a lot of user data. So it's basically a pre-fail crawl :) |
22:28
π
|
ersi |
How do you usually go about finding out the charset of a shortener? |
22:29
π
|
soultcer |
Since post.ly was a shortener mostly used to send posterous posts to twitter, I simply did a twitter search for post.ly |
22:29
π
|
ersi |
ah |
22:29
π
|
soultcer |
Then you can easily discover what characters are allowed and also if it is sequential or not |
22:30
π
|
soultcer |
And even what the order of the sequence is (e.g. posterous has uppercase letters before lowercase letters) |
22:38
π
|
ersi |
That's totally not dumb |
22:40
π
|
soultcer |
It works well in this case because post.ly only lets you shorten an url if you log in via twitter and then automatically posts the shortened url |
22:41
π
|
ersi |
I'm a bit interested in adding wp.me actually. Not that I think they'll go under any time soon, just.. Interested. |
22:41
π
|
ersi |
It seems like all content created (each post) gets a shortening on their shortener |
22:42
π
|
soultcer |
Go for it |
22:44
π
|
ersi |
will do |
22:52
π
|
GitHub50 |
[tinyback] ersi pushed 1 new commit to master: https://github.com/soult/tinyback/commit/f44a063284c0e513560f350eb5848540c56cefa0 |
22:52
π
|
GitHub50 |
tinyback/master f44a063 Erik SimmesgΓΒ₯rd: Adding Wp.me service |
22:54
π
|
soultcer |
That was fast |
22:55
π
|
ersi |
indeed :p |
22:56
π
|
GitHub103 |
[tinyback] soult pushed 1 new commit to master: https://github.com/soult/tinyback/commit/b79c41e39764cecd21c461e0804928d10e5d523a |
22:56
π
|
GitHub103 |
tinyback/master b79c41e David Triendl: services: typofix |
22:56
π
|
ersi |
I havn't tested it though, and it's just a "very basic" addition based on what I've seen so far |
22:56
π
|
ersi |
oops :) |
22:56
π
|
soultcer |
If you push to master, you have to always be careful because the warriors will update within seconds |
22:56
π
|
soultcer |
If you break it, then all warriors running the urlteam tasks break too |
22:57
π
|
soultcer |
Well, the warrior won't break, but it won't do any more urlteam tasks |
22:57
π
|
* |
ersi nods |
22:58
π
|
soultcer |
I'll run some wp.me tasks on a test machine to see what will happen |
22:59
π
|
ersi |
I usually do things in a feature branch and do a pull request. I think I'll continue doing it like that :-) |
23:02
π
|
soultcer |
btw, if you look at the wp.me urls |
23:02
π
|
soultcer |
they are always ABCDEF-GHIJ |
23:02
π
|
soultcer |
The first 6 characters are some kind of id for the blog |
23:02
π
|
soultcer |
And the remaining 4 characters are for a specific post |
23:03
π
|
ersi |
Yeah, I did however assume that was because of how high the 'numbers' were for the ones I've seen recently |
23:04
π
|
ersi |
but that makes sense - since code "123" with delimiters like -_#!"#% have the same location: |
23:05
π
|
soultcer |
So wp.me/s1a leads to a blog |
23:06
π
|
* |
ersi nods |
23:06
π
|
soultcer |
wp.me/ps1a-XXX leads to a specific blog post |
23:06
π
|
ersi |
not too bad layout |
23:08
π
|
soultcer |
And the XXX is sequential |
23:09
π
|
soultcer |
First blog post = 1, second = 2, 10th = a, 16th = g etc. |
23:12
π
|
soultcer |
This will make it easy to scrape |
23:13
π
|
ersi |
That's *always* good news :-) |
23:13
π
|
soultcer |
I think the blog ids might also be sequential |
23:15
π
|
ersi |
would make sense, less hassle to organize for 'em |