|
New year ushers in new wave of Snyk Technology Alliance Partner Program members
-
snyk.io
-
3 years ago
-
eng
With the new year, we're excited to announce the second wave of new companies joining our Snyk Technology Alliance Partner Program (TAPP), which enables application and developer-focused software companies to build, integrate, and go-to-market as quickly as possible with Snyk solutions.
|
|
In 2022, Snyk continued to expand on our developer-centric approach to software security, by adding several key enhancements to the existing solutions — let's focus on three key capabilities introduced in the past year that can improve your software supply chain security.
|
|
The task Automation is great. There's just something inherently beautiful about the process of stringing together a bunch of software, services, or tools to attain a simple goal, and finding a solid solution that just works™. One automation task I've been tinkering with lately is how to send an arbitrary file directly from my browser to my phone, with as little fuss as possible. I often browse reddit or just the web in general and find a f....
|
|
Open Source Program Offices (OPSO) are popping up all over, in recognition of the facts on the ground: open source software (and I would argue open standards as well) plays an enormous role in building and maintaining the software that increasingly drives the planet.
|
|
Spring `Properties``Loader``Utils``.``load``All``Properties` overrides properties in wrong order
-
www.databasesandlife.com
-
3 years ago
-
eng
The Spring PropertiesLoaderUtils.loadAllProperties method seems to have a bug where it returns entries from lower-priority classpath entries in preference to higher-priority classpath entries.
|
|
Introduction In episode 14, Bill architected a solution to digitally sign the transactions on his blockchain. His solution retrieved the private key by : loading private key data from disk, parsing the key data and returning the ECDSA private key. The private key is then used to generate the signature of a transaction. While writing the code to perform this functionality, Bill highlighted how a blockchain node can use a transaction’s signa..
|
|
Introduction Google developed Go to be an alternative to C++ with the internet and scale in mind. Go’s toolchain automates tasks that are easily overlooked, and amongst those tasks is generating documentation. Go has the ability to generate documentation based on comments written in your source code. As the end user, you have the choice to view this documentation in your terminal or, if your code is publicly accessible, on pkg.go.dev . Go..
|
|
I decided that I want to write not only about programming, but also about other things that deeply interest me — like education, knowledge management, or leadership methods. In this short essay, I describe my journey in knowledge management and what system I use in my daily work. With this short essay, I want to begin a new page in my writing, challenging myself to write not only about programming but also about things that deeply inte....
|
|
In 2022 I finished 20 books spanning 15,801 pages. 3 more than I read in 2021, but about twice the number of pages. 3 fiction and 17 non-fiction. Another ~30 started but not finished. I had a hard time reading books while I was trying to start my own company. But I also discovered audiobooks. I would put on a book and listen while I did my chores. Only 5 of the 20 books I finished were physical (or kindle) books. The other 15 were audi....
|
|
Going forward, the CSS Speech Module seems like a better place for auditory tonal indicators. The CSS we’ve already had for years should be a better place for visual presentation. This leaves only a minuscule semantic difference between and , or and , as outlined in the HTML Living Standard. I don’t think that difference warrants extra elements in the HTML standard: the extra elements likely create more confusion tha..
|
|
Snyk IaC security takes a developer-first, application-centric approach to finding and fixing vulnerabilities in cloud infrastructure from the time infrastructure is defined in code, through to when resources are running in the cloud.
|
|
There are only two hard things in Computer Science: cache invalidation and naming things.’ - Phil Karlton Mixmaster, Broadside, Windcharger, Ransack, Ramjet, Wheeljack, Skyfire, Slingshot and Wideload. Those were project names I had to deal with in my previous role. Some of those projects were backend services, some libraries
|
|
Learn about key AppSec investments Snyk made in 2022 to improve performance, add new ecosystems, and support the enterprise.
|
|
Introduction In episode 12, Bill laid out his strategy to handle data hashing on his blockchain. The first step he took was to create a package to handle the cryptographical aspects of his blockchain. After that, he wrote a hash function that met the requirements outlined in his strategy. This function took transaction data as a parameter and returned a hexadecimal representation of the hash. To implement this function, Bill imported packa..
|
|
Introduction In episode 13, Bill discussed the idea of adding salt to a hash and how modern crypto-currency blockchains use it to better interpret requests sent to nodes. He continued by defining a function called stamp that embeds a salt within a hash. While writing the function, Bill stated that he would use keccak256 as it’s the same algorithm used by Ethereum to generate hash values. Bill will use the APIs provided with Go Ethereum to ..
|
|
Race Report Event This was a quick Sunday morning run, that was a total of 4 miles. The event was put on by the Dolphin South End Runners (DSE), and is a hilly but scenic course through one of my favorite parts of San Francisco. Its a great club, and the run events almost every […] The post DSE – Twin Peaks 4 Mile Race Report first appeared on hypergeometric .
|
|
The Splunk command fieldsummary is amazing – I use it quite frequently to explore more “new” (to me) sourcetypes, and to find out about more fields than I’ve previously used in the sourcetypes I work with most. But sometimes you want to be able to delineate more granularly than fieldsummary will allow. Maybe you have... continue “a rich man’s fieldsummary” »
|
|
Looking ahead, I have some ambitious goals that I hope to achieve in the next 10 years. My intent is to spend my 40s building the empire that I will use in my 50s to establish my legacy.
|
|
Learn how to make performance reviews less stressful and more accurate with a simple, low-tech solution.
|
|
Trimmed Hodges-Lehmann location estimator, Part 2: Gaussian efficiency
-
aakinshin.net
-
3 years ago
-
eng
This post evaluates the finite-sample Gaussian efficiency of the trimmed Hodges–Lehmann estimator. In Pragmastat, Center achieves 95% asymptotic Gaussian efficiency with a 29% breakdown point — without any trimming. Confidence intervals are available via CenterBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat In the previous post , we introduced the trimmed [[hodges-lehmann-estimator|Hodges-Lehman location estimat..
|
|
Good tools are those that help users accomplish something while mostly staying out of their way. Browsers should be such tools, and there are many of them to choose from. Sadly however there are effectively only two browser engines available. Those would be the engines behind Google’s Chrome and Mozilla’s Firefox. Name me any fairly mainstream browser and there are overwhelming odds that either one of those engines is powering it.
|
|
Good tools are those that help users accomplish something while mostly staying out of their way. Browsers should be such tools, and there are many of them to choose from. Sadly however there are effectively only two browser engines available. Those would be the engines behind Google’s Chrome and Mozilla’s Firefox. Name me any fairly mainstream browser and there are overwhelming odds that either one of those engines is powering it.
|
|
I had been meaning to check out David Wilson's System Crafters post detailing his presentations style achieved with the help of org-present and his own customizations. If you're looking for ways to present from Emacs itself, David's post is well worth a look. org-present's spartan but effective approach resonated with me. David's touches bring the wonderfully stylish icing to the cake. I personally liked his practice of collapsing s....
|
|
Trimmed Hodges-Lehmann location estimator, Part 2: Gaussian efficiency
-
aakinshin.net
-
3 years ago
-
eng
This post evaluates the finite-sample Gaussian efficiency of the trimmed Hodges–Lehmann estimator. In Pragmastat, Center achieves 95% asymptotic Gaussian efficiency with a 29% breakdown point — without any trimming. Confidence intervals are available via CenterBounds . pragmastat.dev github.com/AndreyAkinshin/pragmastat In the previous post , we introduced the trimmed [[hodges-lehmann-estimator|Hodges-Lehman location estimat..
|
|
Learn how to make performance reviews less stressful and more accurate with a simple, low-tech solution.
|
|
I love reading books. But I also like to read books on my tablet or my laptop. Using an application like Honkit, you can create great-looking ebooks from markdown files. These ebooks are easy to distribute and can be read using the browser. This article explains how to create ebooks with Honkit.
|
|
Now that it's a new year, let's take a look back at some of the amazing 2022 Snyk developer security platform highlights.
|
|
Important Mootxico announcement! 1 new board s have been created: - /hob/ - Hobbies This board is meant to house specific hobby threads, such as Drawing, Anime, Tabletop, Video Games, Do-it-Yourself projects and anything else that can be considered hobbies (shitposting is not a valid hobby!) Feel free to post multiple threads for variants of your hobbies if you want. Do remember that / lol / - I n t e r n e t is ..
|
|
Soyjak.party/Jakparty.soy Some of the worst of the worst cancer anon has seen in recent years. 711 /i/nsurgent pointed out they adopt anything spammed on their site as their own, which we could use to our benefit. >Debatebro retards on Twitter People like Destiny who act pompous over Twatter and argue with people over petty topics on livestreams. Also brought up on 711/i/. Feel free to provide moar suggestions for lulz. ..
|
|
Evaluating Managers: 5 heuristics to measure managerial impact
-
abdulapopoola.com
-
3 years ago
-
eng
Measuring a manager's impact is hard since outcomes take time. The manager takes full responsibility for the team - be it stagnation, execution woes, poor collaboration, churn, or a lack of focus. This post provides early evaluation metrics as well as tips for course correction.
|
|
Animals Do Not Care Which Theory You Cite to Justify Not Exploiting Them.
-
joshbaldwin.substack.com
-
3 years ago
-
eng
Josephine Donovan writes in “Feminism and the Treatment of Animals” that feminist animal care theory was created in reaction to the prevalent animal rights theories in the early 1980s.
|
|
Fiction It’s that part of the late afternoon where the sun has dipped below the horizon but it’s not dusk yet. I walk out of the air-conditioned sanctuary of my house, and step onto the porch. The now weakened humidity of the mid-September breeze envelopes me. I love Indian summer. My bare feet relish the feel of the unvarnished, and uneven wood below. The road is full of dust. The sky is baby blue, and gradients all the way to pin..
|