Slashdot Mirror


User: Mister+Fright

Mister+Fright's activity in the archive.

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

Comments · 30

  1. Re:CIA Redactions on TSA's Sloppy Redacting Reveals All · · Score: 1

    That better be a dry erase marker. Using a permanent magic marker would be stupid.

    I totally had the same image in my head. "There. Now no one can read it. Let's put it on the internets!"

  2. Cognitive Dissonance on The Science of Irrational Decisions · · Score: 2, Insightful

    So, it is basically about cognitive dissonance?

  3. Wrong kind of punishment on EU Paves the Way For Three-Strikes Cut-Off Policy · · Score: 2, Insightful

    Ignoring the fact that they are punishing people before it is even proven they did anything wrong, why are they taking away internet access?

    For most crimes that I know of, you pay a fine or spend some time in jail. Are they taking away internet access because that is what was used to commit their "crime"?

    If that's the case, they should chop off your legs the third time you illegally cross a street.

  4. notice on the site on FBI Investigates Liberator of Court Records · · Score: 1

    There's a notice on the site - here or as a featured link on there home page - that says fee exempt customers are prohibited from releasing documents to the public. It didn't say anything about releasing them if you did pay for them.

    Aside from the silly idea of saying you can't make public documents public, are they saying you can only release these documents if you payed for them?

  5. VHDL on VHDL or Verilog For Learning FPGAs? · · Score: 1

    I see VHDL mostly used. I only ever see Verilog in third party libraries or autogenerated code.

    I think language is an individual choice, but whatever you choose, make sure the students actually synthesize something on a chip and try to meet some timing requirements. Everything works in simulation.

    Also, have them take at least one programming course. Firmware engineers try to write software as if it were firmware. Think variables and function names in all caps and absolutely no code reuse. I'm still fixing this guys terrible code.