- We have ocr ui, and you can just right-click and use Google Translate (I am so poor to afford) for the expensive LLM api
Log in to leave a comment
We are currently facing a backend api problem and database so maybe not app now
super sorry
Uh i get the old code of one project, then I try to remove anything that’s not really related and add new code
Log in to leave a comment
Try not to do over 10h devlogs since the time after 10h might not be rewarded.
Add registering, and I hope that everyone can consider my note before reject
Also, the demo video here demo video
Log in to leave a comment
I built a thing that makes the Hackatime dashboard fit my desktop setup! The hardest part was finding and implementing the hackatime api ( and also creating the game ), but I figured it out by the hackatime doc and some random Reddit thread ( with the google chrome api document ). really happy with how it turned out =»
we have the pet game button
Log in to leave a comment
we have the crosshair
Log in to leave a comment
We have the scoring
Log in to leave a comment
i hope that this update may fix the env problem
Log in to leave a comment
we have the pet find game
Log in to leave a comment
Log in to leave a comment
we have the first demo here
*because of the rate limit of HackClub AI
Log in to leave a comment
we have the basic terminal ui for our app
come with some transcription feature ( which currently error cause by model )
Log in to leave a comment
i found the problem why sometimes a user cannot login
Log in to leave a comment
Log in to leave a comment
kubectl debug <podID> -it --copy-to=debug-pod --container=<containerName> -- sh and kubectl attach debug-pod -c mindconnect -i -t
Log in to leave a comment
Log in to leave a comment
Now you can matching with other people
Log in to leave a comment
Introducing the brand new pod ( and deployment ) port expose ( this runs best with HTTP, but TCP and UDP may cause resource consumption problems)
Note: You also need to set up a record in your DNS settings
Background task for next devlog:
Log in to leave a comment
Now you can get the pod log and the exec command in the pod
Log in to leave a comment
now you can create and delete pods
Log in to leave a comment
they send me heartbeat
now server now the state of k8s cluster
Log in to leave a comment
hello we have the cluster creation now. yeah
Behind the screen: at the backend, we have the api for pod and node manager
at the agent we almost done CURD for pod and node in k8s
the work for next update:
complete the agent resource heartbeat for sync k8s state to database
Log in to leave a comment
We have the basic request system. where user can request some thing like role or feature and admin will see and solve that
Log in to leave a comment
starting with the login page
Behind the scenes: we have the agent with the basics of development CURD
Log in to leave a comment
I created the TUI local file sharing support for many OS =» (thanks to Bun )
The app works by sending UDP broadcast to the broadcasting address to find neighbors’ computers. Then you can share your file or folder with them like Airdrops but currently don’t support Bluetooth, just local network. Bonus: at the end of this i try to adding chatting feature which helps you make a local network to be the “Lobby.”
Over this project i now that you can send udp packet to boastcasting address. And how to create the download flow via TCP. How to use ink is the Frontend tech i lean in this project