Viewing profile — busymichael
busymichael
HN member- Joined
- Thu, Jun 01, 2017, 8:39 PM UTC
- HN karma
- 87
- Public activity
- 99 items
- HN profile
- View on Hacker News ↗
About busymichael
Recent public activity
-
comment
Comment #48994526
I think you're underweighting the Pelican test. Not only does it give you a super easy-to-grok understanding of the model quality just by looking at the image, but when you compare…
-
comment
Comment #48675322
Still no 256GB or 512GB Studio models at any price. 96 is the max for any Studio configuration on apple.com right now.
-
comment
Comment #48462486
I built an iOS app for my sons who play club basketball. It’s designed to bridge the gap between practicing solo on the court and the pressure of playing in a game. It uses mechani…
-
comment
Comment #48096778
Building Basil ( https://basilai.app ), a privacy-first AI executive assistant / note taker. Everything is on-device: transcription, summarization, etc. So nothing is shared with a…
- story
-
comment
Comment #47753053
[dead]
-
comment
Comment #47314681
Building a voice recorder/transcription/summarization app where everything runs on-device. No cloud, no uploads, no servers processing your audio. Started with a web version using …
-
comment
Comment #45595923
My experience share only supporting the latest OS: I have launched apps focused on a new feature in the latest OS and regretted it. The # of people who have the latest OS is much s…
-
comment
Comment #45595755
As a side project, I just launched a privacy-first web-based meeting transcriber ( https://basilai.app/app ). Everything runs entirely in your browser — both the transcription and …
-
comment
Comment #41534016
I'm a big fan of digitpain (Jeffrey Scudder) and it is great to see him get airtime here. The tl/dr for Jeffrey is he make digital art, but first he makes his own digital tools to …
-
comment
Comment #41503015
The feature I like the most in your demo: the one page checkout. It comes very close to shopify's excellent check out. Nicely done! WooCommerce should be filling the role of viable…
-
comment
Comment #41294552
It looks like you still have rrweb running. Have you tried removing that?
-
story
Ask HN: Any tips for applying for the Google Startup Program?
I'm planning to apply to the Google Startup Program which offers credits of up to $200K for Google Cloud usage (https://cloud.google.com/startup). I'm a solo founder and have built…
-
comment
Comment #37426227
I am on a similar path with https://intro.wtf (AI product merchandising for online retailers). I am solo but am trying to make being a solo saas founder the 'water I swim in.' I am…
-
comment
Comment #37168977
I'm working on building better product merchandising with AI/ML for online retailers. The problem: creating unique, engaging product content is expensive and time consuming for ret…
-
comment
Comment #30350564
I love to talk with you about this. Can you DM me on discord: busymichael#0001? I've joined a few crypto teams and am networking to find more.
- story
-
comment
Comment #26479068
This is really interesting. I use git to manage my deploys. I git pull from my servers whenever I deploy. I have been toying with using github actions to automate the pull. My work…
-
comment
Comment #26468694
There has been a lot of interest in these reddit/twitter stock trackers lately. I built one ( https://cutt.co ). Here is an open source one: https://github.com/iam-abbas/Reddit-Sto…
-
comment
Comment #26286044
I am tackling a similar problem at [the Cutt Newsletter]( https://cutt.co ). I have taken a slightly different tactic than you. I am trying to surface actionable trade ideas from t…
-
comment
Comment #25060615
Thank you -- pyarmor is what I am looking for. It seems to provide for both code obfuscation AND licensing. Also, if you use the licensing, the code obfuscation is linked to the li…
-
story
Ask HN: How do I sell a library/plug-in?
I have built a python library for advanced timezone handling; essentially running cron jobs for users based on their local tz. I would like to sell the library. It could be a saas …
-
comment
Comment #24710012
I have just started playing with repl.it and am enjoying it. repl.it is using a similar IDE to the VSCode fork from the OP. I am trying to build a small web app using repl.it as my…
-
comment
Comment #24205324
Congrats on launching -- really impressive. One important issue that these self hosted analytics solve is ad blocking. Ad blocking by users really undermines the ability of a site …
-
story
Ask HN: Why does the HN CSS stylesheet block font size adjustments?
Line 91 of the news.css for HN: body { padding: 0; margin: 0; width: 100%; -webkit-text-size-adjust: none; } The webkit-text-size-adjust overrides the minimum font size settings in…