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

bw86

no profile record

投稿

THEC64 Handheld

c64os.com
5 ポイント·投稿者 bw86·2 か月前·0 コメント

Where should portability stop? (OpenBSD)

miod.online.fr
3 ポイント·投稿者 bw86·6 か月前·0 コメント

Adaptec RAID cards are junk (2021)

nickh.org
4 ポイント·投稿者 bw86·7 か月前·0 コメント

コメント

bw86
·21 日前·議論
84 total, with this breakdown: Core Basics 19/20 Intermediate 20/20 Advanced 13/20 Expert 15/20 Grandmaster 17/20

Scientific Estimate: 69 100 word

It began very simple, so that I took it not very serious for a moment, but I never heard many of the later words. But thanks to knowing some latin and other languages, I could understand many of them.

A fun idea!
bw86
·22 日前·議論
Raku to me is like Esperanto: An absolutely beautiful idea that sadly is not used widely (or even known widely). And for both cases, I would love for things to be different, but since the alternatives (be it English or Java/Typescript/...) are deemed "good enough", chances are slim.
bw86
·2 か月前·議論
This is not wrong per se, but they also try to reduce/remove this giant lock as much as possible. If you see entries like "Unlocked socket splicing." in the changelog, then this is one more case where the giant lock is not needed and in which therefore all cores can be used.

It just takes time.
bw86
·2 か月前·議論
Scotty from Star Trek does approve!
bw86
·3 か月前·議論
The Emacs one is actually more a bug/feature in Git. If you execute "git ls-files" in the folder from the PoC, the payload gets executed. Emacs just does this automatically for you.
bw86
·3 か月前·議論
You mean like in this example? https://web.archive.org/web/20260313042512/https://gist.gith...

There is never a guarantee with GenAI. If you need to be sure, sandbox it.
bw86
·5 か月前·議論
https://github.com/narqo/freebsd-brcmfmac/blob/be9b49c1bf942... seems to be the only file written in Zig.

Using an entire additional programming language for 229 lines of code is definitely an interesting choice.
bw86
·5 か月前·議論
I am waiting for Raymond Chen to post a "Microspeak: Morged" blog post.
bw86
·5 か月前·議論
> Why is that not D ?

You never get a second chance at making a good first impression.

I believe that many people that gladly use Rust or Zig or Go nowadays would be quite happy with D if they were willing to give it a fair evaluation. But I still often find people going "D? I would never use a language where the ecosystem is split between different standard libraries"/"D? No thanks, I prefer compilers that are open source" or similar outdated claims. These things have not been true for a long time, but once they are stuck in the heads of the people, it is over. And these claims spread to other people and get stuck there.

If you do not want to use a GC, it is trivial to avoid it and still be able to use a large chunk of the ecosystem. But often avoiding GC at all costs is not even necessary - you mostly want to avoid it in specific spots. Even many games today are written with tasteful usage of GC.

The one thing that really is a fair disadvantage for D is its small community. And the community is small because the community is too small (chicken/egg) and many believe in claims that have not been true for a long time ...
bw86
·5 か月前·議論
That would still require someone else to burn 20000$ to try it themselves.
bw86
·5 か月前·議論
Almost lisp-like, isn't it?)))))))
bw86
·5 か月前·議論
It would not make Windows a good project, but it would mean that hardware vendors would have to implement good Linux drivers. It could therefore help all other distributions, too!
bw86
·6 か月前·議論
findall instead of bagof can also help for these cases.

    | ?- findall(A, (tree(A, N), branch(N)), As).

    As = [n,n1]

    yes
See https://lpn.swi-prolog.org/lpnpage.php?pagetype=html&pageid=...
bw86
·7 か月前·議論
I tried the pronunciation feature, which works less than awesome on my system. I am happy to share that "語彙" is pronounced "chinese letter chinese letter", while for "効果的" it is "chinese letter chinese letter chinese letter".

Is that just my Debian/Firefox system? Or is "AI slop" the reason here?
bw86
·8 か月前·議論
For reference: https://xkcd.com/1425/
bw86
·8 か月前·議論
Ha! I like the thought of unconciousness triggering a "kernel OOPS" and the brain dumping out a backtrace of everything. Makes you wonder who is supposed to debug it later ...
bw86
·9 か月前·議論
Rust is fractured by the optional async-ness of libraries. And all languages are fractured by GPL vs non-GPL libraries.

You have a point, but it is not worth the drama. D's biggest problem comes from the strong opinions of people that have not tried using it.