Slashdot Mirror


User: OutputLogic

OutputLogic's activity in the archive.

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

Comments · 70

  1. It's a full time job on You're (Probably) Not Going To Be a Pro Blogger · · Score: 1

    Having some talent is one thing. But running a good blogging site is also a time-consuming job. Think about how much time it takes to write a quality post that attract a lot of traffic. Another thing is promote that blog. It requires constant attention. Don't reply to comments for a few weeks and you'll see the traffic drops significantly. So I'd argue that people who spend a lot of time blogging and promoting it have a chance to earn some money.

    OutputLogic

  2. Link quality on Weather Balloons To Provide Broadband In Africa · · Score: 1

    I'd be interesting to know what's the quality of such a link: latency, throughput, how many retransmissions, etc.

    OutputLogic

  3. The next step is to turn cars into horses on Broke Counties Turn Failing Roads To Gravel · · Score: 1

    The next step would be to turn cars into horses.

    OutputLogic

  4. Using social sites to gather intelligence on CIA Officers Are Warming To Intellipedia · · Score: 1

    Think about how much information an intelligence agency (foreign or domestic) can get about a person by analyzing social sited like Facebook, MySpace, LinkedIn, Twitter: friends, activities, affiliations, even political views.

    OutputLogic

  5. Use universal language of prime numbers on How Do You Greet an Extraterrestrial? · · Score: 1
  6. Putting DNS servers on a neutral territory on An Argument For Leaving DNS Control In US Hands · · Score: 1

    How about putting DNS servers on a neutral territory. Mars is a good candidate: there is a growing list of countries that launch their probes there. There will some web access delay, but it's another issue.

    OutputLogic

  7. An oxymoron on Hacker Jeff Moss Sworn Into Homeland Security Advisory Council · · Score: 1

    Isn't it an oxymoron: "hacker" and "Homeland Security Advisory Council" in one sentence. How about : A well known criminal John Doe joined the police force

    OutputLogic

  8. Formal definition of a software engineer on How Software Engineering Differs From Computer Science · · Score: 4, Informative

    Here is a formal definition of a Computer Software Engineer occupation, according to the US Department Of Labor:
    "Research, design, develop, and test operating systems-level software, compilers, and network distribution software for medical, industrial, military, communications, aerospace, business, scientific, and general computing applications. Set operational specifications and formulate and analyze software requirements. Apply principles and techniques of computer science, engineering, and mathematical analysis."

    OutputLogic

  9. College ranking is meaninless on Clemson Staffer Outlines College Rankings Manipulation · · Score: 1

    College ranking is as meaningless as measuring an average temperature of patients in a hospital. You can rank swimmers, chess players, runners. But giving some abstract value to an educational institution ?!

    OutputLogic

  10. OS-less netbook on Google vs. Microsoft On the Desktop · · Score: 2, Interesting

    Hypothetically speaking, if there is a powerful Java processor that runs Java Virtual Machine (JVM) in hardware, and a browser application written in Java, you'd get an OS-less netbook

    - OutputLogic

  11. No surprise it was Russian who came up with this on Tetris Turns 25 · · Score: 1

    It's no surprising it was Russian who came up with Tetris and Hungarian who came up with Rubik's Cube. Russian and Eastern European science education is well-known for its quality and rigor. Russian students usually take first places in ACM programming contests. Too bad so much resources were diverted into military in the Soviet era. Otherwise we'd see more gems like Tetris and Rubik's Cube.

  12. Re:Lazy programmer on Triangular Buttons Make On-Screen Keyboards More Usable · · Score: 1

    ...or invents a new set of coordinates

  13. HexaBoard on Triangular Buttons Make On-Screen Keyboards More Usable · · Score: 1

    HexaBoard

  14. Re:learn digital design, then learn syntax on VHDL or Verilog For Learning FPGAs? · · Score: 1

    Totally agree.
    VHDL and Verilog differences are insubstantial as far as synthesizable code is concerned. As far as code readability I prefer Verilog because it's more concise.

    - outputlogic

    Visit outputlogic.com : tools that improve productivity

  15. Re:Verilog in Silicon Valley on VHDL or Verilog For Learning FPGAs? · · Score: 1

    I agree. I've been in Silicon Valley for the last 9 years working in different companies doing FPGAs. It's all Verilog. I think Verilog rules not only in Silicon Valley, but the entire west coast

    - outputlogic

    Visit outputlogic.com : tools that improve productivity

  16. Verilog is a programming language on VHDL or Verilog For Learning FPGAs? · · Score: 1

    Verilog is a programming language that describes hardware. You can program complex algorithms, protocol stacks, even simple operating systems. I've done it during my 9 years working with Verilog.

    - outputlogic

    Visit outputlogic.com : tools that improve productivity

  17. Verilog has some Pascal elements on VHDL or Verilog For Learning FPGAs? · · Score: 1

    For those who remember Pascal programming language, Verilog has some Pascal elements.
    For example "begin-end" blocks

    - outputlogic

    Visit outputlogic.com : tools that improve productivity

  18. Re:FPGA SDK's for Student's to work on... on VHDL or Verilog For Learning FPGAs? · · Score: 1

    It all depends on the FPGA size you need. Check this out:
    http://www.xilinx.com/products/devkits/HW-SPAR3A-SK-UNI-G.htm

    - outputlogic

    Visit outputlogic.com : tools that improve productivity

  19. Xilinx software on VHDL or Verilog For Learning FPGAs? · · Score: 2, Insightful

    How is this info relevant in 2009 ? I've been working with Xilinx in the last 9 years and can attest that their software has a decent quality. By "decent" I mean no better or worse that its competitor Altera. There are occasional bugs which are quickly fixed or tech support offers a work-around.

    Thanks
    Visit http://outputlogic.com/ : tools that improve productivity

  20. Verilog is more concise on VHDL or Verilog For Learning FPGAs? · · Score: 1

    Verilog is more concise. Example: 16-bit LFSR counter in Verilog has 24 lines of code. The same in VHDL is 41. (I generated the LFSR counter using OutputLogic.com online tools)