All Links

Hibernate Fetching Strategies

www.sachtechnologies.com/blogs/?p=465:hibernate-f…

Hibernate Fetching Strategies

java added 17 mins ago

Git More! Take your Git Skills to the Next Level

jglobal.com/git-more/

Git is a powerful system, but too many developers use it like a souped-up version of SVN. It’s so much more, that it’s not really quite fair to compare the two in some ways. This article contains links to some of the mo…

how-to methodology tools added 1 hour ago

Building Worlds With Distance Functions in GLSL (Raymarching)

www.geeks3d.com/20130524/building-worlds-with-dis…

Some time ago, I found this page: Modeling with distance functions by GLSL wizard iq. This page contains many ready-to-use functions to create primitives in GLSL. Ready-to-use functions… only if you have a pixel shader …

how-to methodology tools added 3 hours ago

C Programming Techniques: integer type optimization

www.embeddedrelated.com/showarticle/176.php

I am currently working on a voltage controller running on a ATMEGA328P, ATMEL AVR 8 bits microcontroller. The controller logic is implemented in the main() routine and relies on a periodical timer whose frequency is fix…

how-to methodology tools added 3 hours ago

Game of Life — Using Threads and Lists, Part 3

www.drdobbs.com/parallel/game-of-life-using-threa…

If I'm programming my list-based version of Game of Life in the real world, how can I parallelize it when I am using a third-party provided data structure?

how-to methodology tools added 3 hours ago

Elixir v0.9.0 released

elixir-lang.org/blog/2013/05/23/elixir-v0-9-0-rel…

While Programming Elixir was being announced, we have been working on Elixir v0.9.0 which is finally out. This release contains new features, important performance optimizations and bug fixes.

announcement news tools added 3 hours ago

ydiff: Structural Comparison of Programs

yinwang0.wordpress.com/2012/01/03/ydiff/

I have been imagining a world where programs are not represented as text, but as data structures. They will be edited not with text editors, but with structural editors, which create and manipulate the abstract syntax t…

how-to methodology tools added 3 hours ago

Language Design Deal Breakers

sebastiansylvan.wordpress.com/2013/05/25/language…

I’m a bit of a programming language nerd. I love to learn new languages. That said, I spend most of my days writing C++. It’s a truly awful language, with many warts and problems, but I know it well and with enough effo…

methodology opinion tools added 3 hours ago

If Edgar Allan Poe wrote JavaScript

blog.anguscroll.com/if-edgar-allen-poe-wrote-java…

Once upon a midnight dreary, while I struggled with JQuery, Sighing softly, weak and weary, troubled by my daunting chore, While I grappled with weak mapping, suddenly a function wrapping formed a closure, gently trappi…

javascript methodology opinion tools added 3 hours ago

aliasing in c

port70.net/~nsz/44_alias.html

I've seen a horrible but informative article on reddit about the brokenness of floating-point handling in mysql (or mariadb or whatever) . Unfortunately among the many ugly mistakes and bugs revealed by the article one …

how-to methodology tools c c++ added 3 hours ago

On Languages, VMs, Optimization, and the Way of the World

blog.headius.com/2013/05/on-languages-vms-optimiz…

I shouldn't be up this late, but I've been doing lots of thinking and exploring tonight.

how-to methodology tools added 3 hours ago

readable_lisp · GitHub

github.com/boxed/readable_lisp

Readable Lisp

news open-source tools added 3 hours ago

Distributed Locking: When to use it? How?

scalingsystems.com/2013/05/07/distributed-locking…

One of the common problems faced by anyone building large scale distributed systems:  how to ensure that only one process (replace this with: worker, server or agent) across a fleet of servers acts on a r…

how-to methodology tools added 3 hours ago

MySQL and Data Truncation : A descent into IEEE hell

www.ahristov.com/tutorial/Blog/MySQL%2Band%2BData…

After upgrading a MySQL installation to MySQL 5.0.23a and to Connector/J 5.0.3 I started getting wierd data truncation exceptions everywhere. After some digging, I found that Connector/J had turned on a "strict JDBC com…

database how-to methodology tools added 3 hours ago

OLAP for Web-scale Analytics Products

www.systemswemake.com/papers/avatara

The highlight of this system is a clear separation of the cube computation engine and the query serving engine of this OLAP system. Another newness is the use of a key value store, Voldemort, to fetch the results of que…

how-to methodology added 3 hours ago

PyGreen – The Simplest Static Web Site Generator Ever For Python Programmers

butterflyprogramming.neoname.eu/pygreen-the-simpl…

I’m using Github Pages since a long time now. I always thought it was a good idea because a lot of small web sites (like open-source project home pages as example) do not need a complete CMS. Static web sites …

announcement news python tools added 3 hours ago

Introducing JSR-352 - Batch Applications for the Java Platform

www.planetjones.co.uk/blog/25-05-2013/introducing…

All long running batch jobs have some common characteristics too e.g. handling and recovering from failure. Historically Java EE standardises what has already become a good idea elsewhere; JSR-352 seems no different in …

how-to java server standards added 4 hours ago

Using SQLite in your Android App

cleancodedevelopment-qualityseal.blogspot.com/201…

practical, reusable, well UML-documented solution, Design where the responsibilities were cleary separeted, making it easy to understand it without beeing to complex.

database eclipse how-to mobile added 6 hours ago

Extract Github Issue tracker data with minimal fuss

www.rickwagner.blogspot.com/2013/05/extract-issue…

Do you want to extract just parts of Github Issue trackers? This post gives you a quick (and very understandable) way to do it.

how-to added 6 hours ago

Use Predicate Methods to Stop Writing For...Each Loops

visualstudiomagazine.com/articles/2013/05/01/use-…

Predicate methods allow you to separate the criteria you're using to test items in a collection from the code that processes the collection. You may never write a For...Each loop again.

how-to methodology tools added 7 hours ago

Let us talk about “Quality Bars”

blogs.msdn.com/b/willy-peter_schaub/archive/2013/…

When we talk about quality bars, we are not talking about the phenomenal gems such as the Kalahari Oasis in the Mabalingwe game reserve, which I visited and thoroughly enjoyed on more than a couple of hot days under the…

methodology opinion tools added 7 hours ago

Fundamentals of Good Gaming

blogs.msdn.com/b/brunoterkaly/archive/2013/05/22/…

I found this one walkthrough particularly clear about what makes a great game. I wrote down some notes just to see who could call these things out if I asked them. I am not sure I could have but these are some great dis…

how-to methodology tools added 7 hours ago

Understanding The LightSwitch HTML Client Visual Collection

lightswitchhelpwebsite.com/Blog/tabid/61/EntryId/…

To maximize performance, all applications must properly manage the flow of data. When dealing with an entity (one row of data), Visual Studio LightSwitch transfers the entire entity from the data layer to the client, th…

how-to methodology tools added 7 hours ago

OData Apps in Update 2–Querying data from Stack Overflow

blogs.msdn.com/b/rmattsampson/archive/2013/05/23/…

I want a way to keep track of questions that people have about LightSwitch.  And I want it to primarily use it on my mobile devices.

how-to methodology tools added 7 hours ago

Weston on Raspberry Pi Accelerated

ppaalanen.blogspot.com/2013/05/weston-on-raspberr…

Raspberry Pi is a nice tiny computer with a relatively powerful VideoCore graphics processor, and an ARM core bolted on the side running Linux. Around October 2012 I was bringing Wayland to it, and in November the Westo…

hardware how-to methodology tools added 8 hours ago

Why Yahoo! Buying Tumblr Is Not Great For NYC's Tech Scene

www.forbes.com/sites/ciocentral/2013/05/24/why-ya…

For years we’ve been hearing about how the ascendant tech startup scene in NYC is going to rival Silicon Valley’s tech-hegemony. It’s a story the mainstream media has run with hard because, after all, NYC is the apex fo…

opinion trends web-services added 8 hours ago

Designing blogs for readers

mattgemmell.com/2013/05/22/designing-blogs-for-re…

I’ve been blogging for almost eleven years, and I’ve been writing at this domain for almost nine. In that time, I’ve used several different blogging platforms (blosxom, b2, one I made myself called Thistle, WordPress, a…

how-to methodology tools added 8 hours ago

Build a lead capture page with Meteor and MongoDB in minutes

blog.mongolab.com/2013/05/build-your-own-lead-cap…

Meteor is a framework for building real-time client-server applications in JavaScript. It is build from the ground up to work with MongoDB – a JSON database which gives you storage that’s idiomatic for Ja…

database how-to tools added 8 hours ago

Myth: Scaling is a good problem to have

www.intelliot.com/2013/05/scaling-myth/

People often say that scalability is something you should ignore until it starts becoming a problem.

methodology opinion tools trends added 8 hours ago

The Last Responsible Moment

www.blossom.io/blog/2013/05/24/the-last-responsib…

Paradoxically, it’s possible to make better decisions by not deciding. I’m a world class procrastinator, so what’s to stop me from reading this as carte blanche? Why do today what I can put off until tomorrow?

how-to methodology tools added 8 hours ago
345 Links

My Filters

Sign in to view your filters.

Related Tags

About  |  FAQ  |  feedback