Slashdot Mirror


User: Jack+Greenbaum

Jack+Greenbaum's activity in the archive.

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

Comments · 105

  1. No, it has nothing to do with the "Clipper Chip" on MINIX: Intel's Hidden In-chip Operating System (zdnet.com) · · Score: 1

    The clipper chip was a back-doored encryption device. It has nothing to do with the hardware level access that the ME has in an Intel based system.

  2. MINIX has nothing to do with it on MINIX: Intel's Hidden In-chip Operating System (zdnet.com) · · Score: 0

    "MINIX can still potentially change your computer's fundamental settings." Give me a break. MINIX provides nothing that enables this. It could have been WinCE or even raw ASM and had the same capability. Its all about the hardware! What a dumb statement.

  3. Intel Management Engine on AMD Has No Plans To Release PSP Code (twitch.tv) · · Score: 1

    This is the same topic as for the Intel Management Engine, for example Is the Intel Management Engine a backdoor?

  4. I agree. It isn't a surprise that modern machine learning can recognize patterns. I don't see how this is even close to innovative. Now if it resulted in changing treatment offered to patients such that the outcomes were improved relative to current human Dr recommendations, then that would be interesting.

  5. Re:Stick a fork in MIPS on First Fedora Image For the MIPS Available For Testing · · Score: 1

    Ever heard of a small company called MicroChip?

  6. Re:Okay, so... on Woman Suffers Significant Weight Gain After Fecal Transplant · · Score: 1

    A logical conclusion is that obese people's fecal fauna may impact how efficiently they can use those calories they eat.

  7. /Love on Fish-Eating Spiders More Common Than Thought · · Score: 0

    This is the type of quality submission that keeps me coming back to /.

  8. Re:so this...... on Ask Slashdot: Low-Latency PS2/USB Gaming Keyboards? · · Score: 1

    Where are my mod points when I need them? Mod it up to 11.

  9. Re:What? on Ask Slashdot: Linux-Friendly Motherboard Manufacturers? · · Score: 1

    Maybe the MAC was wired to a buggy PHY. It would be veeeeery surprising for lspci to show a different device than what is really there, though it isn't impossible.

  10. Re:Sharing the road on Electric Velomobiles: Urban Transportation For the Future, Available Now · · Score: 1

    You are a braver rider than I. The first day I had my SWB recumbent I pulled up to a red light next to a pickup. There was no way the driver could have seen me below his right bumper, and a trike is lower. If the driver had decided to turn right, I would have been crushed. I got a flag the next day. But now I've given up on the recumbent for commuting in my small town -- I just don't feel as safe as I do on the more nimble and visible upright. Perhaps a trike, being statically stable, would provide more confidence. And perhaps the body of a velomobile would stand out more. But you are still very low down.

  11. Sharing the road on Electric Velomobiles: Urban Transportation For the Future, Available Now · · Score: 2

    Obviously no one here has ever ridden a recumbent bicycle in traffic. If you had, you'd see how rediculous it is to even think of taking one of these on pavement shared with cars. YOU ARE ABSOLUTELY INVISIBLE TO CARS in a vehicle this low. And because of the enclosure you have no peripheral vision so you cannot look out for other vehicles -- even other velomobiles. I didn't see one "safety flag" in any of the pictures, which tells me that none of these vehicles are used by anyone who cares for their life, or they are just toys for a weekend cruise. As other posters have said, these are only practical with a different road system, and I argue a different bike path system. How would you handle passing a group of 15mph standard bicyclists in your vision impared wide wheelbase trike wheeled monster? You wouldn't, it wouldn't be safe on bike paths of today for you or the other riders.

  12. CE curriculums and Embedded Systems Conferences on Ask Slashdot: Sources For Firmware and Hardware Books? · · Score: 2

    A Computer Engineering curriculum is much better than a traditional CS degree for this type of work, so you might look at what texts are being used in high quality CE programs. The Embedded Systems Conferences from UBM are also a good source of training for low level firmware implementation.

  13. Re:Cool hack on JavaScript Decoder Plays MP3s Without Flash · · Score: 1

    Which developer do you think is going to be more productive? The dude having to know 3-4 different technologies, or the dude who just needs to know JS?

    The developer that uses the right tool for the job will be more productive.

    That means using a language with static type checking and a productive debug environment. Learning a new system infrastructure takes time, but only finding out about easily preventable failures during testing instead of compile time costs more.

  14. A little late ... on Tcl Announces NaTcl: Native Client Tcl · · Score: 1

    ... April 1st was almost two weeks ago.

  15. Re:Small company on What Software Specification Tools Do You Use? · · Score: 1

    I have to agree here. You say you are a small company, in my experience requirements for even modest size projects are generally easy to manage with human language documents, just label everything for traceability. If a word processor is too awkward switch to a spreadsheet, or use them in combo. But I do highly recommend using a defect tracking database. I like Jira.

  16. pdftotxt on US Banks That Offer Transaction History? · · Score: 1

    My bank is similar when it comes to CSV/QIF/OFX files, only 90 days of history. But they have years of online statements in pdf format. Recently I got behind on my imports, and found that pdftotext and a little perl was all I needed to create .qifs from the pdf statements. .csv should be easier.

  17. Re:You can buy a serial-to-usb converter for $15 on Will the Serial Console Ever Die? · · Score: 1
    Even with "real serial ports", which USB-to-serial devices are, you often need a "breakout box" to get a piece of equipment to talk to you. There's the whole DTE/DCE thing that may require you to reverse TX and RX (e.g. null modem). Then one side might want DTS/CTS pulled active, while the other doesn't care. Then even when you get them to talk you might have no flow control and loose characters.

    Come to think of it USB ports that adequately present themselves as a CDC ACM device might just be a better idea.

  18. Re:I don't take test as a matter of priniciple on Appropriate Interviewing For a Worldwide Search? · · Score: 1

    Not too bad for me, since I need people who can write code to do things that don't exist yet. Good luck in your career of cleaning up other people's code. I'm sure you'll enjoy it.

  19. Re:I like my layered approach.. on Best Home Backup Strategy Now? · · Score: 1

    Sure would suck if your DVD's and your computer burn down in the same house fire. Do you have insurance to cover them all, and a list of titles so you can replace them? You can fit alot of DVDs on a 1TB hard drive ...

  20. Re:Case studies on Intellectual Property and Open Source · · Score: 1

    For example he talks about someone who creates an idea while they have a job can be sued by their employer if at some point that idea becomes profitable and the employer wants control. He lays out steps to help avoid having this happen.

    See various articles on the recent Mattel vs Bratz lawsuit, such as this wrap up.

  21. Re:Use of Boost? on Boost 1.36 Released · · Score: 1

    You would not believe how much code in the world assumes either that sizeof(int) == sizeof(long) == sizeof(void*), or that sizeof(long) == 4.

  22. Re:Slow and doesn't work on my mobile browser on goosh, the Unofficial Google Shell · · Score: 1

    And it is a really cool hack. I think it is as cool as TEXTMODE QUAKE!!!.

  23. Re:Webicorders? on Central U.S. Earthquake Info · · Score: 1

    I meant P and S waves :-)

  24. Re:Webicorders? on Central U.S. Earthquake Info · · Score: 1

    There was either a much smaller shock further away at the same time, or the two shocks travelled at different speeds. Those would be the S and P waves.
  25. Re:Get rid of the USPTO on All 44 Blackboard Patent Claims Invalidated · · Score: 1

    So ALL patents are bad because SOME bad patents are issued by the current system? Read some HISTORY, my friend.