Skip to main content

标 题: [bssd] Slickdeals网站入门--我的使用方法

发信人: leesuin (Lee), 信区: PennySaver
标  题: [bssd] Slickdeals网站入门--我的使用方法
发信站: BBS 未名空间站 (Tue Feb 11 10:02:14 2014, 美东)

http://slickdeals.net/
这个是常说的sd(slickdeals)网站,我觉得是最权威的搞deal网站。很多人发帖,速度
快。有不同版面,从药店到grocery store,基本都概括了。Deal Alert功能是我首推
的,非常方便,有满足检索条件的deal,几乎是瞬间就email,保证第一时间看到。有
些deal速度很重要,呵呵。
最大的缺点是英文的,咱们看着有点累。

下面说说我是怎么用sd的,

1.一定得注册一个账户,才能最有效的让sd为你个人服务。

2.登录后,右上角my account/deal alerts,加入你感兴趣的关键词和检索条件。以
cvs为例,
点add a deal alert。keyword输入cvs,target forum选择drugstore/grocery  B&M
deals + discussion。Minimum thread rating选any(就是默认的)。Notification
method选email,instant。最后add alert。这样设置alert的结果,在drugstore/
grocery  B&M deals版面出现新的标题带有cvs的thread(帖子),你马上就会收到
email。个人经验,这个版上每周cvs的flyer出来是最快的,虽然最近有点慢,但比
iheartcvs快。收到email点进去就看到帖子了。

再举个别的例子,比如你想买个thinkpad。这次target forum就选默认的hot deals.
检索词thinkpad。Minimum Thread Rating选一个2+,当标题带thinkpad的thread有2+
评分的时候,给你email。这样不是随便什么人发的deal,只有“真正”的deal,我才
能看到。sd上发帖自由,但回帖的人中有经验的高手很多,评分还是客观的。我只设定
2+,因为2+的评分说明这个deal有价值。如果这是5+,或者fp(front page),我看到
时有可能deal也快死了,比如oos(时有发生)。

3.浏览器收藏夹里存sd的网页时,我存的不是上面的那个(front page),而是这个:
登录后,点forum下的hot deals,选择按发帖时间排序,点一下thread started。左边
有一个filtering options,打开边条,rating 选2+。点叉子关上边条。把这个网页存
下来。系统会记住你的选择。每次打开,就能看到最新上升到2+的帖子。基本上当天的
新帖,一页两页的样子。这个适合,闲来没事,就想看看有什么hot deal的时候刷刷。
当然,你还可以点帖子左侧的图标(children/computer etc),看你关心的类别。注
意,你看过的帖子,会记录你看的post(楼)。如果你看后,有新的post了,这个帖子
左侧会有一个黑色的数字,点一下,就能接着你上次的看。楼高了,这个功能很方便。
比如cvs每周的贴,不用每次找来找去的,接着看就好了。

4.有着急买的东西时,我习惯在sd搜搜,看看历史上都有过什么deal,找个心理价位。
在3中存的网页,中右侧,有个search this forum,点一下,输入你要买的东西,勾上
search in thread titles only,go。出来的列表都有时间和rating,可以参考。当然
,还可以在一个帖子里面搜索,比如想看这周cvs里有关olay的post。

5.有的帖子thread或post写的好,想收藏。进入帖子后找add to list。以后在my
account/my list/favorites里面可以找到。有的帖子太好了,这样找着都觉得不方便,

比如,所有打印胖子的列表贴,出门之前查查,说不定有IP可以打呢
http://slickdeals.net/f/5943480-printable-manufacturer-s-coupon-listing-please-do-not-edit-the-wikis

或者,报纸胖的list
http://slickdeals.net/f/722144-alphabetical-list-of-unexpired-newspaper-coupons-updated-weekly
点进去帖子,thread tool/stick this thread,在相应的版面里置顶!

就想到这些,有需要的tx,大家一起讨论吧!

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...