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·6개월 전·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·2년 전·24 comments

From Text to Talk: Analyzing Open Source TTS Alternatives

tderflinger.com
2 points·by tderflinger·2년 전·1 comments

Deploy Strapi with Docker on Digital Ocean App Platform

tderflinger.com
3 points·by tderflinger·2년 전·3 comments

How to Automatically Convert COBOL to Go

tderflinger.com
1 points·by tderflinger·2년 전·2 comments

SpiceNice – An Open Database of Culinary Spices

spicenice.pages.dev
9 points·by tderflinger·2년 전·0 comments

Integrate Go Library into a JavaScript Webpage with WebAssembly

tderflinger.com
1 points·by tderflinger·2년 전·1 comments

Query World Factbook with GraphQL

tderflinger.com
2 points·by tderflinger·2년 전·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
·2년 전·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
·2년 전·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
·2년 전·discuss
I like the idea of recipe-lang. Great you open sourced it!
tderflinger
·2년 전·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
·2년 전·discuss
That sounds interesting. No, I have not tried the Strapi Cloud. Currently, the pricing of self-hosting is more my budget :)
tderflinger
·2년 전·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
·2년 전·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
·2년 전·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.
tderflinger
·2년 전·discuss
The World Factbook by the U.S. government contains a plethora of facts of all of the countries of this world. Up until now it was not easy to query and visualize the contained data. The open source project chi-country-facts is a GraphQL API and GUI of the World Factbook.