Viewing profile — ultrafez
ultrafez
HN member- Joined
- Sun, Mar 24, 2013, 3:08 PM UTC
- HN karma
- 156
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About ultrafez
No profile information was provided.
Recent public activity
-
comment
Comment #44826486
I've seen the term "request coalescing" used to refer to a technique to minimise the impact of cache stampedes. Protects your backend systems from huge spikes in traffic caused by …
-
comment
Comment #43613579
There are many types of request that cannot be made with client-side JS alone, but for those that can, the ability to send those requests client-side would be handy.
-
comment
Comment #43242042
Anecdotally, I've heard the term "doomscrolling" being used by a reasonable number of different people in different circles to refer to passively consuming "bitesize" content (e.g.…
-
comment
Comment #42976911
This is very cool - I haven't seen anything like it before. I've spent about half an hour noseying at places I've lived or considered living, fascinating. The view of changing hous…
-
comment
Comment #42877132
What model are you using now that fixes the issues you experienced on your 735xt?
-
comment
Comment #42272785
We're conflating the Ninja Creami with Ninja's smoothie makers and blenders - they are separate product lines
-
comment
Comment #42051196
Is the project named spinup or rallyup? The HN post title differs from the GitHub repo
-
comment
Comment #42008557
People might not buy a game if they don't think they'll get a fair play experience.
-
comment
Comment #41987023
The poke feature is back! It was re-introduced this year some time.
-
comment
Comment #41904129
It also seems reminiscent of KSQL - consuming multiple input topics, and producing output to a topic defined using a query written in a SQL-like language that defines how the input…
-
comment
Comment #40715808
Meta point - this page has one of the nicer "snap" scrolling mechanisms I've seen on Mac with a touchpad - scrolling still feels natural, but when I let go it snaps to a single sli…
-
comment
Comment #40354634
Strange. It shouldn't alert you unless the AirTags aren't connected to their own phones - do they leave their phones behind when going for a walk?
-
comment
Comment #40237891
This objectively makes the world a worse place. I challenge you to come up with any ethical angle that supports your work on this product.
-
comment
Comment #36789451
Your first point is almost a meme at this point - so many products can be written off as pointless with the statement: > As a [type of tech person], [product] is completely unneces…
-
comment
Comment #34226134
Some of the cost might come from buying a computer suitable for video editing, which I can imagine could be a couple of thousand dollars.
-
comment
Comment #32140332
The thing I'm most impressed and surprised about is that archive.org runs a Windows 3.1 emulator in the page, so you can actually use the program. I fully expected it to just be in…
-
comment
Comment #31479722
Capitalism.
-
comment
Comment #26712105
haveibeenpwned.com does not use the k-anonymity method that you've described when searching for phone numbers: https://www.troyhunt.com/the-facebook-phone-numbers-are-now-...
-
comment
Comment #26594447
A fun problem on a Mac is that if you're using APFS for your filesystem, if it fills up, you can't delete any files. It's caught me out a handful of times, and each time, the only …
-
comment
Comment #25468991
> There's more than one way to do it (TMTOWTDI or TIMTOWTDI, pronounced Tim Toady) is a Perl programming motto. https://en.wikipedia.org/wiki/There%27s_more_than_one_way_to...
-
comment
Comment #25360600
You being vaccinated only cuts off the path that the virus can take to somebody if the vaccine gives you sterilising immunity - otherwise, it may just prevent you experiencing dise…
-
comment
Comment #25360460
On the whole, I agree that the adoption of QR codes more widely is a good thing - they are a useful tool to solve a certain class of problems, but in pre-COVID times, they often we…
-
comment
Comment #25125777
And now, we've reached equilibrium again: every major social network now has stories.
-
comment
Comment #23173318
There's an option in the Preferences to "Show a badge on Slack's icon to indicate new activity" which, when unchecked, may stop the behaviour you're describing.
-
comment
Comment #23020743
Using a lambda to route requests to other lambdas would result in you effectively doubling your Lambda cost, as your routing lambda would sit idling while waiting for the target la…