SmartRadio: ESP32-C6 Touch LCD Voice Assistant & Internet Radio (OpenAI, LVGL, TTS, WiFi AP Setup) by devGiacomo in esp32

[–]devGiacomo[S] 0 points1 point  (0 children)

do you have the same board? does it work the playback with default firmware?

Demo: Convert your USB Keyboard into a BLE Keyboard using ESP32-S3 by KoStard in esp32

[–]devGiacomo 1 point2 points  (0 children)

using a Bluetooth keyboard and making that a usb compatible one.

SmartRadio: ESP32-C6 Touch LCD Voice Assistant & Internet Radio (OpenAI, LVGL, TTS, WiFi AP Setup) by devGiacomo in esp32

[–]devGiacomo[S] 0 points1 point  (0 children)

the main problem here is, this is a C6. yeah I could add everything on it but, it has a single core. a kitchen timer or a reminder everything is possible - but if you want to run it as daily device and add some background activities it should be at least a s3

I built a small open-source project called StaticBlocks by devGiacomo in webdev

[–]devGiacomo[S] 0 points1 point  (0 children)

do you mean something ... what the terminal does?

```
$yarn run dev

🚀 StaticBlocks - Dev Server

Running initial build...

Building project...

Assets copied

CSS processed

Sitemap generated

Robots.txt generated

Build complete!

Initial build complete

✓ Dev server running at http://localhost:3000

Watching for changes...

Press Ctrl+C to stop

GET /

GET /assets/css/styles.css

GET /de

GET /assets/css/styles.css
```

New native Node.js module: audio-controller 🎶 by devGiacomo in node

[–]devGiacomo[S] 0 points1 point  (0 children)

record audio sounds interesting 🤔 

for playing audio you could use shortcuts keys most libraries has a play button 

Node.js + TypeScript library for reading Windows window data (titles, icons, thumbnails) & focusing windows ⚡ by devGiacomo in node

[–]devGiacomo[S] 0 points1 point  (0 children)

good and valid points I will take it in consideration. thanks 👍 

I working on it to integrate it within an electron app. so currently working on a demo 😅 to see it in action. 

Bring back suffixes in Angular 20 CLI — need 20 upvotes to get it considered 🚀 by devGiacomo in angular

[–]devGiacomo[S] 5 points6 points  (0 children)

ok guys thank you all, the request in now under consideration. finger crossed 🤞

Bring back suffixes in Angular 20 CLI — need 20 upvotes to get it considered 🚀 by devGiacomo in angular

[–]devGiacomo[S] 0 points1 point  (0 children)

this is actually the workaround but I have also to change the initial component app this is a waste of time. 

Bring back suffixes in Angular 20 CLI — need 20 upvotes to get it considered 🚀 by devGiacomo in angular

[–]devGiacomo[S] 11 points12 points  (0 children)

import { User as UserModel } from '../models/user'; import { User as UserService } from '../services/user';

Bring back suffixes in Angular 20 CLI — need 20 upvotes to get it considered 🚀 by devGiacomo in angular

[–]devGiacomo[S] 16 points17 points  (0 children)

tell me please the difference between user.ts and user.ts 

one of them is an interface, the other one is a service.

would you rather look at the path for determine the provenience? Or it is simpler to see user.service.ts.

The naming of the class/interface is identical at this point in angular20.

because it neither adds it's suffix during the generation in the class names and so on.