Viewing profile — dalemyers
dalemyers
HN member- Joined
- Tue, Oct 10, 2017, 5:37 PM UTC
- HN karma
- 572
- Public activity
- 69 items
- HN profile
- View on Hacker News ↗
About dalemyers
Recent public activity
-
story
Show HN: Roar – A macOS CLI tool for notifications
I've got so many things running in the background with LLMs that keeping track of what they are doing is a bit of a nightmare. I tend to use Python for scripting, and getting it to…
- story
-
comment
Comment #46504639
I've been on a low dose for a year. I've lost 25kg (60 lbs) without much effort. Yes, it definitely dulls my appetite, and if I want to have a nice meal, I need to plan ahead for s…
-
comment
Comment #46504568
> There's a billion-dollar prize if you figure this out, and the food industry is already openly discussing it. Do you have any evidence of this? Your link doesn't confirm it.
- story
-
comment
Comment #43169853
This only occurs when you have Xcode set to automatically handle provisioning for you. If you don't, it doesn't happen. That setting is meant to... well, communicate with Apple and…
-
comment
Comment #42659796
I'm amazed that there's so many comments and yet not a single one is pointing out that the coffee bean is missing from the _right_ side of the image. Not the left.
-
comment
Comment #41848908
You are correct. You also need to have an Intermediate license as the first level (Foundation) doesn't allow you to build your own transceiver.
- story
- story
-
comment
Comment #35725321
This comment has a bunch of spoilers in it. I've watched it so this hasn't changed anything for me, but I'm sure many here intent to watch it but haven't had the time yet. Reacting…
-
comment
Comment #35035454
Part of the problem here is that Plex is included in so many different VMs, NAS images, SaaS offerings, etc. That it can be incredibly difficult and/or obscure to update it. I know…
-
comment
Comment #34949485
Based on what exactly? According to Wikipedia, the Iraq War produced a total death count of 25,071 and a total wounded count of 117,961. Also according to Wikipedia COVID-19 has pr…
-
comment
Comment #31643913
On the one hand, Apple are significantly better at design than car manufacturers so this should be good. On the other hand, moving from something at least close to an RTOS to this …
- story
-
comment
Comment #30464663
What context are you seeing an embedded browser in?
-
comment
Comment #28006741
The question makes sense. It’s a common joke in Scotland. “What’s the fastest town in Scotland? Naaairnnnn… “ (imagine car noises) The “answer” on the other hand… Edit: Just did a …
-
comment
Comment #27244625
Lots of replies here about time, and while they are true, they aren’t the full story. The fact is that vegetables are ridiculously expensive in America compared to Europe. I’ve liv…
-
comment
Comment #26934070
Agreed. I've been expecting Apple to replace this format with a much more diffable one for years. I doubt that will happen now with the new support for Swift packages and the xed c…
-
comment
Comment #26934058
Absolutely. I spent forever reverse engineering the format to write a Python parser ( https://github.com/microsoft/xcodeproj ). It covers the projects I need it to (one in particul…
-
comment
Comment #26934044
This is 100% true, but it's also one of the more difficult things in life to understand. It's one thing to know that other people have other experiences and needs, but it's another…
-
comment
Comment #26932686
While I don't disagree that the pbxformat is awful, there are some reasons behind the design. Take the example of PBXBuildFile in the article. Here's a quote: > There is no other d…
- story
- story
-
comment
Comment #25258706
What complexity does Poetry have over pip? This is a serious question. Yes, you have to install it on top of your Python install, but other than that?