HackerTrans
トップ新着トレンドコメント過去質問紹介求人

delneg

no profile record

投稿

Stack: HTML templates and a sprinkle of vanilla JavaScript

bearle.dev
3 ポイント·投稿者 delneg·11 か月前·2 コメント

ChatGPT convert image to Excel table

chat.openai.com
1 ポイント·投稿者 delneg·2 年前·2 コメント

コメント

delneg
·11 か月前·議論
What if the "modern" web is overly complex for most use cases? I'm sharing a project, a website for a product studio "Bearle", that was built on what I'd call a "2025 Stack" - a return to simplicity. It's a fully functional single-page application built with:

    No React, Vue, or Angular.

    No Webpack, Vite, or Parcel.

    No npm or bun.
Just plain old HTML <template> elements and vanilla JavaScript to handle routing and dynamic content. The result is a website that is incredibly fast, easy to deploy, and simple to maintain.

Have we gone too far with our complex toolchains? For many projects, is a simple, no-build, no-framework approach like this one a more sensible choice?
delneg
·2 年前·議論
Tried my best to make a simple OpenAI ChatGPT app that helps with converting photos of tables and other data to Excel format, try it out and see if it works
delneg
·4 年前·議論
https://devblogs.microsoft.com/dotnet/announcing-fsharp-7/ Written by Vlad
delneg
·5 年前·議論
I've recently added support for Django 4.0 in https://github.com/Bearle/django_private_chat2

The code is tested & known to work well