Slashdot Mirror


User: lasse_dk

lasse_dk's activity in the archive.

Stories
0
Comments
8
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8

  1. extra info in flat text file? on Programmer's File Editor With Change Tracking? · · Score: 1

    how would it even be possible? in a flat text file where would you store such information? a version control system and whatever editor you like seems like the obvious solution

  2. friends of Max proposed this? :) on UK to Ban Possession of Certain 'Violent' Pornography · · Score: 1

    for anyone looking for a conspiracy , this must an attempt to bury the Max Mosley video :)

  3. Re:Or on Upgrade Trick Still Present In Vista SP1 · · Score: 1

    They assume the majority of their customers are honest and will only buy the upgrade if they are entitled to it.
    They save time not developing a check for the previous version.
    They are sure they will never have support questions on how to get the upgrade to work
    They are sure that no honest paying costumers will have problems installing

  4. Re:Credit card companies? on FBI May Have Datamined Grocery Stores With Help From Credit Companies · · Score: 1

    Doubt the creditcard company know anymore that store and amount, but the store knows. Recently a murder was solved here by tracing a bloody shoe print to a specific type of shoe sold in a specific shop and then questioning the people the store had on record, bying that type of shoe, because they payed by creditcard

  5. Re:Wow! on AMD Releases 900+ Pages Of GPU Specs · · Score: 2, Funny

    if it only takes a week to write a driver with 900 pages of spec, how long can it take to write one with no spec?

  6. Re:Have 2 of them on Nokia to Replace 43 Million Batteries · · Score: 1

    with 43 million batteries sold and 100 reported problems very rare seems accurate...

  7. Re:Oh, yeah, I love the idea of an OS on my car. on Japanese Auto Makers Teaming Up To Create Standard OS · · Score: 1

    Sounds like brake assist, could she have done something that made the computer think she was doing an emergency stop?

  8. Re:Oh, yeah, I love the idea of an OS on my car. on Japanese Auto Makers Teaming Up To Create Standard OS · · Score: 1

    Just because it has a microprocessor and is programmed in c or assembler doesn't mean it
    needs an OS, lots of embedded systems run just fine without.

    A friend of mine build and sell an ECU that has no OS, it programmed entirely in assembler, it does ignition, injection, drive by wire, cruise control, traction control, turbo antilag and much more, dashboard etc. via CAN.

    Everything is done with hardware timers, interrupts and a main loop

    -L