Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Wrong analysis (Score 1) 684

Geekiness IS about remembering.

Rubbish! if you could remember the signature of every POSIX function, would that make you a good UNIX geek? No. Knowing what to do with them and having something to do with them does.

Man pages are there for a reason - so we don't have to remember what the 14 parameters for XmbufCreateStereoWindow(3) are.

Few people need to have the same level of mental agility as a geek involved with creating something useful out of a few wispy ideas, uncertain laws of computing and foggy requirements specifications. On top of that they need a set of toolkits, one for say algorithms, one for good coding practice, one for all the calls and defines in this application, one for each language being coded and one for project management. AND they have to flip between all of them all the time. AND, even within the realm of a bit of straight code there will be nests of issues, side-effects, diversions and breakpoints.

Whatever you elitist notions of what a geek are - none of the above has anything to do with remembering where you put your underwear.

This isn't the sort of thing that goes on the hard driver or internet.

Right - it's called "experience", it's not about remembering where you put your underwear.

However there are two ways to mitigate the undoubted problem of brain ageing and mental fatigue: (1)Do less. (2)Restructure, or apply a structure where before you could busk-it, tasks - typically making notes or checklists to suit.

Ahahah ahahahaha hahah ha ha. Oh man, nice troll. You had me going there.

Look up any psyc paper about aging and cognitive function and you'll see that people who do more experience less of a decline as they get older. This is why for example, politicians academics and business leaders tend to still be going strong well past retirement.

My advice to the OP is (a)work in an environment that is distraction-free as possible. (b) Recognise there are some times it is best to go for a walk and try again an hour later. (c) When you get a really good session going, ask yourself what could be the influencing factors.

Wow, that's even less helpful than "wear sunscreen".

/Mike

Comment Wrong problem (Score 3, Insightful) 684

Remembering stuff isn't what makes you a geek - remembering stuff is what your hard drive and the Internet is for. Being a geek is all about applying your one-eyed devotion to [hardware|software|cameras|games|knitting|etc] to the fullest extent and doing nifty things with it.

It's pretty well known that young people are better at raw ability where older people are better at anything that requires experience. So don't worry about forgetting stuff too much, concentrate on kicking arse with your experience.

If you are forgetting stuff, write it down. But keep on being a geek and stay fit, because mental and physical activity are two primary factors in retaining cognitive ability in old age.

/Mike

PS: wear sunscreen

Graphics

NVIDIA Releases New Video API For Linux 176

Ashmash writes "Phoronix is reporting on a new Linux driver nVidia is about to release that brings PureVideo features to Linux. This video API will reportedly be in nVidia's 180 series driver for Linux, Solaris, and *BSD. PureVideo has been around for several nVidia product generations, but it's the first time they're bringing this feature to these non-Windows operating systems to provide an improved multimedia experience. This new API is named VDPAU, and is described as: 'The Video Decode and Presentation API for Unix (VDPAU) provides a complete solution for decoding, post-processing, compositing, and displaying compressed or uncompressed video streams. These video streams may be combined (composited) with bitmap content, to implement OSDs and other application user interfaces.'"
GNU is Not Unix

Bringing OSS Into a Closed Source Organization? 427

Piranhaa writes "At the major corporation I work for, there is currently a single person who decides what software to approve and disapprove within the organization. I've noticed that requests from users for open source Windows programs get denied, nearly instantaneously, on a regular basis. Anything from Gimp, to Firefox, even to Vim don't make the cut due to the simple fact that they are open source. Closed source programs from unknown vendors have a much better chance at approval than Firefox does. The whole mentality here is that anybody can change the source of a project, submit it, and you never know what kind of compiled binary you're going to get. I'm a firm believer in open source code, but I also know closed source has its place. So what would be the best way for me to argue, with all the facts, to allow these people to come to their own conclusion that open source is actually good? Would presenting examples of other big companies moving to open source work, and if so what are some good examples? Or can you suggest any other good approaches?"
Power

McCain Backs Nuclear Power 1563

bagsc writes "Senator John McCain set out another branch of his energy policy agenda today, with a key point: 45 new nuclear power plants by 2030." So it finally appears that this discussion is back on the table. I'm curious how Nevada feels about this, as well as the Obama campaign. All it took was $4/gallon gas I guess. When it hits $5, I figure one of the campaigns will start to promote Perpetual Motion.
Programming

Picking the Right Eclipse Distribution 78

Someone over at IBM Developerworks who prefers anonymity writes "Depending on what you want to do, there is probably a commercial or free distro built on the Eclipse platform waiting for you. From C/C++, Ruby, PHP, Groovy, Java, and Web development, you can use an IDE built on Eclipse to help you. The big question is: Which Eclipse distribution is right for you?"
Education

College Board Kills AP Computer Science AB 322

jhealy1024 writes "The College Board recently announced it will be getting rid of the Advanced Placement Computer Science AB examination after May 2009. The 'A'-level exam will continue to be offered, though there is no word yet on what will become of the AB-level material (e.g., if it will be merged into A or just dropped). Many teachers of AP CS are upset about the move, as it seems the decision was made without consulting members of the CS teaching community. As one teacher put it: 'this is like telling the football coach next year is the last year you have a varsity team.'"
Music

Leaked RIAA Training Video 335

An anonymous reader writes "Gizmodo has a clip of that RIAA training video produced with the NDAA for US prosecutors that was leaked to torrent sites a few days ago. It argues they should pursue piracy cases because it leads to bigger and badder wares, like handguns, drugs, terrorist orgs, and hardcore repeat offender criminals. It's kind of sad how far they're stretching to bring law enforcement into the matter."
Mozilla

Firefox Working to Fix Memory Leaks 555

Christopher Blanc writes "Many Mozilla community members, including both volunteers and Mozilla Corporation employees, have been helping to reduce Firefox's memory usage and fix memory leak bugs lately. Hopefully, the result of this effort will be that Firefox 3 uses less memory than Firefox 2 did, especially after it has been used for several hours." Here's hoping. Frequent restarts of things on my computer make me furious. I can't imagine why anyone would tolerate such things.
Operating Systems

A Gut Check On Gutsy Gibbon 390

jammag writes "Linux pundit Bruce Byfield looked inside the pre-release of Gutsy Gibbon and found what he calls 'Windows thinking.' His article, Divining from the Entrails of Ubuntu's Gutsy Gibbon, notes that Ubuntu is the dominant distro, having achieved a level of success that might be leading to complacency. He opines: 'Only once or twice did I find a balance between accessibility to newcomers and a feature set for advanced users. At times, I wondered whether the popularity might be preventing Ubuntu from finishing some rough edges.'"
PHP

PHP5 Vs. CakePHP Vs. RubyOnRails? 469

OldJavaHack writes "If you could start a website (with MySQL for persistence) from scratch and you had a choice of PHP5, CakePHP, or RubyOnRails — which would you choose and why? Things to consider in your decision: 1. Maturity of solution; 2. Features; 3. Size of community of skilled users (to build a team); 4. Complexity/ease of use (for neophytes to master); 5. Greatest strength of your choice, and the greatest weaknesses of the other two. Here is a comparison of capabilities."
Programming

Programmer's Language-Aware Spell Checker? 452

Jerry Asher writes "Not all of my coworkers are careful about spelling errors. Sometimes this causes real embarrassment as spelling errors creep into software interfaces. Does anyone know of spell checkers for programming languages? I don't want a text spell checker, I want a programming-language-aware spell checker. A spell checker that I can pass all of my code through and will flag spelling errors in function names, variable names, and comments, but will ignore language keywords, language constructs and expressions, and various programming styles (camel code, or underscores, or...). I want a spell checker that knows that void *functionSigniture(char *myRoutine) contains one spelling error. Does anyone have such a thing for Java or C++? Are there any Eclipse plugins that do this?"
The Internet

Bulletproof Tool For Golden Age Browsing? 366

An anonymous reader writes "I work in a retirement/assisted living home. Many of the residents had never used the Internet but really find it fascinating once they are given a little training. However, I've stopped introducing it to them because of the drain it puts on me. There are a million and one things that a computer novice can screw up, and I don't have time to solve all of them. These folks don't need any sophistication. and they need only the most basic options. Adjustable text size would be nice, but otherwise — no email, no word processing or editing, no printing — just Internet browsing. This may not seem like a big market, but it's getting bigger every day! Is there an absolutely fool-proof device that can provide this without requiring virus scanners and constant attention?"

Slashdot Top Deals

This restaurant was advertising breakfast any time. So I ordered french toast in the renaissance. - Steven Wright, comedian

Working...