|
Het bereiken van meerdere doelgroepen op dezelfde website kan een uitdaging zijn. Gelukkig kun je op een website oneindig veel pagina’s aanmaken, en dus doelgroepen bereiken.
|
|
In this article, you'll learn more about the various applications of Bean Validation, including how to implement it in Spring Boot, enabling you to effectively utilize it for your own projects.
|
|
Bootstrap Icons v1.11.0 has arrived with 100 new icons—including new floppy disk icons, additional brand icons, new person icons, new emojis, some birthday cake, a few new science icons, and more. We’re now at over 2,000 icons ! 100 new icons Here’s a quick look at all the new icons in v1.11.0: Check out the pull request for all the details on which icons were added and which were updated.
|
|
Hodges-Lehmann Gaussian efficiency: location shift vs. shift of locations
-
aakinshin.net
-
2 years ago
-
eng
This post compares the Gaussian efficiency of the two-sample Hodges–Lehmann shift estimator against applying the one-sample estimator to each group separately. In Pragmastat, Shift is the recommended two-sample estimator. Confidence intervals are available via ShiftBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat Let us consider two samples $\mathbf{x} = (x_1, x_2, \ldots, x_n)$ and $\mathbf{y} = (y_1, y_2, \ldots....
|
|
We’re once again at the end of our internship season, and it’s my task to provide a few highlights of what the dev interns accomplished while they were here.
|
|
We’re once again at the end of our internship season, and it’s my task to provide a few highlights of what the dev interns accomplished while they were here.
|
|
Hodges-Lehmann Gaussian efficiency: location shift vs. shift of locations
-
aakinshin.net
-
2 years ago
-
eng
This post compares the Gaussian efficiency of the two-sample Hodges–Lehmann shift estimator against applying the one-sample estimator to each group separately. In Pragmastat, Shift is the recommended two-sample estimator. Confidence intervals are available via ShiftBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat Let us consider two samples $\mathbf{x} = (x_1, x_2, \ldots, x_n)$ and $\mathbf{y} = (y_1, y_2, \ldots....
|
|
Reflections on finally feeling like I am finding the joy in running and the principles I have picked up along the way.
|
This post is for the C# developers out there and takes a look at the interesting conjunction of [CallerArgumentExpression] and static extension methods – a mix that at first seems too convenient to pass up. A quick recap: [CallerArgumentExpression] landed … Continue reading → The post CallerArgumentExpression and extension methods don’t mix first appeared on The NeoSmart Files .
|
|
Resetting a password is important to your application's security and usability. Without a doubt, your app users will sign up and then forget their password. Nothing is worse than returning to the login page and getting rejected for a wrong password. What password did I use again? Was
|
|
While working deep on the guts of RavenDB, I found myself with a seemingly simple task. Given a list of longs, I need to filter out all negative numbers as quickly as possible. The actual scenario is that we run a speculative algorithm, given a potentially large list of items, we check if we can fulfill the request in an optimal fashion. However, if that isn’t possible, we need to switch to a slower code path that does more work. Concep....
|
|
Table of Contents Last time we saw how to use pre-defined MLIR traits to enable upstream MLIR passes like loop-invariant-code-motion to apply to poly programs. We left out -sccp (sparse conditional constant propagation), and so this time we’ll add what is needed to make that pass work. It requires the concept of folding. The code for this article is in this pull request, and as usual the commits are organized to be read in order.
|
|
Table of Contents Last time we saw how to use pre-defined MLIR traits to enable upstream MLIR passes like loop-invariant-code-motion to apply to poly programs. We left out -sccp (sparse conditional constant propagation), and so this time we’ll add what is needed to make that pass work. It requires the concept of folding. The code for this article is in this pull request, and as usual the commits are organized to be read in order.
|
|
Table of Contents Last time we saw how to use pre-defined MLIR traits to enable upstream MLIR passes like loop-invariant-code-motion to apply to poly programs. We left out -sccp (sparse conditional constant propagation), and so this time we’ll add what is needed to make that pass work. It requires the concept of folding. The code for this article is in this pull request, and as usual the commits are organized to be read in order.
|
|
In this article, we’ll comprehensively explore web cache poisoning attacks and how they work. We’ll also discuss the most effective mitigation strategies to help safeguard our web applications.
|
|
Hi, Was haben Schneeflocken mit Softwareentwicklung zutun? Komische Frage. Ich weiß Aber ich musste sie mir die Tage stellen. Ich durchforstete den Code. Ich wollte verstehen welche Connection Pools wir haben und wie sie konfiguriert sind. Dabei stolperte ich über einen Connection Pool, der hieß: SnowflakeConnectionProviders Hä? Was soll das sein? Und wie wird er verwendet? Und warum ist es eine HashMap |
|
Problem Every time I perform a search in Duck Duck Go I get tons of spamming results from the terrible, I would say bloatware, website www.msn.com , that for some reasons has a better ranking in Duck Duck Go than the original news sources. And this thing was driving me crazy, also because on the terrible msn.com there isn’t a quick link to jump to the original website. It’s a total crap.
|
|
Problem Every time I perform a search in Duck Duck Go I get tons of spamming results from the terrible, I would say bloatware, website www.msn.com , that for some reasons has a better ranking in Duck Duck Go than the original news sources. And this thing was driving me crazy, also because on the terrible msn.com there isn’t a quick link to jump to the original website. It’s a total crap.
|
|
Look, you can trust us. We can be depended upon. We are serious about our products and we take great care to provide you with excellence year after year. Your involvement with us will be predictable and stable."
|
|
A discussion of the minimal version of Make included in 'The AWK Programming Language', as well as a Python port of the AWK program.
|
|
Huge love and congrats to you all. I've recently become a dad again at 51 years old, and it's the best damn job in the world. Enjoy every moment x
|
I was excited to read this book for two reasons: This book explains why we are in a new space renaissance and profiles four companies which illustrate this new wave: Planet Labs, Rocket Lab, Astra, Firefly Aerospace. I learned that it is especially tough to make it as a private space company as: This makes […]
|
|
From time to time, I need to generate a SHA-256 hash from a file hosted on some server. For me, this flow typically goes something along the lines of: Copy the file URL from browser. Drop to Emacs eshell. Change current directory. Type "curl -o file" Paste the file URL. Run curl command. Type "shasum -a 256 file". Run shasum command. Copy the generated hash. Maybe delete the downloaded file? We can maybe shave some steps off by downlo....
|
|
A complete, consolidated, spoiler-free, step-by-step guide to every puzzle in The Afterparty's second season. Read the whole thing .
|
|
A complete, consolidated, spoiler-free, step-by-step guide to every puzzle in The Afterparty's second season. Read the whole thing .
|
|
In today's digital landscape, security is paramount. Secure Sockets Layer (SSL) is a crucial technology that encrypts data transmitted between a user's browser and a website, ensuring confidentiality and integrity. But did you know you can also enable SSL for your localhost development environment? This guide will walk you through the process step by step.
|
|
In today's digital landscape, security is paramount. Secure Sockets Layer (SSL) is a crucial technology that encrypts data transmitted between a user's browser and a website, ensuring confidentiality and integrity. But did you know you can also enable SSL for your localhost development environment? This guide will walk you through the process step by step.
|
|
Shared Fantasy is an ethnographic study of fantasy roleplayers in the Minnesota area from 1977 to 1979 by Gary Alan Fine. As this predates the moral panic of the early 1980s (James Egbert disappeared in 1979; the movie Mazes and Monsters was released in 1982) and the resultant explosion in popularity of the field, it also serves as a historical artifact of the hobby’s early days. Does this book provide a better historical understanding....
|
|
Shared Fantasy is an ethnographic study of fantasy roleplayers in the Minnesota area from 1977 to 1979 by Gary Alan Fine. As this predates the moral panic of the early 1980s (James Egbert disappeared in 1979; the movie Mazes and Monsters was released in 1982) and the resultant explosion in popularity of the field, it also serves as a historical artifact of the hobby’s early days. Does this book provide a better historical understanding....
|
At DEF CON 31, DARPA announced a huge 2-year AI Cyberchallenge with the semis and finals hosted at good old #defcon. Over 18M in total prizes, access to cutting edge tech and a chance to help secure the open infrastructure we all rely on. If that sounds like your kind of fun, details are at http://aicyberchallenge.com
|
|
If you're coming from Hacker News, I've learned that I need to spell out at the beginning that this post is partly facetious...
|
|
I had the privilege of speaking at this year’s Ohio Linux Fest on the topic of syslog Slidedeck PDF – https://antipaucity.com/olf2023-syslog.pdf If you would like me to give this, or any other, talk for your organization, please contact me via LinkedIn or Twitter You can watch the talk from OLF’s live stream of the event... continue “syslog for fun (and profit?) – olf 2023 talk” »
|
|
Somewhere around twenty years ago, when I was still a small child, I got a Wilesco D305 steam fire engine for christmas. It's now finally back in my possession, so of course I had to try it out. My friend Igor and his daugther volunteered to help 🚂 Unfortunately it didn't work too well. We got it to actually drive for about 30sec, but that was pretty much the best we could make it do. I think it's a combina....
|
|
Somewhere around twenty years ago, when I was still a small child, I got a Wilesco D305 steam fire engine for christmas. It's now finally back in my possession, so of course I had to try it out. My friend Igor and his daugther volunteered to help 🚂 Unfortunately it didn't work too well. We got it to actually drive for about 30sec, but that was pretty much the best we could make it do. I think it's a combina....
|
|
Are you writing efficient Python with as few lines of code as possible? Are you familiar with the many built-in language features that will simplify your code and make it more Pythonic? Christopher Trudeau is back on the show this week, bringing another batch of PyCoder's Weekly articles and projects.
|
|
Met deze tip hoef je niet langer na te denken over hoe je jouw landingspagina's in moet delen. In zeven stappen laat ik in detail zien wat er op elke landingspagina moet staan.
|