Readit News logoReadit News
jdc commented on What the “superforecasters” predict for major events in 2023   economist.com/the-world-a... · Posted by u/bookofjoe
nonrandomstring · 3 years ago
Crystal balls are back in fashion, along with smoke, mirrors and ectoplasm. Centennial recurrence perhaps.

Note the disclaimer of all practitioners who dabble in the dark arts; this is for entertainment purposes only.

An artist friend recently wrote an essay [1] associating AI art with "soft propaganda for the ideology of prediction". An interesting phrase I thought. Is prediction an ideology? Is blind faith in "AI" ushering in secular denominations of crystal botherers?

It's a feature of the interregnum, similar to that of the 1920's perhaps, that we grow ever more desperate to peer around the corner of time, and so ever more credulous of techo-spiritualists, mechanical mediums and silicon psychics.

[1] https://hyperallergic.com/772848/ai-art-is-soft-propaganda-f...

jdc · 3 years ago
I think determinism is the word you're looking for.
jdc commented on Feynman’s Breakthrough: Disregard Others   stepsandleaps.wordpress.c... · Posted by u/metadat
jdc · 3 years ago
Way too many of you idolize Feynman and it shows. Could he be a good role model? Sure!

However, I'd caution you against rosey-eyed or overgeneralized interpretations, and against adopting wholesome whatever works for someone else!

jdc commented on Go 1.19 Released   go.dev/doc/go1.19... · Posted by u/petercooper
coder543 · 3 years ago
> This depends on implementation. ZGC is not generational yet, but I don’t see how generational or not would invalidate a GC benchmark for the default implementation.

I never said the benchmark was invalidated, I said that you interpreted the meaning of the benchmark wrong. I like how your reply completely ignored what I said the benchmark meant. That benchmark has a very narrow focus, and generational makes a huge difference for that one benchmark.

> And honestly if I was in Vegas I’d still bet that ZGC (Java’s non-generational, latency sensitive GC) would beat Go’s implementation here.

I would love to see a holistic set of benchmarks comparing them. Even just that one very narrow benchmark you linked would be fun to see — if ZGC is so good, surely one of the implementations of the benchmark on the website is using ZGC? But I haven’t had time to dig through them.

But, part of Go’s charm is that idiomatic code rarely puts tons of pressure on the GC anyways, and a GC can never be faster than stack allocation for a multitude of reasons… which is also why C# has value types.

jdc · 3 years ago
Java's value types will be ready soon enough: https://openjdk.org/projects/valhalla
jdc commented on Show HN: Svelvet – A component library for building interactive flow diagrams   svelvet.io/... · Posted by u/awillettnyc
Philip-J-Fry · 3 years ago
The performance on my S21 Ultra is pretty bad. Feels like ~40fps and stuttering. Also, it doesn't have mobile interaction for dragging nodes. I can only pan the canvas.
jdc · 3 years ago
Runs flawlessly on my Pixel 4 XL
jdc commented on NixOS on Btrfs+tmpfs   cnx.srht.site/blog/butter... · Posted by u/shiryel
traceroute66 · 3 years ago
> Most subvolumes can be mounted with noatime

This noatime thing is an old-wive's tale that needs to die.

AFAIK, most "modern" filesystems (XFS,BTRFS etc.) all default to relatime

relatime maintains atime but without the overhead

EDIT TO ADD:

Actually,I've just done a bit of searching .... relatime has been the kernel mount default since >= 2.6.30 ! [1]

[1] https://kernelnewbies.org/Linux_2_6_30 (scroll to 1.11. Filesystems performance improvements)

jdc · 3 years ago
I prefer lazyatime.
jdc commented on Use fast data algorithms (2021)   jolynch.github.io/posts/u... · Posted by u/Ice_cream_suit
mastax · 3 years ago
> Try zstd --adapt. This feature automatically adapts the compression ratio as the IO conditions change to make the current optimal tradeoff between CPU and “keeping the pipe fed”.

I didn't know about that, that's neat.

These types of articles come up often, and it's good to proselytize about better algorithms. However the end of the article hints at an issue. Most of the hashing and compression in my life are done embedded in some system or protocol that I can't easily change. Yeah, Docker and Debian and Firefox should use zstd but there's not much I can do about it. I may reach for zstd when I'm moving a big file between systems, but I'd have to install it first and much of the time that's not worthwhile.

jdc · 3 years ago
Why not try a self-extracting archive?

see https://makeself.io

jdc commented on Covid spike protein induces cognitive deficit and anxiety-like behavior in mice   nature.com/articles/s4159... · Posted by u/IdEntities
manuelabeledo · 3 years ago
The paper clearly states that mice were injected the full spike protein, not mRNA, nor only the bit of the protein generated after the vaccine is administrated.

What you are describing is completely unrelated.

> Anyways. Omega 3 helped me.

Helped you on what?

jdc · 3 years ago
It certainly does make wonder what would happen if they did inject an mRNA vaccine, though.
jdc commented on It's not your fault   kostaharlan.net/posts/its... · Posted by u/thcipriani
ivraatiems · 3 years ago
I have some paradoxical feelings about "blameless" retro culture that I'll try to sum up.

In general, I'm in favor of the approach. I don't think singling people out and bullying or shaming them for their mistakes ever works. I think most well-intentioned engineers will already beat themselves up plenty for making a serious mistake, and they don't need any encouragement to do so. I know I do.

On the other hand, there is a red line. At a place I worked, a DBA was let go after he repeatedly brought production down for 45 minutes to an hour at a time by running intensive queries of his own design for data-gathering, in some cases, after being explicitly told not to do that against the prod database. This was a person whose job description required him to have access to prod.

There were process problems, maybe - being allowed to run whatever queries you want on production under your own authority, sure - but his cavalier attitude towards a production environment was still unacceptable. Process can only help when people are well-intentioned and doing their best; if people are malicious or negligent or just not good at their jobs, adding more process to get around that only makes things worse.

jdc commented on GC progress from JDK 8 to JDK 17   kstefanj.github.io/2021/1... · Posted by u/carimura
kllrnohj · 4 years ago
Java's FFI and value type situation are the two major missing pieces for Java gamedev. C# has better stories for both, and has from the beginning.

Don't confuse Java having the fastest GC with Java being the fastest GC'd language (especially not in all situations)

jdc · 4 years ago
Project Panama should greatly improve the FFI & game dev situation greatly.
jdc commented on Cloudflare blocks an almost 2 Tbps multi-vector DDoS attack   blog.cloudflare.com/cloud... · Posted by u/sendilkumarn
Ansil849 · 4 years ago
Yes, that's right. I don't think anyone here has been claiming otherwise.
jdc · 4 years ago
Thanks. Just clarifying for some of us (including myself) who tend to jump to the most exciting possible conclusion.

u/jdc

KarmaCake day2219November 16, 2009
About
twitter.com/jeffdeecee
View Original