Viewing profile — Willamin
Willamin
HN member- Joined
- Wed, Aug 17, 2016, 1:22 AM UTC
- HN karma
- 239
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About Willamin
No profile information was provided.
Recent public activity
-
comment
Comment #49013367
> include a cloudflareinsights.com beacon. Agreed that the homepage should not indicate otherwise, but on the plus side with a tool like Bento you can edit the HTML file locally, r…
-
comment
Comment #49013309
I recently made a very similar tool but focused on making small React apps instead of presentations. A basic starter html file with an example app: https://glider-app.netlify.app/g…
-
comment
Comment #48831924
> as simple as installing Claude in the VM and connecting via an SSH terminal I've done exactly this, and it works pretty well! 1. I setup a VM in UTM (but this could be any kind o…
-
comment
Comment #47369352
For context, my engineering team is fairly small – no guarantees this scales well for larger organizations. I capture the reasons for decisions on why code was written a particular…
-
comment
Comment #46876824
I’d love to see a variation on the concept that minimizes information on each card. It would of course result in a larger deck, but would reduce visual noise while playing games. I…
-
comment
Comment #46500592
I also do my best to stick to a "one strike and they're out" personal policy. But I also have apps that push marketing through notifications _and_ are urgent on a reoccurring basis…
-
comment
Comment #46469218
Is a normal (non-rose) gold (or even a brass) color something we could look forward go in the future? Was the decision to not sell that color based on expected demand for the color…
-
comment
Comment #46151640
I personally prefer leaving the measurement in the instructions for two reasons. 1. I'll often use the ingredients list (and quantities there) before cooking to ensure that I have …
-
comment
Comment #43435917
I love that you made it so simple to use! I've started building a similar app before, except with more of a focus on the timestamps than the text (prioritizing time tracking over n…
-
comment
Comment #43014588
Genuinely, I'd love to see this approach be taken: allow for a set of characters to be used as list delimiters. I personally like the set to be comma, semicolon, and newline, but o…
-
comment
Comment #42816973
Totally agreed! It's a problem I'd love to see solved well. I've wanted a route planning / mapping app that can achieve advanced features for a few years now. I'd love to build it …
-
comment
Comment #42009370
I find myself being unable to search for more complex subjects when I don't know the keywords, specialized terminology, or even the title of a work, yet I have a broad understandin…
-
comment
Comment #40146250
Lately I've started using a barebones SQLite DB for this and a GUI DB editor program (TablePlus, which happens to have an iOS app as well). I'd always relied on ORMs in whatever we…
-
comment
Comment #39017478
Set up should be simpler than needing to manually copy codes into your settings app. When a QR code is present on screen that resolves to a TOTP seed, an additional context menu op…
-
comment
Comment #38725815
This is possible and relatively easy for Apple to do: for most (if not all) permissions, a declaration that you intend to ask for permission is required in the app's Info.plist man…
-
comment
Comment #38104269
In the US, we tax roads by usage via fuel (gasoline and diesel) tax [^1]. It's a simple solution: the more miles you drive, the more fuel you use; the more fuel you use, the more t…
-
comment
Comment #38041328
Great article! I'd never considered the mathematical risks associated with this. Now I'm curious what the numbers would look like if it were a cultural norm for everyone (who passe…
-
comment
Comment #37932548
A Dark Room is pretty high up on my list. While it's a very bare bones interface, its visual design is intentional and consistent through different stages of gameplay.
-
comment
Comment #37871898
A bit of a nitpick on the language on the homepage: The description of the Fibonacci example seems incorrect, but I might be misunderstanding something about the language. > A fib …
-
comment
Comment #37820991
This is present in the App Store. It's not a short line-item similar to in-app puchase presence, instead it's a full-width card that indicates details on what information is collec…
-
comment
Comment #37559733
> many apps really only work if they get your full contacts list Too bad for those apps. They should be able to work whether I have 1000 contacts, 0 contacts, or any number in betw…
-
comment
Comment #37559703
This is such a welcome addition! I totally agree: it likely took all of 30 minutes to implement (plus testing, QA, etc time). I'd love to see another Clock feature: let me choose a…
-
comment
Comment #37398161
A simple solution: On the dialog for the Nth advertisement, also provide a "disable AirDrop for 1 hour" choice. If the user wanted to receive these again, they can re-enable AirDro…
-
comment
Comment #33923045
Elm typically leans into this exact style (though without semicolons)! It's refreshing seeing support for this delimiter-first, dangling closing delimiter style in a more imperativ…
-
comment
Comment #32607759
The rule of thumb estimation number I've always heard for calculating a salaried job's hourly rate is 2080: 365 / 7 ≈ 52 (weeks) * 5 (work days per week) * 8 (hours per day) = 2080…