Email or username:

Password:

Forgot your password?
2,453 posts total
Devine Lu Linvega

It finally happened.

It's invidious fulltime from now on.

Show previous comments
zem

@neauoire
Click -> Share -> Embedded link -> watch your video in the player opening.

You are welcome!

maxmoon ๐ŸŒฑ

@neauoire For me it would be yt-dlp full-time, because I already wrote a python script, which uses it, to download videos in the resolution I want.

I can create a download list and start downloads anytime I want.

It's worth checking it out: github.com/yt-dlp/yt-dlp

Kototama

@neauoire i still don't have that. It's rolling out slowly?

Devine Lu Linvega

Today, @d6 wrote an excellent little guide on how to use negative numbers, aka signed numbers, in #uxn because it's a recurring question on IRC.

The guide also includes implementations of most logical and arithmetic operations.
wiki.xxiivv.com/site/uxntal_si

Uxn doesn't have built-in support for negative integers. However, you can emulate signed numbers by treating some unsigned values as negative.

The first 128 integers (0-127) are represented the same as unsigned and signed, but the latter 128 are different. The basic idea here is that for values greater than #7f (127) we subtract 256 to get their signed value.
๐Ÿ‡บ๐Ÿ‡ฆ haxadecimal

@neauoire @d6 The unsigned decimal values given for 0xfd through 0xff in the figure you attached are incorrect (one higher than they should be), though the signed values shown for those same hexadecimal values are correct.
In an n-bit binary representation, a two's complement negative value (MSB set) is equal to the unsigned value minus 2^n, so in an 8-bit two's complement number, 0xff is unsigned 255 , and signed is 255 - 256 = -1.

:luz_cat_ears: meow meow

@neauoire @d6 has anyone done floats? I wanted to do something like that but I was busy

dok

@neauoire @d6 that's the same as two's complement

Devine Lu Linvega

Oh noes, Sidosi.org is down, and doesn't seem like it will be coming back ๐Ÿ˜ญ

Devine Lu Linvega

It's weird how coffee tastes better on the water, I haven't found a reasonable explanation for this yet.

Show previous comments
aWildThorp

@neauoire I've heard that adding a small amount salt to coffee somehow causes your tongue to not register the bitterness as much; anecdotally I find a tiny pinch of salt makes a really cheap cup of diner coffee taste better. I wonder if the saltiness in the air has a similar effect?

J|.

@neauoire L'air, l'atmosphere... (joue รฉnormรฉment, je crois)

cancel

@neauoire Sense of smell is more powerful with more humidity. Itโ€™s why food tastes like crap on an airplane.

Devine Lu Linvega

Just got back to Pino since leaving for Strange Loop by train a few weeks ago. It's so nice to be back home at last.

Devine Lu Linvega

awyea writing some motherfuckin javascript, been a while
it's halloween

Show previous comments
max22-

@neauoire i've written some python these last days... then i've started to do some OOP, then i've learnt async/await, then i've written a class named "Factory"... omg (i'm pretty sure that what i'm going to do could be written in a dozen of APL glyphs... ๐Ÿ˜‚)

Devine Lu Linvega

โœ๏ธ Found a bug in oekaki when pressing "h", it doesn't mirror all the pixels, it leaves a little 1px column in place haha

Devine Lu Linvega

Listening to the latest POPPY, keeping up with my series of fan art to works that influenced my drawing, here's a rough ใƒ‹ใ‚ณ.

slewis

@neauoire when you draw do you just use a mouse? Or do you have a stylus + touchpad?

Devine Lu Linvega

I've had way too much coffee to be doing proof-reading.

Devine Lu Linvega

I'm confused, I'm past the 3 warnings on youtube about watching with an ad blocker, but then nothing happened? I expected not to be able to watch any more videos without going through invidious?

Show previous comments
o ifrit

@neauoire I think it just a test, is not for all the accounts.

radioactive isosoph

@neauoire ublock origin team is on the top of their game rn

regardless i just signed out of youtube, prevents mindless brainrot + doesn't care about adblock then โ€” incase i do need to look at something on that godforesaken website

DELETED

@neauoire creating a more user-friendly video internet is incredibly hard because youtube has a death grip on it. when they create hostility (like this) it's quite sad because there's such a low chance of a healthier platform breaking through that they have no repercussions at all

wvs

@neauoire umโ€ฆ wow. Suuuper interested in seeing where this gets used. (and checks devlog to see if aalib is next haha)

Devine Lu Linvega

The Forth usergroup using facebook and zoom for their monthly meetup is absolutely delicious.

:luz_cat_ears: meow meow

@neauoire discussing and advocating for software regressionism using Google hangouts

wvs

@neauoire uxn websockets sixel webcam interface!

Go Up