Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drampelt
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
drampelt
2y ago
They were actually testing out running ChromeOS on Android, but apparently it was just a tech demo https://www.androidauthority.com/chrome-os-on-android-proof-...
2.
▲
by
drampelt
2y ago
My biggest issues with homebrew were dealing with versions of dependencies. If major updates for a package came out and you ran a `brew upgrade` (or a new member joins the team and installs it for the first time), it often wasn't trivi
3.
▲
by
drampelt
3y ago
That's what I'm curious about too. If it does manage to do a good job imitating what an actual iPhone would do though - is there any way Apple even could shut it down without breaking iMessage on old iPhones or forcing people to u
4.
▲
by
drampelt
3y ago
Oh good find - thanks!
5.
▲
by
drampelt
3y ago
I've been using Soduto, a 3rd party KDE Connect client, on the Mac for a few years now and it works quite well for my needs https://soduto.com/
6.
▲
by
drampelt
4y ago
Then why isn't that happening on Android with Google Pay? Banks are able to handle NFC payments through their own apps if they want, but the vast majority support Google Pay and don't force users into their own app.
7.
▲
by
drampelt
4y ago
Sorry if it wasn't clear, that was actually my point - on Android even though banks have the ability to handle NFC payments within their own apps, the vast majority still support Google Pay and don't force you to use their app.
8.
▲
by
drampelt
4y ago
I have an Android phone and have every single one of my credit and debit cards from 7 different banks in Google Pay. Don't need to use the bank app for any of them. EDIT: to be clear, currently on Android any app can handle NFC payment
9.
▲
by
drampelt
5y ago
Definitely wasn't iMessage, I tried it on my Android phone
10.
▲
by
drampelt
5y ago
I just tried on Koodo which is part of Telus, no issues sending/receiving
11.
▲
by
drampelt
5y ago
How would Apple know what the content was that was flagged if all they are provided with is a list of hashes? I completely agree it's ludicrous, but there are plenty of countries that want that exact functionality.
12.
▲
by
drampelt
5y ago
People have been talking about other companies doing that for ages, and many specifically choose Apple products because of their perceived commitment to privacy.
13.
▲
by
drampelt
5y ago
Apple's claims on how it will work are also completely unverifiable. What's stopping a government from providing Apple with hashes of any other sort of content they dislike?
14.
▲
by
drampelt
5y ago
M1 support was just added in the latest canary version https://androidstudio.googleblog.com/2021/04/android-studio-...
15.
▲
by
drampelt
6y ago
Does anyone have any tips or resources for getting more out of the Jetbrains IDEs? I've been using them for years but I still feel like there's so much I'm not taking advantage of.
16.
▲
by
drampelt
6y ago
Vimac for macOS does clicking and scrolling within any app https://vimacapp.com/
17.
▲
Safer Phone Calls
(blog.google)
2 points
by
drampelt
6y ago
|
0 comments
18.
▲
by
drampelt
6y ago
Definitely want improvements on most of those myself but some of them are already here. Third party password manager autofill has been around for a few years now (Android 8), and their Airdrop clone was released last month: https:/&#x
19.
▲
by
drampelt
6y ago
Something to keep in mind is most core apps (Maps, Gmail, Messages, etc) aren't baked into the Android OS and are updated with new features regularly throughout the year. Apple often mentions core app updates as new OS features. Even N
20.
▲
by
drampelt
6y ago
iOS, we don't have macOS apps so haven't run into it there but could be a similar problem.
21.
▲
by
drampelt
6y ago
I've been having similar issues with one of our apps, the reviewer can't seem to log in and keeps getting network error messages. No customers have had any issues, I've tried logging in to multiple accounts including the appl
22.
▲
by
drampelt
6y ago
I've been using https://ktor.io (by Jetbrains, same company behind Kotlin) but there are others like Micronaut and Quarkus. A few more options at: https://kotlinlang.org/lp/server-side/ As far as
23.
▲
by
drampelt
6y ago
I've been exploring Kotlin as a "rule them all" language. With Kotlin native/multiplatform you can already cover all platforms today since it can compile to JVM, JS, and native code for iOS/macOS. You still need to
24.
▲
by
drampelt
6y ago
One common use case with a third-party library is for deep linking [1]. The deep link is copied with javascript in the browser, then after installing the app it can open right to where you were on the web. [1] https://github.com&
25.
▲
by
drampelt
6y ago
Yeah, it's awesome having regular < 100mb updates for their IDEs and Android Studio compared to 7+ GB Xcode downloads :(
26.
▲
by
drampelt
6y ago
I remembered hearing about Chrome doing it a while ago [1] but I still personally experience it fairly often. 1: https://blog.google/products/chrome/taking-aim-annoying-page...
27.
▲
by
drampelt
6y ago
> Everything should just be drag to install, drag to trash to remove. I wish it were that easy, most apps leave files in other places on your computer like ~/Library that will never get cleaned up if you just move the app to trash.
28.
▲
by
drampelt
7y ago
Sure. I started with Reddit, for a very basic setup you'll need: 1. A website agent that parses the Reddit JSON api (just add .json to a subreddit URL) 2. A trigger agent to filter based on your criteria (ex. minimum 50 points) and tra
29.
▲
by
drampelt
7y ago
I just set up something similar for myself with Huginn [0], took a bit to figure out how it works but I've been liking short daily summaries. This definitely would have been faster/prettier though. [0] https://github.co
30.
▲
by
drampelt
7y ago
As far as I'm aware iOS doesn't require permission for clipboard access either. Up until Q a background service on Android could constantly monitor the clipboard however.
More ›