HN user

enragedcacti

4,330 karma
Posts0
Comments1,088
View on HN
No posts found.

Tell it to the hundreds of thousands of dead people that doge had zero power. It didn't seem to matter that their aid was congressionally allocated, so sorry if I'm skeptical that doge was ineffective because of an abundance of restraint and respect for separation of powers.

- stopping fraud / - addressing wasteful and ineffective programs

Good to know that this will be an evergreen argument despite an extremely well-supported project to do just that taking place in the last two years with nothing to show for itself other than hundreds of thousands of deaths.

I'm pretty sure e-ink has a much higher ceiling for reflectance than TLCDs/RLCDs, so you'll be able to use it comfortably without a frontlight in a lot more situations which could more than make up for increased power usage. I think they are also naturally better in terms of glare compared to any type of LCD.

I don't think requiring prospective hires to write a DEI statement is equally as political as illegally cancelling already funded and approved research into e.g. racial disparities in maternal mortality, or health equity gaps for rural Americans (yes, it's DEI even if it's for predominantly white people).

Ambiguity is inevitable in something as complicated as nutrition. I'm casting doubt on this specific categorization for being a poor proxy for healthiness and for completely ignoring salient factors that drive nutrition choices. Many single parents would love the opportunity to buy and cook raw ingredients for their kids every night, but cost and time makes that not an option for many. A good categorization system would accommodate this by e.g. distinguishing between whole grain bread with preservatives and wonder bread. UPF is an all or nothing categorization that is only helpful if you already have a conception of whats healthy and filter your choices through that while calling it UPF.

I think this is misleading and dishonest, which is why I am being direct.

Good save, everyone reading this totally thinks that's what you were doing and not just showing your whole ass while making my point for me.

I'm glad we are finally getting some good, solid guidance around UPFs. Hey everyone, just buy "good stuff"!

while it is quite funny how you turned around my "just spend way more money" advice as an actual suggestion, it really isn't particularly helpful because UPFs are a much, much broader category than "flavor-blasted" type products. A huge number of low/no-prep options are UPF, you just don't think so because they don't scan as unhealthy. It gets us back to the main problem that it's all basically just vibes, which is why you don't see the issue that your honest-to-god advice was to just buy good stuff instead of buying bad stuff. Why not just cut to the chase and have an Ultra-Bad Foods categorization?

If the goal is to regulate unhealthy foods then it does kind of have to be perfect (very low false-positives). UPFs as they are defined include baby formula, many frozen meals regardless of macros, soy/almond milk, instant oatmeal, pasta sauce, flavored yogurt, etc.

Invariably when someone says something like "UPF is a pretty reliable heuristic" its because they are massively underestimating what counts as UPF and using a "I know it when I see it" approach, which, yeah of course it seems reliable if you start with the precondition that UPFs are unhealthy.

If it's just guidance and not for regulation, well, you have similar problems in the opposite direction. prepackaged whole grain bread is UPF the same as Wonder Bread w/ 2.5g added sugar per slice. It's easy to say "just buy fresh bread" but when that collides with the reality of a busy schedule then UPF designations become next to useless. The undeniable value that preservatives have for healthy and unhealthy products alike mean that anyone using actual UPF as their heuristic will be completely rudderless.

You'd love my new food category. It's called Ultra-Priced Foods, and it argues that the more expensive something is, the better it is for you. Sure, there might be some exceptions, but overall price is a quite effective proxy for high quality ingredients.

Oh, you don't have unlimited money? Some people don't have unlimited time or capability to prepare home-cooked meals constantly. It would behoove anti-UPF advocates to design a system that more accurately describes nutritional value of "UPFs" so people can make informed decisions within the constraints of their life.

KDE at 30 2 months ago

It's Pride Month and the organization is doing Pride things, its not that complicated.

This will undoubtedly create tensions and will lead to fewer donations, thus having a negative impact on KDE.

"undoubtedly" is absurd here. Does KDE really have a stable of consistent transphobes donating? Do they outweigh additional donations from supporting the LGBTQ community?

Regardless, if the only point of KDE were to make money it wouldn't be a non-profit. Extremely passionate people are often passionate about a lot of things beyond just what you want from them. KDE is a community project and that community loves and accepts non-binary people.

It almost definitely cannot. It already has a far lower thrust-to-weight ratio than real launch escape systems (1.x at best versus 6-10+)[1][2], and it would only be able to light its three sea-level engines since the vacuum-optimized engines would be unstable and likely rip themselves apart at 1 ATM.*

*correction: Vac raptors can run at sea level in a test stand. Still doubtful that its safe/reliable and in either case it would still be far too slow.

[1] Note that the first G of acceleration is combating gravity, so Starship at e.g. 1.25Gs would accelerate away from the explosion at 1/20th the rate of Dragon v2.

[2]https://space.stackexchange.com/questions/9067/how-do-the-g-...

I agree in isolation, and I have used nest-asyncio a couple of times where it really was a lot easier than the alternative, but from an ecosystem perspective I'm glad it isn't the default. Most of the time someone wants to do this it's a junior trying to work around a non-issue (e.g copy-pasting from a guide that includes asyncio.run()), and the trade-off is a massively increased surface for performance footguns throughout your code base and all the libraries you use. Linters could save you from the first case but it would be a lot more work to profile, track down, and fix spots in all your dependencies that cause your event loop to get fragmented.

Like, why can't my sync function await something asynchronous?

The answer, at least for Python, is that it is an intentional limitation because the alternatives introduce some quite bad trade-offs.

Option 1: your awaited promise goes into the main async event loop. This is bad because it means that your single-threaded sync function now needs to be thread-safe, and so does any sync code that calls your sync function despite it not even knowing that you're doing anything async. This is essentially unworkable without throwing away the option of writing non-thread-safe code.

Option 2: Your awaited promise goes into its own new event loop that only contains sibling and child promises. There's nothing technically stopping someone from doing this[1], but now you've lost a ton of the value of async because you will inevitably end up with a ton of siloed event loops that leave the process idle despite other async tasks existing that could run. Effective async code needs to share an event loop at as high of a level as possible, which means tainting as many methods with async as possible. At that point, you might as well enforce it at the language level and avoid the inevitable pain and fragmentation that comes from other devs across the ecosystem mixing sync and async code.

[1] https://pypi.org/project/nest-asyncio/

As explained by Guido: https://github.com/python/cpython/issues/66435#issuecomment-...

When you get a ticket, you get points against your license, and end up paying more in insurance, often for up to seven years.

AFAICT this not the case in the vast majority of states that allow automated enforcement. Of the three I saw in that list that do: California replaced theirs with purely civil penalties earlier this year, and Arizona and Oregon require law enforcement officers to manually review and sign off on the ticket and offer legal avenues for you to respond.

https://www.iihs.org/research-areas/red-light-running/safety...

He makes that argument but IMO it's not particularly well founded. He talks about his old Chevy Volt and guesses about the new Nissan series hybrids while ignoring Honda's current lineup of series hybrids. The Civic hybrid* meets or beats the EPA ratings on both the Corolla and Camry hybrids when on the same size wheels (18").

I agree in principal that there's efficiency to be gained by minimizing conversion losses, but Honda may be clawing that back with larger and more efficient motor-generators that only package well because no planetary gear set is required to connect everything.

* Honda hybrids do have either one or two clutches to mechanically connect the engine to the wheels at fixed ratios for highway cruising, but their city EPA numbers are still very competitive.

Gemini Omni 2 months ago

Prompt: Make it look like the weird shape of my hand hole super zooms and magnifies the ground it's looking at in sharper quality.

There's got to be a reason this is phrased so insanely, right?

USER

What are the primary reasons for secession as stated in the declarations by the states of the south?

talkie-1930

The primary reasons assigned for secession in the south were, first, the belief that the union was endangered by the abolition agitation at the north, and, secondly, the desire to establish a separate confederacy, in which slavery should be perpetuated and extended. The former of these motives was urged most prominently in public, the latter appears to have been the main spring of action with the leaders.

It was intended in good faith, to make the point that rarity alone is not a good metric for salience. In my experience, most trans people have no problem with the statement "humans are sexually dimorphic" in a biology context. They (and I) have issue with it when its used in a debate to say "Humans are sexually dimorphic (and therefore trans and intersex people are irrelevant/shouldn't be accommodated/don't exist)". In the context of sports, it is definitely relevant that there are many edge cases and substantial overlap in the distribution of phenotypes between AFAB and AMAB people.

Coming back around to the olympics: I agree that humans are bipedal, but that has no bearing on the fact that the Olympic committee should take great care to create rules and categories for paralympic athletes. I think there's a lot of room for reasonable people to disagree without dismissing the complexity that comes from organizing across 8 billion people.

they did say that these AI effects are done with the actual 3d assets themselves and is not just some type of filter that run over the existing images

That was essentially just Jensen Huang lying during his Q&A. DLSS5 uses the same input data as DLSS<5, which is just screen space color data and motion vectors. From NVIDIAs announcement: "DLSS 5 takes a game’s color and motion vectors for each frame as input, and uses an AI model to infuse the scene with photoreal lighting and materials that are anchored to source 3D content and consistent from frame to frame."

I agree, every shot has something to like, especially in fine details, but I question the feasibility of fixing the issues while running the model on a consumer GPU in realtime. Getting similar improvements without falling back to diffuse lighting would require the model to infer a huge amount of information about off-screen light sources and objects. I'm much more excited about putting my tensor cores and vram towards neural textures since they can actually add detail at the geometry level.

https://www.nvidia.com/en-us/geforce/news/dlss5-breakthrough...

The specular highlights on faces definitely look wrong to me though I struggle to describe why. Shadows and diffuse lighting is a totally different story, though. Look at how it completely deletes the shadow of the steeple on the right hand side[1], or how it completely eliminates the shadows on this guy's face and jacket. Overcast lighting is an easy cheat for hyper-realism[3] and almost every single scene shown has softened or absent shadows and more diffuse light.

As an aside, I'm starting to wonder if they are modifying engine settings when switching it on and off. There's clearly some amount of accumulation it has to do and its impossible to frame-by-frame a video of a monitor, but in [1] the first frame snaps from a dynamic shadow of the steeple to a generic small blob shadow, then gets entirely eliminated on the next frame.

[1] https://youtu.be/4ZlwTtgbgVA?t=435, [2] https://youtu.be/4ZlwTtgbgVA?t=326, [3] Cyberpunk hyper-realism mod: https://www.youtube.com/watch?v=_toA8lErAHg

MacBook Neo 5 months ago

I think the charitable read is that Apple wants to minimize confusion by ensuring all usb ports on the device have the same capabilities. A simple USB 2.0 port would be cheap but supporting charging and thunderbolt would add meaningful cost.

edit: NVM lol, the Neo only has one fully featured USB port