Slashdot Mirror


User: CBravo

CBravo's activity in the archive.

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

Comments · 833

  1. Re:Micrometeorites on Scientists Work To Produce 'Star Trek' Deflector Shields · · Score: 1

    To avoid micrometiorites you would need to move them away from your path. Exert some sort of (virtual) force (gravity, electromagnetic, ...). Maybe blast them all away with lasers? Now we have to create a plot with sharks.

  2. Re:great for all civil servants on Montreal Union Wants a Camera On Every Policeman's Uniform · · Score: 1

    All video should be uploaded to a vault where it is supervised by court (why else would you need evidence).

  3. Re:Comes with automatic switch on Montreal Union Wants a Camera On Every Policeman's Uniform · · Score: 2

    You first taze the camera and then the rest.

  4. Re:Ahead of our time on Funding Open Source By Donations: Lighting the Path · · Score: 1

    There is one USP of OSS: The source is open and can therefore be seen, inspected, improved and reused by anyone.

    What do we want from future software (maybe not the full list):
    -less bugs
    -more security
    -better integration options between software A on location X and B on location C.
    -easier functional design & testing, especially of a set of applications working together.
    -Solve the problems that result in remarks like: 'I want applications to do what I want them to do', 'why are computers so dumb', ...

    So how do you get more without an exploding code base (and exploding bug count and reduced security): code reuse. Therefore OSS is the future. Maybe current situation will hold for a while (question: how large can the world codebase become for it te become unmanageable?).

    The question then is how to do it. We currently use libraries and api's to reuse code, mainly. Some intelligent thinking should go into that. Thoughts?

  5. you cannot identify bad intention on Scanner Identifies Malware Strains, Could Be Future of AV · · Score: 1

    So even good snippets of code, combined, will form malware.

  6. Re:How to reform patent law? on Patenting Open Source Software · · Score: 1

    Patents are a two way deal: exclusivity in exchange for telling us the process of how you achieved it. I don't see how that is true with software; it is just a one way deal.

  7. A computer should do what it is good at on Why We Should Build a Supercomputer Replica of the Human Brain · · Score: 1

    A computer should do what it is good at: compute. The fact that the only thing we can come up with is emulate neurons shows we don't know how they work and what the objective is.

  8. Re:Open source sound localization on Hand-held "Sound Camera" Shows You the Source of Noises · · Score: 1

    And I've always wanted to use something like that to identify and localize mosquitos in my room. All you need then is a laser.

  9. Re:What a relief. on Ask Slashdot: Why Won't Companies Upgrade Old Software? · · Score: 1

    try code re-use.

  10. Re:Hang him! on Suspect Arrested In Spamhaus DDoS Attack · · Score: 1

    He does have a point (besides the other BS he is making). It is getting harder and harder to deliver email from valid sources to valid receivers with valid content. Example: We have a web application and it generates reports with a notification to our users. The emails just started to get dropped this December at Hotmail (no bounce, nothing). Until we send the emails from our production IP addresses (which sends high volume mail). Then the mail is accepted and delivered. We solved the issue by 'optimizing' the html.

    We see more and more people coming to us (ESP) for application mail delivery. I kidd you not.

  11. Re:Hangin's too good for him on Suspect Arrested In Spamhaus DDoS Attack · · Score: 1

    Robtex says that Dimenoc contains part of an anti-spam outfit too.

  12. I refuse as well on Some Windows XP Users Can't Afford To Upgrade · · Score: 1

    I don't want to pay 10.000$ to my doctor... Sometimes you just do.

  13. Re:People Need to Realize on Google Breathes New Life Into EU's Cookie Law · · Score: 1

    I would turn off caches as well..

  14. Re:incorrect assessment. on Average DDoS Attack Bandwidth Jumps Eight-Fold In One Quarter · · Score: 1

    And who else is the specialist on the planet?

    I do not see any other orgs, e.g. Tier1 providers or internet exchanges, providing any relevant and coherent data (maybe I am missing some interesting stuff). Maybe these guys have a stroke of luck/DDoSses (which they can market as well). It does not make the data invalid (hard to validate; yes). They have a reputation to keep up (must be pretty clean).

    Now that I think of it: Tier1 family is awfull quiet about DDoS. Good for their business.

  15. Re:republican shill on Iranians, Russians, and Chinese Hackers Are After You, Says Lawmaker · · Score: 2

    If someone is 50% wrong all the time I call him incompetent and fire his ass.

  16. Re:I would rather they enforce auditability on Should the US Really Limit Chinese-Government Influenced IT Systems? · · Score: 1

    So we need FPGA versions of hardware so we can prove other aspects? Only way to verify besides physical inspection.

  17. Re:reporting on Did the Spamhaus DDoS Really Slow Down Global Internet Access? · · Score: 1

    Or the possibility to block the IP at the source AS.

  18. Re:Wrong move on Security Fix Leads To PostgreSQL Lock Down · · Score: 1

    Maybe you get privileges with specific data.

  19. Re:Arduino Uno on Ask Slashdot: Why Buy a Raspberry Pi When I Have a Perfectly Good Cellphone? · · Score: 1

    un

  20. Re:Virtualization is kind of bullshit on A Glimpse of a Truly Elastic Cloud · · Score: 1

    chroot

    True. Issue is that what was once handily placed on one server, speaking year 2000 here, now needs to be torn apart. Things have history: Early developers are not always good at admin work. Too easy to get it wrong.

    iotop. A VM only makes this problem harder.

    We use iotop of course. It was an example of one of many resources: file descriptors, connections, memory, io, bandwidth, ... I agree that a VM can make things harder.

    chroot with linux-vserver enforcement.

    We use OpenVZ, at the moment.

  21. Re:Virtualization is kind of bullshit on A Glimpse of a Truly Elastic Cloud · · Score: 1

    Of course we do not start a new kernel for that. We just keep adding cruft after cruft on a machine, no matter how small the cruft. But that is the point. We do that and you end up with a lot of cruft.

  22. Re:Moral of the story.... on Too Perfect a Mirror · · Score: 1

    It seems someone just did learn that aspect...

  23. Re:Sounds like... on Too Perfect a Mirror · · Score: 1

    From what I was reading there is not much interesting in it... I already included the torrent in the TBL (torrent blacklist). Noone will be seeding it anymore.

  24. Re:Virtualization is kind of bullshit on A Glimpse of a Truly Elastic Cloud · · Score: 1

    There are a couple of issues that arise on production systems I find:
    -config files and adhoc installed libraries are impossible to link to the application that actually needs it (given the fact that my time is scarce). Nightmare when upgrading, creating new instances or when pulling apart a system (for e.g. performance/HA).
    -if an application uses resources, e.g. I/O, too much you want to know about it, point fingers and restrict its usage (and maybe give it its own). Nightmare when you want to find out 'what causes it to grind to a halt during Xmas'.
    -applications has 'resources' they should not have, because another application needed that 'resources'. Example: Qmail needed compiler and afterwards a cracked PHPMyadmin used that to compile malware.

    Some of it can be avoided by automation, e.g. Puppet, good administration of all systems (which people hate and 'forget' or do not get the time for). But it is not simple as it should be.

  25. Re:Not quite OS-less, but still sounds neat on A Glimpse of a Truly Elastic Cloud · · Score: 1

    +1 in my book.