HN user

syockit

294 karma
Posts4
Comments250
View on HN

The majority of anime, at least the Japanese ones, do resemble each other a lot at times, but the AI anime style resembles none of them. It has this distinct style that makes it recognizable as AI art. It is more similar to the style used in illustrations, like the ones you see in many gacha games. And the same style is used even for AI generated comics and illustrations. I think that was the grandparent poster was trying to say when writing "consistent in every medium".

That said, AI is pretty good for creating goofy stuff that otherwise won't sell to the mainstream audiences. My recent favourite AI anime is Chemical Cooker Ryo.

I think that's because it's easier to package a DOSbox program than a Win16 program (it had Win32 edition, but supposedly the installer itself was Win16). According to pcgamingwiki, there's a patch to convert the GOG DOS edition to the Win32 edition.

It'd be great if IDEs can store a stack of functions currently being explored similar to what you get when debugging. Not breadcrumbs, but plain stack. Bonus points if you can store multiple stacks, and give them names according to the context.

We have OnlyOffice as an alternative today. Personally I find the UI quite pleasing. But lately I haven't had any need to use office suite at home so I don't really use it so I have yet to find anything to complain (meanwhile, LibreOffice was horrible, while Office 365 was bearable until you stuff too many things in the equation editor).

Just the Browser 6 months ago

Does seamonkey still work on modern internet? Last time I tried it to open Notion, nothing was displayed. Works great on old world stuff though.

From my understanding, the code is MIT, but the model isn't? What consitutes a "Software" anyway? Aren't resources like images, sounds and the likes exempt from it (hence, covered by usual copyright unless separately licensed)? If so, in the same vein, an ML model is not part of "Software". By the way, the same prohibition is repeated on the huggingface model card.

Check against FLT_EPSILON. Oh boy.

The reason is floating point precision errors, sure, but that check is not going to solve the problems.

Took a difference of two numbers with large exponents, where the result should be algebraically zero but isn't quite numerically? Then this check fails to catch it. Took another difference of two numbers with very small exponents, where the result is not actually algebraically zero? This check says it's zero.

The point still stands. The human body still isn't going change. That's why insulin pump can afford to have all kinds of rigorous engineering, while web-facing infrastructure on the other hand needs to be able to quickly adapt to changes.

FFmpeg 8.0 11 months ago

Brings back memories. There was a time when the fork, libav, became the default on Ubuntu, and ffmpeg commands would say "this command is no longer maintained" or so. That was where I learned that there was a fork, and I thought ffmpeg was going to die as a result because there was heavy development activity on libav compared to ffmpeg initially. Surprise, ffmpeg outlived its fork!

This post talks about the situation back then: https://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html

It's really unintuitive how a mere increase in number of dimensions could totally change the scale of things. This is the crux of the curse of dimensionality in machine learning. If you simply stacked it high, it may almost reach the sun (but no quite), but once you lay it into roughly a square (20000 x 50000), it spans only over a mile per side. To lay it roughly into a cube of 100 dollar stacks, you'd have something like 65 x 150 x 1026, which turns out to be about only 12 yards per side.

EDIT: I screwed up in the 1D calculation. A 10 million-height stack of 100 100$ bills only reaches 67 miles.

Tom Lehrer has died 12 months ago

Isn't a clock and a gyroscope precisely two things that are needed for the missile to know where it is at all times? Like, it can then know where it isn't by subtracting where it is from where it isn't, or where it isn't from where it is, to get the positional deviation. Combine that with the clock deviation, it can get the velocity and acceleration and then use all three information to generate corrective commands.

While the search feature is nice, the reference itself still lacks some details about what an instruction actually does. Take for example, [1], and compare it with say [2] (with diagram), [3] (ditto), or [4] (only pseudocode but helpful nonetheless). Of course, all the alternatives mentioned only cater to x86 but still it'd be great if this site also follows the approach taken by the other three.

[1] https://simd.info/c_intrinsic/_mm256_permute_pd [2]: https://www.felixcloutier.com/x86/vpermilpd [3]: https://officedaytime.com/simd512e/simdimg/si.php?f=vpermilp... [4]: https://www.intel.com/content/www/us/en/docs/intrinsics-guid...

That is strange, I thought this had always been the case. Long ago, I had a chat about feature selection and dimension reduction, and I expressed my preference of not resorting to PCA because it doesn't actually remove features. After some time, I had a new session chatting about multicollinearity and what adverse effects it might cause, and among the suggestions for addressing that, it suggested dimension reduction, saying "Although you don't prefer PCA ...".

Ruby 3.4.0 2 years ago

Because Node.js is the most bad ass rock star tech to come out, since Ruby on Rails.