|
I didn't wanna've yet another post titled "Update", went thru various possible titles, n well, here we go. Proxy changes We set up a ProxiTok instance, so ya can privately watch TikTok videos. Want other proxies? We might be willinga host anything supported by LibRedirect , as long as it's easya host w automatic upgrades on NixOS, n does replace a service that's actually bad (we don't consider Wikipedia "bad", so we won't host WikiLess....
|
|
I generally recommend Caddy over Nginx, but Nginx does still have certain advantages: Nginx supports OpenSSL commands that enable features like TLS record padding. Performance: better latency and scalability to more connections. Not everyone uses a CDN for static/cached content Kernel-accelerated TLS offload on Linux and FreeBSD Many existing modules provide unique functionality. The many modules for live video streaming and....
|
|
This article explores how ConfigMaps works, how to use ConfigMaps safely, and some use cases where we need to turn to other, more secure data storage.
|
|
Fix your Clojure code: Clojure comes with design patterns (Part 2)
-
blog.janetacarr.com
-
3 years ago
-
eng
This post is the second in a series. You can find the first post in the series here where I covered Null Object, Singleton, Command, Observer, State, Visitor, and Iterator. Patterns Preamble Builder Chain of Responsibility Proxy Adapter Template Method Flyweight Strategy Our story continues Edmund, a bright, awkward young
|
|
A paper from Spotify on quantile estimation has been making the rounds. I take a stab at their critical conjecture, and uncover a few Formulas for Bootstrapping Sample Medians .
|
|
Have you wanted to understand recursion and how to use it in Python? Are you familiar with the call stack and how it relates to tracebacks? This week on the show, Al Sweigart talks about his new book, "The Recursive Book of Recursion."
|
|
Understanding Apollo Federation Type Extensions in the Ruby World
-
technology.doximity.com
-
3 years ago
-
eng
Type extensions in Apollo Federation are perhaps one of the most confusing concepts to translate into code. This article covers the importance of type extensions in a distributed graph as well as how to implement them properly using the Apollo Federation Ruby implementation (NOTE: code snippets below use Federation v1 and apollo-federation ~> 2.0) Covering the basics In Apollo Federation we have the concept of entities, which are nothin....
|
Lessons from jiu jitsu metagames applied to the workplace -- understanding win conditions, setting rules, and picking battles wisely
|
Lessons from jiu jitsu metagames applied to the workplace -- understanding win conditions, setting rules, and picking battles wisely
|
Lessons from jiu jitsu metagames applied to the workplace -- understanding win conditions, setting rules, and picking battles wisely
|
|
Today I released v3.4 of FatturaElettronica , a .NET open source project that allows validation and de/serialization of electronic invoices adhering to the standard defined by the Italian “Agenzia delle Entrate”. It’s doing very well for such a niche project, with downloads now well beyond the one hundred thousand mark. Be aware that this release anticipates support for v1.7.1 of the specification going into effect on October 1, 2022. ..
|
|
Working for a large corporate company as a mid level developer is generally rather boring. Churn out some CRUD applications. Write ETL as businesses live on data (usually processed in excel). Meetings that are meant to resolve things but just result in more meetings. So in short, it is usually boring. However occasionally you get some sort of interesting problem, especially if you gain a reputation for actually solving them.
|
|
There are things which mesmerizes me, with no end. One of them is watching humble people who are good at what they're doing. Being calm, confident and efficient while doing high quality work has a particular charm to it, regardless of the discipline they're in. Honestly, I have been studying these people on and off for quite some time. It's not a scientific study, but more of an informed observation, and I think I have found the things wh....
|
|
There are things which mesmerizes me, with no end. One of them is watching humble people who are good at what they're doing. Being calm, confident and efficient while doing high quality work has a particular charm to it, regardless of the discipline they're in. Honestly, I have been studying these people on and off for quite some time. It's not a scientific study, but more of an informed observation, and I think I have found the things wh....
|
|
An artist’s rendition of the author reading Jed Margolin’s emails on the NYC subway. Credit: katiebcartoons.com 🥳 I’ve published the data behind atariemailarchive.org under a Creative Commons license. You can find it on Github. 🎙️ Update (March 29, 2023): You can listen to me talk about atariemailarchive.org on episode 5 of Data is Plural’s inaugural podcast season. In 2015 I discovered Jed Margolin’s emails from his tenure as a hardware en..
|
|
No support for lightweight toolkits including FLTK, FOX Toolkit >No support for most desktop environments except GNOME/KDE bloat and several i3 clones >No support for cwm, Fluxbox, FVWM, IceWM, JWM, or Window Maker >No official support for BSDs GTK4 and GNOME suck. Wayland is harmful. Wayland, systemd, GNOME, and GTK are destroying Linux modularity and compatibility. Red Hat is destroying Linux! >you will use our trash desktop ..
|
|
Welcome to the new ~vern blog ~vern team Thu, 08 Sep 2022 Hi, We have recently created a new blog for ~vern. You can expect articles about ~vern, its services etc. but also about general articles about other UNIX/LibreSW related stuff! Of course, if you would like to help with this, you can get the source on https://git.vern.cc/vern/blog Regards, ~aryak
|
|
Integrating Snyk Open Source C/C++ security scanning into CI pipelines
-
snyk.io
-
3 years ago
-
eng
This guide will walk you through integrating C/C++ security scanning within pipelines to get vulnerability information and remediation advice directly to developers.
|
|
Interest rates are rising. I Bonds are paying 9.62%. A couple of months ago I opened a 5-year CD at 2.9%. I just got an email from my credit union about a 3.2% 23-month CD.
|
|
In this article, we’ll look at the security benefits offered by API gateways and explore the best practices to follow while taking extra steps to keep our API gateways secure.
|
|
XML is a human-readable text format used to transport and store structured data. In this article, we’ll walk through some different ways to find and fix XML entity vulnerabilities.
|
|
How do unexpensive bags fare on short and long bike trips? I’ve tested and reviewed some of the most popular models.
|
|
Dernière mise-à-jour le 29 octobre 2023 1 Source Pour faire fonctionner le formatage LaTeX (dans VS Code dans mon cas) : Installer cpanm : Ubuntu : sudo cpan -i App::cpanminusArch : sudo pacman -S cpanminus Installer YAML::Tiny, File::Which et File::HomeDir : sudo cpanm YAML::Tiny File::HomeDir File::Which Tester si tout va bien avec : latexindent -h Ajout d’une dépendance. ↩
|
|
Today I released Eve 2.0.1 , which contains an essential fix if you’re using MONGO_URI to connect to your MongoDB instance. See the relevant ticket for details. I’ve also pinned Flask dependency to v2.1, as v2.2 brings some breaking changes that, you guessed it, break our CI runs. If you think you can help wiht that, please do so . The complete changelog is available here .
|
|
At Artsy, exploring ways to improve the developer experience is part of our makeup. Whether it’s implementing hot-swapping for Express.js or integrating the Rust-based SWC compiler into our front-end build pipeline, we’re always trying to reduce the amount of time it takes for a code cycle to take place. CI is no exception. When a developer opens a PR, we want to ensure they get timely feedback. Do their unit tests pass? Does the app bu....
|
|
We’re excited to announce that as we’ve published our Eclipse plugin, including the new Snyk Language Server Protocol.
|
|
There’s a week and bit in Vegas where most of the infosec and secure community come together for talks, workshops and training hosted by Blackhat, Defcon, Bsides Vegas, and The Diana Initiative — welcome to Hacker Summer Camp.
|
|
A recent project announcement on the subredit /r/selfhosted reminded me to post about a simple trick I've started using to make the configuration of the webserver Nginx a little more ergonomic. Nginx allows you to include files inline in your configs to make re-using code simple. An example would be all your ssl proxy settings as per generated using the Mozilla ssl-config generator. simply add this config to a file like /etc/ngi....
|
|
A recent project announcement on the subredit /r/selfhosted reminded me to post about a simple trick I've started using to make the configuration of the webserver Nginx a little more ergonomic. Nginx allows you to include files inline in your configs to make re-using code simple. An example would be all your ssl proxy settings as per generated using the Mozilla ssl-config generator. simply add this config to a file like /etc/ngi....
|