Hacker Newsnew | past | comments | ask | show | jobs | submit | prideout's commentslogin

This post is well written, useful, and original. I'm surprised by the negative comments.


It's advocating for some honestly weird behavior. Doing some of this stuff seems manipulative, like it's straight out of an interaction in American Psycho. It treats human interactions as transactional. It's gross.


Can you be a little more specific about what you consider gross? I only read the article because of your comment; I got curious. Most of it just seems like common courtesy, and a few fairly standard body language tricks.


The AI imagery

The checklist

The idea that everyone in the party is quietly evaluating you and making up a story in their head

The forced body language

The weird conversation starters

Like all this stuff is forced and artificial and the goal is you're trying to build a relationship with someone for the implicit purpose of getting something out of them. None of this is genuine social connection, it's just a performance to try and increase your own status.


This reminds me of part of some novel I read a while ago. Something about a newly turned noble learning how to act like a noble. Organizing parties and knowing who exactly to invite and how to receive them, having his butler tell him a few important things about a person before going to talk to them, when and how to ask ladies for a dance, conforming to certain unspoken rules of etiquette, and the list goes on. I almost felt the exhaustion just from reading.

All just superficial interactions to keep up the social standing, presenting yourself as special and useful to associate with while not actually making any meaningful connection with anyone. That's the feeling I got from reading that scene as well as whenever I hear about this networking stuff.


Neat but I would prefer simply using a dylib for the part of my code that I want to be reloadable.


I've used this for a toy game I was once working on [1], and it works pretty well for a while, but the problem is that sometimes the OS decides that your dlclose will be a no-op. I haven't ever found a way to force the OS to unload it, sometimes it just keeps it there.

[1] https://github.com/andreivasiliu/demimud/tree/master/netcore


I have never seen a Koreeda film but he sounds compelling -- which movie would you recommend for a first-timer?


Shoplifters was a recent international success and is maybe the most accessible. My favorites of his are After the Storm and Maboroshi, though. All of them feature wonderful characters and quiet adult moments.

On the arthouse circuit, I think he's best known for After Life, which is a bit more challenging (honestly: I found it a bit dull) but worth biting into.

Do you know that pang of melancholic joy-and-regret you feel after you've had a wonderful day and you know no matter how much you and the others involved try, you can probably never quite recreate that magic a second time? Grateful for the memory you'll always have, yet at the same time sad? That's how his movies feel to me, where I'm often both happy and sad I've seen them. It's pretty damn great when a movie can do that.


Interesting. I think I've only watched After Life and indeed found it very dull (and for the record: I enjoy slow-paced Japanese movies with "quiet adult moments"). I actually thought the premise of the movie wasn't well explored at all.

So maybe I would enjoy his other movies, if you liked them!


I can second the Shoplifters recommendation.


If you’re in the mood for an almost unbearably moving one, would recommend Nobody Knows.


Saw that (excellent), did not know it was Koreeda.


Did you need to write an app for the phone?


I had the script call the phone, and set the phone to "emergency bypass" for that incoming number and set the ringtone to alarm bells


There's less ageism in embedded systems because older folks are more likely to be experienced with a lean & mean tech stack (for example vanilla C programming).


Currently we simply copy a slice of the heap's ArrayBuffer from WASM to JS. In the past we exposed the heap slice directly but it was technically "unsafe" (perhaps because the heap can grow), and doing a copy did not hurt performance in any measurable way.


The fact that triangles have proliferated is not due to half-assery. Hardware can rasterize them very quickly, and a triangle can have only one normal vector. Quads can be non-planar. It's true that quads are nice for humans and artists though!

As an aside, Catmull-Clark subdivision has been around since 1978, which, as a first step, breaks an arbitrary polyhedron into a mesh of quadrilaterals.


It's not so much that triangles are the primitive, as much as our logic for combining multiple triangles into a mesh and texturing, lighting, and deforming them in continuous ways clearly has some gaps. It's definitely not an easy problem and it's a fun exercise to see how various silicon innovations unlocked increasingly accurate solutions, and what corners needed to be cut to hit 30fps back in the day.


Yeah, I don't think triangles will go away anytime soon. And, sometimes they're even preferred in certain cases by artists (think creases on jeans).


Neat! I've been getting into crossword puzzles recently, does anyone know of nice places to play them, other than newspaper sites?


Brendan Emmett Quigley (just search his name, you will go right to it) publishes puzzles for free on his website, in addition to the ones he sells to NYT, WSJ, and others. You can get PDF's, solve on the site, or download in the Across Lite format.



This is an amazing site. My team at work used to do a Sunday together every Friday afternoon. It was a nice remote game to play.


I lost interest fairly quickly because the entire article seems to rely on a certain definition of "intelligent" that is not made clear in the beginning.


This article has a superb diagram of the DeepSeek training pipeline.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: