Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dhucerbin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
dhucerbin
1y ago
Kinda? I’m starting to regret using auth as an example! Dan recommended Sam’s talk to you. He explains that with better examples and more clarity than me.
2.
▲
by
dhucerbin
1y ago
Sure! In some methods of authentication, like OpenID, not only your client need to present some UI, but also you need to prepare some endpoints on the backend to handle full flow of authentication. You probably also need to provide some par
3.
▲
by
dhucerbin
1y ago
Value proposition is “components for server”. But it’s worth to take a step back first. What is value proposition of react component in comparison to older “mvc-inspired” frameworks? That you can drop a component in your code and call it a
4.
▲
by
dhucerbin
2y ago
Reminds me of karet [0]. I used it with great success for making interactive visualizations. This duality of passing a value or passing a stream of values was great. [0] https://github.com/calmm-js/karet
5.
▲
by
dhucerbin
2y ago
May I interest you in hwy.dev?
6.
▲
by
dhucerbin
3y ago
That's the moment where you wipe your hands and compose yourself after restart because of failed canonless!
7.
▲
by
dhucerbin
3y ago
Over the years I took part in few similar discussions. Almost every time argument against regulations was “but alcohol prohibition in USA made things worse”. I don’t have knowledge, but intuitively I’m not sure if it’s really that bulletpro
8.
▲
by
dhucerbin
3y ago
What do you use now, on iPad for drawing?
9.
▲
by
dhucerbin
3y ago
I had a lot of fun using squint with solidjs. It pairs so well with minimal, focused libraries. Maybe it doesn’t give you any superpowers but make code a little cleaner and steer you away from few traps. On my “nerd snipes” list I have proj
10.
▲
by
dhucerbin
3y ago
Don’t you mix up „Almost Lost” with „Lost World”? qztourney6 is kinda linear and rail heavy. And wasn’t in standard map pool too long. But I admit, I had a lot of fun playing 2v2 there!
11.
▲
by
dhucerbin
3y ago
What’s your experience with StarLite IV? I’m thinking about buying it for heavy note taking - neovim/obsidian/browser (Google docs and excalidraw). What battery life I can expect? Is keyboard nice to type? Is stuff like sleep, Wi-
12.
▲
by
dhucerbin
3y ago
I was helping with an application that used htmx and had two issues. I’m wondering if anybody had similar experience and if these issues are from misusing technology or maybe there’s some ongoing work to address them. 1. A lot of custom mid
13.
▲
by
dhucerbin
3y ago
I was growing up in Poland in the height of John Paul II cult. I was raised in atheist family and I was getting some tidbits about my grandfathers brother who was sexually assaulted by a priest. Today it sounds a little bit silly but that S
14.
▲
by
dhucerbin
3y ago
Is it possible to get on Phoenix nested controllers? Like in remix.run, where for each route segment we get one controller/view. It’s really generalised version of layouts. When I was looking into Phoenix all routes, no matter how nest
15.
▲
by
dhucerbin
3y ago
> If I wanted to build a single page application, I would absolutely, 100%, write it in Elm. I find this interesting, because SPAs in Elm are more like exercise for the reader. If you look how NoRedInk uses Elm you will see that’s more l
16.
▲
by
dhucerbin
3y ago
But React doesn’t prohibit calling Intl API in your code.
17.
▲
by
dhucerbin
3y ago
Quintessential experience of talking to Elm core team: https://github.com/elm/compiler/issues/1773#issuecomment-418... What's funny, rtfeldman uses case expression with numbers in his (in OP's blogp
18.
▲
by
dhucerbin
3y ago
There’s still https://www.lenstip.com/ . English version of Polish site optyczne.pl. What’s funny, team from this site criticized dpreview for being not scientific enough.
19.
▲
by
dhucerbin
4y ago
> Not if your goal is correctness. Could you define correctness in this context? I'm asking because I don't believe that you can achieve correctness using Elm type system. I don't see how you can encapsulate i18n rules ins
20.
▲
by
dhucerbin
4y ago
> but it also seems to be a natural consequence of "up-typing" an entire eco system. Reimplementation of i18n API in Elm would make sense only if benefits from types could outweigh robustness of browser implementation. Due to n
21.
▲
by
dhucerbin
4y ago
Actually both. Let's say that on desired page, you have three components with dates somewhere - date of article, dates of comments below and date of last login in the header. After some user action, you navigate to this page. In Elm te
22.
▲
by
dhucerbin
4y ago
Ports are not really a solution for rendering code. Obvious example is internationalization API. It’s not feasible to communicate back and forth through port every time you want to format a date. Some folks propose web components but that’s
23.
▲
by
dhucerbin
4y ago
I want to pivot my career to teaching. I get a lot of satisfaction (and ego boost!) from it but language was a big obstacle for me. I was very aware of my English and it was very frustrating how I can express myself in native language but I
24.
▲
by
dhucerbin
4y ago
Fantastic news! Although I loathe writing libraries [1] in Svelte, I love writing apps and kit is great extension to server side. I like similar to Remix push for Web APIs, like forms for mutations etc. I like nested layouts with data endpo
25.
▲
by
dhucerbin
4y ago
It’s https://solid-movies.app/
26.
▲
by
dhucerbin
4y ago
I'd consider myself part of the community. I advocated for Svelte and lead two projects in my company, I spoke about Svelte at meet-ups and I did some mentoring around svelte and data visualisation. And I agree with you. Rich has stron
27.
▲
by
dhucerbin
4y ago
There is Gren, but I didn’t use it. https://gren-lang.org/
28.
▲
by
dhucerbin
4y ago
Listing template dependencies as event names that can change underlying data seems very brittle (hx-trigger for favorite articles). You would need at least integration tests to get some confidence! Can’t we infer used state in template and
29.
▲
by
dhucerbin
4y ago
I have to disagree. Elm especially needs to be updated. That’s because Elm limits your interactions with browser. You can’t use browser APIs in Elm. (We can nitpick that ports and web components are some form of an escape hatch) Internation
30.
▲
by
dhucerbin
4y ago
Yes and no. We found that rx.js is bad for coordination. I think coordination is a big part of services in angular UI's. You need to fetch some data, wait for it, ask for different thing, maybe change some state. Promises and await are
More ›