Skip to main content

Home/ InnoDev/ Group items tagged work

Rss Feed Group items tagged

Peter Vojtek

Software delivery is fundamentally broken? | Markus Gärtner - 1 views

  •  
    Cognitive dissonance is the most often cited reason for claims for independent testing teams. IF the tester is part of the development team that created the product, then he will be biased to confirm the product is working.
Jozef Fulop

Does the GIL Make Your Ruby Code Thread-Safe? - 1 views

  •  
    out of 5 dentists agree that multi-threaded programming is hard to get right. At the end of the day, all that the GIL guarantees is that MRI's native C implementations of Ruby methods will be executed atomically (but even this has caveats). ... So the GIL doesn't 'solve' thread-safety issues. ... One way that we work with hard problems is with good abstractions. ... We're seeing more and more abstractions around threads. An approach that's catching on in the Ruby community is the Actor model of concurrency, with the most popular implementation being Celluloid. Celluloid provides a great abstraction that marries concurrency primitives to Ruby's object model. Celluloid can't guarantee that your code will be thread-safe or free from race conditions, but it wraps up best practices. I encourage you give Celluloid a try.
Michal Holub

5 Ways to Make Your To-Do Lists More Effective - 0 views

  •  
    1. write it the night before 2. qualify the contents 3. assign time estimates 4. use sections 5. re-evaluate items you've put off
Michal Holub

The three biggest workplace distractions - 1 views

  •  
    - "...it seems most office workers would rather be in an office..." - "...89% -- said they are most productive when working alone"
Jozef Fulop

Responsible Refactoring - Naildrivin' - 1 views

  •  
    I'm not going to be talking about the third step of the TDD cycle. Refactoring code that's in development and not currently running on production is something you must absolutely do. Work clean, and write clean code. What we're talking about is changes to existing, running code.
Peter Vojtek

Inside India's Aadhar, The World's Biggest Biometrics Database - 0 views

  •  
    So why did Aadhar engage with MongoDB in the first place and will it continue working with the startup? Sudhir Narayana, assistant director general at Aadhar's technology center, told me that MongoDB was among several database products, apart from MySQL, Hadoop and HBase, originally procured for running the database search. Unlike MySQL, which could only store demographic data, MongoDB was able to store pictures. However, Aadhar has been slowly shifting most of its database related work to MySQL, after realizing that MongoDB was not being able to cope with massive chunks of data, millions of packets.
Jozef Fulop

How to be an open source gardener - 0 views

  •  
    I do a lot of work on open source, but my most valuable contributions haven't been code. Writing a patch is the easiest part of open source. The truly hard stuff is all of the rest: bug trackers, mailing lists, documentation, and other management tasks. Here's some things I've learned along the way...
Peter Vojtek

What do the best computer programmers have in common? - 3 views

  •  
    vysvetlenie preco nie je velmi vhodne, aby office-management a programatori boli v jednej miestnosti a zvonenie telefonov a postarka vyrusovali tych, ktorych naplnou prace je najma programovat: top performers overwhelmingly worked for companies that gave their workers the most privacy, personal space, control over their physical environments, and freedom from interruption. Sixty-two percent of the best performers said that their workspace was acceptably private, compared to only 19 percent of the worst performers
Peter Vojtek

Working with Queue and Stack people - 0 views

  •  
    My colleague and friend Clinton told me once about himself (I'm paraphrasing): "I'm a stack, not a queue". This is not a post about queue and stack data structures, but about people and their behavior biases toward task management.
Peter Vojtek

Identification for Development: The Biometrics Revolution - 2 views

  •  
    analyza a suhrn mnohych biometrickych projektov
Juraj Visnovsky

Quick, Draw! - 2 views

  •  
    This is a game built with machine learning. You draw, and a neural network tries to guess what you're drawing. Of course, it doesn't always work. But the more you play with it, the more it will learn.
Stano Bocinec

The Internals of PostgreSQL for DBAs and developers - 1 views

  •  
    PostgreSQL is an open source multi-purpose relational database system which is widely used throughout the world. It is one huge system with the integrated subsystems, each of which has a particular complex feature and works with each other cooperatively. Although understanding of the internal mechanism is crucial for both administration and integration using PostgreSQL, its hugeness and complexity prevent it.
Peter Vojtek

Zappos says goodbye to bosses - 1 views

  •  
    The customer-service obsessed company calls its executives "monkeys," has staffers ring cowbells to greet guests, and offers new employees cash to quit as a way to test their loyalty. The Las Vegas-based retailer is now going even more radical, introducing a new approach to organizing the company. It will eliminate traditional managers, do away with the typical corporate hierarchy and get rid of job titles, at least internally.
Michal Holub

Google's Tel Aviv office - photos - 0 views

  •  
    Google's Tel Aviv office has a Lego room, a music room, a full gym, a slide between floors, a rooftop deck overlooking the Mediterranean Sea, and much more.
Peter Vojtek

Liveness Detection SDK - 0 views

  •  
    SDK na detekovanie ci je prst zivy iba z obrazku odtlacku prstu. takmer vobec nevyvetluju ako to funguje (algorithms work by exploiting the fundamental image differences between a live fingerprint and a spoof), ani neuvadzaju aku maju accuracy, takze osobne som k tomu dost skepticky.
Peter Vojtek

praca pri pocitaci: What Happens When You Stand For 2 Years - 2 views

  •  
    namiesto sedenia pri pocitaci stoji.
Peter Vojtek

Decorellated Errors and Meetings - 1 views

  •  
    uryvok z knizky Thinking, Fast and Slow od D. Kahnemana: "The principle of independent judgments (and decorrelated errors) has immediate applications for the conduct of meetings, an activity in which executives in organizations spend a great deal of their working days. A simple rule can help: before an issue is discussed, all members of the committee should be asked to write a very brief summary of their position. This procedure makes good use of the value of the diversity of knowledge and opinion in the group. The standard practice of open discussion gives too much weight to the opinions of those who speak early and assertively, causing others to line up behind them."
Stano Bocinec

The world needs "invisible" people - 1 views

  •  
    "It's what the movie studios want for their products, it's what professional writers want for their work, it's what newspapers want - hell, it's what everyone wants: attention. Attention is power." So wrote the actor James Franco in an article on the selfie phenomenon in The New York Times last winter.
1 - 20 of 26 Next ›
Showing 20 items per page