HackerTrans
トップ新着トレンドコメント過去質問紹介求人

chromanoid

no profile record

コメント

chromanoid
·2 か月前·議論
MCPs and complex CLI tools running locally/native via graalvm might be a great usecase for Java. https://quarkus.io/blog/mcp-server/
chromanoid
·5 か月前·議論
I am patiently waiting for LARP AR glasses that have all kinds of these filters.
chromanoid
·6 か月前·議論
Sorry, did you read this https://blog.cleancoder.com/uncle-bob/2018/12/14/SJWJS.html?

I personally associate Prism with [Silverlight - Composite Web Apps With Prism](https://learn.microsoft.com/en-us/archive/msdn-magazine/2009...) due to personal reasons I don't want to talk about ;))
chromanoid
·6 か月前·議論
> A fun tendency is that Claude kept getting distracted by topics of secrecy, conspiracy, and hidden systems - as if the task itself summoned a Foucault’s Pendulum mindset.

I really appreciate you mentioning this. I think this is the nature of LLMs in general. Any symbol it processes can affect its reasoning capabilities.
chromanoid
·7 か月前·議論
Lego Duplo is the best. It is a great creative toy at least from 2 to 10. Especially when you have it from early on and it is just "part of the furniture".

It's much easier to collect from the ground than Lego.

Newer Lego stuff also has so many tiny parts.
chromanoid
·10 か月前·議論
A good XSL-FO impl with docbook or something like that?
chromanoid
·10 か月前·議論
Nah, package managers are always the "civilization" moments of programming.
chromanoid
·10 か月前·議論
Great article!
chromanoid
·10 か月前·議論
At least on desktop screens I think chronostasis might make animations seem more sluggish depending on where you looked before.

I wonder if this leads experienced users of the app in question to not like any animations, because they know click paths better and place their focus in an anticipatory manner.

Maybe one could measure click speed and reduce animation times based on that.
chromanoid
·2 年前·議論
cool stuff! selectable text is a MUST in the browser for me. In clients and apps that do not need that or can provide it themselves, this seems to be a very nice and tiny solution.
chromanoid
·4 年前·議論
No, it's not unique. But a GC strengthens, like dynamic typing, your ability to develop more dynamically and together with reflection or duck typing to write code that can deal with to some extent unknown input more easily. You can pass arbitrary objects (also graphs of objects) around very generously. Ysoserial is based more or less on this idea. Passing arbitrary objects around was deemed so useful, that it is also supported by java's serialization mechanism and thus could be exploited. Log4shell exploits similar mechanisms that would be a hell to implement in non-gc languages.
chromanoid
·4 年前·議論
While I think garbage collected languages produce programs that are more safe, I also think they are often enablers for new classes of security issues. For example ysoserial, log4j etc.
chromanoid
·4 年前·議論
Following this idea, using a memory managed language like Go, Java or C# should also prevent most security issues (at least in non-core systems). Somehow I don't think this would work.
chromanoid
·5 年前·議論
Reminds me of the Expert Beginner: How Developers Stop Learning: Rise of the Expert Beginner https://daedtech.com/how-developers-stop-learning-rise-of-th...