Forgot your password?

typodupeerror

Comment: Re:C-like C++ is the way to go (Score 1) 333

by constpointertoconst (#43196621) Attached to: Comparing the C++ Standard and Boost

Even in C++98, it is possible to write a local function equivalent like this:

void foo() {
  struct { void operator()() {
    printf("I'm local, yo!");
  }} localFunction;

  localFunction();
}

However, the anonymous struct cannot be used as a template argument, severely limiting the usefulness of this construct.

Comment: Re:Alessonislearned (Score 1) 321

by constpointertoconst (#42428065) Attached to: Ask Slashdot: What Was Your Favorite Web Comic of 2012?

Although I don't think it qualifies as best of 2012, since it's updated just once in 2012, it's still very good. I also didn't know it updated, since it hasn't in years. Thanks for the heads up!

The art is done by the artist (David Hellman) who did the art for Braid (which was right after the comic stopped updating).

Comment: Scunthorpe Problem (Score 5, Informative) 185

by constpointertoconst (#40183627) Attached to: War and Nookd — eBook Regex Gone Haywire

There is a Wikipedia article about this issue:

http://en.wikipedia.org/wiki/Scunthorpe_problem

"The problem was named after an incident in 1996 in which AOL's dirty-word filter prevented residents of the town of Scunthorpe, North Lincolnshire, England from creating accounts with AOL, because the town's name contains the substring cunt.[1] Years later, Google's filters apparently made the same mistake, preventing residents from searching for local businesses that included Scunthorpe in their names.[2]"

There is also a stub article about a specific instance of the replacement effect: http://en.wikipedia.org/wiki/Medireview

Google

+ - Google Maps Directions Adds Real Time Traffic Estimates->

Submitted by constpointertoconst
constpointertoconst writes "If you use Google Maps to calculate directions, you may now notice (if your route is covered by their traffic data) an "in current traffic" travel estimate for current route. Some may recall that Google Maps had a similar estimate in the past, but it was removed last year due to poor accuracy."
Link to Original Source
Bug

+ - Facebook Bug Reveals Private Photos->

Submitted by constpointertoconst
constpointertoconst writes "A week or so ago, professional hackers (members of a bodybuilding forum) discovered a bug in Facebook's inappropriate content reporting feature that allowed access to recently uploaded photos of any user, irrespective of privacy settings. Recently, mass media picked up on this and the story is spreading like wildfire. Facebook has since patched the problem after disabling the feature. Thankfully, before the bug was patched, users managed to obtain several private photos from Zuckerberg's profile, featured prominently in the BBC article."
Link to Original Source

Comment: Re:Really? (Score 1) 422

by constpointertoconst (#38267414) Attached to: Filmmakers Reviving Sci-fi By Going Old School

I know plenty of 'geeks', myself included, who hate [i]the way CGI is sometimes (ab)used[/i], but not CGI itself, not across the board. There is a key difference there that should not be oversimplified.

In almost any context, there is room for appreciable value in both the high-tech approach as well as the raw, "old school" approach(es). It's great that C is reviving old approaches. There's been a general retro lean lately, but still plenty of room.

The more I spend time watching older films, the more I'm saddened by the eventuality that I am going to exhaust the cache of (decent) films that do certain things which are unlikely to be repeated in quite the same way (e.g. Lean's epics). So, things like this are a welcome sight, even if they rarely have the same feel when produced now as they did 30-100 years ago (which is also okay, because they have their own, unique feel instead; something new to bring to the table).

Comment: Re:Pretty bad when EA seems more appealing (Score 3, Informative) 325

by constpointertoconst (#38200036) Attached to: More On Why It Stinks To Work At Zynga

Burn-down charts are supposed to measure time remaining, not time spent working. They are most useful for avoiding situations where you suddenly realize that the project is behind schedule, at least short term. They are also intended for the team as a whole, not individuals (emphasis on the team is one of the core principles of Agile).

If you're tracking time worked as part of scrum, you're (probably) doing it wrong.

Dead? No excuse for laying off work.

Working...