Viewing profile — designed
designed
HN member- Joined
- Sun, Aug 14, 2022, 7:26 AM UTC
- HN karma
- 28
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About designed
No profile information was provided.
Recent public activity
-
comment
Comment #48924686
Many churches have professionally trained counsellors. No, they wouldn't tell you to "pray the cancer away" (though there are prosperity-"gospel" preaching churches that would say …
-
comment
Comment #46310274
Check out Helium. I switched from Brave to try it out and works pretty great. Just no Widevine support (though possible on Linux).
-
comment
Comment #45848230
Do you have a link that talks about Proton Mail's use of UniFFI-rs? A quick search didn't turn up anything.
-
comment
Comment #43934234
It's flat as in flat rate, similar to fixed rate, meaning a set cost per month, instead of pay-as-you-go. Hope that helps. It's flat if you graph your spend over multiple months :)…
-
comment
Comment #42415130
I'll break the combo here; another punny comment would only subtract from this already perfect thread.
-
comment
Comment #42384798
Same. I'm confused by this. Maybe they are changing (decreasing?) what's included in the free tier and rebranding. Will look into it.
-
comment
Comment #42226655
If you scroll down to the image carousel/gallery and click on an image, it directs you to a page where you can download a high-res jpeg (~100mb for the ultraviolet one).
-
comment
Comment #42144044
Just tried it. Unfortunately, even when you choose "Run Immediately", it still asks for user input when the time comes ("Are you sure you want to restart this iPhone?")
-
comment
Comment #42073116
An advantage of dataclasses over dicts is that you can add methods and properties. Also you can easily convert a dataclass to a dict with dataclasses.asdict. Not so easy to go from…
-
comment
Comment #41935598
Preprocessor of sorts. From the readme: The goals for Pretty C are: - Provide so much syntactic sugar as to cause any C developer a diabetes-induced heart attack. - Deprecate Lua, …
-
comment
Comment #41226822
click outside of the button, hold down, and move cursor onto button
-
comment
Comment #41199724
The most annoying thing for me as I develop RN apps is that I still have to deal with native differences between platforms sometimes. Things like BLE, permissions, and file system.…
-
comment
Comment #41199619
On the App Store listing, the in-app purchases are listed as $6.99 CAD for a pro weekly membership, and $99.99 CAD for 1 year.
-
comment
Comment #41001741
It's completely controlled by the parents: who they can communicate with, etc. My friend's son has one, and the whole point in getting him one was to not have him on the internet a…
- story
-
comment
Comment #40566040
50,000 pic battery life * 1 pic every 30 seconds = ~17 day battery life. Not bad
-
comment
Comment #40219174
They might have been referencing the link posted by tromp (currently top comment)
-
comment
Comment #39839178
A similar thing happens when the word "password" is present in the file. Copilot stops autocompleting. I haven't tried this yet, but I wonder if putting a comment at the top saying…
-
comment
Comment #34681469
I had the opposite experience, but I did an undergrad in CS in university, not college. Learned lots of theory and algorithms, and low-level programming, but hardly did any practic…
-
comment
Comment #34591751
Most if not all of the points are not applicable when medical software and firmware is involved. I could never play so fast and loose at work.
-
comment
Comment #34037910
Have you heard of Remix? https://remix.run
-
comment
Comment #33940724
Wheelchair user as well. I understand what you're saying. After 19 years in a chair, I recently bought a FreeWheel. My only regret is not getting one sooner. It definitely makes ge…
-
comment
Comment #33876802
I didn't know what SSE was, so I asked ChatGPT: > What does 'SSE' stand for in the following code sample: "In this code sample, 'SSE' likely stands for "Server-Sent Events". It is …
-
comment
Comment #33181416
I'm thinking of getting a second hand iPad for this very reason. I read a lot of articles on my phone, and have been wanting a bigger screen. I think a used tablet is the best bet.…
-
comment
Comment #32517685
I would use a state machine in this case. The best tool for doing this in JavaScript/TypeScript is XState. Highly recommend.