|
Table of Contents The ResourceBundleProvider Interface Resource Bundle Providers Running on the Classpath Discussion and Wrap-Up The ResourceBundle class is Java’s workhorse for managing and retrieving locale specific resources, such as error messages of internationalized applications. With the advent of the module system in Java 9, specifics around discovering and loading resource bundles have changed quite a bit, in part..
|
|
Table of Contents The ResourceBundleProvider Interface Resource Bundle Providers Running on the Classpath Discussion and Wrap-Up The ResourceBundle class is Java’s workhorse for managing and retrieving locale specific resources, such as error messages of internationalized applications. With the advent of the module system in Java 9, specifics around discovering and loading resource bundles have changed quite a bit, in part..
|
|
Docker Learning Resources for Absolute Beginners Programming With Golang
-
bartlomiejmika.com
-
4 years ago
-
eng
Recently I was working on an open-source project which I wanted to dockerize - problem is I had no idea experience. In this post I’ll list all the resources I used to learn docker .
|
|
In this post, we will be talking about version control and the best practices when it comes to Django projects.
|
|
I happened across this book by pure chance. After having ice cream in our favourite place in Milano Marittima, my wife and I visited a small street market with all kinds of booths. Of course, there was a used book stand toward which I immediately gravitated. A quick scan revealed nothing of interest, so I moved along. But Serena, who arrived at the booth moments after I left, knew more. A simple, no-frills, cardboard-covered book which carr..
|
|
Often you need to record audio on a mobile device and send it to a server for further processing. In this article, I show you how to do that with React Native and Flask.
|
|
Medium difficulty 6-8 servings 30 min prep + 2 hours cooking time Requires 1 large pot, and one skillet that can handle high heat (=cast iron or carbon steel; no teflon or ceramics, or you will ruin it and your health!) Ingredients 1 large carrot + 1 additional carrot for later 2 onions 2-3 stalks of celery 1 leek a dozen or more button mushrooms 800 grams of boneless chicken
|
|
This an expansion on a comment I left on Lettuce’s gemlog post, “Personal Experiences and Opinions on Version Control Software”. I’ve seen similar questions posed several times recently, in essence people searching for a good git provider. The thing is you don’t need a git provider. Git is a shell command, and you can host a server yourself with almost no extra work. You can even host it off a system you don’t have administrative access..
|
|
This blog post tackles the odd topic of taking a Laravel application and converting it to a Shopify app. Overview Shopify is an ecommerce platform for building hosted shopping sites. With Shopify your whole ecommerce experience exists on a shopify url (whether the domain is .shopify.com or not; Shopify is serving everything and the underlying source of data is Shopify itself). Laravel is an MVC based framework for building web applicati....
|
|
Building With CircuitPython & Constraints of Python for Microcontrollers
-
realpython.com
-
4 years ago
-
eng
Can you make a version of Python that fits within the memory constraints of a microcontroller and have it still feel like Python? That is the intention behind CircuitPython. This week on the show, we have Scott Shawcroft, who is the project lead for CircuitPython.
|
|
How to read Windows-1252 encoded files with .NETCore and .NET5+
-
nicolaiarocci.com
-
4 years ago
-
eng
Another day, another lesson learned: modern .NET does not support the Windows-1252 encoding out of the box. Today my colleague was happily porting a legacy NET4+ app to NET6. As usual, the port was super-easy; it would compile and run just fine, so he was surprised when the app crashed reading a few specific XML files. That’s when I was called in. A closer inspection revealed a pattern: all those crashing files were Windows 1252-encoded (th..
|
|
The key to solving the cybersecurity workforce gap: Enlisting the world’s 27 million developers in the fight
-
snyk.io
-
4 years ago
-
eng
At Snyk, we are passionate about helping organizations of all sizes — both in the private and public sectors — modernize their security workforce through the right approaches and tooling. Our company was founded upon the belief that the legacy security industry was broken and old methods must rapidly evolve from an IT and security-centric perspective to a developer security approach.
|
|
A question I often see asked is one along the lines of How do I motivate myself do (something) … where something may be eat healthier, go to the gym, work on some project, study hard, &c. This idea of motivation is interesting. I think it in part comes from the school system, where teachers and parents often talk about motivating the children to study, perhaps with some sort of reward system. I haven’t been able to pinpoint exactly..
|
|
I write texts for myself. If someone finds what I write worthwhile, that is great, but that is not why I write. For the longest time, I didn’t even tell anyone I had written something. I just published it on the internet and gave nobody a link. Because readers aren’t the point, and I didn’t want them to become a factor. I build software for myself, unless someone pays me to build it for them. If someone finds use in my software, that is..
|
|
Respectable heads of state rarely admit to keeping company with gangsters. But in April 1927, about 15 years after the collapse of the last imperial dynasty, Chiang Kai-shek and China were at a crossroads. Chiang had followed a murky path to leadership of the Chinese Nationalist Party, the Kuomintang. Although the Kuomintang was rivaled by an assortment of warlords who ruled the provinces as their personal fiefdoms, in Chiang’s mind the gre....
|
|
I run into a task that I needed to do in Go, given a PFX file, I needed to get a tls.X509KeyPair from that. However, Go doesn’t have support for PFX. RavenDB makes extensive use of PFX in general, so that made things hard for us. I looked into all sorts of options, but I couldn’t find any way to manage that properly. The nearest find was the pkcs12 package, but that has support for only some DER format, and cannot handle common PFX file....
|
|
uttrakhand is the best tourist destination but every one what to make fun in colourfull life so if you are here and you want to get service with local hot female service girls this is the best place and best time to make it real.
|
|
We recently restructured our standard libraries at Jane Street in a way that eliminates the difference between Core_kernel and Core and we’re happy with the result. The new layout should reach the open source world before the end of the year.
|
|
We recently restructured our standard libraries at Jane Street in a way that eliminates the difference between Core_kernel and Core and we’re happy with the result. The new layout should reach the open source world before the end of the year.
|
|
Writing a simple JSON library from scratch: a tour through modern C++
-
notes.eatonphil.com
-
4 years ago
-
eng
Modern C++ has a lot of cool features. Move semantics means passing around structs in functions is cheap. std::shared_ptr means I don't have to manage any memory; no more new/delete! (But try as I might to understand std::unique_ptr, I'm just not there yet.) The syntax has also gotten some treatment with auto and tuple destructuring. In order to test out this modern C++ I wanted a small but meaningful project that operates on very dynam....
|
|
Hypergrowth Playbook: 7 best practices as you go from startup to scaleup
-
snyk.io
-
4 years ago
-
eng
A key differentiator in a growing company’s success is the ability to scale its talent at the pace needed. Learn 7 best practices for hypergrowth to help your company scale successfully.
|
|
Building a Space Shooter Game that Syncs with Unity and MongoDB Realm
-
www.thepolyglotdeveloper.com
-
4 years ago
-
eng
When developing a game, in most circumstances you're going to need to store some kind of data. It could be the score, it could be player inventory, it could be where they are located on a map. The pos... The post Building a Space Shooter Game that Syncs with Unity and MongoDB Realm appeared first on MongoDB .
|
|
How to restore a single Postgres database from a pg_dumpall dump
-
nicolaiarocci.com
-
4 years ago
-
eng
Today I learned how to restore a single Postgres database from a global dump generated with pg_dumpall . Now, pg_dumpall is handy when you want to back up an entire Postgres cluster. It will dump all databases and global objects in a single text file. In contrast, pg_dump , the go-to tool for Postgres backups, offers more control but only works with a single database and doesn’t dump global objects, such as the roles/users linked to the d..
|
|
Snyk Container meets Cloud Native Buildpacks: Cloud Native Application Security the right way
-
snyk.io
-
4 years ago
-
eng
Snyk Container in combination with a build tool creating OCI-compliant container images will help you mitigate that risk and focus on what really matters: a first-class customer experience.
|
|
What if I told you there was a way out from having your online movements tracked; precious personal data harvested; and locked in to feeding…
|
|
The wait is over! The SnykCon 2021 call for papers has officially closed, all the sessions have been reviewed and sorted, and the agenda is now live.
|
|
Quantile estimators based on k order statistics, Part 4: Adopting trimmed Harrell-Davis quantile estimator
-
aakinshin.net
-
4 years ago
-
eng
In the previous posts, I discussed various aspects of quantile estimators based on k order statistics . I already tried a few weight functions that aggregate the sample values to the quantile estimators (see posts about an extension of the Hyndman-Fan Type 7 equation and about adjusted regularized incomplete beta function ). In this post, I continue my experiments and try to adopt the trimmed modifications of the Harrell-Davis quantile..
|
|
Quantile estimators based on k order statistics, Part 4: Adopting trimmed Harrell-Davis quantile estimator
-
aakinshin.net
-
4 years ago
-
eng
In the previous posts, I discussed various aspects of quantile estimators based on k order statistics . I already tried a few weight functions that aggregate the sample values to the quantile estimators (see posts about an extension of the Hyndman-Fan Type 7 equation and about adjusted regularized incomplete beta function ). In this post, I continue my experiments and try to adopt the trimmed modifications of the Harrell-Davis quantile..
|
|
In GoReleaser v0.176.0 (both OSS and Pro), we released the ability to sign Docker images - with cosign in mind, and also did small quality-of-life improvements in the artifact signing feature.
|
|
Here's What Books These 5 Influential Libertarians Recommend
-
www.joehxblog.com
-
4 years ago
-
eng
Over the weekend I attended the 2021 Libertarian Party of Ohio Conference . At the end of the conference, the five speakers - Evan McMahon, Spike Cohen, Ken Moellman, Mayor Cassandra Fryman, and Jim Cavoli - hosted a panel in which the audience could ask them any question.
|
|
Why Buddhism is True feels a little too watery, however I can't judge it fully since I haven't finished it. The reason I did was that after Chapter 7 I wasn't getting any new information, it felt like 7 chapters of the same thing.
|
We have a bone to pick with the printer industry. Today, you can litteraly print anything… … as long as it is not on paper. You can 3D print your own laptop parts or even a 3D chocolate cake. But If you dare to print a black and white A4, then, it’s suddenly it’s super high tech… Ink Cartridges Are A Scam An ink cartridge cost about 1$ but is sold up to 100 time its original cost.
|
We have a bone to pick with the printer industry. Today, you can litteraly print anything… … as long as it is not on paper. You can 3D print your own laptop parts or even a 3D chocolate cake. But If you dare to print a black and white A4, then, it’s suddenly it’s super high tech… Ink Cartridges Are A Scam An ink cartridge cost about 1$ but is sold up to 100 time its original cost.
|
|
Plugins to put Node.js application security and observability in your IDE
-
snyk.io
-
4 years ago
-
eng
In this blog post, learn how to gain real-time code-level observability to your data structures right there in your IDE, how to find harmful user input in a production Node.js application, and how to find and fix Node.js application security issues in your code and open source dependencies.
|
|
Hacker News likes to complain about interviewing, and, well, there is a lot to complain about. One of the recent links on the matter was from Kislay Verma “Competitive programming is useless” . Kislay decries an over-emphasis on competitive coding questions informing interview performance — i.e., asking increasingly obscure and trivial algorithmic and data structures questions rather than focusing on fundamentals and questions to engage....
|