Awesome! Something like this has been on my โto build at some pointโ list as well.
The website mentions that the files are encrypted and only chosen ones can read them. How will you make sure that this is the case? To decrypt the files they need a key, but you cannot have it. What if they forget?
Posts by Csaba
The project isn't even open for sign ups yet, but the internet already wants to poke at it.
Got a wave of:
GET /docker/.env
GET /docker-compose.yaml
GET /docker-compose.override.yml
...
Moments like these always remind me to double check if I left something open somewhere. ๐ค
#buildinpublic
It took me about a week to get up and running with Helix. Now I know more about LSPs (Language Server Protocol) than I ever wanted. ๐
With VS Code everything just works magically. Meanwhile I just found out that "HTML LSP" is an actual thing. ๐ฑ
My touch typing is also improving, which is nice.
1:20 AMโฆ ๐ Ha-ha, it really was wearing you alive.
So my next experiment is to use Helix for an extended period and see how it affects my workflow.
If my battery life improves a bit too, even better. ๐
By the way, I had trouble copy/pasting this post from the editor, ha-ha... ๐
I know just enough Vim to edit config files without crying, but that's about it. While looking at options I found Neovim and Helix as modern alternatives. After trying both, the Helix "selection -> action" philosophy seems to be closer to how I think.
This year I wanted something more radical. I'm very used to GUI IDEs like VS Code, but I always have a Terminal open anyway for running projects and handling Git commands.
So I wondered: what if I just lived inside the Terminal for a while?
I try to learn at least one new tech every year. It keeps me from becoming the classic grumpy developer who says "things were better in 2009". ๐
Last year it was 3D printing and ChatGPT. Before that Docker and Devcontainers.
๐งต #buildinpublic
One step closer. Now components can also synchronize between pages. ๐ But the code needs a serious cleanup... ๐
#buildinpublic
Love the idea of the "Humanoid Olympics". Finally, a competition pushing robots and AI to be useful around the house. ๐ค๐
generalrobots.substack.com/p/benjies-hu...
My kitchen scale always beeps when I turn it on. It even has a "mute" button, but it forgets it's muted.
The other day I finally snapped, opened it up, and cut the beeper cable.
It's silent now. Yet every time I turn it on, I still hear the beep in my mind. ๐
Shouldn't have waited this long...
ๅ๏ผไฝ ไผ่ฏดไธญๆ๏ผOr was it ChatGPT?
Nope, another one here. ๐ค
Thanks!
Well, not too unique, but the two use cases that I'm planning for are:
1. Reusable blocks, e.g. header navigation on every page, then you don't have to edit your header everywhere because it stays in sync
2. Repeater blocks, when some data comes from the DB, like a list of blog posts
Iโve been working on custom components in remake lately. Itโs rough around the edges, but itโs finally starting to work! Still a lot to fix though.
#buildinpublic
Yes, it would. But users, who somewhat understand the default language, could continue using the app. For example, if the users see โfeatureA.helpMessageโ, they wouldnโt know how to continue, but if they at least see the message in English, they would be surprised, but could go on. ๐คทโโ๏ธ
I normally use English in the code as the fallback to not show the โuglyโ keys when a translation is missing, and other languages have their own translation files. Something like:
t(โhome:welcomeโ, โWelcome to XYZโ)
LOL, that might be it. ๐
Does anybody know why the desktop ChatGPT interface turns upside down sometimes? ๐ค๐
Makes total sense! ๐ But I think the privacy policy is kind of the easy part (as long as you donโt want to do all kinds of shady stuff with the data). The terms are harder when the customers can add their own content. Lots of edge cases there.
What's in the `unkownanimal` file? ๐ (Is it supposed to be unknown?)
When Iโm not building online experiences, Iโm busy creating spooky offline ones with my wife at our English academy.
Not sure if the kids enjoyed it more or we did. ๐
Happy Halloween! ๐๐ป #buildinpublic
Looks great! ๐ But the -/+ buttons might be a bit too small, and my fingers are not even that thick. ๐ค
Were the blog posts on the BlogBowl website written by AI as well?
You are working on it though. ๐
ChatGPT-based search. ๐ Instead of searching I could just ask โHey remember when we talked about X? Please, give me a summary of those conversations with reference links.โ. I donโt understand why their search has to be a barely functioning full text search. ๐ค
Always fighting with my resistance to post something. It is too easy to just code and forget about the marketing part. ๐
Working on the media library & Unsplash integration for remake. Now the grid lets you preview images even if they donโt fit in the box, with a nice horizontal or vertical animation.
Next step: getting custom components to work. ๐ค Once that's done, I can start accepting alpha users. ๐ฑ
#buildinpublic
He probably has the straightest programmer back Iโve ever seen (I think he doesnโt even have back support?). Iโm like this a lot of times: ๐ฆ (Iโm working on it though ๐).
Maybe try to place the inputs horizontally next to each other. Right now they take up a whole row, but they have a single number inside. Too much space. If they are next to each other, the whole interface can probably fit on a single page without scrolling.