Jonathan Hendry

u/jonhendry@iosdev.space
1 posts · 231 comments

Recent posts

Recent comments

@Seminar2250

"I reported this to the campus police but they said nothing could be done because he didn’t touch me or explicitly threaten violence"

That sounds like assault which doesn't require contact.

"In the terminology of law, an assault is the act of causing physical harm or unwanted physical contact to another person,...

..., assault is a criminal act in which a person intentionally causes fear of physical harm or offensive contact to another person"

@rook

I figure two things will happen:

a) In a year or two companies will realize that LLMs aren't going to improve enough, and that they need skilled people because AI has turned their software into a shit show, and start hiring desperately.

or

b) In a year or two LLMs will get good enough for code that the software developed is just good enough despite the deskilling effects, and companies can get by with drastically reduced staff.

@jaschop

"But could you not build a thing instead, that does the behaviour directly?"

Back in the day NeXT's Interface Builder let you connect up and configure "live" UI objects, and then freeze-dry them to a file, which would be rehydrated at runtime to recreate those objects (or copies of them if you needed more.)

Apple kept this for a while but doesn't really do it anymore. There were complications with version control, etc.