Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
alsiola
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
alsiola
11mo ago
I'm not claiming React is perfect by any means, and like any popular relatively longstanding project is is bound by sometimes unwise historical decision. It just seems to be currently in vogue to take a pop at it. If you want to extol
2.
▲
by
alsiola
11mo ago
A concrete example then. Commonly want to prevent form submission default behaviour. Vanilla <script> const form = document.getElementById("form"); form.addEventListener("submit", event => event.prev
3.
▲
by
alsiola
11mo ago
JSX is just sugar around JavaScript, and interops nicely with it. I'm okay with that. The more I write JSX, the better I become at the programming language I'm using. Concepts and patterns in JS can be adopted in my components. If
4.
▲
by
alsiola
11mo ago
I consider this example fundamentally broken, in a non-obvious way that reflects, in my opinion, a poor API choice. <script> let numbers = $state([1, 2, 3, 4]); function addNumber() { numbers.push(numbers.length + 1
5.
▲
by
alsiola
11mo ago
Used Astro for a pro bono project. Found it fantastic, well documented, provides solutions for the hard parts, gets out of the way for the easy parts. Documentation is well written, but I find I don't need it much because mostly it wor
6.
▲
by
alsiola
11mo ago
Been here seven years. Next is hot garbage and you couldn't pay me enough to work with it.
7.
▲
by
alsiola
11mo ago
> the opposite of being under appreciated > despite there being alternatives that are better in almost every way. This right here is the under appreciation. The new way to signal to others on forums that you are a really really great
8.
▲
by
alsiola
1y ago
> Besides, in the UK, SMS spam is almost non-existent in my experience. This is not my experience. Perhaps 3-5 years ago was the peak of SMS spam, but I still regularly (1/week minimum) get one of the various "package delivery&
9.
▲
by
alsiola
2y ago
Step 1: Stop wasting money subsidising their bullshit. Step 2: Take a slice of advice from the revolutionary French.
10.
▲
by
alsiola
2y ago
The Crown Estate is where the sovereign grant comes from, and it's weird. It's "owned" by the current monarch, but only in their role as head of state (the Crown). Realistically it belongs to the country and to the publi
11.
▲
by
alsiola
3y ago
Came here with that exact quote in my clipboard. I have a medical background prior to software, and one of the key learnings there is that wherever there is scope for a human to make a mistake, that mistake will (eventually) be made. It
12.
▲
by
alsiola
3y ago
Here's a short list of things the current citizens of England didn't do: - Genocide against the people who lived in America - Bring India to its knees, from one of the richest to one of the most impoverished nations in the world -
13.
▲
by
alsiola
3y ago
Will watch the TED talk, thanks for sharing. I come at this from a medical/epidemiological background prior to building software, and no doubt this shapes my view on the language we use around experimentation, so it is interesting to h
14.
▲
by
alsiola
3y ago
This is what I was driving at in my original comment - the intermediary steps are not of interest (from the POV of the hypothesis/overall experiment), so why mention them at all.
15.
▲
by
alsiola
3y ago
On point 7 ((Testing an unclear hypothesis), while agreeing with the overall point, I strongly disagree with the examples. > Bad Hypothesis: Changing the color of the "Proceed to checkout" button will increase purchases. This i
16.
▲
by
alsiola
3y ago
Writing an article about developer mistakes is easier than redesigning your rubbish API though.
17.
▲
by
alsiola
3y ago
Most experience with DynamoDB, which isn't without challenges, and has a steepish learning curve to get the most out of it. I work in pre-market fit startup though, so hyper-scaleability is not really a consideration right now, and wou
18.
▲
by
alsiola
3y ago
Civilised society might prefer no weapons?
19.
▲
by
alsiola
3y ago
Really do not share your experience with CosmosDB, some of it's attributes that currently make me miserable include... - Scaling is not infinite, it's up to 20gb per partition key (1), which can't be changed after document cr
20.
▲
by
alsiola
4y ago
In for HN toon
21.
▲
My React form-management library – lightweight, functional validators and internationalization
(github.com)
1 points
by
alsiola
9y ago
|
0 comments