Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adrianhel
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
adrianhel
6y ago
Can I consent to permanent storage somewhere? I love using the timeline in Google Maps!
2.
▲
by
adrianhel
6y ago
Why bother with jQuery? I don't see the value add anymore.
3.
▲
by
adrianhel
6y ago
Another thing I painfully realized: It that is not a good idea to document HTML in HTML. <details> <summary> It's not a good idea </summary> really. </details>
4.
▲
by
adrianhel
6y ago
It's the snappiest browser at the moment and I love its render as text function and automatic ad blocking on mobile. I've made a permanent switch on mobile, but I tend to miss the Chrome dev tools whenever I use it on a computer.
5.
▲
by
adrianhel
6y ago
I did not know that. That's great!
6.
▲
by
adrianhel
6y ago
There is a lot of land in the world. And definitely have the capacity to build the supply chains. It's just that it's slow and expensive while oil, gas and nuclear is fast and cheap. We need policy changes. Or in a very ideal worl
7.
▲
by
adrianhel
6y ago
And to elaborate on the other side of the argument: JSX creates plain JavaScript objects instead of exposing an "almost-JS" templating language. Additionally you get an enormous amount of flexibility. For some types of apps that i
8.
▲
by
adrianhel
6y ago
It's an unstable feature, but you can use import maps with Deno.
9.
▲
by
adrianhel
6y ago
I agree. But I do like query builders (Knex for Node). I still write and think in SQL, but don't have to write queries as strings.
10.
▲
by
adrianhel
6y ago
For 7% a P/E of 14.285714285 or less would be good to be very precise.
11.
▲
by
adrianhel
6y ago
There should be a Promise.isThenable or Promise.is. Strictly speaking this library checks if a value is a thenable. With optional chaining I would however use this check: typeof x?.then === 'function' Or if I was code gol
12.
▲
by
adrianhel
6y ago
Scrolling on iOS browsers is an utter pain due to rubber band scrolling. It can be solved with -webkit-overflow-scrolling and hard work.
13.
▲
by
adrianhel
6y ago
This was really interesting! Would be interesting to see how this interacts with hemochromatosis.
14.
▲
by
adrianhel
6y ago
Agree. It's really missing the point of how this has been used in reality for the sake of promoting semantics in an area where semantics rarely matter.
15.
▲
by
adrianhel
6y ago
"Singular marketplace" – there's your problem. With Android, at least you can download an APK.
16.
▲
by
adrianhel
6y ago
That's anti-trust at its worst. Sue Apple.
17.
▲
by
adrianhel
6y ago
I like this approach. Personally I wait an hour if I get an invalid response and use timeouts of a few seconds between other requests.
18.
▲
by
adrianhel
6y ago
Good strategy. By ensuring good documentation in the early stages, the community will likely follow.
19.
▲
by
adrianhel
6y ago
Just use vanilla JS to begin with. If your app has a lot of interaction, you can use React with create-react-app makes things easier. You can still use vanilla JS, HTML and CSS. And it's not morally wrong. Assess the requirements. Lots
20.
▲
by
adrianhel
6y ago
That is not the case anymore. Vendor prefixes are discouraged and seldom needed.
21.
▲
by
adrianhel
6y ago
DOM diffing is great for most stuff. When you need anything other than "Replace this with that and don't defocus my input fields", DOM manipulations are great. Drag'n'drop is a great example of this. There is a lot
22.
▲
by
adrianhel
7y ago
I just hope it doesn't use a butterfly keyboard. Man, Apple is making home office worse than it needs to be.
23.
▲
by
adrianhel
7y ago
In Norway we just slipped from the 2nd most infected per capita to the 3rd after government warnings. If your country has >= 1 infected, you should follow the advice at fhi.no/en.
24.
▲
by
adrianhel
7y ago
Take action now.
25.
▲
by
adrianhel
7y ago
No. Gambling ads are not allowed though. Neither alcohol or smoking are banned, but ads for them are.
26.
▲
by
adrianhel
7y ago
Some things I'd have loved to be told to build: Simple 2d game To do app Timesheet app Implement a clone of x with something extra of your choosing Top Twitter celebrity app using its API Building a search eng
27.
▲
by
adrianhel
7y ago
That sounds kind of terrifying.
28.
▲
by
adrianhel
7y ago
Do anyone here expose real sql querying capabilities to your users?
29.
▲
by
adrianhel
7y ago
Then again, REST/RPC are query languages in their own right. How would one go about securing this thing anyways? (I agree with the basic sentiment, but find it somewhat unrealistic)
30.
▲
by
adrianhel
7y ago
This depends on the app however. For a landing page? No way. For a module within an app I would not mind, as long as lazy imports are used.
More ›