Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stu_k
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
stu_k
3y ago
How does one handle an upgrade to mutators? If a client is running old code then the operation will differ to the server. Obvious answer would be to version them independently: `increment_v1`, `increment_v2`, but wondering if there is a bet
2.
▲
by
stu_k
3y ago
Has anyone built a mobile app on top of SQLite that can work offline, but then sync to a server when it gets connectivity? It feels like this could be built with a similar approach to this distributed SQLite, you'd "just" nee
3.
▲
by
stu_k
4y ago
Looks great! I've currently use https://contexts.co/ but might switch over for the thumbnails
4.
▲
by
stu_k
5y ago
This also addresses an issue when you transition from black to transparent to emulate a shadow, and end up with a "cliff" where the gradient abruptly changes. You can see this in the tool when you transition from black to white wi
5.
▲
by
stu_k
6y ago
Although it technically has cross platform GUI, Flutter has actually reimplemented all the native OS widgets. As soon as the OS changes some look and feel your app will look out of date.
6.
▲
by
stu_k
7y ago
Do you know what effect those changes have in the body?
7.
▲
by
stu_k
7y ago
We currently use wasm on the Adobe XD team for rendering shared prototypes in the browser. It allows us to share C++ rendering code across desktop and web and has been a massive success for us. The browser support is good enough for our cus
8.
▲
by
stu_k
7y ago
You might be interested in a tool I wrote to serve .har files called server-replay: https://github.com/Stuk/server-replay It also allows you to overlay local files, so you can change code while reusing server responses
9.
▲
by
stu_k
7y ago
Thanks for mentioning Arq, that looks really useful. What are the cons you've found?
10.
▲
by
stu_k
7y ago
"atom" probably includes searches for the particle, not just the editor, so not really fair comparison. Also "vs code" trends higher than "visual studio code", so take all of these results with a pinch of salt.
11.
▲
by
stu_k
7y ago
System Preferences > Keyboard > Customize Touch Bar (at bottom). Drag off buttons you don't want, drag on buttons you do. Not 5 seconds, but probably less than a minute.
12.
▲
by
stu_k
7y ago
It's in the article: "These switches to generic medical and psychotropic medications have from time to time caused an increase in reported adverse events, and this is likely to be due to negative attitudes towards generic medicine
13.
▲
by
stu_k
7y ago
Flutter looked great, until I realised that they were re-implementing all the OS controls themselves. For example: https://github.com/flutter/flutter/blob/1db5d66932b873e17c8c... This is the kind of thing tha
14.
▲
by
stu_k
8y ago
Citymapper[1] will do that to a certain extent and it’s pretty good, especially with docked bikes. I wish I could tell it I like walking more than catching a connecting bus, so I’m occasionally working on a side project to allow custom rout
15.
▲
by
stu_k
8y ago
Interesting project! Is there a writeup on how you architected the project to share 99% of code? I'd be really interested in reading that! From a skim it looks like React + React Native.
16.
▲
by
stu_k
8y ago
Some developers might see this as a good move for them. I don't think it is. It might be a good move for developers in the short term but it’s a bad move for developers and the web in the long term. We need to keep the web APIs vendor
17.
▲
by
stu_k
8y ago
Lots of interesting bits in here, and some parts very prescient. The more interesting thoughts to me were near the end: “throw-away workers”, and the last quote on “truth”.
18.
▲
by
stu_k
8y ago
There are very few individually maintained OSS projects that would generate enough money from donations. Henry Zhu, who maintains the massively popular Babel transpiler, only gets $2200/month in donations https://www.patreon
19.
▲
by
stu_k
8y ago
This is great, I love rush hour. Is there an web based version of the game where I can try some of these generated puzzles?
20.
▲
by
stu_k
9y ago
Except that rendering everything to canvas is not accessible to people with certain disabilities. Also mentioned recently here https://news.ycombinator.com/item?id=16347216
21.
▲
by
stu_k
9y ago
Vegetarian means you don't eat animals, not that you don't eat GMOs...
22.
▲
by
stu_k
9y ago
I'm confused, how would the above help with a typosquatting package? The issue here is that `crossenv` is malicious, and `cross-env` isn't. The signatures would all be ok in both cases.
23.
▲
by
stu_k
10y ago
The title is slightly misleading. This just looks like an alternative way to run Cucumber, not a complete alternative to Selenium.
24.
▲
by
stu_k
11y ago
Thanks for the mention but I only created JSZip[0], the library that powers the zip/unzip of js-xlsx[1], but not js-xlsx itself! [0] https://github.com/Stuk/jszip [1] https://github.com/SheetJS
25.
▲
by
stu_k
11y ago
Speaking of which, can anyone recommend a good VPN provider?
26.
▲
by
stu_k
12y ago
You run Browserify to bundle your modules offline, and then embed that bundle. With require1k you just embed the script and use one of the API methods to load your main module and everything is downloaded as needed. They are two different a
27.
▲
by
stu_k
12y ago
If anyone has any questions, ask away!
28.
▲
CommonJS require for the browser in 1k
(stuk.github.io)
28 points
by
stu_k
12y ago
|
6 comments
29.
▲
by
stu_k
12y ago
Submitting files with this form encoding is of course going to have the base64 overhead, but otherwise this looks great!
30.
▲
by
stu_k
12y ago
I can see that this approach might be viewed with a lot of suspicion, but this gels with a lot of problems we saw while building the MontageJS framework. CSS is global, and it is a big problem to manage while building a large web app (whi
More ›