HN user

jadar

376 karma
Posts0
Comments94
View on HN
No posts found.

Isn’t that somewhat similar to everywhere else AI is being employed? More of the same — just faster? We aren’t getting novel software architecture out of AI, those things are still important, but it does help us rule out bad things (bugs, security vulnerabilities, etc) and help us focus on the important things. In that vein, AI could help mathematicians by ruling things out faster.

Just to be clear, this doesn't mean that anything on the die actually measures 0.7nm — it means that it's roughly double the density as the previous node generation. At some point the industry decided to keep talking about "nanometers" even though the actual transistor sizes have been decoupled from the node name for years.

Yeah, this is relatable. Part of it comes down to "use it or lose it." We atrophy when we don't exercise. But at the same time, it might come back to the OP faster than he thinks if he went into it. Also, I've found that with AI I'm able to ask specific questions where I'm hazy and pick things up faster than if I just had to watch hours of lectures to pick something up. (There's a place for both.)

That's fair push back. In defense, my comment was motivated by the OP's assertion (multiple times) that this is merely an example of corporate greed. I don't know what the original user-agreement was, but it seems to me that common sense would say that you have to make money some way. If this business at one point offered a free service and at some point market pressures showed them that wasn't going to work, so they needed to do something else to remain solvent. Egress is not free, so merely uploading and storing is not an argument for free retrieval.

If you have played Minecraft, you have a pretty good idea what kind of things Perlin Noise can generate. Maybe not the structures but definitely the terrain is generated by Perlin noise. (At least it was in the 1.4.7 days when I was in the code.)

I think a lot of these are because Apple has built animations into their products as first-class citizens, but that means that they need to somehow figure out how to compose them well. (Which obviously is a rather difficult problem to solve!) In my experience, you end up spending a lot more time trying to get all of the animations to work well together than you do on creating the actual UI, and that time is just not worth it if your start and end states are beautiful and intuitive. There's also the cross-UI-framework tax that has come up since Apple has allowed mixing SwiftUI and (App|UI)Kit, and animations are part of that.

If you re-use the Hermes agent, what are the cost and security implications? One Docker container per-customer sounds like it would be really expensive. Are they started on-demand, or run 24/7? What keeps users from using the agents for general purpose tasks, protects against prompt-injection, etc?

It's death 1 month ago

The Hebrew word used is Elohim. While the book ever explicitly uses the word, it stands to reason the author is speaking of YHWH, historically rendered as Jehovah or Yahweh. And as Jesus is the Son, the second person of the Trinity, it refers to him as well. The book is written by Solomon, the son of David, the king of Israel, and hence it comes smack dab in the middle of the covenant history of Israel. Solomon describes Elohim with attributes of Jehovah throughout the book. He is the creator, sustainer, law-giver, etc. Not to mention the many times in the rest of the Scriptures that use Elohim to refer to Jehovah. Finally, the closing verses invoke the covenantal language of Israel being bound to Jehovah’s law, “Fear God and keep his commandments” would remind the original readers of Deuteronomy 6:2 or 10:12, which clearly do invoke Jehovah.

It's death 1 month ago

“Let us hear the conclusion of the whole matter: Fear God, and keep his commandments: for this is the whole duty of man. For God shall bring every work into judgment, with every secret thing, whether it be good, or whether it be evil.” - Ecclesiastes 12:13-14

Personally, if I am skimming a change log that is already limited in characters, I don’t care about ‘XYZ-999999’ in the main commit message. It’s good to tag as a trailer but I’d much rather see what the commit did than the Jira issue it came from.

I recently had this experience with Jetbrain’s YouTrack. I was filing a bug, trying to be good and hand-write the prose, and it kept giving me editing suggestions. Not just punctuation and grammar, but critiquing my sentence length and structure! Well, I took its suggestions as helpful feedback, but the end result didn’t sound like me and it made my writing look like an LLM wrote it. It used short sentences, changed my vocabulary, and generally dumbed it down. I came away feeling like I was just a bad writer —- which maybe I am, but having graduated from college I feel like I can’t be that bad. I might as well have let Claude write the whole thing.