le0pard

- friends
7 link karma
1 comment karma
send messageredditor for
what's this?

TROPHY CASE

  • dust

Effective similarity search in PostgreSQL by railswarein programming

[–]le0pard 0 points1 point ago

Doesn't complicate the query plan? No.

Why did it add nearly 50% to the total execution time? Because I add sorting by index and filed in select with number of similarity (from 0 to 1)

Mailtrap service: Save your customers from getting test emails by railswarein programming

[–]le0pard 0 points1 point ago

You can filter those e-mails out, but it just doesn't work one you need to pass them to you team members.

mail group or IMAP may help you :)

And of course you should have your own SMTP server to do this, which is ok when you're doing, let's say Rails development on your own server but won't work if you can't have custom SMTP server, for example you host multiple PHP apps staging env on the same server with single SMTP that is real one, not a fake one.

Do catch by account, which send email. Its simple :)

Mailtrap service: Save your customers from getting test emails by railswarein programming

[–]le0pard 2 points3 points ago

catch_all: debug_print = "R: catch_all for $local_part@$domain" driver = redirect data = qa@example.com headers_add = X-Qa-Flag: YES

MailTrap for exim.

You can filter by header :)

Creating jQuery Plugins by flameorbin programming

[–]le0pard 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Really nice, thanks

Smooth CoffeeScript by setconndevpin programming

[–]le0pard 0 points1 point ago

sorry, this has been archived and can no longer be voted on

Wow, thanks!