Slashdot Mirror


User: jeremyp

jeremyp's activity in the archive.

Stories
0
Comments
2,700
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,700

  1. Re:What Has Changed? on How Big Should My Swap Partition Be? · · Score: 1

    Actually, the memory at address 0 (virtual address 0, that is) is unlikely to ever get swapped in. The first page is often made inaccessible as a mechanism to catch null pointer dereferences.

  2. Which department? on Hikers May Have Found Fossett Items · · Score: 1

    Who is Emelia Earhardt? Is she related to Amelia Earhart?

  3. Re:It really didn't have this? on GIMP 2.6 Released · · Score: 1

    Care to point out why something should be exempt from criticism just because it is written and maintained by amateurs?

  4. Re:Bad Summary on Apple Allows Lotus On iPhone (After Banning Competitor) · · Score: 1

    Is it too much to ask that people who complain about inaccurate Slashdot summaries actually RTFA so they don't also make the same mistakes as the summarizer?

    Clue: Apple didn't need to approve anything because the iPhone Notes client is a web application.

  5. Re:Natural device? on Removing CO2 From the Air Efficiently · · Score: 1

    When a tree dies and rots down, all of the carbon dioxide that it removed from the atmosphere gets released back into the atmosphere.

    However, we could bury dead trees in disused coal mines.

  6. Re:testing is a waste of time on Working Effectively with Legacy Code · · Score: 1

    And when you're done proving Linux correct, you need to prove the tool chain used to build your program is correct, and the tool chain used to build Linux and the tool chains used to build your toolchains and the tool chains used to build those tool chains and the operating systems all those tool chains ran on etc ad infinitum and the processors it all runs on.

  7. Re:Left-corner design on What To Do Right As a New Programmer? · · Score: 1

    An interesting methodology for programming. However, if you use it you must be aware of one of my favourite programming rules which is:

    "Do not be afraid to throw it away and start again."

    For instance, in your DSP example you might come to part 2 of the problem and realise that the way you implemented part 1 makes part 2 really hard to do. Also, sometimes it's hard to gain a complete understanding of a problem until you have tried to solve it.

    Older people will recognise this as a variation on Fred Brook's rule "plan to throw one away". I don't like that version because, as somebody else said "if you plan to throw one away, you'll end up throwing two away".

  8. Re:Goto is good on What To Do Right As a New Programmer? · · Score: 1

    Then you're doing it wrong.

    Sure, you can read the code to find out what it does, but you also need to know what the programmer intended that the code should do - the two do not necessarily coincide.

  9. Re:Apple-blessed means... on Run Mac OS X On Non-Apple Hardware, With a Dongle · · Score: 1

    Why would it need a TPM chip? Apple doesn't use the TPM and modern Macintoshes don't have them.

    http://www.osxbook.com/book/bonus/chapter10/tpm/

  10. Re:very high level article on SDK Shoot Out, Android Vs. IPhone · · Score: 4, Informative

    I agree with pretty much everything you say except the garbage collection part. Whilst Objective-C 2.0 does have garbage collection, the iPhone SDK does not support it. You're stuck with the old reference counting mechanism, at least you were in the beta that I tried out.

  11. Re:Science education on Studies Say Ideology Trumps Facts · · Score: 2, Informative

    If the answer to your question was "no", how could the Bible contain a passage in which shellfish eating was banned?

    Anyway, I think that was the whole point. The Bible bans shellfish which is a strange thing to do but fairly innocuous. There are much crazier more repulsive things in the Bible. There are several passages in it which describe God sponsored genocide. For instance, at school when I was 9 we talked about things like Joshua's attack on Jericho but somehow the teacher forgot to mention what Joshua did with the inhabitants after he had won.

  12. Re:Reminds me of Microsoft on Stanford Teaching MBAs How To Fight Open Source · · Score: 1

    Wow. I don't think I'd have the nerve to mod that funny.

  13. Re:Should that be millisoccer ? on Get Ready For ... Nanosoccer! · · Score: 2, Informative

    I think the article is wrong. The football field is described as "the size of a grain of rice". A 3cm x 3cm x whatever cm grain of rice would be considered pretty big for a grain of rice. However, there is a picture of the chip with 16 playing areas on it compared to a US quarter. I've no idea howe big a US quarter is - 3cm diameter still sounds like a pretty big coin - but maybe the 3cm refers to the dimensions of the chip with 16 playing fields on it.

    BTW they justify the term nano- by saying that the mass of the playing robots is of the order of a few nanograms.

  14. Re:Technology? on Stephen Hawking Unveils "Time Eater" Clock · · Score: 1

    While it is true that John Harrison made wooden clocks, his attempts to win the Longitude prize were all made of metal. You can see them in the Royal Observatory in Greenwich.

  15. Re:Wake up on Fast-Booting Text-Editor Operating System? · · Score: 2, Informative

    Sleep does work with Mac OS X on a MacBook. I never turn mine off, I just shut the lid. When I want to use it again, it takes a few seconds to display the screen saver password prompt.

  16. Re:C: K&R. on Best Reference Site For Each Programming Language? · · Score: 1

    These guys had the logical structure of a good computer system worked out a long time ago!

    So why did they scrap it and curse us with Unix and C instead?

  17. Re:XP On School Computers on Peru To Be First To Put Windows On OLPC Laptop · · Score: 1

    And in the workplace, which skill is required the more: writing documents or building operating systems? Which do you think is going to be more relevant to the average child when he or she grows up?

    Personally, I think the money spent on OLPC would be better employed in teaching the 12% of people who are illiterate how to read and write.

    https://www.cia.gov/library/publications/the-world-factbook/print/pe.html

  18. Re:So... the OLPC... on Peru To Be First To Put Windows On OLPC Laptop · · Score: 1

    Any responsible politician should be encouraging a home grown FOSS industry because it creates the basis for future jobs. Learning Windows is like learning to eat every meal at McDonalds.

    Absolute nonsense. Jobs are created when people are prepared to pay money for something. If it was only about creating jobs, politicians should be encouraging a home grown proprietary software industry because only with that model can you get money for actually writing the software (as opposed to providing support or professional services for it). Fortunately, it's not about creating jobs.

  19. Re:The Goal? on Peru To Be First To Put Windows On OLPC Laptop · · Score: 4, Insightful

    When was the last time you touched Windows? I only ask because you seem to be labouring under a misapprehension. There is no mechanism in Windows that stops you running software that was not written by Microsoft. Just because I have Windows, does not mean I have to run MS Office. I could choose any one of a number of Office packages including Open Source ones.

    Windows as a desktop platform is just as interoperable as any other desktop operating system, in fact more so because it will interoperate with Microsoft's proprietary stuff as well as all of the open standards.

    You're keen on teaching children critical thinking, but you're happy to tell lies about an operating system you don't like. That's not setting them a good example is it?

  20. Re:i catch myself occasionally on Tech Vs. Business? · · Score: 1

    however I once read on slashdot that IT was a service to, not a function of most businesses.

    Absolutely true.

    It's interesting that TFA talks about the animosity of IT staff to the business people and whether that hurts the business, but most of the comments here talk about the animosity of business people to IT and how unappreciated IT people often feel. I'm sorry to say it, but that is a reflection of the importance of the IT department. The purpose of a business is to make a profit by selling goods or services. It therefore follows that the sales staff are the most important single group of people. If nobody in your company sells anything, manufacturing, IT, human resources, marketing, admin, accounting, purchasing, the cleaners etc are all unnecessary. Everybody else in the company should be focussed on making the sales people's jobs easier.

    What does Ford do? It makes motor cars, right? Wrong, it sells motor cars. The only reason Ford has manufacturing plant is because it is very hard to sell a motor car you don't have. What does Microsoft do? It sells computer software. They would fire all the developers tomorrow if it weren't for the fact that sales would be adversely affected if they never fixed the bugs or brought out new features in response to their competitors.

    So, if anybody here thinks IT is treated as a second class citizen compared to the business, it is because IT is a second class citizen compared to the business. We are here to help the business do its job properly. They are not here to help us play computers all day long.

  21. Re:RFC 1925 on Tech Vs. Business? · · Score: 1

    You are misinterpreting "fast". Fast means "deliver it quickly", not "the application runs fast". IT people are often only interested in good. Business people want all three but will settle for fast (i.e. soon) and cheap with some arm twisting.

  22. Re:No, it is not reasonable. on Testing IT Professionals On Job Interviews? · · Score: 1

    If the interviewer can't tell the difference between good and bad code, they should probably delegate the technical assessment to somebody who can.

  23. Re:MS did contribute to shit drivers on Microsoft Concedes Vista Launch Problems · · Score: 2, Interesting

    Would you like to comment on the Linux model in which driver compatibility is not even guaranteed between point releases of the Kernel. That kind of "fuck you" attitude dwarfs Microsoft's, especially as it is a deliberate decision made for ideological reasons rather than on good technical grounds.

  24. Re:the big problem on PGP Leads Corporate Efforts To Save Bletchley Park · · Score: 1

    They do have guides, or at least they did two years ago. I was shown around by one of the women who worked there during the war as a bombe operator.

  25. Re:Excuse Me? on Physicists Discover "Doubly Strange" Particle · · Score: 4, Funny

    That was my immediate thought too. Perhaps LHC emits some sort field that causes all other particle accelerators to mysteriously stop working. Yes, that must be it. European particle physics experiments are heavily influenced by fundamental particles called eurons and LHC has been sucking them up at a vast rate to the detriment of other experiments.