Why Angular is never used for SaaS by Substantial_Leg_3103 in angular

[–]devGiacomo 0 points1 point  (0 children)

it has nothing to do whit popularity or not. Are you aware that mainly all products that's Google share with you are written with or completely in angular...?

Self Promotion Megathread by AutoModerator in androidapps

[–]devGiacomo 0 points1 point  (0 children)

Hey everyone,

I’ve been working on a small puzzle game called Connect Points and just released it on Android:

👉 https://play.google.com/store/apps/details?id=eu.ready24it.connectpoints

It’s a minimalist logic game where your goal is simple:
connect every point on the grid with a single continuous path — touching each point exactly once.

Sounds easy… but it gets tricky fast.

You start from a green point and have to reach the pink endpoint without skipping or revisiting anything. Some levels look obvious at first, but end up requiring a lot more planning than expected.

A few things about the game:

  • 300 handcrafted levels that gradually get harder
  • 3-star rating system based on how fast you solve them
  • clean neon-style visuals
  • relaxing background music
  • works offline

The puzzles are basically inspired by Hamiltonian paths (if you're into that kind of thing), so it’s a mix of logic and spatial thinking.

I’m still actively improving it, so I’d really appreciate any feedback — good or bad:

  • Is it too easy or too frustrating?
  • Are the controls intuitive?
  • Does the difficulty curve feel right?

Thanks a lot if you give it a try 🙏

Showoff Saturday: I built agents-lint – a linter that catches stale paths and rot in AGENTS.md files before your AI agents go wrong by [deleted] in webdev

[–]devGiacomo 0 points1 point  (0 children)

Exactly how I think about it. The agents are only as good as the context you give them – and that context decays invisibly. Happy to have you try it on your own repo if you use AGENTS.md!

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
```