The average price increase is $269.23.
How is that calculated?
HN user
The average price increase is $269.23.
How is that calculated?
Can you give insights into what makes it different from e.g. pino[1]? It's amazingly even faster than console.logging because of the way it buffers the data.
Handling stale data needs to be considered when implementing it. ORMs like Prisma execute an update query and follow it up with a select. This would result in stale data being returned most of the time. If you use this data expecting your update to be contained in it you are going to have a bad time (statemachines, etc.)
Interestingly Slack Workflows also introduces pricing. So it seems both companies are targeting charging for automations / charging for things which used to be free.
Care to explain why?
In germany there was a similar project the "CargoLifter" which sadly never succeeded: https://en.wikipedia.org/wiki/CargoLifter
The Camera Control API (CCAPI) which Canon provides is actually very good it allows our company to create software which grabs the pictures of the camera and put it where we like.
Why was SWC chosen instead of esbuild? I see esbuild in a lot more places.
Also with the developer of SWC joining next.js will the non-open-source parts (STC)[1] be released?
Here in Braunschweig (a smaller city) a lot of restaurants are using QR Code based menus. So I would assume you simply haven't been eating out.
I wonder why they don't forward the drive thru calls to a call center even today.
"Beam" should be the default style instead of "marble".
Maybe I missed it. But what use case is this for?
https://tailwindcss.com/docs/adding-base-styles helps with the preflight being „too aggressive"
previous discussion: https://news.ycombinator.com/item?id=26440397
A lot of products e.g. CAD Software are available for free for personal/educational use or for a limited time. Alternatively I like the approach JetBrains (IntelliJ) are taking by providing the software for free or a reduced price: https://www.jetbrains.com/de-de/idea/buy/#discounts?billing=...
I don't understand why Docker Desktop e.g. Docker for Mac and Docker for Windows is available for free. I think it's a value added service and is executed beautifully and would be a fair way for the company to generate revenue.
I would like to see the ability to only get news are available for my aws region Frankfurt (or globally such as Cloudfront). I really don't care that service XYZ is now available in AWS GovCloud. I would like to get news regarding new services and be able to easily remove them if they are not interesting to me (e.g. Microsoft SQL).
But I have to be honest I would not spend money on it.
Because it allows to revoke certificates at a later time. E.g. epicgames certificate was revocable after they noticed that they built in something that was not supposed to be allowed.
The computer is completely unresponsive as the OS is blocking all apps from starting. The best part was that the "keyboard" was not found.. in my macbook.
https://mikro-orm.io/ is a much better typeorm alternative as it is actively being maintained. TypeORMs development has come to a halt. And many issues are not being fixed.
Before opening the page I hoped that it would be an npm mirror which can be used in case npm goes down.
In a couple weeks the public will have done a complete audit of all of zooms tools.
This is a good way to kill your credit score...
I would doubt that it really results in lost orders as people have already invested a lot of time by selecting their food choice and by that time are hungry.
Why do they keep making the cables shorter? 0.8m seems very impractical for applications like charging a phone.
For me discovering https://mjml.io/ was the best thing as it takes away the pain of having to think about all the nitpicks of the different email clients and abstracts it into it's own little markup language.
It supports responsive email designs and has many examples which you can alter to your needs.
You can see the power here: https://mjml.io/try-it-live the basic 15 line example expands to 188 lines of html so that it looks the same everywhere.
Getting all of the mentioned requires a real cloud provider which offers more than just servers. Thus you need to choose among the cloud providers. Digitalocean is another provider offering a managed k8s. GCE gives you 600 usd credit - this is valuable if you want to learn new tech.
I actually switched all our servers from hetzner to aws because for our needs it was cheaper and I could spend my time on things I care about. For me K8s only handles non persisting data. All data other is stored outside (Managed DB (like RDS) or S3) of it. You only need to backup the masters. If you use something like GCE that is managed for you & free.
What is the reason for limiting buffers to the node_modules folder?
I built a runtime comparison of npm and yarn a while ago. It builds the same two things every day with different configurations (cold cache, installed, package-lock file)
The data can be seen here: https://docs.google.com/spreadsheets/d/1ZE5B4qJw1kNGMzjgslcW...
What technical solution is there to writing it yourself that is on-premise and if possible open source and extensible?
I have found mautic but not much else.