I don't agree with this take, there are a bunch of security companies that are screening new versions of packages looking for vulnerabilities, so waiting a bit before upgrading to the lastest package is miles better than immediately upgrading.
HN user
filipn
The physical limitations work with you, not against you. Have you ever read a book? The physical limitations is the blank paper, you need to be creative enough with the words you need to express for your vision to come to life.
You're comparing a gpu to a human brain?
Sprints are a good tool to transform bad teams into better teams. No amount of process and tools is going to convert a good team into being a great one.
Great teams do not need additional processes to deliver value and they usually are more of an obstacle. Clear goals and a vision are much more important, as well as having an environment where the decision makers are the one implementing the solution.
You can set your router with a firewall NAT rule to capture all DNS requests and redirect them to use Pi-Hole. Your tv will think it talks to 8.8.8.8 when in reality it will talk to your server.
Twilio[1] and MessageBird[2] come to my mind as competitors. They both are a "Voice & SMS" communications platform and I guess the innovative part is that they provide an easy way of connecting companies to their customers via multiple channels.
Yes, I think the second diagram that you showed is the preferred way of doing things, since using or "dogfooding" the client libraries will ensure they are always tested and correct, plus you'll get immediate feedback from the other developers who work on the apps as well.
There is an explicit section for privacy on the page as I can see, there is even a dedicated page to it: https://microsoftedgewelcome.microsoft.com/en-us/privacy
Also they wrote a privacy whitepaper for Edge as well: https://docs.microsoft.com/en-us/microsoft-edge/privacy-whit...
Oh man, I was just about to recommend this book, you beat me to it. I am currently reading it, and I cannot recommend it enough. If you're interested in distributed systems and learning about database fundamentals, it really is a must read.
You can read about their licenses here: https://redislabs.com/legal/licenses/
Redis Modules created by Redis Labs (e.g. RediSearch, RedisGraph, RedisJSON, RedisML, RedisBloom) are licensed under the Redis Source Available License (RSAL).
Here is their RSAL license: https://redislabs.com/wp-content/uploads/2019/09/redis-sourc... - Preventing me from switching to it: once a tool (ie. pencil) is used for a stroke, it reverts back to mouse cursor (I'd rather have it stay as pencil and hit 1 for it to switch to a cursor)
There is a little lock icon next to the drawing tools which enables you to lock a tool, so it won't revert back.Is opentelemetry ready for production usage? As my understanding this project is a merge between OpenCensus and OpenTracing, but it’s still in beta and the documentation is really lacking. Does anyone have any hands-on experience with this library?
We've been trying different tools, and we've found Excalidraw (https://excalidraw.com/) to be satisfying our needs. It's relatively new and albeit it's lacking a few features, it has proven really good for drawing diagrams and designing new solutions like ui mockups and stuff like that.
Reminds me of this comment from Reddit https://old.reddit.com/r/rust/comments/5penft/parallelizing_...
Go allows characters from the Canadian Aboriginal Syllabics for identifiers, so you can define structs or methods like this:
type ImmutableTreeListᐸElementTᐳ struct {
You can pretend that go has generics :)I've made a similar post about building a Go monorepo using Bazel two years ago, check it out - https://filipnikolovski.com/posts/managing-go-monorepo-with-....
We've been using Bazel not just to build and test our Go apps, but to build docker images, compile proto files, even deploy to k8s. It's really versatile and the developers only need to know one tool to build and test the whole environment.
I'm building a web app for sending newsletters with AWS Simple Email Service https://github.com/mailbadger/app. It's still a work in progress, I'm still a couple of features away from releasing a beta version, but basically you'll be able to import your subscribers, group them, create templates and create and send campaigns. After that you can see statistics such as bounces, complaints etc.
I'm using Go for the backend and React on the frontend, along with MySQL and NATS for message queueing.
So glad I switched to 1Password, haven't had an issue since. They provide an easy transfer of your passwords from LastPass, you can just follow their guide and be done in 5 minutes: https://support.1password.com/import-lastpass/
Radical Candor by Kim Scott. By far the best management book that I have read, it changed my way of thinking when it comes to leading a team.
I found this guide to be pretty good https://techblog.bozho.net/gdpr-practical-guide-developers/
I have used https://www.insynchq.com/ on Linux, found it to be much better than grive, you do have to pay a one time fee though.
I believe it actually installs the Docker community edition (CE) which is under the Apache 2.0 license. Docker (the product) is assembled using the Moby libraries and components.
It requires ES5 features like Object.freeze and Object.defineProperty to work correctly.
Haven't we suffered enough..