Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
burntcookie90
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
burntcookie90
3y ago
exercise?
2.
▲
by
burntcookie90
4y ago
> that they can spend more quality time with you Maybe its just the doc offices i've been to, but i think this would actually just increase the patient churn in a hospital. There's no way a doc is going to increase their patien
3.
▲
by
burntcookie90
4y ago
Trello has offline support for mobile https://tech.trello.com/sync-architecture/
4.
▲
by
burntcookie90
6y ago
Compose also draws to skia https://github.com/JetBrains/skiko
5.
▲
by
burntcookie90
6y ago
Same! and my wpm actually went up almost 30%
6.
▲
by
burntcookie90
6y ago
minimal to no usage, i expect to see `app-clips` deprecated by iOS 15
7.
▲
by
burntcookie90
6y ago
What is the difference between the storage drives?
8.
▲
by
burntcookie90
6y ago
Fixed here: https://github.com/JakeWharton/jakewharton.com/commit/dbe1cf...
9.
▲
by
burntcookie90
7y ago
I find that it works quite well. This is definitely more of a "rant" than anything else of a user that doesn't like where things are going.
10.
▲
by
burntcookie90
8y ago
Use the built in backup and restore and you dont lose your groups. Signal's primary design direction is encryption and privacy, you're going to have to compromise somewhere.
11.
▲
by
burntcookie90
8y ago
I'm wondering the same. My dad got a Surface Pro 6 last week and I had to go and make sure every toggle I could turn off was turned off. It's insane.
12.
▲
by
burntcookie90
8y ago
> design and quality of manufacturing This is not all you get with Apple.
13.
▲
by
burntcookie90
9y ago
i want this just to see how the company cultures would clash...
14.
▲
by
burntcookie90
9y ago
Then you're not the target. There are people that will say yes to this
15.
▲
by
burntcookie90
9y ago
zoom.us is what we use at Trello with 100+ people at times.
16.
▲
by
burntcookie90
10y ago
different license as well (Apache vs BSD + Patent grant)
17.
▲
by
burntcookie90
10y ago
make sure you check out kotlin then, for Android
18.
▲
by
burntcookie90
10y ago
Running one instance of Android Studio, a VM and like 3 chrome tabs is enough to blow 8gb out. We need 16GB min with a 32GB option in pro laptop
19.
▲
by
burntcookie90
11y ago
I'd suggest taking a look at kotlin as well
20.
▲
by
burntcookie90
11y ago
Check out amethyst https://github.com/ianyh/Amethyst
21.
▲
by
burntcookie90
11y ago
Using Google's android is not, but you could get amazon, or whatever. It's part of the ecosystem, if you buy into Amazon's you get their store, if you buy into Google's you get their's. If you want neither, you have
22.
▲
by
burntcookie90
11y ago
I've actually just installed Gnome + PaperGTK on a chromebook pixel LS running arch and I've never been happier with a linux box. Migrated over from a thinkpad x1 2015
23.
▲
by
burntcookie90
11y ago
look at the signature for `with` inline fun <T, R> with(receiver: T, f: T.() -> R): R it takes a lambda that is scoped to the receiver type `T`. This means the lambda runs in the scope of whatever is passed in as a receiv
24.
▲
by
burntcookie90
11y ago
In what way? I've recently started writing in Swift and I find it to be less powerful than Kotlin. One such feature that's missing: extension expressions. Allows things like `let` and `with` from the kotlin stdlib
25.
▲
by
burntcookie90
11y ago
That doesn't require root though, just enable fake locations in dev settings and use an app for it
26.
▲
by
burntcookie90
11y ago
If you use the tinfoil app on android, it has an option for this mode as well.
27.
▲
by
burntcookie90
11y ago
* Login isn't through the official API, I just scrape what the website does * There is an AlertDialog on the first run of the application that lets the user know about the G+ community * Donations haven't been publicized yet (I on
28.
▲
by
burntcookie90
11y ago
Ha! The web interface is probably not the best interface to emulate, especially not for mobile. If you're attempting to utilize Material Design, you should take a look at the metrics guidelines for creating a pleasing UI on the device.
29.
▲
by
burntcookie90
11y ago
Haha, saw this while working on my own android client! Some pointers: * Your story list is incredibly crowded and the text/background colors are too similar. * Your store screenshots: don't need the Pull to refresh image (which, b
30.
▲
by
burntcookie90
11y ago
I have a relatively medium implementation of a layout in anko here: https://github.com/burntcookie90/KotMeh/blob/master/app/src/... I'm not sold on using it as a layout DSL, it's just
More ›