Friday, January 29, 2021

Visualizing Networks in Python, Time slots and more...

IntelliJ IDEA 2021.1 EAP 1: Support for Java 16, WSL 2 Support, Run Targets, and More

MICROMETER. YMNNALFT: Dimensional Metrics Accumulation with Micrometer

Source:

"there are all sorts of things to count and quantify:
  • how many people have clicked the 'check out' button?
  • How many people have signed up?
  • How long are requests to a particular endpoint taking?
  • How many people are experiencing errors?
  • What is the average time for a given request? (Or, more usefully, what's the 99th percentile of a given request?
  • Bob, did you get your TPS reports in? Oh _ c'mon_, Bob! We talked about this! You said you'd get it in by close-of-business Tuesday, you absolute scoundrel! "

Spring Batch on Kubernetes: Efficient batch processing at scale

Tuesday, January 26, 2021

CKS Exam Series #6 Users and CertificateSigningRequests

Linux Mint hacked

Chromium Wars...

What is Dark Matter?

how-to-install-docker-on-ubuntu-20-04

Gravitational Waves Discovered at Long Last

The Black Hole Information Paradox Comes to an End

https://www.quantamagazine.org/the-black-hole-information-paradox-comes-to-an-end-20201029/

"Any further progress would have to treat gravity, too, as quantum.

That is what the authors of the new studies dispute. They have found additional semiclassical effects — new gravitational configurations that Einstein's theory permits, but that Hawking did not include. Muted at first, these effects come to dominate when the black hole gets to be extremely old."

Scaling Kubernetes to 7,500 Nodes

How to set up SSH dynamic port forwarding on Linux

Saturday, January 23, 2021

Blastar for HTML5: a web version of Elon Musk's 1984 video game (BASIC and C/C++ at the beginning of his career)

What is a quark?

Schrödinger's cat story...

Reactive programming marvel story...

Source:
https://en.m.wikipedia.org/wiki/Reactive_programming

"In computingreactive programming is a declarative programming paradigm concerned with data streams and the propagation of change. With this paradigm it is possible to express static (e.g., arrays) or dynamic (e.g., event emitters) data streams with ease, and also communicate that an inferred dependency within the associated execution model exists, which facilitates the automatic propagation of the changed data flow."

a := b +c
"in reactive programming, the value of a is automatically updated whenever the values of b or c change" 

"Reactive programming has been proposed as a way to simplify the creation of interactive user interfaces and near-real-time system animation.

For example, in a model–view–controller (MVC) architecture, reactive programming can facilitate changes in an underlying model that are reflected automatically in an associated view."


The representation of objects can be updated via functions near-real-time... 

It looks like the difference between experts and entrepreneurs in Dilbert's story... :-) 


Source:

https://dilbert.com/strip/2021-01-15

HTML5 fascinating story...

Friday, January 22, 2021

State Watch

Stream (Java SE 11 & JDK 11 ). Generate a stream from a supplier... etc.

Generating a [stream] of Fibonacci numbers

Java News! GraalVM, Quarkus, Spring etc.

Convert your Windows install into a VM on Linux

Quantum physics: our study suggests objective reality doesn't exist

Source:

"We have now for the first time performed this test experimentally at Heriot-Watt University in Edinburgh on a small-scale quantum computer made up of three pairs of entangled photons. The first photon pair represents the coins, and the other two are used to perform the coin toss – measuring the polarisation of the photons – inside their respective box."

Friday, January 15, 2021

bykowski/design-pattern-observer

Observer | Obserwator - Wzorzec Projektowy

Programowanie Reaktywne - Czym Jest i Kiedy Stosować? - Przewodnik

Spring WebFlux - Programowanie Reaktywne w Spring. Przykład

Getting Started | Building a Reactive RESTful Web Service

Guide to Spring 5 WebFlux

How Physics Gifted Math With a New Geometry (symplectic)

Remote Debugging in AWS: The Missing Link in Your Debugging Toolset. Python has pdb and Ruby has Byebug and Pry...

https://thenewstack.io/remote-debugging-in-aws-the-missing-link-in-your-debugging-toolset/

Integrated with Your IDE... 
"Python has pdb and Ruby has Byebug and Pry..."

Ansible Resources - E-books!!!

Getting Started with Ansible | Ansible.com

Thursday, January 14, 2021

Math of the Penguins. How to survive...?

Top 10 Raspberry Pi articles of 2019

Build a motion detection system with a Raspberry Pi

The Compression abilities... The Curious Strength of a Sea Sponge’s Glass Skeleton

Axions Would Solve Another Major Problem in Physics

How Axions May Explain Time’s Arrow

Frank Wilczek Cracked Open the Cosmos

The React Roadmap: 10 Steps to Become a React Developer

Walking on the whole of the Moon

An argument against cloud-based applications – TechCrunch

Docker BuildKit: faster builds, new features, and now it’s stable