blog.arkey.frBrice's Java Tech Blog

blog.arkey.fr Profile

Blog.arkey.fr is a subdomain of Arkey.fr, which was created on 2011-03-05,making it 14 years ago.

Description:Explore Java programming and general tech topics on Brice's blog....

Keywords:Java, programming, technology, development, coding, tutorials, insights...

Discover blog.arkey.fr website stats, rating, details and status online.Use our online tools to find owner and admin contact info. Find out where is server located.Read and write reviews or vote to improve it ranking. Check alliedvsaxis duplicates with related css, domain relations, most used words, social networks references. Go to regular site

blog.arkey.fr Information

HomePage size: 18.324 KB
Page Load Time: 0.153888 Seconds
Website IP Address: 172.67.160.217

blog.arkey.fr Similar Website

Oracle Java Technologies | Oracle
java.sun.com
Oracle Java Technologies | Oracle
java.oracle.com
Java Tools Challenge: Extend Visual Studio Team Services for Java Developers or Build a Java App Us
javachallenge.devpost.com
Learn Java Programming Online Through Merit Campus Online Training In Java programming
java.meritcampus.com
Virginia Tech Daily Virginia Tech Daily Virginia Tech
hfsc.org.vt.edu
Java for Beginners, Java Programming Examples - Java Code Geeks
examples.javacodegeeks.com
Java SE Development Kit Download - Java (TM) version 6 Update 11 patches 14 vulnerabilities of previ
java-tm.software.informer.com
Charis Brice: dancer, whiner, fisher, baller.
chalkballerina.blogs.com
Tech.blog – Get your subdomain of tech.blog
straightforwardgp.tech.blog
Rezoomo Blog | Recruitment Blog | HR Blog | Career Blog
blog.rezoomo.com
Java PDF Blog | IDR
blog.idrsolutions.com
Fall Line Realty Group | Paul Kelly, Andrea Loban & Brice
search.jacksonholebrokers.com

blog.arkey.fr Httpheader

Date: Wed, 15 May 2024 20:08:21 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
last-modified: Tue, 15 Nov 2022 14:33:29 GMT
access-control-allow-origin: *
expires: Wed, 15 May 2024 18:46:03 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
x-github-request-id: 3A94:E748E:2E83F1B:300052F:66450093
Age: 0
via: 1.1 varnish
x-served-by: cache-lax-kwhp1940134-LAX
x-cache: HIT
x-cache-hits: 0
x-timer: S1715803702.701277,VS0,VE94
vary: Accept-Encoding
x-fastly-request-id: 7e729775bc056409120d188d4770ac8764c7e5f4
CF-Cache-Status: DYNAMIC
Report-To: "endpoints":["url":"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=adQweC6A37QA0bwSfoMpohAmPSGnMmf9z7paQ2o4eucoTZmMhyIBf2LggY8h19YFTR15ETgAULi2P1wUKx1LeXlq5oSX1i2XurnZ3Ypqv2eTDhEnjIegpaT3R1%2FPDBnu0lBvWxfTvaJviqRi"],"group":"cf-nel","max_age":604800
NEL:

blog.arkey.fr Meta Info

charset="utf-8"/
content="IE=edge" http-equiv="X-UA-Compatible"/
content="public" http-equiv="Cache-Control"
content="width=device-width, initial-scale=1.0, maximum-scale=1" name="viewport"/
content="Hugo 0.82.1" name="generator"
content="en_US" property="og:locale"/
content="Brice Dutheil" property="og:site_name"/
content="Brice Dutheil" property="og:title"/
content="website" property="og:type"/
content="https://blog.arkey.fr/" property="og:url"
content="Java mostly, and general tech" property="og:description"/
content="https://blog.arkey.fr/social-sharing.png" property="og:image"/
content="image/png" property="og:image:type"/
content="512" property="og:image:width"/
content="512" property="og:image:height"/
content="2022-10-16T17:08:53+0200" property="og:updated_time"/
content="summary" name="twitter:card"/
content="@BriceDutheil" name="twitter:site"/
content="Brice Dutheil" name="twitter:title"/
content="https://blog.arkey.fr/social-sharing.png"

blog.arkey.fr Html To Plain Text

Dutheil Dutheil Java mostly, and general tech Dutheil cd ~ ls posts/* grep -o series posts/* | sort -u grep -o tags posts/* | sort -u cd cool-stuff whoami © 2010 - 2022 Dutheil CC BY-SA 4.0 Switching from Disqus to Giscus (GitHub Discussions) 2022-10-16 In the story of this blog I used WordPress, and using the WordPress comments then moved to Discus as it was better at handling spam. Then I switched this blog to GitHub with first Jekyll with markdown then finally to Hugo, this worked well enough. ... ➦ Using Linux’s memfd_secret syscall from the JVM with JEP-419 2022-05-16 Linux 5.14 brought a new system call memfd_secret in order to mitigate speculative attack by preventing the kernel from being able to peek at these memory segments. Let’s use this syscall from the JVM with the JEP-419 API. A practical look at JEP-412 in JDK17 with libsodium 2021-09-04 JDK 17 is coming and with the incubating JEP-412, let’s have a practical look at this API that should supersede JNI. A practical look at JEP-389 in JDK16 with libsodium 2021-02-20 JDK 16 is coming and with the incubating JEP-389, let’s have a practical look at this API that should supersede JNI. Anonymous CompletableFuture threads with burstable pods 2020-12-11 It all started when opening a JFR recording, I noticed a very large and growing number of very short lived threads. Off-Heap memory reconnaissance 2020-11-30 Understand the RSS of a JVM leveraging the horsepower underneath ps with the help of one or two JVM diagnostic command. MaxRamPercentage is not what I wished for 2020-10-27 This entry has been marinating for most of the year 2020. I should have published this opinion way earlier maybe end of 2019, but it took me time to realise I should split a bigger piece in smaller articles that hopefully made sense on their own. ... ➦ Reads network addresses in /proc 2020-10-23 If you happen to be on a read only container that doesn’t have the usual network utilities, like netstat, ss (socket stat), lsof, etc then your only option is to leverage procfs, however procfs displays some data in hexadecimal. ... ➦ Embracing JVM unified logging (JEP-158 / JEP-271) 2020-07-28 Unified logging was introduced in JDK 9, and is available for us all, in the JDK 11 LTS. Like other great serviceability feature (jcmd or JFR) this was inspired by JRockit. ... ➦ Using JDK FlightRecorder and JDK Mission Control 2020-06-28 JDK Flight Recorder, the profiler you can use in production, continuously. Flight Recorder has been available before in the JDK, e.g. it shipped as part of the JDK 8, but to use it, it demanded a to set specific commercial VM flags to unlock FlightRecorder, this is not anymore necessary with Java 11....

blog.arkey.fr Whois

domain: arkey.fr status: ACTIVE eppstatus: active hold: NO holder-c: A22518-FRNIC admin-c: A22518-FRNIC tech-c: OVH5-FRNIC registrar: OVH Expiry Date: 2025-03-05T16:37:53Z created: 2011-03-05T16:37:53Z last-update: 2018-01-05T17:18:04Z source: FRNIC nserver: mitch.ns.cloudflare.com nserver: naomi.ns.cloudflare.com source: FRNIC key1-tag: 2371 key1-algo: 13 [ECDSAP256SHA256] key1-dgst-t: 2 [SHA256] key1-dgst: 3749FB9934C0C80170FA2C819D58C16A19EE00F209CD9FD83109660E346E6647 source: FRNIC registrar: OVH address: 2 Rue Kellermann address: 59100 ROUBAIX country: FR phone: +33.899701761 fax-no: +33.320200958 e-mail: support@ovh.net website: http://www.ovh.com anonymous: No registered: 1999-10-18T00:00:00Z source: FRNIC nic-hdl: OVH5-FRNIC type: ORGANIZATION contact: OVH NET address: OVH address: 140, quai du Sartel address: 59100 Roubaix country: FR phone: +33.899701761 e-mail: tech@ovh.net registrar: OVH anonymous: NO obsoleted: NO eppstatus: associated eppstatus: active eligstatus: not identified reachstatus: not identified source: FRNIC nic-hdl: A22518-FRNIC type: ORGANIZATION contact: ARKEY address: ARKEY address: Tour Sapporo address: 70 Rue du Javelot address: 75013 Paris country: FR phone: +33.630884567 e-mail: hm67lnllo9kkytgt7gws@r.o-w-o.info registrar: OVH anonymous: NO obsoleted: NO eppstatus: associated eppstatus: active eligstatus: not identified reachstatus: not identified source: FRNIC >>> Last update of WHOIS database: 2024-05-18T04:18:54.120857Z <<<