HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jim201

no profile record

comments

jim201
·6 माह पहले·discuss
I used to dread this approach (it’s part of why I like Typescript monorepos now), but LLMs are fantastic at translating most basic types/shapes between languages. Much less tedious to do this than several years ago.

Of course, it’s still a pretty rough and dirty way to do it. But it works for small/demo projects.
jim201
·7 माह पहले·discuss
The book Amusing Ourselves to Death by Neil Postman seems really relevant here. The thesis is that different modes of information are best suited to different tasks. Postman argues that television is best suited for entertainment. So the programs that do well on TV will naturally tend to be entertainment.

That book was written in 1985, but the core observations are also applicable to modern cellphones (which have become, for the majority of users, entertainment devices).

Postman then talks about how our communication systems have degraded as a result of entertainment being the strength of our current modes.

Fantastic read.
jim201
·8 माह पहले·discuss
Looks like they’re positioning themselves as an open-source Roblox competitor. That would be awesome. Especially so if they follow through on the promise of standalone mode.

I’m interested in how they’re sandboxing C# code. Seems like an engineering problem full of pitfalls. I’ll definitely be peeking at this!
jim201
·8 माह पहले·discuss
No excitement here for any “discount” announcements—just cynicism about our device freedoms being restricted by two duopolies.
jim201
·9 माह पहले·discuss
Antitrust action is badly needed in this area. It is ridiculous that I need permission from my device manufacturer to install software on hardware I own. There is no viable alternative than to live in Apple and Google’s ecosystems. This duopoly cannot be allowed to keep this much control of the mobile platforms.
jim201
·11 माह पहले·discuss
This is the way. It’s a pain to manually disable the checks, but certainly better than becoming victim to an attack like this.
jim201
·11 माह पहले·discuss
Pardon my ignorance, but isn’t code signing designed to stop attacks exactly like this? Even if an npm token was compromised, I’m really surprised there was no other code signing feature in play to prevent these publish events.