HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tderflinger

no profile record

Submissions

The Voice Web with maplibre-voice – Mistral Hackathon 2026

youtube.com
1 points·by tderflinger·há 4 meses·0 comments

Decoding the Immich Stack: From Front End to Microservices

youtube.com
1 points·by tderflinger·há 6 meses·0 comments

Analyzing Open Source Projects with the SWOT Framework

tderflinger.com
1 points·by tderflinger·ano passado·0 comments

YouTube Video: Exploring the City: Kufstein in Austria

youtube.com
1 points·by tderflinger·ano passado·0 comments

SpiceNice – An open source spice database

tderflinger.com
66 points·by tderflinger·há 2 anos·24 comments

From Text to Talk: Analyzing Open Source TTS Alternatives

tderflinger.com
2 points·by tderflinger·há 2 anos·1 comments

Deploy Strapi with Docker on Digital Ocean App Platform

tderflinger.com
3 points·by tderflinger·há 2 anos·3 comments

How to Automatically Convert COBOL to Go

tderflinger.com
1 points·by tderflinger·há 2 anos·2 comments

SpiceNice – An Open Database of Culinary Spices

spicenice.pages.dev
9 points·by tderflinger·há 2 anos·0 comments

Integrate Go Library into a JavaScript Webpage with WebAssembly

tderflinger.com
1 points·by tderflinger·há 2 anos·1 comments

Query World Factbook with GraphQL

tderflinger.com
2 points·by tderflinger·há 2 anos·1 comments

Treemap of World GDP by Purchasing Power Parity (PPP) 2020

treemap-world-economy.pages.dev
42 points·by tderflinger·há 2 anos·64 comments

Control Zigbee Lights with a Go Web App

tderflinger.com
2 points·by tderflinger·há 2 anos·1 comments

Ríoverse Launches New Word Lists in 5 Languages Across 14 Categories

rioverse.app
1 points·by tderflinger·há 2 anos·1 comments

[untitled]

13 points·by tderflinger·há 2 anos·0 comments

comments

tderflinger
·há 11 meses·discuss
Sounds exciting! Biology and medicine are one of the most useful areas to benefit from AI.
tderflinger
·há 12 meses·discuss
Have you tried Gumroad? There you can sell pretty many any digital good. https://gumroad.com
tderflinger
·ano passado·discuss
Great project! I will try it out. :)
tderflinger
·ano passado·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
·ano passado·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
·há 2 anos·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
·há 2 anos·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
·há 2 anos·discuss
I like the idea of recipe-lang. Great you open sourced it!
tderflinger
·há 2 anos·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
·há 2 anos·discuss
That sounds interesting. No, I have not tried the Strapi Cloud. Currently, the pricing of self-hosting is more my budget :)
tderflinger
·há 2 anos·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
·há 2 anos·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
·há 2 anos·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
·há 2 anos·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.
tderflinger
·há 2 anos·discuss
For the technically inclined, I did this treemap with the open source D3.js (https://d3js.org/d3-hierarchy/treemap) JavaScript library. Great library btw!
tderflinger
·há 2 anos·discuss
Yes, more like regions, I stuck to the definition of the World Factbook, where I got my data from. Green for example is Africa, blue Europe, red Asia, but there is also "Middle East", "North America", "South America" and "Southeast Asia", "Oceania".
tderflinger
·há 2 anos·discuss
Normally, when buying a home light that you want to control electronically, you need to install custom software. But with the ZigBee protocol and the RaspBee II gateway, you can use compatible devices and open source software. In this article I will show you how to add a custom Go REST service to the stack.
tderflinger
·há 2 anos·discuss
Expand your language skills with Ríoverse's latest release! Access word lists in five languages and 14 categories. No login required.
tderflinger
·há 2 anos·discuss
Functional programming style in JavaScript has become more popular in recent years. Therefore, it is important to know examples of pure functions that are available to all JavaScript developers. They are the preferred way to use functional programming in JavaScript.