HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tealpod

no profile record

Submissions

Show HN: CloudPostOffice – Send messages between apps and agents in 4 lines

cloudpostoffice.com
2 points·by tealpod·2 miesiące temu·1 comments

comments

tealpod
·w zeszłym miesiącu·discuss
Nice, I like to see your talk video, audio. Thanks.
tealpod
·w zeszłym miesiącu·discuss
We compiled one of our Java app to native binary using GraalVM (for encyption and secret managment needs). Side effect is the Java native binary performance is excellent, app startup time also significantly less compared to JVM version.

I am not sure how it compares with C++, Rust and Zig, but we made a benchmark with a similar Go binary, Java native version performance (load tests) is similar to Go binary. Only RAM usage of Java native binary is 3 times to Go binary (and JVM app took almost 10 times more RAM than Go version).
tealpod
·2 miesiące temu·discuss
[dead]
tealpod
·2 miesiące temu·discuss
If anyone wants a aggregated status page for github, cloud & AI services.

https://status-page.org/
tealpod
·9 miesięcy temu·discuss
FTP is not dead. A huge percent of Wind Turbines use FTP for data transfer.
tealpod
·9 miesięcy temu·discuss
> asterisk is inexplicably used both to declare a pointer and a COMPLETELY different operation of dereferencing a pointer.

This is the most confusing concept of pointers. I feel this could have been easily avoided with different character like ~ or ^ or other.
tealpod
·10 miesięcy temu·discuss
Sounds good.

BTW, your website is heavy, for a basic set of components it shouldn't be taking 100% CPU.
tealpod
·11 miesięcy temu·discuss
Yes, We used GraalVM for data encryption project, side-effect is super fast performance. The number of req/sec also 3x.
tealpod
·11 miesięcy temu·discuss
I once solved a similar issue in a large application by applying the Flyweight design pattern at massive scale. The architectural details could fill an article, but the result was significant performance improvement.
tealpod
·12 miesięcy temu·discuss
AI isn’t ready to take full control of critical systems, and maybe it never will be. But big companies are rushing ahead, and users are placing trust in these big companies.

I believe AI should suggest, not act. I was surprised to see tools like Google CLI and Warp.dev confidently editing user files. Are they really 100% sure of their AI products? At the very least, there should be a proper undo. Even then, mistakes can slip through.

If you just want a simple terminal AI that suggests (not takes over), try https://geni.dev (built on Gemini, but will never touch your system).
tealpod
·12 miesięcy temu·discuss
Beautiful. I made few CNC's in my previous life, started a CNC company and bankrupted. Bankrupt because I tried to make everything myself, including electronic circuits. Your work looks great, congrats.

I suggest you keep a small video on the homepage(maybe youtube video). Also your site took a little time to load because of huge images (especially github image is 11mb).
tealpod
·w zeszłym roku·discuss
D is one of the most beautiful and very efficient language. I wonder why it never got the attention it deserves.
tealpod
·w zeszłym roku·discuss
Two weeks back I made a simple wrapper CLI app for GEMINI https://geni.dev.

I strongly believe in AI cli apps for devs, congrats.
tealpod
·w zeszłym roku·discuss
Notepad++ Paint.NET NetBSD
tealpod
·w zeszłym roku·discuss
I follow similar principal for https://Watermark.ink Almost every feature on watermark.ink site is free.
tealpod
·w zeszłym roku·discuss
Your style of explaination and animation are exceptional.
tealpod
·w zeszłym roku·discuss
Very well said.
tealpod
·w zeszłym roku·discuss
I don't understand how to use this site. There is no movement or voice or what to do next after I go to a page.
tealpod
·w zeszłym roku·discuss
Dlang is a clean langauge. Unfortunately it never got the attention it deserves.
tealpod
·w zeszłym roku·discuss
Firefly language looks simple and beautiful.