HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tderflinger

no profile record

Submissions

The Voice Web with maplibre-voice – Mistral Hackathon 2026

youtube.com
1 points·by tderflinger·قبل 4 أشهر·0 comments

Decoding the Immich Stack: From Front End to Microservices

youtube.com
1 points·by tderflinger·قبل 5 أشهر·0 comments

Analyzing Open Source Projects with the SWOT Framework

tderflinger.com
1 points·by tderflinger·السنة الماضية·0 comments

YouTube Video: Exploring the City: Kufstein in Austria

youtube.com
1 points·by tderflinger·السنة الماضية·0 comments

SpiceNice – An open source spice database

tderflinger.com
66 points·by tderflinger·قبل سنتين·24 comments

From Text to Talk: Analyzing Open Source TTS Alternatives

tderflinger.com
2 points·by tderflinger·قبل سنتين·1 comments

Deploy Strapi with Docker on Digital Ocean App Platform

tderflinger.com
3 points·by tderflinger·قبل سنتين·3 comments

How to Automatically Convert COBOL to Go

tderflinger.com
1 points·by tderflinger·قبل سنتين·2 comments

SpiceNice – An Open Database of Culinary Spices

spicenice.pages.dev
9 points·by tderflinger·قبل سنتين·0 comments

Integrate Go Library into a JavaScript Webpage with WebAssembly

tderflinger.com
1 points·by tderflinger·قبل سنتين·1 comments

comments

tderflinger
·قبل 11 شهرًا·discuss
Sounds exciting! Biology and medicine are one of the most useful areas to benefit from AI.
tderflinger
·قبل 12 شهرًا·discuss
Have you tried Gumroad? There you can sell pretty many any digital good. https://gumroad.com
tderflinger
·السنة الماضية·discuss
Great project! I will try it out. :)
tderflinger
·السنة الماضية·discuss
I am working on tcx-ls. It is quite niche, TCX is an XML file format used in sports tracking devices. Tcx-ls is a CLI that displays the information contained in the TCX file (like accumulated time and distance, etc.) in a more user-friendly way. I hope it is useful for many people.

https://github.com/tderflinger/tcx-ls
tderflinger
·السنة الماضية·discuss
I like the idea of a books list. This gives me new inspiration for books that I could read. Other languages like Spanish and French would also be great. :)
tderflinger
·قبل سنتين·discuss
Thanks for your candid feedback. I copied the data manually into the CMS. I am looking at alternatives to that in the future, there are some projects that try to automate querying Wikipedia data. Have not tried them out, though. Any experience with that?
tderflinger
·قبل سنتين·discuss
All right, thanks for your feedback. Correct, currently this is only content from Wikipedia, although in a more structured form. I hope to expand and improve content over time (maybe even with help of a community). One idea is also linking from recipes to the SpiceNice database and getting more information about spices in that way.
tderflinger
·قبل سنتين·discuss
I like the idea of recipe-lang. Great you open sourced it!
tderflinger
·قبل سنتين·discuss
All the big cloud providers like AWS and Azure have an API for the sythesis of text into the spoken word. But there are also young startups like ElevenLabs that offer their innovative solutions in this space. A third option is open source software for those who either do not want to pay for the service of TTS (text-to-speech) or do need on-device TTS. Also, privacy reasons can play a role here.
tderflinger
·قبل سنتين·discuss
That sounds interesting. No, I have not tried the Strapi Cloud. Currently, the pricing of self-hosting is more my budget :)
tderflinger
·قبل سنتين·discuss
The headless open source content management system (CMS) Strapi can be dockerized and deployed via Docker to the cloud. In this article I want to show how to deploy Strapi to the Digital Ocean App Platform as a Docker container.
tderflinger
·قبل سنتين·discuss
Although COBOL can be considered a legacy language, there are still billions of lines of COBOL in production. Modernizing these systems which are costly to run and maintain is a challenge. One solution to this issue is a COBOL to Go transpiler that I want to present in this article.
tderflinger
·قبل سنتين·discuss
With WebAssembly you can integrate different programming languages together. This opens up new possibilities to use great libraries written in one language in another different platform. In this article I want to show how to integrate a Go library for sentence tokenization in a JavaScript webpage.