|
Table of Contents Project Loom Scheduling Discussion Project Loom ( JEP 425 ) is probably amongst the most awaited feature additions to Java ever; its implementation of virtual threads (or "green threads") promises developers the ability to create highly concurrent applications, for instance with hundreds of thousands of open HTTP connections, sticking to the well-known thread-per-request programming model, without having to r..
|
|
Table of Contents Project Loom Scheduling Discussion Project Loom ( JEP 425 ) is probably amongst the most awaited feature additions to Java ever; its implementation of virtual threads (or "green threads") promises developers the ability to create highly concurrent applications, for instance with hundreds of thousands of open HTTP connections, sticking to the well-known thread-per-request programming model, without having to r..
|
|
Kublai Khan does not necessarily believe everything Marco Polo says when he describes the cities visited on his expeditions, but the emperor of the Tartars does continue listening to the young Venetian with greater attention and curiosity than he shows any other messenger or explorer of his.” So begins Italo Calvino’s compilation of fragmentary urban images. As Marco tells the khan about Armilla, which “has nothing that makes it seem a city..
|
|
I decided my site had enough content to warrant a search form, so I added one to the footer. I kanged the CSS from gov.uk ; I liked how their search box was adaptive yet compatible with legacy browsers. This is a static site so I made it point to Search My Site , which regularly crawls my whole website. Eventually I’ll add a dynamic page for search results (probably using the Search My Site API), and add an ATOM feed for posts and notes..
|
|
Browsing the info of my Raspberry PI 4B I found that all the three devices I have, are different. And not just a few differences, but quite substantial, at least according to the info loaded by the kernel. Data: My older Raspberry PI 4B is a Rev 1.2 with BCM2835 SoC ( more info on it later ) with 4GB ram but just received (after a long research and wait, due to the chip shortage) another two RPi 4B, one with 2GB ram and the other with 1GB..
|
|
After a bit of soul searching with regards to the future of the website, I’ve decided to open source the code for marginalia.nu, all of its services, including the search engine, encyclopedia, memex, etc. A motivating factor is the search engine has sort of grown to a scale where it’s becoming increasingly difficult to productively work on as a personal solo project. It needs more structure. What’s kept me from open sourcing it so far has..
|
|
Browsing the info of my Raspberry PI 4B I found that all the three devices I have, are different. And not just a few differences, but quite substantial, at least according to the info loaded by the kernel. Data: My older Raspberry PI 4B is a Rev 1.2 with BCM2835 SoC ( more info on it later ) with 4GB ram but just received (after a long research and wait, due to the chip shortage) another two RPi 4B, one with 2GB ram and the other with 1GB..
|
|
During SnykWeek Boston, Simon Maple (Field CTO, Snyk) led a panel discussion about developer adoption of application security. Read on to dive deeper into these illuminating insights around organizing security teams, setting security goals, empowering developers, improving compliance, and much more.
|
|
What do you mean by “false sense of security”? Signal’s cryptography is pretty solid. It’s one of the only messengers with such a lack of metadata leakage; if you combine it with Tor you can add enough noise to the network-layer metadata to be more private than almost any alternative. Don’t get me wrong, I dislike it on the grounds of being a closed platform , but few alternatives exist that support both offline messaging and have such l..
|
|
The first song composed and played by a computer was The Silver Scale on May 17, 1957. This video discusses the physics and hardware necessary for this invention, as well as the domain specific language, MUSIC-V, that arose for efficient programming of sound waves.
|
|
The first song composed and played by a computer was The Silver Scale on May 17, 1957. This video discusses the physics and hardware necessary for this invention, as well as the domain specific language, MUSIC-V, that arose for efficient programming of sound waves.
|
Ted Young is the Director of Developer Education at Lightstep and a co-founder of the OpenTelemetry project.
|
Hello, fellow data engineers! It’s Pasha here, and today I’m going to introduce you to the new release of Kotlin API for Apache Spark. It’s been a long time since the last major release announcements, mainly because we wanted to avoid bothering you with minor improvements. But today’s announcement is huge! First, let me remind […]
|
|
Grep doesn’t handle capturing groups, but with lookaround you can match and exclude prefixes. This leaves you with the part of the pattern that you needed.
|
|
I stumbled across Indie Web today, and I think it’s a neat idea. Essentially, it’s a set of philosophies and toolsets to allow indie websites to communicate amongst each other , establish a standard for using your domain as an identity , and a way for websites to parse html as rss feeds . Webmention is the most interesting out of all of their various projects, which is essentially a modern replacement for pingbacks , if you rememb..
|
|
I stumbled across Indie Web today, and I think it’s a neat idea. Essentially, it’s a set of philosophies and toolsets to allow indie websites to communicate amongst each other , establish a standard for using your domain as an identity , and a way for websites to parse html as rss feeds . Webmention is the most interesting out of all of their various projects, which is essentially a modern replacement for pingbacks , if you rememb..
|
|
I read your article and share similar concerns. Using Microsoft Bing and Google Search’s commercial APIs generally requires accepting some harsh terms, including a ban on mixing SERPs from multiple sources (this is why Ixquick shut down and the company pivoted to the Google-exclusive Startpage search service). But the requirement to allow trackers in a companion web browser was new to me. Most of these agreements are confidential, so user....
|
|
Like lots of people, especially developers, I have a long list of potential business/app ideas that sit around and gather dust. Some of them are just impractical, some I don’t have the skills to do but the biggest constraint is time and the battle with all the other commitments life throws at you.
|
|
Like lots of people, especially developers, I have a long list of potential business/app ideas that sit around and gather dust. Some of them are just impractical, some I don’t have the skills to do but the biggest constraint is time and the battle with all the other commitments life throws at you.
|
|
On rebooting: the unreasonable effectiveness of turning computers off and on again
-
keunwoo.com
-
4 years ago
-
eng
Getting back to a defined and known state is a great way to recover. I found the concept of ‘crash-only-software’ very interesting, and the described approach of inevitable improvement and resilience from software that rather crashes than being in an unknown state. If it keeps crashing and you depend on it, you will get to understanding and fixing the issues quicker.
|
|
A week or so ago I wrote about how I was helping junior developer analyze the incoming parameters of an HTTP request in a Spring/Java Servlet application.
|
|
I try to have limited reliance on CSS media queries in favor of being inclusive by as many people as possible by default, including fingerprinting-averse readers. Unfortunately, I have concluded that it is impossible to set one single website color palette that ticks all of the following boxes: Familiar: colors aren’t particularly “novel” and don’t impose a learning curve. The difference between a visited and unvisited link should be clea....
|
|
This is first “note” on my IndieWeb Site. Notes will be shorter and less formal than typical blog posts; this is a microblog, not a typical weblog. Once this is working correctly, I’ll need to figure out a solution to POSSE these notes to the Fediverse.
|
|
Snyk finds 200+ malicious npm packages, including Cobalt Strike dependency confusion attacks
-
snyk.io
-
4 years ago
-
eng
Snyk recently discovered overt 200 malicious packages in the npm registry. While we acknowledge that vulnerability fatigue is an issue for developers, this article is not about the typical case of typosquatting or random malicious package. This article shares the findings of targeted attacks aimed at businesses and corporations that Snyk was able to detect and share the insights.
|
|
Somethings in life are time sensitive and some are not. A business opportunity may be time sensitive in that it will only be a success when certain things are aligned or maybe new technologies are available.
|
|
Somethings in life are time sensitive and some are not. A business opportunity may be time sensitive in that it will only be a success when certain things are aligned or maybe new technologies are available.
|
|
I stopped updating this blog after two posts for a couple reasons: I enjoyed setting up the website more then I did writing for it - I created the perfect blog in terms of reading it (personally, you may debate this), but paid no attention to how I was going to write for it, and editing Markdown files is just enough of a PITA that I wanted to avoid doing it (subconciously or otherwise)
|
|
I stopped updating this blog after two posts for a couple reasons: I enjoyed setting up the website more then I did writing for it - I created the perfect blog in terms of reading it (personally, you may debate this), but paid no attention to how I was going to write for it, and editing Markdown files is just enough of a PITA that I wanted to avoid doing it (subconciously or otherwise)
|
|
Statistical efficiency of the Hodges-Lehmann median estimator, Part 2
-
aakinshin.net
-
4 years ago
-
eng
This post extends the efficiency study of the Hodges–Lehmann estimator to various light-tailed and heavy-tailed distributions. In Pragmastat, this estimator is Center — the recommended robust location estimator. Confidence intervals are available via CenterBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat In the previous post , we evaluated the relative statistical efficiency of the Hodges-Lehmann median estimator..
|
|
Statistical efficiency of the Hodges-Lehmann median estimator, Part 2
-
aakinshin.net
-
4 years ago
-
eng
This post extends the efficiency study of the Hodges–Lehmann estimator to various light-tailed and heavy-tailed distributions. In Pragmastat, this estimator is Center — the recommended robust location estimator. Confidence intervals are available via CenterBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat In the previous post , we evaluated the relative statistical efficiency of the Hodges-Lehmann median estimator..
|
|
yubiuser has updated the cool script PADD to v.3.7.0 for monitoring Pi-Hole stats, with some new cool features and optimizations. But since his version doesn’t fill a display like the Pimoroni HyperPixel 4" (800x480px) I have modified it to fill all the 800x480px screens and to have other usefuel info of the hardware and software (and the beautiful old logo). Here it is: Consider that this version is optimized for running on DietP..
|
|
yubiuser has updated the cool script PADD to v.3.7.0 for monitoring Pi-Hole stats, with some new cool features and optimizations. But since his version doesn’t fill a display like the Pimoroni HyperPixel 4" (800x480px) I have modified it to fill all the 800x480px screens and to have other usefuel info of the hardware and software (and the beautiful old logo). Here it is: Consider that this version is optimized for running on DietP..
|
|
When upgrading from Catch2 (version 2) to Catch2 (version 3), there may be an error building/linking the tests. An unresolved symbol to __scrt_common_main_seh may appear.
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ;;; dummy.el --- just a dummy package ;; Author: Y.S ;; Version: 0.1 ;; Keywords: orgmode, gitlab ;;; Code: (require 'cl-lib) ;;hello: is staying hello (defun ol-hello () "Say hello." (interactive) (insert "Hello")) ;;; Commentary: ;; Sync org mode file with gitlab (provide 'orglab) ;;; orglab ends here
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 ;;; dummy.el --- just a dummy package ;; Author: Y.S ;; Version: 0.1 ;; Keywords: orgmode, gitlab ;;; Code: (require 'cl-lib) ;;hello: is staying hello (defun ol-hello () "Say hello." (interactive) (insert "Hello")) ;;; Commentary: ;; Sync org mode file with gitlab (provide 'orglab) ;;; orglab ends here
|
Work music sources https://poolsuite.net/ https://somafm.com/ https://www.lofi.cafe/ https://plaza.one/ http://echoesofbluemars.org/ https://lofi.limo/ https://driveandlisten.herokuapp.com/ https://musicforprogramming.net/latest/
|