Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
windmark
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
16 ms
·
1.
▲
by
windmark
9mo ago
Looks like they were notified of this miss > please contact them at support@supercardsapp.com and they will respond in a reasonable time. https://supercardsapp.com/privacy-policy/privacy
2.
▲
by
windmark
2y ago
What was the original business model that Honey had? I only know of the current Honey approach, inserting themselves into the checkout page, did Honey work differently before? More like a coupon search engine? That’s the only way I can imag
3.
▲
by
windmark
2y ago
I totally agree! I really liked https://lets-go.alexedwards.net which walked you through creating a web api with a database. When I did it, I decided to use SQLite instead of what was in the course, which meant I could follow al
4.
▲
by
windmark
2y ago
I wasn’t aware that WKWebView granted the app such power. Is there a way for me as a user to figure out if WKWebView or SFSafariViewController is being used if I have a web page open? Although I don’t use FB, I do use the web view of other
5.
▲
by
windmark
3y ago
Reading the “How Does it Work?” section of the readme, I interpret it as WebUI being a way of embedding a web view into your existing program, being a sort of proxy for the existing browser of the system. https://github.com/
6.
▲
by
windmark
3y ago
We got your point the first time you posted this. You come across as someone who tries to keep the monopoly for themselves.
7.
▲
by
windmark
3y ago
In addition to what the others have said, make sure you have a CI and don’t review the PR until that’s showing green. The CI should ideally include tests, linting according to a common code standard and other “grunt tasks” that are unnecess
8.
▲
by
windmark
3y ago
Indeed similar to all Big Tech companies laying off the past year.
9.
▲
by
windmark
3y ago
I’m using QuickScan on iOS for this, which has customizable favorite export locations so that you with one press after a scan can upload to specific folders in google drive etc.
10.
▲
by
windmark
3y ago
Your examples with even numbers in feet and odd in meters tell me that is what you’re used to. I can counter with that saying 180 cm is a lot easier than 5 feet 10.86 inches. No one says that, similar to that no one would say 17.78. What’s
11.
▲
by
windmark
3y ago
I don’t agree with that design decision. As a new user, you might come across this site and think it only contains the visual gifs (there are many such design sites without code). Since there’s no indication that the source code exists, I w
12.
▲
by
windmark
3y ago
This website seems to have problem rendering in Safari on my iPhone 12 Pro. The header is cut off and the cards are overlaying each other. See here https://pasteboard.co/S8cpPCWQ5FLt.png
13.
▲
by
windmark
3y ago
I agree. I can manage my notifications across more channels a lot better in Slack than in MS Teams
14.
▲
by
windmark
3y ago
Apart from it being over Zoom, the main differentiator is that only one party eats. That’s a clear show of power. What you are talking about is that that both meet over food, which is very different.
15.
▲
by
windmark
3y ago
Because that’s that most people see Jira as. It’s easy to only use Jiras surface level features, like a Trello with a little more functionality, and not the more advanced ones.
16.
▲
by
windmark
3y ago
In this case we’re talking minutes to destroy your reputation for all current and future customers. That must be considered worth it.
17.
▲
by
windmark
4y ago
I can’t access the updated link and just get: Access Denied You don't have permission to access " http://www.verifythis.com/article/news/verify/weather-verify... " on this server. Reference #18.5
18.
▲
by
windmark
4y ago
Right, seems like the author is basing the article of a unit confusion of 3 orders of magnitude..
19.
▲
by
windmark
4y ago
I assume that “internal” means it’s just that and not accessible.
20.
▲
by
windmark
5y ago
Can you elaborate with sources for someone who have only read the main stream media about this?
21.
▲
by
windmark
5y ago
> In a similar vein, I think it's cool to see Sony take a more repair friendly approach with the PS5. Taking the sides off for cleaning or replacement is super easy and as a bonus creates an extra revenue stream for new accessories.
22.
▲
by
windmark
5y ago
And in even better format with a thread reader, https://threadreaderapp.com/thread/1428008041887281157.html
23.
▲
by
windmark
5y ago
SwiftKey is for some reason significantly worse on ios than android. I still use it because it has far better correction than the builtin keyboard and I haven't found any other that supports multiple simultaneous languages on ios.
24.
▲
by
windmark
5y ago
In my city we have this issue with the screens in the subway trains. There are two screens, * one always works and shows ads and selected news * the second one is supposed to show the next stations and connections, except for when it doesn
25.
▲
by
windmark
5y ago
Having the user enter their password for connecting to Gmail is very different to having the service try the passwords themselves. The service shouldn't even have the password in clear text to begin with. Until OP provides proof I doub
26.
▲
by
windmark
5y ago
Definitely. Understanding the problem space and formulating the requirements is often overlooked when people claim "AI will take over programming". Although off the shelf products will be able to do more and more tasks, I believe
27.
▲
by
windmark
5y ago
I have the following alias which simply parses the branch name and passes with carts alias gpsu='git rev-parse --abbrev-ref HEAD | xargs git push --set-upstream origin'