Avatar

alr

alr@programming.dev
Joined
0 posts • 7 comments
Direct message

On the other hand, the OOM killer is worst of all: “kill process or sacrifice child.”

permalink
report
reply

Just what we’ve been waiting for!

permalink
report
reply

I’m on Hover. They’ll host and email inbox for you, but not a website.

permalink
report
reply

Not quite sure what you’re looking for, but I think Dreamhost can just hand you an Ubuntu box you can SSH or SFTP to to manage your site.

permalink
report
reply

Rather than messing with the EventListener, wouldn’t it be easier to just throttle the function that it calls? You can find a bunch of articles online that will explain how to implement a throttle (and also a debouncer, which is similar, but not quite what you’re looking for; a throttle allows a function to be called immediately unless it’s already been called too recently, while a debouncer waits every time before calling the function and restarts the wait timer every time someone tried to call the function).

permalink
report
reply

The Danish word for 99 is nioghalvfems, which literally means “nine and half five.” Which you could be forgiven for assuming meant 11½. The trick is that a) “half five” actually means 4½, as in half less than five, and b) it’s implied that you’re supposed to multiply the second part by 20. So the proper math is 9 + (-½ + 5) * 20 = 99.

permalink
report
parent
reply

If you think French is bad…

// Danish
farve = "#(9+½+5)FFAA"
permalink
report
reply