Slashdot Mirror


User: dodobh

dodobh's activity in the archive.

Stories
0
Comments
1,765
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,765

  1. Re:Static Strong on The Great JavaScript Debate: Improve It Or Kill It · · Score: 1

    Or Haskell like?

  2. Re:Less Deserved on Happy Programmer Day! · · Score: 1

    Actually, it's tech support and sysadmins who get the flak.

  3. Databases are already strongly typed on Type Safety Coming To DB Queries · · Score: 1

    What is missing is the lack of ability of modern programming languages to grab type information from the database and generate new types on the fly.

    Database types are per column, *AND* per tuple.

    Every SQL query results in a new type, or an instance of a known type.

    General purpose programming languages need to support sets as a first class object, as opposed to iterable collections. Do that, and you don't need hacky ORMs. But then, most modern "OO" languages aren't designed to be extensible.

  4. Re:Ah wonderful on BMW Working On Laser Headlamps · · Score: 1

    Pedestrians can see oncoming cars and get out of the way. Blinded pedestrians have it far harder. Deer in the headlights.

  5. Re:Ah wonderful on BMW Working On Laser Headlamps · · Score: 1

    As a pedestrian, I prefer to be seen but not blinded. Blinded, I am just as likely to wander into your path instead of safely moving out of your way (if I am on the road by chance).

  6. Re:Wilfully drain batteries? on Mobile Carriers Impose Handicaps On Smartphones · · Score: 1

    Nah, if there's sufficient demand, people will move to IPv6. So the telcos just have to move.

  7. Re:Carley really fucked them on HP's Shift On PCs Could Boost Acer, Dell and Lenovo · · Score: 2

    Yeah, but the fuckups have long-term effects. Short term profit, long term loss.

  8. Re:Dissuade from driving cars? on Dutch Government To Tax Drivers Based On Car Use · · Score: 1

    So you suggest the government stop building roads?

  9. Re:Roadless on IBM Plays SimCity With Portland, Oregon · · Score: 1

    Your city gets goods transported internally by road, and commuters and intercity transport happens via rail. The city then shapes itself to support rail, and a lot of shops move.

  10. Re:Explain please... on Google: Orkut Will Co-Exist With Google+ · · Score: 1

    Eternal September.

  11. Re:It's expensive.. on Ask Slashdot: Which Registrars Support DNSSEC? · · Score: 1

    I work for a domain registrar. It's possible to run a registrar as a low cost service, but it's purely a volume business.

    In fact, the only way you can run a registrar is by pushing volumes and that needs low prices.

  12. Re:Oh? on NSA CS Man: My Tracking Algorithm Was 'Twisted' By the Government · · Score: 1
  13. Re:Node.js is fast, BUT... on JavaScript Servers Compared · · Score: 1

    You can't make method calls. You can communicate via explicit message passing, like a Unix pipeline. That's why we have bidirectional sockets.

  14. Re:You are a renegade. on JavaScript Servers Compared · · Score: 1

    Threads were a lightweight fork(2) replacement.

  15. Re:Oh? on NSA CS Man: My Tracking Algorithm Was 'Twisted' By the Government · · Score: 1

    Nuremberg is the legal precedent.

  16. Re:Wire Fraud? on Mediacom Using DPI To Hijack Searches, 404 Errors · · Score: 1

    Too big to fail?

  17. Re:Search isn't the product. on If Search Is Google's Castle, Android Is the Moat · · Score: 1

    You had me until you tried to prove that Apple was more open.

  18. Re:And we reinvent X on Gtk 3.2 Will Let You Run Applications In a Browser · · Score: 1

    In terms of effect, what's the difference?

    Running applications remotely with the display local? That's what X *does*.

  19. And we reinvent X on Gtk 3.2 Will Let You Run Applications In a Browser · · Score: 2

    X over HTTP?

    If you thought remote X was slow, imagine the performance.

  20. Re:Military Law != Civilian Law on Bradley Manning Charged With Aiding the Enemy · · Score: 1

    His only obligation is to follow the lawful orders given to him by his seniors.

    And what does your soldier do about unlawful orders, or other people following unlawful orders?

    The last time this issue was raised in court was at Nuremberg.

  21. Re:Cell phones are making us smarter! on Cell Phone Use Tied To Changes In Brain Activity · · Score: 1

    Only if your cellphone rates are stupidly high.

  22. Re:Rest in piece, hacker friendly mobile future on Nokia and Microsoft Make Smartphone Alliance · · Score: 1

    http://wiki.openmoko.org/wiki/GTA04_revisions I saw the samples. Nice stuff.

  23. Re:But still... on Volume 4A of Knuth's TAOCP Finally In Print · · Score: 1

    The Indian editions are cheap. Cheaper paper and binding, but each of V1,2 and 3 are ~ 12 USD each.

  24. Re:ICANT on Today, the IETF Turns 25 · · Score: 1

    What does ICANN have to do with IPv4 running out? IP is IETF territory, and the IETF has done it's job by putting IPv6 out there.

    IPv6 adoption is now a business problem, and you can see the lack of business innovation in that space.

  25. Re:As a programmer on 'I Just Need a Programmer' · · Score: 2

    Programming is *all* design work. Prototyping.

    We make the mistake of comparing coding with factory assembly lines.

    The code is the blueprint, the binary is the assembly line. We have automated the factory which churns out multiple product instances and optimised it away.

    The design (and engineering) process remains.

    We replaced the machinist by a small piece of code. Then we confuse between the engineer and the machinist.