HackerTrans
TopNewTrendsCommentsPastAskShowJobs

elias1233

no profile record

Submissions

[untitled]

1 points·by elias1233·2 เดือนที่ผ่านมา·0 comments

comments

elias1233
·13 วันที่ผ่านมา·discuss
It would be interesting to see if an air conditioner or refrigerator can be made in this manner
elias1233
·29 วันที่ผ่านมา·discuss
The only thing is that it zooms in on safari mobile when pressing a text field, but that problem is unanimous
elias1233
·เดือนที่แล้ว·discuss
A gym app for logging workouts and exercises. Plenty of apps exist but I wanted a specific UI/UX that made logging fast while I’m at the gym.
elias1233
·2 เดือนที่ผ่านมา·discuss
Very interesting! But how do you display images?
elias1233
·2 เดือนที่ผ่านมา·discuss
I thought this was for the Wordpress Gutenberg Editor for a second
elias1233
·3 เดือนที่ผ่านมา·discuss
Many of the new features in claude code have soon been implemented in other harnesses, for example plugins/skills. After all it is just a prompt.
elias1233
·3 เดือนที่ผ่านมา·discuss
With the Oracle Cloud Free Tier you can do this for a whopping $0/month. They give you a 4 core ARM CPU and 24 GB RAM for free, plus 200 GB storage.
elias1233
·4 เดือนที่ผ่านมา·discuss
Whimsical is a whiteboard/diagram app that I think looks pretty nice, not too far from how yours looks
elias1233
·5 เดือนที่ผ่านมา·discuss
I created a similar game but where you can enter any category, for example programming languages, car brands or whatever. Of course uses LLMs https://gissallt.eliasf.se/
elias1233
·6 เดือนที่ผ่านมา·discuss
You could say they broke the window(s)
elias1233
·6 เดือนที่ผ่านมา·discuss
These comments don’t seem to have that much love for shadcn, which is unfortunate as I think it promotes good component file structure and reuse. The premise is that you could (and should) change the components yourself, as they are living in your code base and ”owned” by you, which is a radically different approach compared to other ui libraries.
elias1233
·6 เดือนที่ผ่านมา·discuss
I am just glad that it is sub-second start time, where with powershell, it was upwards of multiple seconds
elias1233
·6 เดือนที่ผ่านมา·discuss
I recently played around with a similar idea, but with the added feature that notifications would be sent together in a single notification from the app at scheduled times, optionally grouped by app
elias1233
·7 เดือนที่ผ่านมา·discuss
I have always been a bit hesitant to use UUIDs with timestamps as it can be a security issue if the IDs are public. For example getting the age of a user account just from the id. I will say, however, that I have not heard of any major incidents stemming from this.
elias1233
·8 เดือนที่ผ่านมา·discuss
The git integration in VS Code has gotten really good lately. It has the commit graph, with cherry picking, worktrees, stashes and a very nicely integrated merge editor and rebasing, along with all the common commands. Also staging individual sections and lines visually, which I use daily