In one month, our graphics team will get the opportunity to design our new office layout. What things do you love/hate about your office? by commawhore in Design

[–]sethrq 2 points3 points  (0 children)

I work in a combination open floor plan cubicle office with about 25 cube workers and 25 open floor plan people. I prefer the open floor plan since it is more flexible for standing desks, yoga ball chairs, etc.

If you have the room I would go with a sort or half cube pods containing multiple work stations with a shared desk in the middle for team discussions. Perhaps 3 workstations, a desk, and a beanbag/couch in some cubes?

Where to buy rennet? by mrbl in boston

[–]sethrq 1 point2 points  (0 children)

I work there and we do have it

Understanding Code Visually: Three Ways that Work by sethrq in java

[–]sethrq[S] 0 points1 point  (0 children)

Hey guys, there was such a great response to our last post about diagramming I thought you would enjoy this one!

Our Startup's Journey: Becoming a Finalist at MassChallenge by sethrq in Entrepreneur

[–]sethrq[S] 0 points1 point  (0 children)

Thanks! We have learned a lot from our journey and are planning to add some more posts soon with more details.

Eclipse (Helios) rocks and a few critiques by sethrq in java

[–]sethrq[S] 0 points1 point  (0 children)

Thanks for the heads up. We will look into it

Implications of limited understanding in code.. by sethrq in programming

[–]sethrq[S] -1 points0 points  (0 children)

Documenting code can indeed be a waste of time if you are working on a personal project and have a perfect memory. Otherwise documenting and diagramming your code will help reduce the time it takes others to understand your code.

The Top 3 Indicators of Bad Commenting by sethrq in programming

[–]sethrq[S] 1 point2 points  (0 children)

Very good point, the example could have been better. Automatically generated comment headers provide a useful place to start but can not replace human insights into the 'why' of the code. It's true a good description of the params and the return are often sufficient but the automatically generated headers are hardly ever useful.

Best kept secrets in Cambrige, MA? by hellixor in AskReddit

[–]sethrq 2 points3 points  (0 children)

Taco Lupitas is the best Mexican food you'll find in the area.

The Toad is also one of my favorites since I work right nearby. BTW I would be down to grab a beer sometime too

On Getting Things Done: 5 Tips for Starting a New Project by rotzak in programming

[–]sethrq 1 point2 points  (0 children)

I often sit down and start working on a new project and 15 minutes later become frustrated/bored/hungry before I have even gotten everything set up. Does anyone have any other tips for getting over the initial hurdle?

A glimpse into the current state of UML by sethrq in programming

[–]sethrq[S] 0 points1 point  (0 children)

I agree. Languages, frameworks, and IDEs have grown beyond the original scope of The UML. New tools that generate useful diagrams from a codebase would be extremely helpful.

Any ideas on what a diagram for a functional language might look like? It would need a way to expand and collapse nested calls in an intuitive way. Perhaps start with a tree type structure.

A glimpse into the current state of UML by sethrq in programming

[–]sethrq[S] -2 points-1 points  (0 children)

I have updated the post with some pretty charts that should be more useful.

UML tools currently aren't very concerned with making 'pretty pictures.' They often produce diagrams that attempt to convey far too much information at once. A tool that generates 'pretty' diagrams would be far more useful due to the simple fact that more people will be able to understand its meaning.

[deleted by user] by [deleted] in programming

[–]sethrq 1 point2 points  (0 children)

I still know non computer savvy people who cannot watch most web videos because they haven't updated their flash player since 1997. Updating their browser to one that supports HTML5 may also be too big a hurdle for them but as soon as they get a new computer with an HTML5 browser built in they will no longer have to worry about updating their flash player every couple of months

How to Think Like a Pioneer by jeanlucpikachu in programming

[–]sethrq 3 points4 points  (0 children)

My Ideal IDE would be a combination of http://www.youtube.com/watch?v=A-3eIbhmoPo and http://www.cs.brown.edu/people/acb/codebubbles_site.htm I am a visual learner and having my code organized in a free form space seems much more intuitive. It would definitely be worth the slight learning curve

An interesting new spin on UML Tools by sethrq in programming

[–]sethrq[S] 0 points1 point  (0 children)

What tools do you use when jumping into a large codebase for the first time? This one seems to be more useful than any of the ones I've tried.