HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Thomaschaaf

no profile record

comments

Thomaschaaf
·há 21 dias·discuss
> The average price increase is $269.23.

How is that calculated?
Thomaschaaf
·há 11 meses·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
·há 3 anos·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
·há 3 anos·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
·há 4 anos·discuss
Care to explain why?
Thomaschaaf
·há 4 anos·discuss
In germany there was a similar project the "CargoLifter" which sadly never succeeded: https://en.wikipedia.org/wiki/CargoLifter
Thomaschaaf
·há 5 anos·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
·há 5 anos·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
·há 5 anos·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
·há 5 anos·discuss
I wonder why they don't forward the drive thru calls to a call center even today.
Thomaschaaf
·há 5 anos·discuss
"Beam" should be the default style instead of "marble".
Thomaschaaf
·há 5 anos·discuss
Maybe I missed it. But what use case is this for?
Thomaschaaf
·há 5 anos·discuss
https://tailwindcss.com/docs/adding-base-styles helps with the preflight being „too aggressive"
Thomaschaaf
·há 5 anos·discuss
previous discussion: https://news.ycombinator.com/item?id=26440397
Thomaschaaf
·há 5 anos·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
·há 5 anos·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
·há 5 anos·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
·há 6 anos·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
·há 6 anos·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
·há 6 anos·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.