Hacker News .hnnew | past | comments | ask | show | jobs | submit | fredcy's commentslogin

The popular Mandelbrot zoom-in videos all seem to develop rotational symmetry before long, and the order of that symmetry only increases over time. I've assumed that this is artifact of precision errors compounding.


It’s because they usually zoom in on a high-order hyperbolic component https://en.wikipedia.org/wiki/Mandelbrot_set#Hyperbolic_comp...


Our PCI-compliance audit dings us for not disabling autocomplete on the login form fields. That's not the same as disabling paste, but heading that direction.

For personal use I just abandon any site that won't let me use my password manager (Bitwarden).


you just abandon banking websites?


Not that hard nowadays to switch to a decent developer-led neobank


This is much like the Elm Architecture [1], a pattern that I enjoy using. That structure gives me problems though when I want to speed things up by caching frequent calculations and lookups in the View functions. In Elm, at least, this is only possible by keeping the cache explicitly in the Model and maintaining it in the Update function. So it feels like considerations specific to generating a particular view end up explicitly in the more general update of the application-global Model. And for the Update to avoid doing lots of such view-value computations not needed by the current view, the Update function has to know a lot about view-only state.

[1]: https://guide.elm-lang.org/architecture/


Going to the Howard Johnson's (in Oshkosh, Wisconsin) in the late 60's was a big treat for my family. Their fried clams were exotic fare.


Elm, with Typescript and Vite.

Working with Elm code is satisfying to me. It's generally easy to revisit code I last worked with months ago and get immediately fluent with it again. The "Elm Architecture" (model / update / view) with all external interaction done over "ports" is so clean (albeit with boilerplate). Integrating with JS libraries has to be done over ports (async one-way messaging) but it works well enough in practice. Vite provides a decent dev/build toolchain with hot-reloading of all Elm, JS, and CSS code. The Elm framework is very opinionated and has stopped evolving, but it's mostly a joy to work with.


Do you know if there frameworks for other languages (Python, JS, TypeScript) that are similar in paradigm to Elm's MVC oriented model? If so - any thoughts?



Kind of okay. I came down with COVID on May 10. Took Paxlovid (I'm 64) and felt recovered in a few days (but I continued the 5 days of Paxlovid, of course). Then on May 23 a bad cough started up and it's been bothering me ever since. My family doc could not see me so I went to a clinic in a CVS where she diagnosed bronchitis and said it's likely a lingering effect of the COVID. Damn. And now I read this in Nature: "Long COVID risk falls only slightly after vaccination, huge study shows", <https://www.nature.com/articles/d41586-022-01453-0>


His "Behemoth" bike had such low gearing for hill-climbing that, as I recall it, the bike had two retractable small wheels, one on each side, that worked like training-wheels to stabilize the bike at very low speeds.


I have a Herman Miller Aeron that works great, bought at a reasonable price off Craigslist.

Along with the Aeron I often use an inflatable cushion, the "Gymnic Disc 'o' Sit". Sitting on it keeps me alert and greatly improves my sitting posture.


We ran into this, where the Outlook client would scan one-time login links from SalesForce (iirc). Huge pain to work around.


It's bad but I also argue that generally GET should not change state. It seems that weirdly email is the only place that allowed GET URL to change state (like unsubscribe link).


Don't believe everything you think.


I like this one, similar to another one I like. Don't connect the dots that aren't there.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: