-
Recent Posts
- Coding Microservice From Scratch (Part 6 of 7) | JAX-RS Done Right! | Head Crashing Informatics 58
- Coding Microservice From Scratch (Part 5 of 7) | JAX-RS Done Right! | Head Crashing Informatics 57
- Coding Microservice From Scratch (Part 4 of 7) | JAX-RS Done Right! | Head Crashing Informatics 56
- Coding Microservice From Scratch (Part 3 of 7) | JAX-RS Done Right! | Head Crashing Informatics 55
- Coding Microservice From Scratch (Part 2 of 7) | JAX-RS Done Right! | Head Crashing Informatics 54
Recent Comments
Archives
- August 2022
- July 2022
- June 2022
- May 2022
- April 2022
- March 2022
- February 2022
- January 2022
- December 2021
- November 2021
- October 2021
- September 2021
- August 2021
- July 2021
- June 2021
- May 2021
- April 2021
- March 2021
- February 2021
- January 2021
- December 2020
- November 2020
- October 2020
- September 2020
- August 2020
- July 2020
- June 2020
- May 2020
- April 2020
- February 2020
- October 2019
- September 2019
- August 2019
- July 2019
- June 2019
- May 2019
- December 2018
- November 2018
- October 2018
- September 2018
- July 2018
- May 2018
- April 2018
- March 2018
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- May 2017
- April 2017
- January 2017
- September 2016
- July 2016
- May 2016
- April 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- January 2015
- December 2014
- November 2014
- October 2014
- August 2014
- July 2014
- March 2014
- February 2014
- February 2011
- January 2011
- July 2010
- April 2010
- January 2010
Categories
Meta
Tag Archives: Head Crashing
My First OpenJDK Contribution CODE DEEP-DIVE (Part 4 of 4) | Java 18 | Head Crashing Informatics 43
My first contribution to the #OpenJDK open source project, hence to #Java18 itself, improves performance of InputStream::transferTo approximately by factor 2 to 5 – at least for file-to-file transfers (socket-based transfers will follow in a later contribution). Get an in-depth … Continue reading
Posted in Java, Open Source, openjdk, Programming, Projects
Tagged Coding, Custom Build, Deep-Dive, Head Crashing, Java, Java 18, JRE, Open Source, openjdk, Programming, Review, Source Code
Comments Off on My First OpenJDK Contribution CODE DEEP-DIVE (Part 4 of 4) | Java 18 | Head Crashing Informatics 43
My First OpenJDK Contribution CODE DEEP-DIVE (Part 3 of 4) | Java 18 | Head Crashing Informatics 41
My first contribution to the #OpenJDK open source project, hence to #Java18 itself, improves performance of InputStream::transferTo approximately by factor 2 to 5 – at least for file-to-file transfers (socket-based transfers will follow in a later contribution). Get an in-depth … Continue reading
Posted in Java, Open Source, openjdk, Programming, Projects
Tagged Coding, Custom Build, Deep-Dive, Head Crashing, Java, Java 18, JRE, Open Source, openjdk, Programming, Review, Source Code
Comments Off on My First OpenJDK Contribution CODE DEEP-DIVE (Part 3 of 4) | Java 18 | Head Crashing Informatics 41
My First OpenJDK Contribution CODE DEEP-DIVE (Part 2 of 4) | Java 18 | Head Crashing Informatics 36
My first contribution to the #OpenJDK open source project, hence to #Java18 itself, improves performance of InputStream::transferTo approximately by factor 2 to 5 – at least for file-to-file transfers (socket-based transfers will follow in a later contribution). Get an in-depth … Continue reading
Posted in Java, Open Source, openjdk, Programming, Projects
Tagged Coding, Custom Build, Deep-Dive, Head Crashing, Java, Java 18, JRE, Open Source, openjdk, Programming, Review, Source Code
Comments Off on My First OpenJDK Contribution CODE DEEP-DIVE (Part 2 of 4) | Java 18 | Head Crashing Informatics 36
Recording from EclipseCon 2021: JAX-RS 3.1 New Features
If you missed my live presentation of JAX-RS 3.1 New Features at EclipseCon 2021, you can find the video recording here: Stay safe and… Party On!
Posted in Cons, Jakarta EE, Java, Open Source, Programming, Projects, Standards
Tagged Coding, Head Crashing, Java, JAX-RS, JAX-RS 3.1, Open Source, Programming
Comments Off on Recording from EclipseCon 2021: JAX-RS 3.1 New Features
My First OpenJDK Contribution CODE DEEP-DIVE (Part 1 of 4) | Java 18 | Head Crashing Informatics 36
My first contribution to the #OpenJDK open source project, hence to #Java18 itself, improves performance of InputStream::transferTo approximately by factor 2 to 5 – at least for file-to-file transfers (socket-based transfers will follow in a later contribution). Get an in-depth … Continue reading
Posted in Java, Open Source, openjdk, Programming, Projects
Tagged Coding, Custom Build, Deep-Dive, Head Crashing, Java, Java 18, JRE, Open Source, openjdk, Programming, Review, Source Code
Comments Off on My First OpenJDK Contribution CODE DEEP-DIVE (Part 1 of 4) | Java 18 | Head Crashing Informatics 36
Again on Adam Bien’s airhacks.fm #84 | Podcast | Interview | Background Report
Adam Bien called me once more and asked for another interview for his #airhacks.fm #podcast series (https://airhacks.fm/). This time we had a nice chat about JAX-RS in particular, and some other topics. In case you missed the original streaming, by … Continue reading
Posted in General, Interviews, Jakarta EE, Java, Open Source, Programming, Projects
Tagged Adam Bien, airhacks.fm, Background Report, Coding, Head Crashing, interview, Java, JAX-RS, Programming
Comments Off on Again on Adam Bien’s airhacks.fm #84 | Podcast | Interview | Background Report
I’m on Adam Bien’s airhacks.fm #82 | Podcast | Interview | Background Report
Adam Bien called me some months back and asked for an interview for his #airhacks.fm #podcast series (https://airhacks.fm/). I was rather excited about this honour and gave him a background report, how I came to programming, and my way from … Continue reading
Posted in General, Interviews, Jakarta EE, Java, Open Source, Programming, Projects
Tagged Adam Bien, airhacks.fm, Background Report, Coding, Head Crashing, interview, Java, Programming, Sinclair ZX Spectrum 48K
Comments Off on I’m on Adam Bien’s airhacks.fm #82 | Podcast | Interview | Background Report
I DOUBLED InputStream Performance! | The Two Minutes Tuesday 029 | Java Inside
I was asked how far my contribution to #OpenJDK is: While I am still working on edge cases, performance of InputStream::transferTo is already doubled (!!!) and I think that in one of my next videos I can show you the … Continue reading
Posted in Java, Open Source, Programming, The Two Minutes Tuesday
Tagged Coding, Head Crashing, InputStream::transferTo, Java, nio, openjdk, performance, Programming
Comments Off on I DOUBLED InputStream Performance! | The Two Minutes Tuesday 029 | Java Inside
OpenJDK Live Hacking | The Two Minutes Tuesday 028 | Core #Java
In my LIVE SHOW #ToniteWithMe on next Friday, 20:00 CDE, you can take a look inside of the #OpenJDK team: Roman Kennke, the lead of Shenandoah GC, will talk with me about his work on the #JVM! Ask you own … Continue reading
Posted in Java, Open Source, Programming, The Two Minutes Tuesday
Tagged Coding, GC, Head Crashing, Java, jvm, Live Stream, openjdk, Programming
Comments Off on OpenJDK Live Hacking | The Two Minutes Tuesday 028 | Core #Java
Compiling my own JDK! | Modern Java | Head Crashing Informatics 34
I am sick of several #performance flaws of the #JRE, so I downloaded the source code of #OpenJDK 17 and compiled my own custom #Java runtime! If you also want to do that, just follow the instructions in this video … Continue reading
Posted in Java, Open Source, Programming
Tagged Coding, Compile, Custom Build, Head Crashing, Java, Java 17, JRE, openjdk, Programming, Tutorial
Comments Off on Compiling my own JDK! | Modern Java | Head Crashing Informatics 34
You must be logged in to post a comment.