Slashdot Mirror


User: Rui+Lopes

Rui+Lopes's activity in the archive.

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

Comments · 68

  1. Re:Unpopular... on ZOMG New Zunes · · Score: 1

    Disclaimer: I pre-ordered an iPod Touch last week, and am actually expecting it to arrive today via FedEx.
    So, where's your home then?
  2. Re:Slashdot kept us aware of SCO & Groklaw's a on Nasdaq to Delist SCO Sep 27 · · Score: 1

    As poor as the editing of Slashdot is sometimes, I don't know any better way to get computer-related news. If you know of a better way, please mention it. hummmmm... digg?

    /me ducks!
  3. Re:Nice (so-called) dot-net alternative on Delphi For PHP Released · · Score: 1

    So use CakePHP and your problems and issues with PHP will be solved...

  4. We have this... on Software Dev Cycle As Part of CS Curriculum? · · Score: 1

    ... since (at least) 2000, at my university's informatics department.

    Apart from all hardcore computer science, engineering, and math-related courses, we have courses on:

    - Project Management (different software dev cycles, bug hunting, code metrics, cvs, developing a full working system, team of 6 to be managed)

    - Contextual Design (requirements gathering, contextual inquiry, participatory design, lo-fi UI prototyping)

    - Organizational Studies (sociology, human resources, industry relations, conflict management)

    - Organizational Structures and Management (globalization issues, strategic planning, knowledge management, organizational dynamics)

    - Innovation and Technology Transfer (innovation cycles, patents, trademarks, intellectual property)


    So, it's doable. And the IT industry likes it.

  5. Constants on Ask Håkon About CSS or...? · · Score: 1
    It has been throughfully discussed before on the CSS mailing lists, however let me plug it again here. I've written a small essay about this at my blog, but it goes a bit like this: When will CSS have primitives for supporting the declaration of constants? It would be great to do something like:
    @const name: value;
    and perform a mere string replacement preprocessing step. Sure, calculated values would be great, but I would go that far on this feature. Wouldn't it be great to do stuff like: Let's explore constants further with a more practical example:
    @const MAIN: #48f;
    @const SECONDARY: #f84;
    @const SHADY: #ddd;
    @const BACK: #fff;
    And then, use them all over the place:
    body {
    background-color: BACK;
    color: MAIN;
    }

    h1, h2, h3 {
    color: SECONDARY;
    }

    .entry {
    border: 1px solid SHADY;
    background-color: MAIN;
    color: BACK;
    }
    Also, joining @import and @const together leverage multiple device constant definitions (like the hypothetical scenario described previously). Example:
    /* constants.css */
    @const MAIN: #48f;
    @const SECONDARY: #f84;
    @const SHADY: #ddd;
    @const BACK: #fff;

    /* screen.css */
    @import url(constants.css);
    ...

    /* print.css */
    @import url(constants.css);
    ...

    /* handheld.css */
    @import url(constants.css);
    Some arguments against this position stand for proper tool support such as IDEs or preprocessors. However, CSS syntax leans towards an ease-of-use stylesheet creation/maintenance process, done by hand... Why not adding just one small keyword to the syntax? please? :)
  6. Re:OK, but Google needs to start doing better on Google Calendar · · Score: 2, Informative

    Settings, Calendars, Other Calendars, Add Calendar, Holiday Calendars. Choose your preference. Maybe there's a shortcut to get there. But the feature is there. I'm using it.

  7. mistake on Record Labels Unveil Greed 2.0 · · Score: 1

    http://sourceforge.net/projects/greed/ is at version 2.2211ß, not 2.0 as stated!!

  8. you mean... on Linus Says No to 'Specs' · · Score: 2, Informative

    something like this, this, this, this... (should i go on?)

  9. and then... on Google's Patents Reveal Strategy To Beat Microsoft · · Score: 5, Funny

    in 2020, everyone in /. will be bashing google. History will repeat itself.

  10. Re:Google tomorrow? on Google Talk Available Early · · Score: 1

    that didn't work here on my computer... the double-click did nothing.

  11. Wrong name on Interactive Drama Prototype 'Facade' Released · · Score: 2, Informative

    It isn't "Facade", it's "Façade".

  12. Re:Wow! What a question to ask on Slashdot... on Hackers, Spelling, and Grammar? · · Score: 1

    It's still common in other languages (e.g., Portuguese). And it's correctly used!

  13. Re:A thought on XML documents on Beyond Relational Databases · · Score: 1

    Oh, you mean something like this ?

  14. Re:raw sockets+MS?! on Microsoft States Full TCP/IP Too Dangerous · · Score: 2, Insightful

    IDS? PF? Basically, anything that's not application-level...

  15. Re:Presensation on Unintended Consequences of Using GPL Fonts · · Score: 0, Troll

    i didn't know that documents had presensation as you stated, as in before the stimulation of a sense organ...

  16. Re:Tech News Units Of Measure on Optical Computer Made From Frozen Light · · Score: 1

    Metric IS standard.

  17. what i really really want.... on Nanotech Motors, Biotransistors, DNA Fractals · · Score: 1, Funny

    nano contact lenses that enable me to see through clothes!!! now that would be an interesting nanotech advance.

  18. That's it. on Google Founders Cut Salaries to $1 · · Score: 5, Funny

    Now i don't want to be google's next CEO any more.

  19. Re:ObMangledQuote: on Planet Simpson · · Score: 1

    Krusty wants out!

    oops... read it as "krusty wanks out!" haven't seen THAT ep.

  20. How about... on Budget LCD Monitor Round-up · · Score: 1

    ... a budget LCD screen with good resolutions. usually they are crappy. my 1500 euro asus laptop offers me 1400x1050 @ 14.0". Haven't seen similar resolutions in desktop LCDs, unfortunately. except apple's cinema displays, *of course*.

  21. Imagine a... on World's Smallest Linux Box Fits in RJ-45 Jack · · Score: 0, Redundant

    beowulf cluster of these!

  22. Re:Heres what happens in order on IBM Unveils Anti-Spam Services to Stop Spammers · · Score: 1

    someone had to say it...

    7) ...
    8) profit!

  23. Typo on Solaris Systems Programming · · Score: 0, Flamebait

    Actually, the number of typos are two:

    Advanced UNIX Programming (Gay 00) (that's not a typo, [...])

    I mean, who has "Gay" in the name?

  24. Re:Does this mean on Global Internet Telescope Tops Hubble's Resolution · · Score: 1

    we landed on the DARK side of the moon...

    Do you mean here?

  25. Depends... on Do You Thrive or Crack Under Pressure? · · Score: 1

    If it's pure coding then yes, I thrive under pressure. Now when it's a damn nasty undocumented feature (aka bug), that's a whole different story...