Introduction The culture of experimentation is strongly picking up in several sectors of industry. It has become imperative to measure the…
|
|
After it was been pointed out ot me that having a short rule set of poorly categorized and elaborated terms might be inferior to a full code of conduct, I decided to write one. It can be found here . The topics of my rooms will changed accordingly soon. Do you have suggestions for improvement or something like that? I am eager to hear about it.
|
|
Smaller, Faster-starting Container Images With jlink and AppCDS
-
www.morling.dev
-
5 years ago
-
eng
Table of Contents Creating a Modular Runtime Image for a Quarkus Application Adding an AppCDS Archive to a Custom Runtime Image Creating a Linux Container Image Let’s See Some Numbers! A few months ago I wrote about how you could speed up your Java application’s start-up times using application class data sharing ( AppCDS ), based on the example of a simple Quarkus application. Since then, quite some progress has been ma....
|
|
Smaller, Faster-starting Container Images With jlink and AppCDS
-
www.morling.dev
-
5 years ago
-
eng
Table of Contents Creating a Modular Runtime Image for a Quarkus Application Adding an AppCDS Archive to a Custom Runtime Image Creating a Linux Container Image Let’s See Some Numbers! A few months ago I wrote about how you could speed up your Java application’s start-up times using application class data sharing ( AppCDS ), based on the example of a simple Quarkus application. Since then, quite some progress has been ma....
|
|
Seriously, do not. The point of zero trust designs, or minimal trust designs, for example, when end-to-end encryption (E2EE) is used, is to not need trust in any external middleman server, only in the code that is run on the endpoints, and in the users of the endpoints. However, when webapps (or PWAs) are used, this is essentially broken. The server can just modify the JavaScript sent to the user, for example, to introduce tracking code. ....
|
|
Given the large amount of time that has passed since my last post, I thought I would just give you a small update on what happened recently. I have two more posts planned, and I hope I will be able to write them today… Changes to website and such All my HTML and CSS now gets minified in the deploy script, just after the source archive is generated. Hopefully this will lead to less bandwidth usage and faster loading times, while at the sam....
|
|
Audio I/O is a complex topic, which scares away many inspired musicians who are into programming (or programmers who are into music). Let’s try making it look less complex and see how audio works on each modern desktop platform. Our show case today will be a simple beeper. Remeber that annoying thing inside your PC boxes producing the irritating buzzing sound? It’s long time gone, but I suggest to sumon its soul and make a library that play..
|
|
During 36c3 last year the FOSSASIA assembly was selling some cheap bluetooth LCD name badges and I got one as to have something to fiddle with during the night at the hotel. There were a couple of demo units in the assembly and the people selling the badges encouraged everyone to try pairing their phones (via bluetooth) to the demo units before purchasing, as some phones weren't able to pair with the badges. When I was next in line to p..
|
|
Audio I/O is a complex topic, which scares away many inspired musicians who are into programming (or programmers who are into music). Let’s try making it look less complex and see how audio works on each modern desktop platform. Our show case today will be a simple beeper. Remeber that annoying thing inside your PC boxes producing the irritating buzzing sound? It’s long time gone, but I suggest to sumon its soul and make a library that play..
|
|
Talapus Lake. The best photo I have, because for some unknown reason I barely took any photos on this hike. Distance 7.6 km / 4.72 miles Elevation gain 233 m / 765 ft Duration 3h10m Moving 2h10m Normally we like to start hiking bright and early, but today we went on an afternoon hike with friends. After turning off the I-90, the drive up FR 9030 was pretty hairy. It’s a gravel road, with sharp blind bends, and at ..
|
|
Talapus Lake. The best photo I have, because for some unknown reason I barely took any photos on this hike. Distance 7.6 km / 4.72 miles Elevation gain 233 m / 765 ft Duration 3h10m Moving 2h10m Normally we like to start hiking bright and early, but today we went on an afternoon hike with friends. After turning off the I-90, the drive up FR 9030 was pretty hairy. It’s a gravel road, with sharp blind bends, and at ..
|
|
Have you started to use generators in Python? Are you unsure why you would even use one over a regular function? How do you use the special "send" method and the "yield from" syntax? This week on the show, we have Reuven Lerner to talk about his PyCon Africa 2020 talk titled "Generators, coroutines, and nanoservices."
|
|
Relácia z cyklu Politické mimovládky: Čo je na tom zlé 8 - globálny kapitalizmus
-
www.politickemimovladky.sk
-
5 years ago
-
slk
Niektoré politické mimovládky priamo presadzujú víziu globálnej trhovej ekonomiky s čo najmenšou rolou štátu a čo najväčšou dereguláciou pre súkromný sektor. Iné sa sústreďujú skôr na zmierňovanie niektorých sociálnych a ekologických dopadov trhového hospodárstva (hlavne vyzývaním k spotrebiteľskej zodpovednosti) a snažia sa firmy motivovať, aby časť svojich ziskov previedli na prosociálne aktivity. Obe tieto skupiny politických mimovládo....
|
|
This is a board I based roughly on a setup we had in high school, that I was taught logic gates with, once upon a time. I designed the layout...
|
|
Dr. Loopback, Or: How I Learned to Stop DOSing Myself and Love the Pi-Hole
-
lambdaland.org
-
5 years ago
-
eng
I noticed that my Internet was acting strangely: whenever I visited a web page, my browser would hang for a good second or two before it started loading anything. Zoom calls worked without a problem for school, so this tipped me off that something was wrong with the DNS lookup or the handshake. Sure enough, I popped open my Pi-Hole admin console, and was greeted with this: The green number in the Total Queries box would jump by 10,....
|
|
Dr. Loopback, Or: How I Learned to Stop DOSing Myself and Love the Pi-Hole
-
lambdaland.org
-
5 years ago
-
eng
I noticed that my Internet was acting strangely: whenever I visited a web page, my browser would hang for a good second or two before it started loading anything. Zoom calls worked without a problem for school, so this tipped me off that something was wrong with the DNS lookup or the handshake. Sure enough, I popped open my Pi-Hole admin console, and was greeted with this: The green number in the Total Queries box would jump by 10,....
|
Good news from our friends at Order of the Overflow ! Another DEF CON 29 CTF Pre-qualifying event has been announced! The HXPCTF event on December 18, 2020 will be your next chance to get your team into the running for the Big Show - are you prepared? follow @oooverflow on Twitter for updates, follow the links below to learn more and sign up. The road to glory begins with a single step. Take that step. ctftime.org/event/11..
|
|
How to detect the ExternalIP Kubernetes vulnerability in your Kubernetes configurations with Snyk
-
snyk.io
-
5 years ago
-
eng
Snyk has added a new check to Snyk Infrastructure as Code (Snyk IaC) to check your Kubernetes deployment definitions and notify you if you are vulnerable to this type of attack.
|
|
A bloom filter is one of those data structures you are probably already aware of, or have at least heard about. For those looking for a simple recap, they are a probabilistic data structure which can be used to determine if something is in a set or not, giving a slight chance of returning a false positive result for some checks but while using less space than a full hashmap.
|
|
Command line tools for containers—using Snyk with Buildah, Podman, and Skopeo
-
snyk.io
-
5 years ago
-
eng
In this blog post, we’ll look at how the use of open standards allows Snyk’s container scanning to work with open source command line tools.
|
|
1 2 3 import requests response = requests . get ( "https://webscraper.io/test-sites/e-commerce/allinone" ) response
|
|
For my part, I travel not to go anywhere, but to go. I travel for travel’s sake. The great affair is to move. -Robert Louis Stevenson
|
|
We do not win our strength and stability by mastering ideas, but by being mastered by them—held in their grip. -Charles Henry Parkhurst
|
|
Purpose, and to be thoroughly wedded to that purpose, is three quarters of salvation. It is sad to reflect how much motiveless insipidity there is among us that is steadily resolving itself into ethical rot, for no other reason than that it has never been awakened into vigor and electrified into effect by the touch of a supreme purpose. -Charles Henry Parkhurst
|
|
Truth = Honesty Love = Compassion Courage = Valor Truth + Love = Justice Truth + Courage = Honor Love + Courage = Sacrifice Truth + Love + Courage = Spirituality The absence of Truth, Love, and Courage is Pride, the opposite of which is Humility. -Steve Pavlina
|
|
For every one of us, living in this world means waiting for our end. Let whoever can win glory before death. When a warrior is gone, that will be his best and only bulwark… Endure your troubles today. Bear up and be the man I expect you to be. -Beowulf
|
|
Self-respect is the fruit of discipline; the sense of dignity grows with the ability to say no to oneself. -Abraham J. Heschel
|
|
Seek freedom and become captive of your desires, seek discipline and find your liberty. -Frank Herbert (Dune)
|
|
The reasonable man adapts himself to the world; the unreasonable one persists to adapt the world to himself. Therefore all progress depends on the unreasonable man. -George Bernard Shaw
|
|
The sole cause of man’s unhappiness is that he does not know how to stay quietly in his room. -Pascal
|
|
I came over from Greece when I was 17 and started out working in a market. I worked so much that I supported my mother, my father, and put my brother through college. Now my kids have everything, and don’t appreciate anything. You Americans cut ’em off when they’re 18. And that’s probably for the best. But we can’t do that, cause we’re Greek. They’re ours until they’re married. -Greek Immigrant from the site “Humans of New York
|
|
I am in the habit of looking not so much to the nature of a gift as to the spirit in which it is offered. -Robert Louis Stevenson
|
|
A human being should be able to change a diaper, plan an invasion, butcher a hog, conn a ship, design a building, write a sonnet, balance accounts, build a wall, set a bone, comfort the dying, take orders, give orders, cooperate, act alone, solve equations, analyze a new problem, pitch manure, program a computer, cook a tasty meal, fight efficiently, die gallantly. Specialization is for insects. -Robert A. Heinlein
|
|
Make mistakes of ambition and not mistakes of sloth. Develop the strength to do bold things, not the strength to suffer. -Machiavelli
|