Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
designed
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
designed
2mo ago
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 "donate to make the cancer go
2.
▲
by
designed
9mo ago
Check out Helium. I switched from Brave to try it out and works pretty great. Just no Widevine support (though possible on Linux).
3.
▲
by
designed
11mo ago
Do you have a link that talks about Proton Mail's use of UniFFI-rs? A quick search didn't turn up anything.
4.
▲
by
designed
1y ago
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 :)
5.
▲
by
designed
2y ago
I'll break the combo here; another punny comment would only subtract from this already perfect thread.
6.
▲
by
designed
2y ago
Same. I'm confused by this. Maybe they are changing (decreasing?) what's included in the free tier and rebranding. Will look into it.
7.
▲
by
designed
2y ago
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).
8.
▲
by
designed
2y ago
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?")
9.
▲
by
designed
2y ago
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 dict to dataclass though
10.
▲
by
designed
2y ago
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, Python, JavaScript, Ruby and a dozen other languages, becaus
11.
▲
by
designed
2y ago
click outside of the button, hold down, and move cursor onto button
12.
▲
by
designed
2y ago
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. That being said, it's not terribly frustrating, and I
13.
▲
by
designed
2y ago
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.
14.
▲
by
designed
2y ago
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 and social media. I thought it looked like a great
15.
▲
TickTalk – Kids Cellular Smartwatch
(myticktalk.com)
1 points
by
designed
2y ago
|
2 comments
16.
▲
by
designed
2y ago
50,000 pic battery life * 1 pic every 30 seconds = ~17 day battery life. Not bad
17.
▲
by
designed
2y ago
They might have been referencing the link posted by tromp (currently top comment)
18.
▲
by
designed
2y ago
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 "the term ass refers to…" would co
19.
▲
by
designed
4y ago
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 practical stuff like app deployment.
20.
▲
by
designed
4y ago
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.
21.
▲
by
designed
4y ago
Have you heard of Remix? https://remix.run
22.
▲
by
designed
4y ago
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 getting out and about easier and more enjoyable. Nothing
23.
▲
by
designed
4y ago
I didn't know what SSE was, so I asked ChatGPT: > What does 'SSE' stand for in the following code sample: <pasted fetch-sse.js> "In this code sample, 'SSE' likely stands for "Server-Sent Events&qu
24.
▲
by
designed
4y ago
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. Remarkable looks nice but like you said is expensive f
25.
▲
by
designed
4y ago
I would use a state machine in this case. The best tool for doing this in JavaScript/TypeScript is XState. Highly recommend.