Readit News logoReadit News
xfeeefeee commented on Nano Banana 2: Google's latest AI image generation model   blog.google/innovation-an... · Posted by u/davidbarker
coldtea · 18 days ago
And they might have to gasp! get an honest job!
xfeeefeee · 18 days ago
That's a pretty wide brush you are painting with there
xfeeefeee commented on Old School Visual Effects: The Cloud Tank (2010)   singlemindedmovieblog.blo... · Posted by u/exvi
xfeeefeee · 25 days ago
Really cool to see this here. I always loved these in movies. There are a bunch of really interesting artists making use of ink ink liquid, oils, chemical reactions etc that create beautiful abstract pieces. Fitting for HN, Roman De Giuli even creates his own machines. Check out Emitter https://youtu.be/VMd608zCEWc
xfeeefeee commented on Windows: Prefer the Native API over Win32   codeberg.org/ziglang/zig/... · Posted by u/nikbackm
Dwedit · a month ago
The one thing that really benefits from using NT Native API over Win32 is listing files in a directory. You get to use a 64KB buffer to get directory listing results, while Win32 just does the one at a time. 64KB buffer size means fewer system calls.

(Reading the MFT is still faster. Yes, you need admin for that)

xfeeefeee · a month ago
Oh hey this is exactly why I made node-windows-readdir-fast - especially with the way node works, this makes reading filenames and length and times around 50x faster

https://github.com/xfeeefeee/node-windows-readdir-fasthttps://www.npmjs.com/package/node-windows-readdir-fast

Windows only of course, but the concept is sound. Was also fun benchmarking to find out that parsing a binary stream was faster than creating a ton of objects through the node api (or json deserialization)

Dead Comment

xfeeefeee commented on SoundCloud has banned VPN access   old.reddit.com/r/SoundClo... · Posted by u/empressplay
xfeeefeee · 3 months ago
Over five years of paid SoundCloud here, I thought something was wrong with my setup. If this continues I'll have to cancel, basically. What a pain.
xfeeefeee commented on Show HN: Build the habit of writing meaningful commit messages   github.com/arpxspace/smar... · Posted by u/Aplikethewatch
xfeeefeee · 4 months ago
On a personal project I've decided to do the opposite and every commit message is meow or mlem or hisssss or purrrr etc
xfeeefeee commented on Meta Segment Anything Model 3   ai.meta.com/sam3/... · Posted by u/lukeinator42
xfeeefeee · 4 months ago
I can't wait until it is easy to rotoscope / greenscreen / mask this stuff out accessibly for videos. I had tried Runway ML but it was... lacking, and the webui for fixing parts of it had similar issues.

I'm curious how this works for hair and transparent/translucent things. Probably not the best, but does not seem to be mentioned anywhere? Presumably it's just a straight line or vector rather than alpha etc?

xfeeefeee commented on Designing a Language (2017)   cs.lmu.edu/~ray/notes/lan... · Posted by u/veqq
librasteve · 4 months ago
I would like to see Raku (https://raku.org) at least mentioned in the list of languages to be aware of. Why?

  - Raku has built in Grammars so it is a great place to do early iteration of your parser
  - Raku is objects and type classes all the way down (as explained here https://gist.github.com/raiph/849a4a9d8875542fb86df2b2eda89296 )
  - RakuAST development is well advanced (use v6.e.PREVIEW) with the Slangify module to accelerate development of sub languages (Slangs)
Here is a Raku implementation of Brainfuck to whet the appetite https://github.com/alabamenhu/PolyglotBrainfuck/blob/main/li...

xfeeefeee · 4 months ago
For those unaware, Raku is the evolution of Perl 6, basically. It's honestly a beautiful and seductive language. At the same time it terrifies me.
xfeeefeee commented on Show HN: The Shape of YouTube   soy.leg.ovh/... · Posted by u/hide_on_bush
xfeeefeee · 5 months ago
I'm having a hard time understanding what exactly the graphs are showing. Is it just average pixel color per frame?
xfeeefeee commented on Show HN: Trott – search,sort,extract social media videos(ig,yt,tiktok)   trott.hattimatimlabs.in... · Posted by u/sudo712
xfeeefeee · 5 months ago
Does this analyze the video itself with AI or does it just use the text / description and other metadata? Would love to know more details on how that works

u/xfeeefeee

KarmaCake day235December 14, 2022
About
i like to make dance music videos https://xfeeefeee.net (potentially NSFW)
View Original