HN user

jasinjames

224 karma
Posts3
Comments53
View on HN
Guilty Displeasures 5 months ago

Good news: video games are still fucking awesome. Since it costs nothing to make one, weird and smart and cool people from all across the world are trying the craziest stuff. It's true they're purchasable through steam, mostly. But there's spectacularly creative stuff at low or no cost. For example, skimming my steam right now I see:

- Tales From Off Peak City (surrealist walking simulator with a film camera mechanic; 9.99$)

- Baba is You (sokoban puzzler; 14.99$)

- Straftat (brutalist/surrealist competitive shooter set to jungle music focusing on randomized community-map style alternative fps gamemodes; free)

- Untitled Goose Game (light puzzle coop set to dynamically scored classical piano music; 8.99$)

- Norco (prescient pre-gen-ai pixel art VN about AI, faith, and the environment; 5.24$)

- Brazillian Drug Dealer 3: I opened a Portal To Hell In The Favela Trying To Revive Mit Aia I Need to Close It (it's quake; 3.75$)

Unfortunately the gov cannot decide who ultimately pays for the tax, just who ends up needing to put it on their balance sheet. If residential consumers demand is inelastic, relative to the commercial customers, then they will pay the tax. I have zero insight into whether domestic or commercial customers have higher demand elasticity, but it's worth being aware of this general principle [0].

[0]https://mru.org/courses/principles-economics-microeconomics/...

From “test_everything.c”:

// ============== TEST 6: ¿Claude AI militar?==============

int test_military_ai() { printf("\n[TEST] Claude AI Militar\n");

    // Check if military AI exists
    if (access("kernel/claude_military_grade.c", F_OK) == 0) {
        printf(" Archivo existe\n");
        
        // Check if it's real crypto or fake
        FILE* f = popen("grep -c 'XOR' kernel/claude_military_grade.c", "r");
        char buffer[128];
        fgets(buffer, sizeof(buffer), f);
        pclose(f);
        
        if (atoi(buffer) > 0) {
            printf(" Crypto FALSO (solo XOR)\n");
            return 0;
        } else {
            printf("? Crypto no verificable\n");
            return 0;
        }
    } else {
        printf(" NO EXISTE\n");
        return 0;
    }
}

New whole-program analysis just dropped (it's grep).

If you have a "smart" TV you'd like to avoid connecting to the internet for reasons like this, you can try disconnecting the wireless module entirely. I had a Sony Bravia TV I didn't trust, and after popping off the back I disconnected the wireless module's ribbon cable. The android-TV OS handled it gracefully, and now I don't have to worry about it attempting to smuggle data through any other WLANs in my apartment building.

Sora is here 2 years ago

I agree. Also, tangentially related: I use a black and white filter on my phone, and it is way harder to distinguish fake and real media without the color channels to help. I couldn't immediately find anything in the subway clip which gave it away.

My SO is a Occupational Therapist, so she spent part of her master's degree studying pediatric development milestones. A LOT of those milestones (ability to handle objects with hands, develop muscle strength, resolve conflict with others, etc) depend on playing with other kids in the real world. If a child is proportionally spending more time on a device than interacting with peers, they're going to have problems.

Prime example: W-sitting. Lots of "iPad kids" have an unusual sit pose where they splay their legs out. Oftentimes it's because they're sitting on a device so often that their core muscles are underdeveloped.

I think another factor is that the spreadsheet model has basically zero barrier to entry from a users perspective. You can have elementary school students punch data from a classroom experiment into an excel table, which is great!

Any replacement system which, for example, enforced a strong separation between operations, input reference data and output result data would require users to learn the model before attempting to use the software. This is a pretty big ask, especially since lots of small-scale users wouldn't see an immediate benefit. I think of it like the tradeoff between dynamic and static typing when programming- it's the same "upfront mental overhead versus long term maintainability" question IMO.

I had a similar issue just two weeks ago at $DAYJOB. I was scraping a log file and I had written an awk script to convert the HH:MM:SS.uuuuuu timestamps to nanoseconds since epoch for ingestion by another tool. Little did I know that awk uses floating point for numbers internally, and so my conversion function was incorrectly rounding the result, which messed up my later analysis in arcane ways. To add insult to injury, I had the same problem again when paging through the data in Visidata, but there was an easy workaround I don't exactly remember.

ARS Pharma will offer neffy at a price of $199 for two doses via digital pharmacy sites like BlinkRx and GoodRx for eligible patients whose insurance plans do not cover neffy. Some commercially insured patients can access the treatment at $25 for each filled prescription of two single-use neffy devices through a co-pay savings program.

This is considerably lower than the non-insured cost of an Epi-Pen or generic equivalent[0]. Hopefully this spurs some competition and makes the whole market more affordable. I needed to use an Epi-pen in college, and though I never took issue with needles I'm glad than an alternative is available for those fearful of them.

(I didn't feel it. I was about to pass out. But I remember looking up from the floor while administering and seeing my RA terrified. He was so scared of needles that if I had lost consciousness, he wouldn't have administered for me!)

[0]https://www.talktomira.com/post/how-much-does-an-epipen-cost

In your view, what word(s) would you use to describe the following?

"a carefully designed API for interacting with piece of data which provides both a consistent technical interface and conceptual understanding of the meaning of said thing"

The reason I ask is because the word I've always used for that is "abstraction", but I'm getting the sense that over-abstracted and over-architected frameworks has soured many people to the word. I want to communicate the idea without conjuring up images of java classes with 90 character names. What would you recommend?

If you're interested in the dynamic in this area of the country, I highly recommend the 2022 game Norco[1]. It's really more of a piece of literature than a game, and it tries to capture the dynamic of the folks who rely upon a similar plant in LA for their livelihoods.

(At the risk of overselling a point-and-click game, I'll literally buy it for you if you're on the fence about it. I thought it was that good).

[1] https://store.steampowered.com/app/1221250/NORCO/

For the divine comedy I can recommend the Robert Durling english translation. Each canto has a large section of notes which give all of that context and various interpretations in condensed form. Really excellent stuff.