
blog.orfjackal.net
Esko LuontolaButterflies are random thoughts people have. They live. They die. They are pointless.
http://blog.orfjackal.net/
Butterflies are random thoughts people have. They live. They die. They are pointless.
http://blog.orfjackal.net/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Saturday
LOAD TIME
1.8 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
18
SSL
EXTERNAL LINKS
33
SITE IP
172.217.6.83
LOAD TIME
1.831 sec
SCORE
6.2
Esko Luontola | blog.orfjackal.net Reviews
https://blog.orfjackal.net
Butterflies are random thoughts people have. They live. They die. They are pointless.
Esko Luontola: 2012-05
http://blog.orfjackal.net/2012_05_01_archive.html
Butterflies are random thoughts people have. They live. They die. They are pointless. Passing Contract Tests While Refactoring Them. In my last blog post. I explained how I at one time created a new implementation to pass the same contract tests. One option would have been to refactor the whole contract test class before starting to implement it, but that goes against my principles of doing changes in small steps and having fast feedback loops. So the approach I tried is as follows:. Inspect the contract...
Esko Luontola: 2013-02
http://blog.orfjackal.net/2013_02_01_archive.html
Butterflies are random thoughts people have. They live. They die. They are pointless. Faster JUnit Tests with Jumi Test Runner and Class Loader Caching. Version 0.4 adds JUnit backward compatibility, so that Jumi can run existing JUnit tests out-of-the-box. All testing frameworks that can be run with JUnit may also be run on Jumi, so there is a low barrier of entry. According to earlier experiences of parallelizing JUnit. For a fairly optimized unit-test set, expect little or no gain - maybe 15-20%.".
Esko Luontola: 2014-10
http://blog.orfjackal.net/2014_10_01_archive.html
Butterflies are random thoughts people have. They live. They die. They are pointless. Continuous Discussion: Agile, DevOps and Continuous Delivery. Two days ago I participated in a online panel discussing Agile, DevOps and Continuous Delivery. The panel consisted of 11 panelists and was organized by Electric Cloud. What are/were your big Agile obstacles? What does DevOps mean to you? What is Continous Delivery? What does it take to get there? You can watch a recording of the session. Links to this post.
Esko Luontola: 2014-12
http://blog.orfjackal.net/2014_12_01_archive.html
Butterflies are random thoughts people have. They live. They die. They are pointless. How to maintain the balance between adding new features and refactoring existing code? Here are some rules of thumb for choosing when to refactor and how much. Refactoring is the process of improving the code's design without affecting its functionality. Is it possible to over-refactor? I don't think that code can ever be "too clean", and following the four elements of Simple Design. After getting a test to pass. Enough...
Continuous Discussion: Agile, DevOps and Continuous Delivery « Esko Luontola
http://blog.orfjackal.net/2014/10/continuous-discussion-agile-devops-and.html
Butterflies are random thoughts people have. They live. They die. They are pointless. Continuous Discussion: Agile, DevOps and Continuous Delivery. Two days ago I participated in a online panel discussing Agile, DevOps and Continuous Delivery. The panel consisted of 11 panelists and was organized by Electric Cloud. What are/were your big Agile obstacles? What does DevOps mean to you? What is Continous Delivery? What does it take to get there? You can watch a recording of the session.
TOTAL PAGES IN THIS WEBSITE
18
Projects « ORFJackal.NjET
http://www.orfjackal.net/projects
I started programming in 2000 and since then I've created tens of projects. Here are some of the more successful side projects that I've worked on. A more comprehensive list can be found under my GitHub profile. Backport of Java 8's lambdas. To be able to use the long-awaited lambda expressions also on older JVMs, I wrote this tool that converts them to anonymous classes which will run on Java 7 and below. Actor library for Java. Test runner for JVM. Screencasts of TDD in the long run. Was released, I wr...
Quantum Leap: The JVM finally moving forward
http://quantleap.blogspot.com/2012/04/jvm-finally-moving-forward.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Saturday, 28 April 2012. The JVM finally moving forward. After almost a year of delay, Java 7 has been officially released for the Mac. See Java 7 Mac OS X download. In order to use it in Eclipse and others, bear in mind that the PATH is now:. Library/Java/JavaVirtualMachines/1.7.0.jdk/Contents. This is my /etc/hosts. 255255.255.255 broadcasthost. Fellow twe...
Quantum Leap: November 2011
http://quantleap.blogspot.com/2011_11_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Sunday, 6 November 2011. This weekend I've been trying to write some microbenchmarks and discovered a large differences between different implements of the same problem: create a list of 10 million objects and print only the ones that are modulo of a million. Subscribe to: Posts (Atom). View my complete profile. Scala maven intellij ide java. Fellow tweeter ...
Quantum Leap: Rename a GIT project in GitHub
http://quantleap.blogspot.com/2011/12/rename-git-project-in-github.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Saturday, 3 December 2011. Rename a GIT project in GitHub. It is now supported to rename projects in GitHub. Go to project admin, and rename. Then, in your local .git project, simple edit your '.git/config' file. Url = g.@github.com:fractal/old-name.git. Now just change old-name to new name, save and push. 18 March 2013 at 15:10. View my complete profile.
Quantum Leap: December 2011
http://quantleap.blogspot.com/2011_12_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Sunday, 11 December 2011. Understanding the JVM, concurrency and GC. A great collection of links and presentations on Java Virtual Machine and why understanding how it works is critical. First, let's start with HotSpot. Armed with this knowledge, we are then ready to take on the mammoth paper " What every programmer should know about memory. Finally, I have ...
Quantum Leap: October 2011
http://quantleap.blogspot.com/2011_10_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Sunday, 23 October 2011. The costs of concurrency and the actor model. I was interested to understand more about how actors are implemented in Erlang. In an old but still relevant article, an argument is raised:. So how expensive it really is to create a Thread in java these days? Peter Lawrey, writer of the excellent Vanilla Java blog. Essentially, Erlang u...
Quantum Leap: November 2010
http://quantleap.blogspot.com/2010_11_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Saturday, 13 November 2010. Building Scala applications with SBT Idea. Intellij IDEA is a great tool for Scala Developers. A couple of days ago I attended a great event of the London Scala User Group where, Richard Hallaway, Phill Wills and Maciej did a very good intro to this tool. First, you'll need the great SBT (Simple Build Tool),. After you setup SBT.
Quantum Leap: July 2010
http://quantleap.blogspot.com/2010_07_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Wednesday, 14 July 2010. Scala 2.8.0 FINAL released. The long awaited Scala 2.8.0 has been released today (just in time for my dissertation! The list of new features is gigantic, and thoroughly deserves a 3.0 release, but due to distribution issues, the version upgrade is just minor. In the Scala website. This is a great day for the growing Scala community!
Quantum Leap: October 2010
http://quantleap.blogspot.com/2010_10_01_archive.html
On Scala, Functional Programming, Distributed Computing, architecture, DDD, DevOps and building resilient large scale distributed financial systems. Sunday, 31 October 2010. Scala just pushed Play in web development. Until recently, Scala only had Lift has a successful web framework. Meanwhile, the ruby gang has hundreds of them, more importantly ruby on rails, Sinatra and others. But things are changing fast in the scala world. While scalatra. Scala just pushed Play! Wednesday, 13 October 2010. Scala 2&...
TOTAL LINKS TO THIS WEBSITE
33
Orez.Org
Sub Child Category 1. Sub Child Category 2. Sub Child Category 3. This is default featured slide 1 title. Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions. This is default featured slide 2 title. Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions. This is default featured slide 3 title. Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions. IT Devel...
OREZZO.COM 's Blog
2010 年 6 月. 2010 年 5 月. 2010 年 2 月. 2010 年 1 月. 2009 年 12 月. 2009 年 11 月. 2009 年 10 月. 2009 年 6 月. 2009 年 5 月. 2009 年 4 月. OREZZO.COM 's Blog. IE8で、 お使いのコンピューターを保護するため Internet Explorer はこの Web ページを閉じました。 Posted by 管理者 in Internet explorer. 06 2nd, 2010. あるサイトを、Internet Explorer 8 以下、IE8 で閲覧しようとすると、. お使いのコンピューターを保護するため Internet Explorer はこの Web ページを閉じました。 正しく機能しないアドオンまたは悪意のあるアドオンが存在するため、Internet Explorer はこの Web ページを閉じました。 Internet explorer の [ツール] メニューの [インターネット オプション] をクリック。 05 6th, 2010. 05 5th, 2010.
Blog - Orfis Ofis Mobilyaları
Ofis Mobilyası seçimi ve ürün incelemeleri. Şubat 17, 2017. Çalışan Verimini Arttırmanın 6 Etkili Yolu. JLL’nin araştırmasına göre, çalışanların verimini arttırmak fiziksel ve mental olumsuzlukları en az seviyeye indirmek isteyen işverenlerin mutlaka dikkate alması gereken altı somut sürdürülebilirlik çözümü şöyle sıralanıyor : 1) Havayı temiz tutun Ofislerdeki havanın temizliği çalışanları birebir etkiliyor.Ofis ortamında karbondioksit oranının…. Şubat 17, 2017. Ofis Yaşamında Egzersizin Önemi. Toplantı...
Orfit Blog
Splint in the Spotlight Short Thumb Spica (Opponens) Splint. 3 August, 2015 Tags: Short Thumb Spica Splint. Splint in the Spotlight. Categorised in: Physical Rehabilitation. Our Orfit blog shares information and instructions in matching our thermoplastic materials to orthotic designs. Please check back frequently to gain inspiration and ideas in orthotic fabrication for all of your. Splint Design: Short Thumb Spica (Opponens) Splint. Objective of the splint: Positioning of the thumb in functional position.
Orfium
3 Ways to Promote Your Music on Social Media Without Exhausting Your Followers. Social media is the closest thing to free advertising artists can have. It’s very easy to post, answer questions, and share your music and music friends’ music to create a following and network of genre-based music. It’s also easy to fatigue your followers. Genuinely post about your new track or something exciting that happened to you as an artist. If you’re excited, you should be - but don’t flood their newsf...Even if your ...
Esko Luontola
Butterflies are random thoughts people have. They live. They die. They are pointless. Can be a very chaotic experience which throws you in the middle of an overwhelming pile of technology. But if you survived it and are willing to learn the things properly at your own pace, this post outlines some pointers. It's easy to get started in making websites, but as soon as you enter the territory of programming logic, the learning curve rises sharply. You should be aware of your motives that. Though you can lea...
blog.orflex.sk
Hideg januári reggel volt amikor egy ember megállt egy Washington DC-i metróállomáson és hegedülni kezdett. Hat Bach darabot játszott, összesen negyvenöt percen keresztül. Ezalatt az idő alatt több mint ezer ember fordult meg az állomáson, legtöbben a munkahelyükre igyekeztek a csúcsforgalomban. A 45 perces előadás alatt csak 6 ember állt meg zenét hallgatni. Nagyjából 20-an adtak pénzt, de közben le sem lassítottak. Összesen 32 $ gyűlt össze. Amikor vége lett a zenének, és elcsendesedett az ...A járókel...
The blog of David Brakeacademic, consultant & journalist
Weblog on the Internet and public policy, journalism, virtual community, and more from David Brake, a Canadian academic, consultant and journalist. Valuable new research on inequalities in online participation. Filed under: About the Internet. Best of blog.org. Digital divide (developed countries). Digital divide (developing countries). And one of my favourite scholars, Eszter Hargittai. Imagine how much better Wikipedia could be if the knowledge, interests and experiences of the 92% of non-editors could...
Darmowe blogi eksperckie - Profesjonalne blogi | Kolejna witryna oparta na WordPressie
Kolejna witryna oparta na WordPressie. Nowe szablony na blogi! Specjalnie dla Was dodaliśmy dziś 300 nowych super szablonów na blogi. Od teraz możecie wybrać na swój blog jeden z pośród 350 atrakcyjnych szablonów bloga. Aktualizacja, czystki i plany na przyszłość. Zrobiliśmy dziś spore czystki wśród starych i zaniedbanych blogów oraz usunęliśmy wszystkie spamerskie blogi z platformy Blog.org.pl. Wierzymy, że działania te przyniosą pozytywne efekty dla. 8211; Darmowe blogi dla ekspertów. 2010-2018 - darmo...
Neubau-Blog
Unser neues Haus…. Dezember 21st, 2006. Heute wurde der Rohbau fertig gestellt. Das Dach wurde mit einer Folie verschlossen, so dass es nun nicht mehr ins Haus hineinregnet oder -schneit. Zuvor wurde aber das letzte Teilstück des Schornsteins ins Haus eingesetzt. Ebenso wurde die Mauerarbeiten am gesamten Gebäude abgeschlossen – der letzte Tag der Maurer auf unserer Baustelle. Dezember 19th, 2006. Dezember 16th, 2006. Heute wurden der erste Teil der Dachbalken und -pfetten auf das Haus gesetzt. Nachdem d...
HTML5 Apps and Productivity | Simple HTML5 apps, which help
HTML5 Apps and Productivity. Simple HTML5 apps, which help. Skip to primary content. Skip to secondary content. August 9, 2015. No Comments ↓. Some news on the platform. API updates and two new software releases are out. Summer is progressing nicely! Continue reading →. WebSummit: orga.zone in Ireland in November. July 22, 2015. No Comments ↓. We are proud to be accepted into the Alpha Program of the WebSummit in Dublin this year. Continue reading →. AppCache Manifest: your way without the AppStore.
SOCIAL ENGAGEMENT