The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError Exception: DatasetGenerationCastError Message: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 46 new columns ({'link_flair_richtext', 'thumbnail_width', 'num_crossposts', 'selftext', 'hidden', 'url', 'locked', 'domain', 'thumbnail_height', 'can_gild', 'contest_mode', 'suggested_sort', 'over_18', 'link_flair_type', 'author_flair_background_color', 'post_hint', 'link_flair_css_class', 'secure_media', 'permalink', 'thumbnail', 'brand_safe', 'link_flair_text_color', 'preview', 'title', 'rte_mode', 'spoiler', 'author_flair_richtext', 'subreddit_type', 'author_flair_text_color', 'author_flair_type', 'link_flair_text', 'send_replies', 'archived', 'is_self', 'parent_whitelist_status', 'is_reddit_media_domain', 'whitelist_status', 'hide_score', 'subreddit_name_prefixed', 'media_embed', 'is_crosspostable', 'num_comments', 'media', 'secure_media_embed', 'no_follow', 'is_video'}) and 5 missing columns ({'link_id', 'ups', 'parent_id', 'body', 'controversiality'}). This happened while the json dataset builder was generating data using hf://datasets/solomonk/reddit/RS_2006-01.json (at revision c59d06843514dca239744184ed6feea06ea14cc7) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations) Traceback: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2011, in _prepare_split_single writer.write_table(table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 585, in write_table pa_table = table_cast(pa_table, self._schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast archived: bool author: string author_flair_background_color: string author_flair_css_class: null author_flair_richtext: list<item: null> child 0, item: null author_flair_text: null author_flair_text_color: string author_flair_type: string brand_safe: bool can_gild: bool contest_mode: bool created_utc: int64 distinguished: null domain: string edited: bool gilded: int64 hidden: bool hide_score: bool id: string is_crosspostable: bool is_reddit_media_domain: bool is_self: bool is_video: bool link_flair_css_class: null link_flair_richtext: list<item: null> child 0, item: null link_flair_text: null link_flair_text_color: string link_flair_type: string locked: bool media: null media_embed: struct<> no_follow: bool num_comments: int64 num_crossposts: int64 over_18: bool parent_whitelist_status: string permalink: string rte_mode: string score: int64 secure_media: null secure_media_embed: struct<> selftext: string send_replies: bool spoiler: bool stickied: bool subreddit: string subreddit_id: string subreddit_name_prefixed: string subreddit_type: string suggested_sort: null thumbnail: string thumbnail_height: int64 thumbnail_width: int64 title: string url: string whitelist_status: string post_hint: string preview: struct<enabled: bool, images: list<item: struct<id: string, resolutions: list<item: struct<height: int64, url: string, width: int64>>, source: struct<height: int64, url: string, width: int64>, variants: struct<nsfw: struct<resolutions: list<item: struct<height: int64, url ... eight: int64, url: string, width: int64>>> child 0, nsfw: struct<resolutions: list<item: struct<height: int64, url: string, width: int64>>, source: struct<height: int64, url: string, width: int64>> child 0, resolutions: list<item: struct<height: int64, url: string, width: int64>> child 0, item: struct<height: int64, url: string, width: int64> child 0, height: int64 child 1, url: string child 2, width: int64 child 1, source: struct<height: int64, url: string, width: int64> child 0, height: int64 child 1, url: string child 2, width: int64 child 1, obfuscated: struct<resolutions: list<item: struct<height: int64, url: string, width: int64>>, source: struct<height: int64, url: string, width: int64>> child 0, resolutions: list<item: struct<height: int64, url: string, width: int64>> child 0, item: struct<height: int64, url: string, width: int64> child 0, height: int64 child 1, url: string child 2, width: int64 child 1, source: struct<height: int64, url: string, width: int64> child 0, height: int64 child 1, url: string child 2, width: int64 retrieved_on: int64 to {'gilded': Value(dtype='int64', id=None), 'distinguished': Value(dtype='null', id=None), 'retrieved_on': Value(dtype='int64', id=None), 'author_flair_text': Value(dtype='null', id=None), 'author': Value(dtype='string', id=None), 'edited': Value(dtype='bool', id=None), 'id': Value(dtype='string', id=None), 'parent_id': Value(dtype='string', id=None), 'subreddit': Value(dtype='string', id=None), 'score': Value(dtype='int64', id=None), 'ups': Value(dtype='int64', id=None), 'created_utc': Value(dtype='int64', id=None), 'author_flair_css_class': Value(dtype='null', id=None), 'body': Value(dtype='string', id=None), 'controversiality': Value(dtype='int64', id=None), 'subreddit_id': Value(dtype='string', id=None), 'stickied': Value(dtype='bool', id=None), 'link_id': Value(dtype='string', id=None)} because column names don't match During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1321, in compute_config_parquet_and_info_response parquet_operations = convert_to_parquet(builder) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 935, in convert_to_parquet builder.download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1027, in download_and_prepare self._download_and_prepare( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1122, in _download_and_prepare self._prepare_split(split_generator, **prepare_split_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2013, in _prepare_split_single raise DatasetGenerationCastError.from_cast_error( datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset All the data files must have the same columns, but at some point there are 46 new columns ({'link_flair_richtext', 'thumbnail_width', 'num_crossposts', 'selftext', 'hidden', 'url', 'locked', 'domain', 'thumbnail_height', 'can_gild', 'contest_mode', 'suggested_sort', 'over_18', 'link_flair_type', 'author_flair_background_color', 'post_hint', 'link_flair_css_class', 'secure_media', 'permalink', 'thumbnail', 'brand_safe', 'link_flair_text_color', 'preview', 'title', 'rte_mode', 'spoiler', 'author_flair_richtext', 'subreddit_type', 'author_flair_text_color', 'author_flair_type', 'link_flair_text', 'send_replies', 'archived', 'is_self', 'parent_whitelist_status', 'is_reddit_media_domain', 'whitelist_status', 'hide_score', 'subreddit_name_prefixed', 'media_embed', 'is_crosspostable', 'num_comments', 'media', 'secure_media_embed', 'no_follow', 'is_video'}) and 5 missing columns ({'link_id', 'ups', 'parent_id', 'body', 'controversiality'}). This happened while the json dataset builder was generating data using hf://datasets/solomonk/reddit/RS_2006-01.json (at revision c59d06843514dca239744184ed6feea06ea14cc7) Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
gilded
int64 | distinguished
null | retrieved_on
int64 | author_flair_text
null | author
string | edited
bool | id
string | parent_id
string | subreddit
string | score
int64 | ups
int64 | created_utc
int64 | author_flair_css_class
null | body
string | controversiality
int64 | subreddit_id
string | stickied
bool | link_id
string |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | null | 1,473,821,517 | null | jh99 | false | c2715 | t3_22569 | reddit.com | 0 | 0 | 1,136,074,029 | null | early 2006 a probable date | 0 | t5_6 | false | t3_22569 |
0 | null | 1,473,821,517 | null | jpb | false | c2717 | t3_22542 | reddit.com | 0 | 0 | 1,136,076,410 | null | If you are going to post something that has a link to the original author, why not just post the original instead of someone's copy? | 0 | t5_6 | false | t3_22542 |
0 | null | 1,473,821,517 | null | Pichu0102 | false | c2718 | t3_22515 | reddit.com | 2 | 2 | 1,136,078,623 | null | Microsoft hates it's own products?
Who knew? | 0 | t5_6 | false | t3_22515 |
0 | null | 1,473,821,517 | null | libertas | false | c2719 | t3_22528 | reddit.com | 2 | 2 | 1,136,079,346 | null | this looks interesting, but it's already aired, and it's not like there's streaming video, so what's the point? | 0 | t5_6 | false | t3_22528 |
0 | null | 1,473,821,517 | null | mdmurray | false | c2722 | t3_22538 | reddit.com | 0 | 0 | 1,136,081,389 | null | I have nothing but good things to say about Dell Tech Support. Many a time I've called in a faulty part and had the replacement at the front door in two days with a box to ship the old one back. First class service if you ask me. | 0 | t5_6 | false | t3_22538 |
0 | null | 1,473,821,517 | null | mdmurray | false | c2723 | t3_22515 | reddit.com | 1 | 1 | 1,136,081,817 | null | And by "Microsoft" you mean 4 employees out of 60,000 or so... | 0 | t5_6 | false | t3_22515 |
0 | null | 1,473,821,517 | null | mattknox | false | c2724 | t1_c2707 | reddit.com | 2 | 2 | 1,136,083,021 | null | This is exactly the same behavior as the very early lisp dialects: they had dynamic scoping in the interpreter and lexical scoping in the interpreter. I wonder if they knew about the history, or not? | 0 | t5_6 | false | t3_22557 |
0 | null | 1,473,821,517 | null | [deleted] | false | c2725 | t3_22536 | reddit.com | 1 | 1 | 1,136,088,395 | null | [deleted] | 0 | t5_6 | false | t3_22536 |
0 | null | 1,473,821,517 | null | sempf | false | c2726 | t1_c2717 | reddit.com | 6 | 6 | 1,136,088,601 | null | Because this one is different and I like it better. Here's your sign. | 0 | t5_6 | false | t3_22542 |
0 | null | 1,473,821,517 | null | dayuii | false | c2727 | t3_22510 | reddit.com | 1 | 1 | 1,136,090,694 | null | ok | 0 | t5_6 | false | t3_22510 |
0 | null | 1,473,821,517 | null | dfranke | false | c2728 | t3_22554 | reddit.com | 3 | 3 | 1,136,091,198 | null | I'm looking forward to the reaction from the ID crowd if this succeeds. | 0 | t5_6 | false | t3_22554 |
0 | null | 1,473,821,517 | null | jcage | false | c2729 | t3_22569 | reddit.com | 2 | 2 | 1,136,095,018 | null | I hope not. I'm not politically motivated, but it annoys me that the world seems less safe now than it did 5 years ago. We have not helped anything by the way we have behaved and have created enemies with people who previously didn't sway strongly either way | 0 | t5_6 | false | t3_22569 |
0 | null | 1,473,821,519 | null | TheCookieMonster | false | c2730 | t3_22565 | reddit.com | 1 | 1 | 1,136,096,636 | null | The opinionnaire doesn't appear to ask you to write your name on it, and as talking points or thinking points they are quite good, but English does seem an odd choice of class. | 0 | t5_6 | false | t3_22565 |
0 | null | 1,473,821,519 | null | scott | false | c2731 | t3_22543 | reddit.com | 1 | 1 | 1,136,099,905 | null | awesome. | 0 | t5_6 | false | t3_22543 |
0 | null | 1,473,821,519 | null | stesch | false | c2732 | t3_22583 | reddit.com | 2 | 2 | 1,136,101,514 | null | But Caucho means that a 0.0.1-step update breaks all your code and you can't see anything about the changes in the Changelog.
Much fun!
| 0 | t5_6 | false | t3_22583 |
0 | null | 1,473,821,519 | null | [deleted] | false | c2733 | t1_c2706 | reddit.com | -7 | -7 | 1,136,103,060 | null | [deleted] | 0 | t5_6 | false | t3_22512 |
0 | null | 1,473,821,519 | null | lupin_sansei | false | c2734 | t3_22480 | reddit.com | 1 | 1 | 1,136,103,666 | null | If money isn't making anyone happy I will gladly accept your money in my paypal account. | 0 | t5_6 | false | t3_22480 |
0 | null | 1,473,821,519 | null | savvy0 | false | c2735 | t3_17881 | reddit.com | 1 | 1 | 1,136,103,831 | null | Great fonts | 0 | t5_6 | false | t3_17881 |
0 | null | 1,473,821,519 | null | [deleted] | false | c2736 | t1_c2560 | reddit.com | -1 | -1 | 1,136,106,090 | null | [deleted] | 0 | t5_6 | false | t3_22228 |
0 | null | 1,473,821,519 | null | satsumace | false | c2737 | t1_c2680 | reddit.com | 3 | 3 | 1,136,107,843 | null | My interpretation of the article was more that the singleton pattern is used as a crutch by many programmers to be able to claim that they "understand" object oriented programming and design patterns. This is something I have seen many times myself when interviewing people, and also in a lot of code where the singleton pattern is, as the article describes, very often used in places where it is completely unnecessary.
It's not that the singleton pattern is stupid per se, but that it has become the most obvious symbol of how people misunderstand and misuse design patterns in general. | 0 | t5_6 | false | t3_22512 |
0 | null | 1,473,821,519 | null | davidmccabe | false | c2738 | t3_22557 | reddit.com | 1 | 1 | 1,136,108,671 | null | Lush could be wonderful, but it's not. I used it for an actual application several months ago. It is almost completely undocumented. I was very sad when I found this out; it really has a lot of potential. | 0 | t5_6 | false | t3_22557 |
0 | null | 1,473,821,519 | null | [deleted] | false | c2739 | t3_22565 | reddit.com | 2 | 2 | 1,136,111,790 | null | [deleted] | 0 | t5_6 | false | t3_22565 |
0 | null | 1,473,821,519 | null | dimpim | false | c2740 | t3_22510 | reddit.com | -1 | -1 | 1,136,111,998 | null | Some points are interesting, others are definitely nonsense.
In the end, I don't think it's worth reading. | 0 | t5_6 | false | t3_22510 |
0 | null | 1,473,821,519 | null | karavshin | false | c2741 | t3_22531 | reddit.com | 2 | 2 | 1,136,112,090 | null | typical stupid, vapid "end of the year, no news to report" story. i wish there was a tag for these things that i could assiduously avoid.
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
| 0 | t5_6 | false | t3_22531 |
0 | null | 1,473,821,519 | null | tadaa | false | c2742 | t3_21594 | reddit.com | 1 | 1 | 1,136,114,519 | null | must read | 0 | t5_6 | false | t3_21594 |
0 | null | 1,473,821,519 | null | martin77 | false | c2743 | t3_22542 | reddit.com | 0 | 0 | 1,136,116,754 | null | now that was funny. | 0 | t5_6 | false | t3_22542 |
0 | null | 1,473,821,519 | null | [deleted] | false | c2744 | t3_22620 | reddit.com | 0 | 0 | 1,136,119,613 | null | [deleted] | 0 | t5_6 | false | t3_22620 |
0 | null | 1,473,821,519 | null | [deleted] | false | c2745 | t3_22608 | reddit.com | 2 | 2 | 1,136,119,930 | null | superficial and it crashed my browser. | 0 | t5_6 | false | t3_22608 |
0 | null | 1,473,821,519 | null | hnautiyal | false | c2746 | t3_22596 | reddit.com | 1 | 1 | 1,136,120,921 | null | This seems to be of limited use. I would want to search the description/comments/documentation of the source, not the source itself. | 0 | t5_6 | false | t3_22596 |
0 | null | 1,473,821,519 | null | schmave | false | c2747 | t3_22480 | reddit.com | 1 | 1 | 1,136,121,994 | null | Amartya Sen's [Development as Freedom](http://www.amazon.com/gp/product/0385720270/qid=1136132459/sr=8-1/ref=pd_bbs_1/102-5529811-0612100?n=507846&s=books&v=glance) takes this idea and applies it to developing countries. Great book. | 0 | t5_6 | false | t3_22480 |
0 | null | 1,473,821,519 | null | HiggsBoson | false | c2748 | t3_22608 | reddit.com | 3 | 3 | 1,136,122,764 | null | On the surface, this looks like good design. There's some interesting animation, good use of colour, and so on.
Dig deeper, and it's way off. It's wasteful, incompatible (Flash), and ignorant of its web context. This is a cute interface for a stand-alone product, but on the web it's just poor design. | 0 | t5_6 | false | t3_22608 |
0 | null | 1,473,821,519 | null | [deleted] | false | c2749 | t3_22626 | reddit.com | 1 | 1 | 1,136,123,735 | null | [removed] | 0 | t5_6 | false | t3_22626 |
0 | null | 1,473,821,519 | null | HiggsBoson | false | c2750 | t3_22615 | reddit.com | 1 | 1 | 1,136,123,817 | null | When you work at home it's important to set boundaries for other people (and creatures). You should probably have a door that closes, and you definitely need the will to use it.
I agree that others may be more likely to make demands on the home-worker's time, but it's up to the home-worker to train them.
The examples in the article are lame, because it seems like the home-workers haven't done this. What's with the guy driving his neighbour to the airport? He should ask her for her work number. On a random day the next week, he should phone her at work, and ask her to pick him up some groceries. Click. Understanding. | 0 | t5_6 | false | t3_22615 |
0 | null | 1,473,821,519 | null | lisaj32 | false | c2751 | t3_22050 | reddit.com | 1 | 1 | 1,136,124,671 | null | Another great hack for getting around the magnetic force field (and this is one of those "tricking yourself" hacks) is to tell yourself, "ok, i'm going to work on this for 15 minutes. I can do ANYTHING for 15 minutes." Gather what you need, set a timer for 15 minutes, and begin. Chances are, when the timer goes off you'll have overcome the force field, engaged with the project, and be ready to keep working.
If not, schedule another 15 minute session for later--another way of breaking down the task. | 0 | t5_6 | false | t3_22050 |
0 | null | 1,473,821,519 | null | johnlongawa | false | c2752 | t3_20775 | reddit.com | 1 | 1 | 1,136,125,338 | null | Well done, Paul. I have been reading your stuff for about a year and totally enjoy it. You really have a knack for identifying the heart of the issue and are skilled at finding good analogies for explaining it all. Thanks for the inspiration. - john | 0 | t5_6 | false | t3_20775 |
0 | null | 1,473,821,519 | null | alper | false | c2753 | t3_22543 | reddit.com | 1 | 1 | 1,136,125,603 | null | I like it, and have rewritten it to [use Dojo](http://www.alper.nl/blog/tech/72). | 0 | t5_6 | false | t3_22543 |
0 | null | 1,473,821,519 | null | [deleted] | false | c2755 | t3_22510 | reddit.com | 2 | 2 | 1,136,129,228 | null | All of them are good points except 7,8,9 which are filler of a sort. | 0 | t5_6 | false | t3_22510 |
0 | null | 1,473,821,519 | null | [deleted] | false | c2756 | t3_22593 | reddit.com | -5 | -5 | 1,136,129,276 | null | [deleted] | 0 | t5_6 | false | t3_22593 |
0 | null | 1,473,821,519 | null | darrint | false | c2758 | t3_22554 | reddit.com | -1 | -1 | 1,136,130,964 | null | Calling this a synthetic life form is a reach. They're just manipulating genetics, but using scary new tech instead of breeding. | 0 | t5_6 | false | t3_22554 |
0 | null | 1,473,821,520 | null | karcass | false | c2759 | t3_22620 | reddit.com | 1 | 1 | 1,136,131,446 | null | Such a quaint mythology. | 0 | t5_6 | false | t3_22620 |
0 | null | 1,473,821,520 | null | davidsal | false | c2760 | t1_c2737 | reddit.com | 1 | 1 | 1,136,133,891 | null | wouldn't a better name for the article have been "Programmers considered stupid" instead then?
I have no idea what kind of people he's trying to attract to work for Amazon, perhaps it's dumb programmers who acknowledge that they're dumb and don't use powerful tools because of it. C++ and Singleton are elegant and powerful when used well: anyone worth hiring will rightly get pissed off by this essay. | 0 | t5_6 | false | t3_22512 |
0 | null | 1,473,821,520 | null | e40 | false | c2761 | t3_22598 | reddit.com | 1 | 1 | 1,136,134,226 | null | Wow, there's a lot of cool stuff linked from that page. Heavy on the CSS, though.
| 0 | t5_6 | false | t3_22598 |
0 | null | 1,473,821,520 | null | e40 | false | c2762 | t1_c2668 | reddit.com | 1 | 1 | 1,136,134,302 | null | It's common sense, dickhead. Also, do you see ANY rules anywhere? Does that mean there are none? | 0 | t5_6 | false | t3_22522 |
0 | null | 1,473,821,520 | null | e40 | false | c2763 | t1_c1938 | reddit.com | 1 | 1 | 1,136,134,558 | null | Perhaps you should read the article, or take a logic class. There is no explanation. There's the statement
> Russians, on the other hand, do everything to stay sober while drinking as much alcohol as possible.
Then, it goes on to say how they do it. My question stands. | 0 | t5_6 | false | t3_21280 |
0 | null | 1,473,821,520 | null | e40 | false | c2764 | t1_c1977 | reddit.com | 2 | 2 | 1,136,134,687 | null | There are alcoholic drinks that are good tasting. There are certain wines that I'd drink more of if they had 0% alcohol. | 0 | t5_6 | false | t3_21280 |
0 | null | 1,473,821,520 | null | illiaster | false | c2766 | t3_22615 | reddit.com | -1 | -1 | 1,136,137,191 | null | Everything written in this article is true, and then some. Note that it mostly applies to those with wives and children.
The key to effectively working at home seems to be a combination of two things: a highly disciplined worker, and an isolated, usable work area.
I think the latter is the most important and even applies to the office. If you can't work for sensible periods of time without interruptions, your effectiveness drops to nil.
| 0 | t5_6 | false | t3_22615 |
0 | null | 1,473,821,520 | null | TronXD | false | c2767 | t3_22593 | reddit.com | 1 | 1 | 1,136,138,075 | null | "Similarly, movies take forever to download and come out looking pretty shite for the most part."
Actually, they generally look fantastic, and take only about one night to download. At least that's what my ... friend ... tells me. | 1 | t5_6 | false | t3_22593 |
0 | null | 1,473,821,520 | null | [deleted] | false | c2769 | t3_22598 | reddit.com | 1 | 1 | 1,136,140,052 | null | Looks like the author buys into Web 2.0.
Also, sIFR belongs on the list of "Websites I Hope To God Everyone Ignored in 2005". see http://aasted.org/adblock/viewtopic.php?t=1687 | 0 | t5_6 | false | t3_22598 |
0 | null | 1,473,821,520 | null | bobble | false | c2770 | t3_22593 | reddit.com | 5 | 5 | 1,136,142,036 | null | The reason the music industry is loosing money is because they focus to much on disposable music. They find the front men (or women)to sing, get some music made by people who know only how to make music that is the sound of the "moment". Everyone knows their role, band member just do what their told to. Then this shit gets heavily marketed and people buy it, but buying audience is small and this stuff only gets brought while it is in fashion.
Compare that to music that gets to where it is through talent and passion. When I hear a marketed band singer singing about, say loss, It just can't reach me because it's not true and is sung without meaning. Compared that to a real band where it's the singers real experience. Music like this can continue to sell for decades and by all generations. If the music industry want there sales to go up they should go to the clubs and do talent spotting like they used to and not by people who think what will sell but who think what sounds good and more to the point what *feels* good. | 0 | t5_6 | false | t3_22593 |
0 | null | 1,473,821,520 | null | [deleted] | false | c2771 | t3_22602 | reddit.com | 2 | 2 | 1,136,142,508 | null | [deleted] | 0 | t5_6 | false | t3_22602 |
0 | null | 1,473,821,520 | null | adesai | false | c2772 | t3_22621 | reddit.com | 8 | 8 | 1,136,143,191 | null | Good god! We're running out of money, so the Bush administrations suggests that we... raise the debt limit!!!
Incidentally, this article isn't available on the US edition of Yahoo! News. Only on international versions. That's interesting. | 0 | t5_6 | false | t3_22621 |
0 | null | 1,473,821,520 | null | [deleted] | false | c2773 | t3_22242 | reddit.com | 1 | 1 | 1,136,143,227 | null | This is a bad idea, why traslate word by word rather than evaluating expressions? | 0 | t5_6 | false | t3_22242 |
0 | null | 1,473,821,520 | null | jzawodn | false | c2774 | t3_22671 | reddit.com | 2 | 2 | 1,136,144,164 | null | *sniff* My old web server is finally going away. | 0 | t5_6 | false | t3_22671 |
0 | null | 1,473,821,520 | null | vildur | false | c2775 | t3_22621 | reddit.com | 0 | 0 | 1,136,144,224 | null | Very wise.... And offcourse it's good thing to use humengous amount of money to war :P | 0 | t5_6 | false | t3_22621 |
0 | null | 1,473,821,520 | null | alexander | false | c2776 | t3_22670 | reddit.com | 13 | 13 | 1,136,144,259 | null | I found this quite moving. Thankfully, it seems that in 1996, he had found a girlfriend:
From http://www.pacificnews.org/marko/961001-kevorkian.html
"I live in a pleasant new apartment in Berkeley, California ... I have tons of books, an alarming collection of cassettes and CD's, a girlfriend." | 0 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,520 | null | majoha | false | c2777 | t1_c2589 | reddit.com | 1 | 1 | 1,136,146,391 | null | Thanks for that link - had never heard of Richard Hamming but what he says in amazingly interesting (actually so is the Paul Graham site). Thanks | 0 | t5_6 | false | t3_22050 |
0 | null | 1,473,821,520 | null | maximelt | false | c2778 | t3_22598 | reddit.com | -3 | -3 | 1,136,146,998 | null | 25 web sites you shouldn't have missed if you're a web designer -- but not everybody is a web designer so ... | 0 | t5_6 | false | t3_22598 |
0 | null | 1,473,821,520 | null | furyg3 | false | c2779 | t3_22598 | reddit.com | 1 | 1 | 1,136,148,039 | null | database seems to have broken... | 0 | t5_6 | false | t3_22598 |
0 | null | 1,473,821,520 | null | [deleted] | false | c2780 | t3_22569 | reddit.com | 1 | 1 | 1,136,148,705 | null | [removed] | 0 | t5_6 | false | t3_22569 |
0 | null | 1,473,821,522 | null | RyanGWU82 | false | c2781 | t3_22621 | reddit.com | 9 | 9 | 1,136,149,740 | null | This happens quite often, actually. The statutory debt limit is just an artificial ceiling imposed by Congress, which only gives allows the treasury to take on a certain amount of debt. But rather than restrict spending to stay below the debt limit, Congress just raises the debt ceiling when needed. Congress has raised it in 2002, 2003 and 2004. See http://www.the-privateer.com/usdebt/usdebt.html and http://www.antiwar.com/paul/?articleid=4015 for more info. | 0 | t5_6 | false | t3_22621 |
0 | null | 1,473,821,522 | null | tahpot | false | c2782 | t3_15805 | reddit.com | -1 | -1 | 1,136,150,398 | null | I read every single post on Polyphasic sleeping and thought it was very interesting... I don't see there being any issue this being up the top in reddit. | 0 | t5_6 | false | t3_15805 |
0 | null | 1,473,821,522 | null | SearchEngines | false | c2783 | t3_22683 | reddit.com | 0 | 0 | 1,136,150,881 | null | Google Search Quality Engineer, goes into details with Examples of Websites BANNED because of getting caught using Stategies that are disapproved of by Google.
The outspoken, learned Readers Chime in to make this one of the most memorable posts for any Webmaster to bookmark for future reference. | 0 | t5_6 | false | t3_22683 |
0 | null | 1,473,821,522 | null | Smiley | false | c2784 | t1_c2639 | reddit.com | 1 | 1 | 1,136,151,559 | null | Not only that, but they better have damn fast load time! I like having the option of opening a image in it's own window, then I don't have to wait for the original page to reload, I can just click the image closed.
Most websites load kind of slow as it is, and I have little patience for gimmicky crap that does nothing but waste time. | 0 | t5_6 | false | t3_22361 |
0 | null | 1,473,821,522 | null | Smiley | false | c2785 | t3_22669 | reddit.com | 1 | 1 | 1,136,152,564 | null | Has Bush actually done anything positive? What's so wonderful about living in a police state? There was a study a couple months ago saying that the average citizen is 360 times more likely to die in an auto accident than killed by a terrorist. Should we have a War on Cars? Quit letting FEAR shortcut your ability to reason. | 0 | t5_6 | false | t3_22669 |
0 | null | 1,473,821,522 | null | [deleted] | false | c2786 | t3_22670 | reddit.com | -8 | -8 | 1,136,153,018 | null | [deleted] | 0 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,522 | null | Smiley | false | c2787 | t1_c2781 | reddit.com | -3 | -3 | 1,136,153,659 | null | Because murder happens frequently, murder is okay.
| 1 | t5_6 | false | t3_22621 |
0 | null | 1,473,821,522 | null | TronXD | false | c2788 | t1_c2786 | reddit.com | 6 | 6 | 1,136,154,180 | null | Life is so much easier when you can look at things in black and white, isn't it? This is evil, and this isn't. End of story. Makes you wonder why people invest so much effort into that silly thing called "thinking". | 0 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,522 | null | stesch | false | c2789 | t3_22594 | reddit.com | 1 | 1 | 1,136,155,105 | null | Too bad the people who should read it don't read it.
| 0 | t5_6 | false | t3_22594 |
0 | null | 1,473,821,522 | null | Smiley | false | c2790 | t1_c2739 | reddit.com | 1 | 1 | 1,136,155,756 | null | Good to know, thanks rsheridan! However, our elected officals do have a record of deliberately misleading the public on occasion, so . . . | 0 | t5_6 | false | t3_22565 |
0 | null | 1,473,821,522 | null | Smiley | false | c2791 | t1_c2608 | reddit.com | 1 | 1 | 1,136,156,241 | null | Not sure what is meant by "marked down". I was wondering if this story was going to be noticed, glad someone posted it. What's wrong with being a conspiracy nut? The gullible never realize they've been robbed, because they think no one would ever do such a thing. | 0 | t5_6 | false | t3_22406 |
0 | null | 1,473,821,522 | null | binladen | false | c2792 | t3_22672 | reddit.com | -9 | -9 | 1,136,156,253 | null | This blog entry makes some very good points.
| 0 | t5_6 | false | t3_22672 |
0 | null | 1,473,821,522 | null | e40 | false | c2793 | t1_c2778 | reddit.com | 1 | 1 | 1,136,156,318 | null | I'm not a web designer, but I have a website. I've already used some of the ideas there to spiff it up.
| 0 | t5_6 | false | t3_22598 |
0 | null | 1,473,821,522 | null | Smiley | false | c2794 | t3_22325 | reddit.com | 1 | 1 | 1,136,157,247 | null | So why do people insist on making the situation worse by having 2+ kids? Because the Flying Spagetti Monster told them to be fruitful and multiply! Where exactly does it say in the bible to leave your brain at the door? | 0 | t5_6 | false | t3_22325 |
0 | null | 1,473,821,522 | null | SearchEngines | false | c2795 | t3_22691 | reddit.com | 1 | 1 | 1,136,157,574 | null | Just look at these Photos, sometimes a picture tells so much about someone's potential, in their unguarded youth.
Can you see how these individuals would become so successful in life - look closely at their eyes and their smiles. | 0 | t5_6 | false | t3_22691 |
0 | null | 1,473,821,522 | null | Maxy | false | c2796 | t3_22674 | reddit.com | 1 | 1 | 1,136,157,642 | null | Open the PDF, then follow along with the MP3. | 0 | t5_6 | false | t3_22674 |
0 | null | 1,473,821,522 | null | aGorilla | false | c2797 | t1_c2786 | reddit.com | 8 | 8 | 1,136,160,566 | null | Yep, it's prostitution. A victimless crime if ever there was one. Jesus was able to forgive them, you should too.
Yes, it's a touching story because of his disabilities, and yes, if it was about somebody with other problems it would probably be just as touching (and not just in the literal sense).
Btw, if you _really_ "don't want to hear those intimate details", then why did you click the link?
Perhaps, the next story will be about your experience with a prostitute, and how it opened your eyes, and your heart.
I look forward to it. | 0 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,522 | null | [deleted] | false | c2798 | t3_22691 | reddit.com | 1 | 1 | 1,136,161,915 | null | Good article, nice pictures. Misleading title, though. I expected it to go more in depth about the pre-80's Microsoft. | 0 | t5_6 | false | t3_22691 |
0 | null | 1,473,821,522 | null | [deleted] | false | c2799 | t3_22633 | reddit.com | -11 | -11 | 1,136,162,340 | null | [deleted] | 0 | t5_6 | false | t3_22633 |
0 | null | 1,473,821,536 | null | [deleted] | false | c2800 | t3_22593 | reddit.com | -4 | -4 | 1,136,162,466 | null | [deleted] | 0 | t5_6 | false | t3_22593 |
0 | null | 1,473,821,536 | null | [deleted] | false | c2801 | t3_22670 | reddit.com | 0 | 0 | 1,136,162,467 | null | Yes, but it's BENEVOLENT prostitution. | 0 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,536 | null | JonathanGCohen | false | c2802 | t3_22695 | reddit.com | 2 | 2 | 1,136,163,091 | null | British oncologists have developed a revolutionary prototype for a dust-speck sized device that can detect cancer in seconds. | 0 | t5_6 | false | t3_22695 |
0 | null | 1,473,821,536 | null | JonathanGCohen | false | c2803 | t3_22697 | reddit.com | 2 | 2 | 1,136,163,421 | null | AquaMinds is developing a breakthrough collaboration tool - allowing (as of now) up to 36 people the ability to simultaneously view and edit a text document. | 0 | t5_6 | false | t3_22697 |
0 | null | 1,473,821,536 | null | Smiley | false | c2804 | t3_22299 | reddit.com | 1 | 1 | 1,136,166,958 | null | The accountants, pharmacists, and engineers tell me the economy is just fine. The massage therapists, store clerks, and delivery folks tell me they're starting to worry how many extra part-time jobs it'll take to keep food on the table. | 0 | t5_6 | false | t3_22299 |
0 | null | 1,473,821,536 | null | sweetpotato | false | c2806 | t3_22672 | reddit.com | 3 | 3 | 1,136,169,623 | null | misses the main thing JS was saying, which is that education in harder concepts make it easier to tell whether someone is bright.
| 1 | t5_6 | false | t3_22672 |
0 | null | 1,473,821,536 | null | [deleted] | false | c2807 | t1_c2799 | reddit.com | 0 | 0 | 1,136,170,500 | null | [deleted] | 0 | t5_6 | false | t3_22633 |
0 | null | 1,473,821,536 | null | alwyn | false | c2808 | t3_22615 | reddit.com | 1 | 1 | 1,136,170,608 | null | I think that people who work at home have more control over their environment. Like HiggsBoson says, you need to train the people sharing the same house as you. Have you tried doing that to your boss or co-workers at work? It won't work unless you can fire them.
Still I would rather be interrupted by my child than my boss coming in every 5 minutes to share his next idiot idea.
You can also control the noise level around you. At the office I share the floor with 50 loud people and ringing phones. I'd much rather be at home listening to my stereo.
Another thing I would like (yes I don't work from home yet), is the ability to manage my own time. If I have something important to do, no problem, work 16 hours as long as I get paid to do so. But if I can't do anything because I'm waiting for others, I'd rather be able to go and do my laundry than sit around twiddling thumbs while others take smoke breaks and waste away time. | 0 | t5_6 | false | t3_22615 |
0 | null | 1,473,821,536 | null | karcass | false | c2809 | t1_c2786 | reddit.com | -2 | -2 | 1,136,171,321 | null | The surrogate was married, too. You forgot 'adultery'. He probably didn't honor his mother and father, either.
Tool.
(Hey, people modding me down, I am not defending the original poster ... it's called irony ...) | 1 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,536 | null | MaruSaru | false | c2810 | t3_22704 | reddit.com | 5 | 5 | 1,136,171,438 | null | WWJD? | 0 | t5_6 | false | t3_22704 |
0 | null | 1,473,821,536 | null | [deleted] | false | c2811 | t1_c2788 | reddit.com | 0 | 0 | 1,136,172,271 | null | [deleted] | 0 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,536 | null | [deleted] | false | c2812 | t3_22620 | reddit.com | 0 | 0 | 1,136,173,001 | null | Yeah, one of my favourite sites on the web. Just brilliant | 0 | t5_6 | false | t3_22620 |
0 | null | 1,473,821,536 | null | berlinbrown | false | c2813 | t3_22722 | reddit.com | 0 | 0 | 1,136,173,038 | null | With all the discussion on lisp and the parallel to java. I say introduce them both in the same application. Here is an application on using ABCL and the standard java libraries.
I could also suggest using jython. | 0 | t5_6 | false | t3_22722 |
0 | null | 1,473,821,536 | null | beowulf | false | c2814 | t3_22633 | reddit.com | -5 | -5 | 1,136,173,730 | null | I thought this article was complete rubbish. I didn't get the feeling the guy knows the first thing about programming, and he only provided extremely vague refutations of what Paul Graham had to say. Nothing concrete, nothing specific.
The main point the author focuses on is the superficial differences between painting and programming (one of them is manipulating electronic bits and the other is putting oil on a canvas with a stick and animal hair). From that he concludes the two things are totally and utterly different from each other.
Clearly this guy is not a real programmer, or probably even a good programmer for that matter. I am sure that many, or even most programmers are not artists, but that isn't who Paul Graham writes about. He writes about the great programmers, the ones who write code that reads like poetry, or unfolds like great art. There are also plenty of programmers who can make you cry just by looking at their code, but that's a different kind of programmer entirely.
Personally I thought this article was stupid and filled with the kind of nonsence that he accused Paul Graham of perpetrating. He complains that Paul Graham, Eric Raymond, and Dave Winer write about things they see in themselves and call that greatness. Apparently this author writes about the shortcomings and failures he projects from himself onto other people. Moron. | 1 | t5_6 | false | t3_22633 |
0 | null | 1,473,821,536 | null | an-user | false | c2815 | t3_22672 | reddit.com | -3 | -3 | 1,136,174,025 | null | I guess that you missed his main points.
True, "Java Kids" can do all kinds of things. However, learning "pointers" and "recursion" makes one a *better*, *much better*, programmer. Without looking into C/pointer and Lisp/recursion, "Java-only kids" do not know what they have missed. That's the point!
It's a pitty that many people don't get it.
| 1 | t5_6 | false | t3_22672 |
0 | null | 1,473,821,536 | null | diamond | false | c2816 | t1_c2708 | reddit.com | 1 | 1 | 1,136,174,593 | null | An amusingly ironic response. When the ACLU stands up for something you disagree with, they're showing their true colors -- but when they stand up for something you agree with, those are just cleverly designed PR events to further the conspiracy.
But I'm the one being gullible.
| 0 | t5_6 | false | t3_22552 |
0 | null | 1,473,821,536 | null | TronXD | false | c2817 | t1_c2811 | reddit.com | 2 | 2 | 1,136,174,794 | null | You know what? I could sit here and argue with you, but it would be a bad investment of my time.
Here's what I'm going to do instead: I'm going to remind you that every word in that article was typed using a freaking *mouthstick* by a man who cannot move anything below his neck. So who the *fuck* cares if he paid money for sex?
Moreover, you do see things in black and white, and just because you say you don't doesn't mean it's true. It's all talk, no walk. The only argument you have against prostitution is STDs, which obviously doesn't apply in this case. Thus you have NO logical argument against prostitution in this case, thus your objection stems from black-and-white, binary, low-level thinking, and thus, in conclusion, therefore, ergo, accordingly, _you are a wanker_.
Good day! | 1 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,536 | null | [deleted] | false | c2818 | t1_c2817 | reddit.com | 0 | 0 | 1,136,174,964 | null | [deleted] | 0 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,536 | null | TronXD | false | c2819 | t1_c2818 | reddit.com | 2 | 2 | 1,136,175,191 | null | You really should! It's a lot of fun. | 1 | t5_6 | false | t3_22670 |
0 | null | 1,473,821,538 | null | [deleted] | false | c2820 | t1_c2815 | reddit.com | -3 | -3 | 1,136,176,187 | null | [deleted] | 1 | t5_6 | false | t3_22672 |
0 | null | 1,473,821,538 | null | [deleted] | false | c2821 | t3_22633 | reddit.com | -3 | -3 | 1,136,177,688 | null | [deleted] | 0 | t5_6 | false | t3_22633 |
0 | null | 1,473,821,538 | null | [deleted] | false | c2822 | t3_22704 | reddit.com | -3 | -3 | 1,136,178,203 | null | Oh...right...like the time he raised a man who had been dead for 3 days?
Come on...you may have your theories, but this article tries to say, "Jesus w as almost certainly a cannabis user and an early proponent of the medicinal properties of the drug, according to a study of scriptural texts published this month."
If you actually studied the scriptural texts, I have no clue how you come up with these theories even if you look at it from a secular point of view. Again, I don't care how much your drench a dead body with cannabis, it sure as hell ain't coming back to life.
Either the stories are made up or they are real. An explanation like "cannabis" really doesn't cut it. As a matter of fact, the only reference of annointing oils in the New Testament was when a prostitute put them on Christ's feet. Many of the instances of healing in the NT were spontaneous and mention nothing about any oils.
For example, a woman who has a menstrual problem touches Christ and is healed. Christ turns around and asks who touched him because "I felt power go out from me". There is no mention that Christ turned around and put oils on the woman. She was the one who touched him.
I imagine this will get promoted purely due to how much people like to read controversial stuff, no matter how far it is from the truth. I wish the 'scholars' involved in this study did a better job of reading the texts. | 1 | t5_6 | false | t3_22704 |
End of preview.