HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Thomaschaaf

no profile record

comments

Thomaschaaf
·21 gün önce·discuss
> The average price increase is $269.23.

How is that calculated?
Thomaschaaf
·11 ay önce·discuss
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.

[1]: https://github.com/pinojs/pino
Thomaschaaf
·3 yıl önce·discuss
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.)
Thomaschaaf
·3 yıl önce·discuss
Interestingly Slack Workflows also introduces pricing. So it seems both companies are targeting charging for automations / charging for things which used to be free.
Thomaschaaf
·4 yıl önce·discuss
Care to explain why?
Thomaschaaf
·4 yıl önce·discuss
In germany there was a similar project the "CargoLifter" which sadly never succeeded: https://en.wikipedia.org/wiki/CargoLifter
Thomaschaaf
·5 yıl önce·discuss
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.
Thomaschaaf
·5 yıl önce·discuss
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?

[1]: https://stc.dudy.dev/
Thomaschaaf
·5 yıl önce·discuss
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.
Thomaschaaf
·5 yıl önce·discuss
I wonder why they don't forward the drive thru calls to a call center even today.
Thomaschaaf
·5 yıl önce·discuss
"Beam" should be the default style instead of "marble".
Thomaschaaf
·5 yıl önce·discuss
Maybe I missed it. But what use case is this for?
Thomaschaaf
·5 yıl önce·discuss
https://tailwindcss.com/docs/adding-base-styles helps with the preflight being „too aggressive"
Thomaschaaf
·5 yıl önce·discuss
previous discussion: https://news.ycombinator.com/item?id=26440397
Thomaschaaf
·5 yıl önce·discuss
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=...
Thomaschaaf
·5 yıl önce·discuss
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.
Thomaschaaf
·5 yıl önce·discuss
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.
Thomaschaaf
·6 yıl önce·discuss
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.
Thomaschaaf
·6 yıl önce·discuss
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.
Thomaschaaf
·6 yıl önce·discuss
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.