Slashdot Mirror


User: tibit

tibit's activity in the archive.

Stories
0
Comments
6,671
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,671

  1. Re:Why reddit and not forums/usnet? on "We Screwed Up," Says Reddit CEO In Formal Apology · · Score: 1

    vBulletin/phpBB style boards all look like crap and suffer from design and usability that makes me puke. They are truly horrible and it's beyond me why people still put up with that crap. Reddit's usability is very good, on par with stackexchange I'd think.

  2. Re:Your biggest screw up on "We Screwed Up," Says Reddit CEO In Formal Apology · · Score: 1

    TL;DR: Their rankings show popularity of sites among those clueless enough to have malware installed on their machines.

  3. Re:Good for greece on Greece Rejects EU Terms · · Score: 1

    It's not about the tourist aspect of the economy, it's about a completely broken governance at all levels, with rampant bribery, ineffectiveness, and a huge grey-market economy.

  4. Re:GPL Zealots had VLC removed from Apple App Stor on LibreOffice Now Available On Apple's Mac App Store · · Score: 1

    Isn't the real GPL violation that the sources don't include the keys that are needed to obtain the binary? The sources are essentially intentionally crippled, and are not the full source necessary to obtain the binary as distributed through the app store. IIRC, mac app store doesn't do DRM of any sort.

  5. Re:Okay... on D.C. Police Detonate Man's 'Suspicious' Pressure Cooker · · Score: 1

    If you want to wait 45 minutes for your potatoes to cook, it's your thing. It's not my thing, though. Mine are done in 15 after the steam valve starts venting. Fuckin' big ass russets, uncut. If that means that i'm stuck in the 70s, so be it.

  6. Re:Okay... on D.C. Police Detonate Man's 'Suspicious' Pressure Cooker · · Score: 4, Informative

    You don't know much about how to cook, then. Do you think that suddenly, what has worked for cooking in 1970s, doesn't anymore?

  7. Re:Tolls? on Oregon Testing Pay-Per-Mile Driving Fee To Replace Gas Tax · · Score: 1

    So, hybrid and electric owners magically wear the roads less? I don't think so.

    I personally would love a per-mile tax at such a rate. Heck, I'd be OK with 2 cents. I pay more than that, per mile, in taxes at the pump. I drive about 400 miles per month, so that'd be $8. As far as I'm concerned, my and my wife's road use taxes wouldn't even zero out my state tax refund, and I'd be paying less at the pump. Win-win.

  8. Re:Anecdotal evidence on How Windows 10 Performs On a 12-inch MacBook · · Score: 1

    There has been much improvement in lowering thread and sync primitive overheads since 10.6, as well as improving the scheduler. About the only thing OS X really doesn't like is mechanical hard drives - it performs much worse from 10.9 onwards than Windows when you have a mechanical hard drive.

  9. Re:Looks great for industrial on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 1

    I do it on modern hardware, in production, on a 125us update cycle in the velocity loop, using off-the-shelf everything and old Dell PCs for prototyping, and it works, so perhaps you're doing something wrong.

  10. Re:Assembler Scene on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 1

    It's just a collective whoosh :)

  11. Re:Assembler Scene on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 1

    It's not that fast, actually.

  12. Re:Disappointing on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 2

    It's not, and it doesn't run on tiny systems either. It requires ~300MB of RAM just to boot up. It's basically a hack done to stroke someone's fancy. It's not practical in any sense of the word. You could rewrite it in C and it would run just as fast. Its speed is mostly related to the architectural choices, and many of them are just plain wrong. Way too much of the API is blocking - that means that the internal architecture is broken, pretty much, and won't scale, and wastes power. It's basically a demonstration of a cargo cult approach to design: someone thinks that if only they do a ritual (assembly), it'll be fast.

  13. Re:Not Open on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 4, Informative

    That's the whole point. It's not open source. The 32 bit kernel is old and not developed anymore.

  14. Re:Not Open on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 1

    There are other problems in the architecture of this, where the fact that they use assembly simply doesn't help. When you're talking of speed and power efficiency, you need a good scheduler, timer coalescence, event-driven non-blocking code, etc. Having a judiciously done architecture in C could make it much faster than Menuet is. The assembly circlejerk doesn't make much sense, at least not to me when I write low-level, bare-metal C almost every day. You could generate almost identical assembly from a modern C compiler - it's all about architecting the same. I only write assembly when there's no way to coax a C compiler into producing the code that's fast enough, and even that only makes sense for backwards architectures that have old C compilers.

  15. Re:Looks great for industrial on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 1

    nobody uses PCs for hard RTOS

    There are synchronized spindle paper machines/offset printers, running on top of Windows and CODESYS, where if the realtime cycle is late twice in a row, the whole thing throws the emergency brakes on, and you have lots of cleaning-up to do, and costly downtime. And, frankly said, it just doesn't happen, not because of the BIOS or any other monsters are in your closet. So there.

  16. Re:Looks great for industrial on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 1

    There's more that I forgot to add: there are tons of EtherCat-based I/O available for cheap on eBay, so as long as your old Dell box has an Intel ethernet adapter, or you add one to it, you can have distributed, hard-realtime, fast I/O all over the place - no need for stupid parallel port bits if you can buy a bus coupler and dozens of I/O modules for under $100. And you can easily do realtime distributed variables between your hosts, if you have more than one host, etc. And it's all cheap.

  17. Re:Looks great for industrial on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 1

    Given that Beckhoff's TwinCAT 2 and 3 - both free downloads - allow just that, and much more, I don't really see the point. Heck, anything that uses the realtime CODESYS stack allows you to do that, it's just that I know of TwinCAT. All those old Dell machines you may have hanging around can be great PLCs. Heck, the PLC (61131) libraries include functions that access hardware ports directly from realtime code, so you can bit-bang your parallel port with 1-2 microsecond jitter, if you wish so.

    Best thing? It runs on top of standard Windows (XP or 7).

    IOW, if you value your time, you won't care about such hacks. If you really want to run 61131 languages on bare metal, just get your CODESYS license, use an existing BSP or write your own, and you'll be set.

  18. removing the steering wheel and pedals

    That's only moronic if you don't understand what you're reading. Nobody is talking of removing all means of manually controlling the car - only the means that don't make any sense in a self-driving car.

    I'd much rather have a nice sidestick instead of the stupid steering wheel + pedals contraption. I'm thinking of putting one in my car, actually, with the RHD dash airbag assembly. The instrument cluster can go in the middle.

  19. Re:Editorializing... on Self-Driving Cars In California: 4 Out of 48 Have Accidents, None Their Fault · · Score: 1

    Everything depends on where you are. There are places, even in the U.S., where incident rates are a couple times over the national average.

  20. if someone is shooting at car, how does the car react?

    As long as it's driveable, it should keep on driving - precisely the opposite of what most people would do. So yeah, I'd go with autonomous any day in such a situation - I can duck and cover and don't have to pay attention to the road.

    what does it do at four-way stop if it was the second car there but the human in the first car is waving it on?

    I hate these people, just so you know.

    has it been tested on drivethru fastfood?

    Has your laptop been tested to work under water? I mean, shit, I like to sit and read in the bathtub, it'd be nice if I could, well, rest it on my lap, with the bottom half submerged you know. If I'm not coming across clear: the goal of a test program isn't to send people to the moon on a first launch.

    does it get up to speed on onramps or does it merge into highway traffic going 45mph?

    Now you're anthropomorphizing and it sounds really silly.

  21. Re:Not convinced on Self-Driving Cars In California: 4 Out of 48 Have Accidents, None Their Fault · · Score: 2, Insightful

    The giveaway with autonomous cars is the need for centimeter precision in their navigation maps.

    So, you're making shit up. At least we know who you're paid by.

  22. Re:Wah, "threatened" on Cyberlock Lawyers Threaten Security Researcher Over Vulnerability Disclosure · · Score: 1

    No. But before they even think of selling such a product, they must have a plan for customer disclosure and field updates in place, as otherwise offering such product becomes a big liability once the first vulnerability disclosure gets into the open. Here at least they were informed about it in advance, someone else could have simply leaked the disclosure anonymously.

    The company in question have set themselves up for failure, and I'm not very sympathetic to their plight. If you distribute shit with firmware in it, you have two options:

    1. Don't worry about upgrades, but apply a software development process that would be applicable to a "launch and forget" space mission. Thus you invest up front into ensuring that the damn thing will perform to specifications before you launch it. It's expensive, but you can truly deploy the product and at least have a lot of tangible evidence that you applied state-of-the-art engineering to ensuring that the customers should be secure. You did your due diligence.

    2. Use a loose development process, and ensure that there is a (perhaps tiered) system of customer notification, field upgrades, and service contracts.

    This is a no brainer really, if you've got half a brain, that is.

  23. Re:Deny them the pleasure of security by obscurity on Cyberlock Lawyers Threaten Security Researcher Over Vulnerability Disclosure · · Score: 1

    It is not feasable to replace all locks from all customers within 30 days.

    Who said anything about replacing them? The company needs to have a program, together with their distributors/sales network, of updating the firmware on such devices. If they don't, they've already lost, and their customers are crazy for buying such devices.

  24. Scientology much? on Sorority Files Lawsuit After Sacred Secrets Posted On Penny Arcade Forums · · Score: 1

    So, they are going through scientology playbook, then? /shakes head

  25. Re: Proxy? on Single Verizon IP Address Used For Hundreds of Windows 7 Activations · · Score: 1

    Interestingly enough, XP still "lives" and receives updates, since the embedded versions are in full support. There's one registry entry you need to add to get any XP to become "supported" as far as updates are concerned...