Viewing profile — freitzzz
freitzzz
HN member- Joined
- Sun, Jun 04, 2023, 2:31 PM UTC
- HN karma
- 165
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About freitzzz
Recent public activity
-
comment
Comment #47795114
If we're letting agents send e-mail, what's the point of reading e-mail? Surely I can have an agent to reply to e-mail that other agent has sent. Do we really want to create dead i…
-
story
Ask HN: How do C-level come up with % on their bold predictions?
I'm tired of seeing news about big tech C-level saying that >90% of code will be generated by XXXX year. How do they come up with this % indicators? Do they have some kind of insig…
-
comment
Comment #45905203
A similar thing happened at my university in an Advanced Algorithms course. Students failed it so much, the university was forced to make the course easier to pass, by removing the…
-
comment
Comment #45888219
Cool idea, but you need to polish the UI. It looks completely generated by LLM (that's bad)
-
comment
Comment #45759745
In my opinion this can't even be labeled as a single HTML file, because it loads external files to complete the app. But back to the question, a "plain html" file doesn't load any …
-
comment
Comment #45759536
Hi, sorry to be that guys, I just wanted to make some corrections on what you call your app a "plain html file". Your HTML file loads: - react app - pwa manifest - tailwind css Thi…
-
comment
Comment #45603038
Gov doesn't care if it made devs happy or not, it cares if the products reached users and more importantly if it made them money
-
comment
Comment #45373620
Tried it but it doesn't work on macOS arm64... :(
-
story
What's a handy tool for creating/editing Lottie files, free/no watermark?
Each time I need to make a small adjustment to a Lottie file I spend valuable time in finding an online tool that allows me to do what I want, and that doesn't include a watermark …
- story
- story
-
comment
Comment #45061484
Hi, author here The issue isn't socially interacting with any of the users, I wish that was the major pain point. The issue is having to handle e-mails, issues, feature requests, c…
- story
- story
-
comment
Comment #44440891
I would say that the best benefits are: - Cross Compilation (even wasm and js) out of the box - Simple concurrency model, similar to NodeJS - Ability to use it on a popular cross p…
- story
-
story
Show HN: Zero Monitor – Quickly monitor servers
Hi HN! I'm actively building Zero Monitor, a tool to really quickly monitor servers, vms, vps, etc. The main selling point is the overview of resources usage (your typical CPU, RAM…
-
comment
Comment #42171140
Hi! How does this differ from Radio Garden?
-
comment
Comment #42088773
Function operations are possible in Go like it’s possible in any language that define function in the syntax. But functional programming goes beyond functions, and Go was not desig…
-
comment
Comment #41912158
The additional features this tool brings (port enumeration, list usb devices, system info), makes me thing the tool was not designed for good/ethical reasons, but to ease the life …
-
comment
Comment #41877864
Really nice idea! As a data hoarder myself, I think I will follow this as way to remind myself of the things I truly should archive :)
-
comment
Comment #41657703
Isn’t Dolt one of the initiatives for this? https://www.dolthub.com/ Also not so long time ago, I saw a post on HN sharing a platform that does just this but for hospital data. can…
-
comment
Comment #41616597
You’d be surprised how heavy a language pack is!
-
comment
Comment #41616191
Most Android apps are huge because they bundle tons of assets just to accommodate the “initial experience of the user”. Also, using bloat libraries and frameworks (any shipped by G…
-
comment
Comment #41615618
Really cool! I just love seeing Android apps that weight less than a 1MB and run anywhere, even on your old HTC. Congrats!