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

yurivish

2,853 カルマ登録 17 年前
meet.hn/city/42.3875968,-71.0994968/Somerville

[email protected]

https://yuri.is

投稿

Inviting Hard Questions

anthropic.com
1 ポイント·投稿者 yurivish·昨日·0 コメント

Verbalizable Representations Form a Global Workspace in Language Models

transformer-circuits.pub
11 ポイント·投稿者 yurivish·5 日前·1 コメント

Pentagon Sees Bigger Role for AI in Setting Military Targets

bloomberg.com
3 ポイント·投稿者 yurivish·14 日前·0 コメント

That Untravell'd World

hyperdimensional.co
2 ポイント·投稿者 yurivish·23 日前·0 コメント

Only Bounds

smallcultfollowing.com
2 ポイント·投稿者 yurivish·25 日前·0 コメント

Welcoming Our Newest Core Team Members

ziglang.org
3 ポイント·投稿者 yurivish·25 日前·0 コメント

What Is an Agent?

tidydesign.substack.com
1 ポイント·投稿者 yurivish·先月·0 コメント

The Kyle Kingsbury Podcast Podcast – Episode 1 – Alex Dripchak

aphyr.com
14 ポイント·投稿者 yurivish·先月·0 コメント

A Visual Guide to Gemma 4 12B

newsletter.maartengrootendorst.com
46 ポイント·投稿者 yurivish·先月·1 コメント

When AI Starts Writing Systems Code

coreauto.com
5 ポイント·投稿者 yurivish·先月·0 コメント

Glide: A tiling window manager for macOS

github.com
3 ポイント·投稿者 yurivish·先月·0 コメント

Ad Infini­Tum

matthiasott.com
15 ポイント·投稿者 yurivish·先月·3 コメント

AI Researchers, Ask Yourself These 6 Questions to Strengthen Your Moral Muscles

lesswrong.com
2 ポイント·投稿者 yurivish·先月·1 コメント

[untitled]

1 ポイント·投稿者 yurivish·先月·0 コメント

Slow Mode

blog.val.town
4 ポイント·投稿者 yurivish·2 か月前·0 コメント

A Simple Image Brightness and Contrast Adjustment Technique

geo-ant.github.io
3 ポイント·投稿者 yurivish·2 か月前·0 コメント

Ambient Intents

xcancel.com
1 ポイント·投稿者 yurivish·2 か月前·0 コメント

A New Viral Outbreak. The Same Mistakes All over Again

nytimes.com
3 ポイント·投稿者 yurivish·2 か月前·0 コメント

Learning Beyond Gradients

trinkle23897.github.io
1 ポイント·投稿者 yurivish·2 か月前·0 コメント

Kicking the Tires: A Voluntary Path to Pre-Deployment AI Vetting

lawfaremedia.org
1 ポイント·投稿者 yurivish·2 か月前·0 コメント

コメント

yurivish
·8 か月前·議論
https://archive.is/xd67g
yurivish
·9 か月前·議論
> Julia lets you compose unrelated libraries much more freely than most other languages do. That's very powerful, but if you come into it expecting all of those compositions to magically work, I think you just have an unrealistic expectation.

Yep, and it is unfortunate that this unrealistic expectation is explicitly encouraged by the creators of the language:

> It is actually the case in Julia that you can take generic algorithms that were written by one person and custom types that were written by other people and just use them together efficiently and effectively.

It seems worth reiterating that on a personal level I really like and appreciate the vast majority of the folks I’ve met in the Julia community. I’m glad I got to hang out with them and learn from them. But in my opinion setting expectations like this fosters bad science.
yurivish
·9 か月前·議論
Your perspective tracks with mine. Without contracts, either specified in documentation or as static guarantees, it is hard or impossible to build robust programs.

In Julia it's almost as if every function is an interface, with (usually quite terse) documentation as its only semantic constraint. For example, here is the full documentation for `+`: https://docs.julialang.org/en/v1/base/math/#Base.:+

I love Game Programming Patterns, by the way! Laughed out loud when I first saw the back cover.
yurivish
·9 か月前·議論
I'm the author of the original post. I still like and miss my friends in the Julia community, but the technical and cultural issues persist.

I may refresh the post with more recent information at some point. In the meantime, those curious can find a short story of one newer correctness bug here: https://discourse.julialang.org/t/why-is-it-reliable-to-use-...

The person who eventually fixed the issue, mkitti, had to push through a lot of "institutional" friction to do so, and the eventual fix is the result of his determined efforts.

While his part of the story mostly played out in venues outside of the Discourse forum some of it is on display in this thread: https://discourse.julialang.org/t/csv-jl-findmax-and-argmax-...