Giter Site home page Giter Site logo

klistret's Introduction

Hi, I’m @jshuter

I've been working in IT for a while. My first program was saved to Punch Cards, which were carried to the computer center and executed in a batch.

An hour later we got to see our output, which hopefully would not have failed due to a typo!

I once spent 2 days searching down a bug. It was a missing period {.}, from the end of a COBOL PERFORM statment, talk about a runwaway sentence...

More later, just ask if you want to know anything.

I’m interested in ...

travel

I’m currently learning ...

C#, ORM, .NET, git, devops, financial systems, a little AI, Black Holes, and the guitar (which I am really very bad at!).

I’m looking to collaborate on ...

teaching related projects, perhaps not even development, but something else, like mentoring, teaching, maybe learning to teach...

How to reach me ...

klistret's People

Forkers

vvz

klistret's Issues

Ivy (but a fair amount of local repo)

1. what about to support maven, so all dependencies are defined... would make 
it easier to run
2. don't have com.klistret.cmdb.ci.pojo.Relation... do i have to create this 
one by myself? IMO all required classes should be included...

Original issue reported on code.google.com by [email protected] on 1 Jul 2010 at 2:59

Marshall/Unmarshall in parallel

Unmarshalling takes about 7ms with or without validation (using JAXBContext 
pooling).  Returning a results set of 20 means that 140ms are eaten up 
sequentially dealing with JAXB.  Add another 50ms or boiler plate and the find 
method for a limit of 20 will never be better than 200ms for the client.  
Terrible given that the database call takes itself less than 7ms.

Got a suggestion to skip the UserType:
  http://stackoverflow.com/questions/8505413/parallel-resolve-of-hibernate-usertype-when-returning-via-criteria-list

Roll string data (the XML column) into either a string or streamed property 
which should speed up Hibernate (note: requires test).  Then hiding that 
property outwards (at least via REST to begin with and later via a proxy).  
Another public property (not a field) uses a static CompletionService or 
ExecuteService to handle the Hibernate property as a POJO.


Original issue reported on code.google.com by [email protected] on 15 Dec 2011 at 8:09

Search Tags

What steps will reproduce the problem?
1. Not possible to search after tags that I have created
2.
3.

An interface request.


Original issue reported on code.google.com by [email protected] on 25 Aug 2011 at 6:28

Postgresql support within Hibernate

There are no Postgresql dialects in the following class:
    com.klistret.cmdb.utility.hibernate.XPathRestriction

So that the right xpath construction is created for [http://www.postgresql.org/ 
Postgresql]

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 6:22

Asynchronous CRUD element/relation dispatching

The publish-subscribe model in Spring Integration is synchronous by default.  
Too support actions that are run in another thread than either a task 
dispatcher or pooler needs to be implemented with good documentation for 
end-users looking to run more EDA oriented.

Original issue reported on code.google.com by [email protected] on 31 May 2011 at 6:25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.