HN user

azeemba

2,544 karma

<https://azeemba.com/>

<https://theUmpShow.com> - Baseball video game

Posts115
Comments91
View on HN
physics.stackexchange.com 14d ago

Why does gravity make different structural shapes depending on the cosmic scale?

azeemba
2pts0
philosophy.stackexchange.com 1mo ago

How do I prevent myself from being a crank in areas I know little about?

azeemba
7pts2
philosophy.stackexchange.com 2mo ago

What's the difference between a good thought experiment and a bad one?

azeemba
4pts0
en.wikipedia.org 2mo ago

Salad Oil Scandal

azeemba
5pts2
azeemba.com 3mo ago

Extrapolating From Existence: Is it surprising that we exist now?

azeemba
2pts0
law.stackexchange.com 5mo ago

Are the released pictures from the Epstein documents in public domain?

azeemba
3pts0
music.stackexchange.com 6mo ago

What is the absolute lowest musical note in the musical spectrum?

azeemba
1pts0
stats.stackexchange.com 6mo ago

Why does a least squares fit appear to have a bias when applied to simple data?

azeemba
306pts75
hsm.stackexchange.com 6mo ago

What are some theories in physics that were ultimately proven wrong?

azeemba
2pts1
artsandculture.google.com 10mo ago

800 Years of English Handwriting

azeemba
187pts32
history.stackexchange.com 10mo ago

“This telegram must be closely paraphrased before being communicated to anyone”

azeemba
775pts135
workplace.stackexchange.com 10mo ago

How do I push back on an impossible scope and timelines?

azeemba
3pts2
politics.stackexchange.com 11mo ago

What happens when ambassadors are summoned by the host country?

azeemba
138pts99
www.gameuidatabase.com 11mo ago

Game UI Database

azeemba
2pts0
retrocomputing.stackexchange.com 11mo ago

How did 8088/86 PCs implement flood-fill before SSE and GPUs?

azeemba
2pts0
movies.stackexchange.com 11mo ago

How was the Universal Pictures 1936 opening logo created?

azeemba
535pts73
medium.com 1y ago

When to make LODs (2021)

azeemba
27pts6
math.stackexchange.com 1y ago

Simple rules that generate complexity

azeemba
2pts0
thenumb.at 1y ago

Functions Are Vectors (2023)

azeemba
233pts127
physics.stackexchange.com 1y ago

Why is grid-wide battery storage capacity measured in power instead of energy?

azeemba
4pts0
retrocomputing.stackexchange.com 1y ago

What UI first distinguished radio buttons from checkboxes with circles/squares?

azeemba
72pts56
azeemba.com 1y ago

Infinity plus 1: Finding Larger Infinities

azeemba
2pts0
workplace.stackexchange.com 1y ago

How to make task list less depressing?

azeemba
3pts0
academia.stackexchange.com 1y ago

How to tell an advisee you don't think they're cut out for academia?

azeemba
1pts1
practical.engineering 1y ago

Why are smokestacks so tall?

azeemba
195pts46
azeemba.com 1y ago

Infinity plus 1: Finding Larger Infinities

azeemba
1pts0
plato.stanford.edu 1y ago

Philosophy of Mathematics

azeemba
1pts0
academia.stackexchange.com 1y ago

Why have some publishers stopped printing Indian edition books?

azeemba
10pts4
langdev.stackexchange.com 1y ago

How do modern compilers choose which variables to put in registers?

azeemba
400pts65
azeemba.com 1y ago

Reacting to Changes: Computers and Living Cells

azeemba
1pts0

But since we have the dissent opinions, it's not tricky at all to see why they are dissenting.

Alito and Thomas straight up believe that the constitution does not provide birthright citizenship and the executive order is valid. Gorsuch mostly agrees but makes an exception if the parents plan to stay in the US. Kavanaugh agrees that birthright citizenship is not provided by the constitution, instead he argues its a federal statute that congress can overturn (but the president cannot)

https://www.scotusblog.com/2026/06/supreme-court-strikes-dow...

Matlab and Mathematica are VERY different.

Matlab and Python are in the same ballpark. Easy syntax and large standard library. Matlab provides a lot more dedicated libraries for niche areas but the overall experience feels the same.

Mathematica doesn't really have a standard counterpart. Jupyter notebooks try to capture the experience but the support for symbolic expressions makes the Mathematica experience very different.

Helium Browser 10 months ago

Just to remind everyone though, Microsoft won that lawsuit on appeal.

So the history here is that Microsoft lost its monopoly on its own poor decision making.

The funny thing is that an oxygen-rich environment is a hell-hole! Oxygen is insanely reactive and will corrode anything. Even early life on earth found oxygen toxic. It was released as a waste product by early life and they were so successful that all that oxygen accumulated resulting in the Great Oxidation Event (https://en.wikipedia.org/wiki/Great_Oxidation_Event).

That likely resulted in many species going extinct!

I think a large enough org that needs many different certificates should have an internally-trusted CA. That would then allow the org to decide their own policy for all their internal facing certificates.

Then you only have to follow the stricter rules for only the public facing certs.

The author is suggesting that websites care more about server side issues than client side issues. To the point that they don't realize that users stop using them.

I think that statement is way too strong and obviously not true of businesses. It might be true if hobbyist websites where the creator is personally more interested on the server side but it's definitely not true of professional websites.

Professional websites that have enough of a budget to care about the server side will absolutely care about the client side and will track usage. If 10% fewer people used the website, the analytics would show that and there would be a fire drill.

What I can agree with on the author is more of a nuanced point. Client side problems are a lot harder and have a very long tail due to unique client configurations (OS, browser, extensions, physical hardware). So with thousands of combinations, you end up with some wild and rare issues. It becomes hard to chase all of them down and some you just have to ignore.

This can lead to it feeling like websites don't care about client side but it just shows client side is hard.

I honestly love reading them. The fact that I got tagged means something went awry and it's fun seeing HOW that happened. Who misunderstood what or who is missing what context.

Then I can make bunch of people's work life easier by clarifying the state for everyone

The ICP-Brazil thing was just a surprise coincidence as I was finishing up the article. I had started collecting my notes on the topic when Entrust got distrusted. Fun threads to read through:

- https://bugzilla.mozilla.org/show_bug.cgi?id=1890898

- https://groups.google.com/a/mozilla.org/g/dev-security-polic...

DigiCert incident was pretty loud so that got my attention too: https://bugzilla.mozilla.org/show_bug.cgi?id=1910322

The animation looks awesome! Looks like the author used matplotlib (as they mention in a comment on the website): https://github.com/vankessel/sandbox/blob/master/graph/inter...

In the past, I have used manim to make mathematical animations: https://www.manim.community/ Manim is more flexible but that comes with some overhead of complexity and learning. Example of some animations using manim:

- List of videos using manim: https://www.manim.community/awesome/

- A blog post I made: https://azeemba.com/posts/degenerate-matter.html

I can't tell if this is sarcasm or not but AI is next to useless in 3D graphics. Some studios are experimenting with using it for iterating on concept art. I can even believe it if some studios are using it for some background low priority textures.

But for actual production models, AI models do not produce usable model right now. Their topology is so bad that they could not be animated. Even if you just need a static model, the topology is so bad that it would not support making minor fixes to the model.

CalcGPT 2 years ago

I think they might be making a joke about how JavaScript can act surprisingly when `+` operator is used with strings/arrays in combination with numbers

Man of the Hole 2 years ago

The article mentioned possibly being animal trap, hiding yourself or spiritual.

But honestly seem like just guesses.

This is cool, definitely new to me. I do wonder if this just moves the problem though. As the article explains:

One crucial requirement is that the counter must be initialized before the first reference to the flexible-array member. Another requirement is that the array must always contain at least as many elements as indicated by the counter.

This means as the array is initialized and updated, you must keep the counter updated with it. Its just as easy to screw that up than it is to screw up the general problem of accessing elements that are out-of-bounds

I feel like the post doesn't relate to the title?

The post seems to be about changing the Leaderboard and doesn't comment too much about whether the actual real-life performance of LLMs is plateauing and what can be done about it.

I am having trouble understanding what the complaint is here.

The docs still mention bigger models with 128k tokens and smaller models with 8k tokens. It seems reasonable to optimize for big and small use cases differently? I don't see how we are being "robbed".

https://immich.app/ has built in auto-detection and tagging.

I am surprised by the over-engineered comment. Object auto-detection is kind of an advanced feature and I would expect a lot of extra infra required for it. Immich hides it because they just publish docker containers for you but I imagine it would feel more complex if you were to look at the internals.