Slashdot Mirror


User: Bragi+Ragnarson

Bragi+Ragnarson's activity in the archive.

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

Comments · 7

  1. Proxy on Ask Slashdot: Best Way To Block Web Content? · · Score: 1

    If you want to filter web content use web proxy and advertise it by default on the network. See http://en.wikipedia.org/wiki/Proxy_auto-config and http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol. GlimmerBlocker is a very good ad blocker for Mac that works as a proxy with stunning results.

  2. Make your own company on Ask Slashdot: How Does Your Company Evaluate Your Performance? · · Score: 0

    I walked away from my first and only full-time employer and established my own company. Now I have a 20+ programmer team, we are doing nice software for customers and we are building our own PaaS (shellycloud.com). I only employ people I like working with. No managers here :)

  3. Re:Does Vista have anything we need? on Is Vista a Trap? · · Score: 1

    If I want to play games (Among other things...) I choose Windows. I *do* want to play games, so I do choose Windows.

    Playing on Windows is like using a pick-up truck to ride in Formula 1 race.

    Linux is for work, game console is for playing and "Windows for Dummies"

  4. Create simple rules on Technologies To Improve Group-Written Code? · · Score: 5, Insightful

    Create and enforce simple rules:

    1. Limit access to deployment server - only one or two person can access the server. Even better - create automatic deployment scripts that can be run on the server by those persons.
    2. Create staging server - where you deploy the code from repository. Do not deploy to production until you get a "go" from the client on staged version.
    3. Use Trac - it is a great piece of software that allows sharing information between developers. It provides wiki, ticket handling and repository viewer. And you can subscribe to wiki changes RSS so you can easily publish documentation about your classes.
    4. Use framework - frameworks usually come with a set of coding concepts that ease code reuse.
    5. Communicate findings about bad practices - just talk with your colleagues and tell them how can they write better code, with examples
    6. Introduce unit testing - person that writes unit tests gets a chance to look at own code the second time, which usually means improvements and cleanups.

    And you can always switch to Ruby on Rails. It is a good example of framework that helps doing things the right way and gets in the way when you want to do something wrong.

  5. Constrained by file format? on Remote Data Access Solutions? · · Score: 1

    For me it looks like you are dealing with some kind of media data (movies?). If you are constrained by file format and unable/unwilling to split those in smaller parts use local cache servers.

    In each location provide small caching server that will rsync periodically to the main data source. Then tell users in each location to use the local server.

  6. Ok... on OpenCyc 1.0 Stutters Out of the Gates · · Score: 5, Funny

    ...but does it know Linux?

  7. Re:Included styles, aliases on Ask Håkon About CSS or...? · · Score: 1

    self.shameless_ad do

    In Ruby on Rails there is allways RCSS (http://rcss.rubyforge.org/)

    There also exists original (but less powerfull) implementation of Server-side Constants written in PHP by Shaun Innman http://www.shauninman.com/plete/2005/08/css-ssc-qu ickie/

    end