Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
Graphics

Submission + - Ask Slashdot: Best Laptop With Decent Linux Graphics Support? 4

jcreus writes: After struggling for some years with Nvidia cards (the laptop from which I am writing this has two graphic cards, an Intel one and Nvidia one, and is a holy mess [I still haven't been able to use the Nvidia card]) and, encouraged by Torvalds' middle finger speech, I've decided to ditch Nvidia for something better. I am expecting to buy another laptop and, this time, I'd like to get it right from the start. It would be interesting if it had decent graphics support and, in general, were Linux friendly. While I know Dell has released a Ubuntu laptop, it's way off-budget. My plan is to install Ubuntu, Kubuntu (or even Debian), with dual boot unfortunately required. Thanks in advance, Slashdot!

Comment Re:Python (Score 5, Informative) 525

Hi. Teenager here. I learnt how to program when I was about 11 (or maybe 10), self-taught. My best recommendation: let him learn how to program by himself. What I did was, and I've done such a thing for all programming languages (8, I think) I know: first, go to the first tutorial you see on the Internet. I believe I used Wikibooks (Python). And, then, leave the tutorial after knowing just the basic I/O and simple statements. Then, give yourself a project. For example, I created one which solved me the maths homework. Something you find useful. And, while doing that, one must learn more features of the language. In case you have doubts, be self-sufficient: just f*cking google it, and results will appear (learning how to google is probably a priority before programming languages!).

So, what you said is true. Don't spend money on programming books. Let him learn by himself.

On the other hand, regarding programming languages, I've always loved Python. Simple syntax, easy to introduce to new programmers, no pointers, great power... Furthermore, while Python keeps being my favorite, maybe, for "the current times", he would find JavaScript (+HTML+CSS) closer, for he would be able to create his own websites and that's something you often feel proud of ;). Also, it seems now everything has to be JavaScript-based...

Google

Submission + - Google Maps Introduces 8-Bit Quest Maps (google.com)

AbsoluteXyro writes: Today users of Google Maps will notice a new mapping option — "Quest" — alongside the usual "Map" and "Satellite" views. Quest view renders the planet in a retro 8-bit fantasy video game style, including renders of famous landmarks such as the White House and the Eiffel Tower. Even Pegman gets in on the game, now taking on the appearance of a sword wielding 8-bit adventurer, allowing you to witness Street View through 8-bit eyes. Basically, imagine a fully functioning Google Maps on an NES.
Software

Submission + - Ask Slashdot: How do you back up? (Today is World Backup Day) (extremetech.com) 2

MrSeb writes: "Today is World Backup Day! The premise is that you back up your computers on March 31, so that you're not an April Fool if your hard drive crashes tomorrow. How do Slashdot users back up? RAID? Multiple RAIDs? If you're in LA, on a fault line, do you keep a redundant copy of your data in another geographic region?"

Comment Re:still no privacy (Score 1) 86

- when you hash a telephone number, a rainbowtable is easily generated

That's where salts are useful. When you MD5 or SHA1, add a random-but-constant string at the beginning of the to-be-hashed string. Rainbow tables will be far mor difficult, if not impossible. Instead of MD5'ing "slashdot", MD5 "f8ds9a03421314159_$!1337_jc0wikislashdot".

Slashdot Top Deals

FORTRAN rots the brain. -- John McQuillin

Working...