Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kermerlerper
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
kermerlerper
1y ago
That's fair, tho tbh I don't know of a single WebView app that does this. P.S: ok I guess it's because I don't notice them, lol
2.
▲
by
kermerlerper
1y ago
This is going to be a hot take, but I believe all web views are bad implementations for mobile apps. Primarily because a native app has all the styling, fonts, and client-side logic bundled with the app when it's installed. A WebView l
3.
▲
WebView vs. Flutter in 1 Minute
(cdn.prayershub.com)
1 points
by
kermerlerper
1y ago
|
5 comments
4.
▲
by
kermerlerper
1y ago
A month ago, as I was inside Home Depot searching for plexiglass for our studio booth, I pulled up the Home Depot app to search for cheaper alternatives in-store than the ones I saw on the aisle. However, the app was MISERABLY slow and jank
5.
▲
Htmx is hard, so let's get it right (Part 1)
(github.com)
5 points
by
kermerlerper
1y ago
|
0 comments
6.
▲
by
kermerlerper
2y ago
I've left many details off this video to keep it brief, so please ask me any clarifying details here.
7.
▲
We Removed 335 LOC with one Go package
(poxate.com)
3 points
by
kermerlerper
2y ago
|
0 comments
8.
▲
Podio v0.1 – Remote Audio Processing for Golang
(github.com)
1 points
by
kermerlerper
2y ago
|
0 comments
9.
▲
by
kermerlerper
2y ago
Agree, that would be a much better solution.
10.
▲
by
kermerlerper
2y ago
I agree that Go is not at fault here. However, I don't think FFmpeg is at fault either. It's just a fact of life that you can't seek in a stream with no buffer. As for the error handling, I purposely leave that out of my arti
11.
▲
A Golang pipeline abomination
(poxate.com)
21 points
by
kermerlerper
2y ago
|
8 comments
12.
▲
Speeding Up MP3 Compilation by 380%
(poxate.com)
3 points
by
kermerlerper
2y ago
|
0 comments
13.
▲
by
kermerlerper
2y ago
It is imperative (a point I'm surprised I left out), but the difference is that imperative code touching state is collocated.
14.
▲
Go does what RxJS couldn't
(poxate.com)
1 points
by
kermerlerper
2y ago
|
3 comments
15.
▲
by
kermerlerper
2y ago
Actually be a good way to manage state.
16.
▲
Improve RxJS Performance by 992%
(code.gdnetwork.co)
1 points
by
kermerlerper
2y ago
|
0 comments
17.
▲
by
kermerlerper
2y ago
Agree, especially about the debugging part.
18.
▲
by
kermerlerper
2y ago
The async implementation is not shown in the article, but could easily do a number of things such as - http request with decoder information - worker threads
19.
▲
by
kermerlerper
2y ago
The former pipeline takes in products, splits the images, and processes each one. The latter pipeline would releases batches/arrays of images.
20.
▲
by
kermerlerper
2y ago
It's a joke.
21.
▲
Go Concurrency vs. RxJS
(code.gdnetwork.co)
44 points
by
kermerlerper
2y ago
|
52 comments
22.
▲
by
kermerlerper
3y ago
That is true, but React in WordPress functions more like an enhancer than the whole thing. But I am part of the group of people who think bringing React in is likely the wrong call.
23.
▲
by
kermerlerper
3y ago
> If I were building a mostly static site, I can reach for htmx, if I am building a spa (b2b back end) I can grab react. https://htmx.org/attributes/hx-boost/
24.
▲
Have front end frameworks destroyed the web?
(gdnetwork.co)
23 points
by
kermerlerper
3y ago
|
39 comments