oh yeah i think i might have a tripod around but i do need a sandbag or something i could use as one. maybe yeah a giant bag of rice could work LOL. thanks for the tips!!! i took a video class last year in college and we worked with cameras and tripods with sandbags so it was on my mind
oh yeah i think i might have a tripod around but i do need a sandbag or something i could use as one. maybe yeah a giant bag of rice could work LOL. thanks for the tips!!! i took a video class last year in college and we worked with cameras and tripods with sandbags so it was on my mind
base(2)
or base(16)
in calc to do that. That’s exhausting after a while.So I now replaced calc with a little Python script which always prints the results in dec/hex/bin, grouped in bytes (if the result is an integer). That’s what I need. It’s basically just a loop around Python’s
exec()
.$ mcalc
> 123
123 0x[7b] 0b[01111011]
> 1234
1234 0x[04 d2] 0b[00000100 11010010]
> 0x7C00 + 0x3F + 512
32319 0x[7e 3f] 0b[01111110 00111111]
> a = 10; b = 0x2b; c = 0b1100101
10 0x[0a] 0b[00001010]
> a + b + 3 * c
356 0x[01 64] 0b[00000001 01100100]
> 232 - 1
4294967295 0x[ff ff ff ff] 0b[11111111 11111111 11111111 11111111]
> 4 * atan(1)
3.141592653589793
> cos(pi)
-1.0=
base(2)
or base(16)
in calc to do that. That’s exhausting after a while.So I now replaced calc with a little Python script which always prints the results in dec/hex/bin, grouped in bytes (if the result is an integer). That’s what I need. It’s basically just a loop around Python’s
exec()
.$ mcalc
> 123
123 0x[7b] 0b[01111011]
> 1234
1234 0x[04 d2] 0b[00000100 11010010]
> 0x7C00 + 0x3F + 512
32319 0x[7e 3f] 0b[01111110 00111111]
> a = 10; b = 0x2b; c = 0b1100101
10 0x[0a] 0b[00001010]
> a + b + 3 * c
356 0x[01 64] 0b[00000001 01100100]
> 232 - 1
4294967295 0x[ff ff ff ff] 0b[11111111 11111111 11111111 11111111]
> 4 * atan(1)
3.141592653589793
> cos(pi)
-1.0=
base(2)
or base(16)
in calc to do that. That’s exhausting after a while.So I now replaced calc with a little Python script which always prints the results in dec/hex/bin, grouped in bytes (if the result is an integer). That’s what I need. It’s basically just a loop around Python’s
exec()
.$ mcalc
> 123
123 0x[7b] 0b[01111011]
> 1234
1234 0x[04 d2] 0b[00000100 11010010]
> 0x7C00 + 0x3F + 512
32319 0x[7e 3f] 0b[01111110 00111111]
> a = 10; b = 0x2b; c = 0b1100101
10 0x[0a] 0b[00001010]
> a + b + 3 * c
356 0x[01 64] 0b[00000001 01100100]
> 232 - 1
4294967295 0x[ff ff ff ff] 0b[11111111 11111111 11111111 11111111]
> 4 * atan(1)
3.141592653589793
> cos(pi)
-1.0=
base(2)
or base(16)
in calc to do that. That’s exhausting after a while.So I now replaced calc with a little Python script which always prints the results in dec/hex/bin, grouped in bytes (if the result is an integer). That’s what I need. It’s basically just a loop around Python’s
exec()
.$ mcalc
> 123
123 0x\n 0b\n
> 1234
1234 0x\n 0b\n
> 0x7C00 + 0x3F + 512
32319 0x\n 0b\n
> a = 10; b = 0x2b; c = 0b1100101
10 0x\n 0b\n
> a + b + 3 * c
356 0x\n 0b\n
> 232 - 1
4294967295 0x\n 0b\n
> 4 * atan(1)
3.141592653589793
> cos(pi)
-1.0=
robots.txt
files at all really, because they mostly get ignored. I don't generally mind if "normal" web crawlers crawl things. But LLM(s) can go fuck themselves 🤣
robots.txt
files at all really, because they mostly get ignored. I don't generally mind if "normal" web crawlers crawl things. But LLM(s) can go fuck themselves 🤣

You could *at least* put a list of possible return values in there (always at the same location, please!), here’s a mockup:


You could *at least* put a list of possible return values in there (always at the same location, please!), here’s a mockup:


You could *at least* put a list of possible return values in there (always at the same location, please!), here’s a mockup:


You could *at least* put a list of possible return values in there (always at the same location, please!), here’s a mockup:

https://movq.de/v/b499494456/
(And Saturn was still faaaaar away.)
https://movq.de/v/b499494456/
(And Saturn was still faaaaar away.)
https://movq.de/v/b499494456/
(And Saturn was still faaaaar away.)
https://movq.de/v/b499494456/
(And Saturn was still faaaaar away.)

And noon in winter:

The difference never fails to make me go “whoa”. 😅

And noon in winter:

The difference never fails to make me go “whoa”. 😅

And noon in winter:

The difference never fails to make me go “whoa”. 😅

And noon in winter:

The difference never fails to make me go “whoa”. 😅

Let’s see if I can catch that in a photo.

Let’s see if I can catch that in a photo.

Let’s see if I can catch that in a photo.

Let’s see if I can catch that in a photo.
> Let’s work towards the future we want, not against the future we don’t want.
That would be nice.
> Let’s work towards the future we want, not against the future we don’t want.
That would be nice.
> Let’s work towards the future we want, not against the future we don’t want.
That would be nice.
> Let’s work towards the future we want, not against the future we don’t want.
That would be nice.
The good thing is, I wouldn’t have to write an Ethernet driver, because https://en.wikipedia.org/wiki/Serial_Line_Internet_Protocol is a thing, but TCP/IP? Not sure if I want to do that. 😂 I could, of course, come up with my own thing …
The good thing is, I wouldn’t have to write an Ethernet driver, because https://en.wikipedia.org/wiki/Serial_Line_Internet_Protocol is a thing, but TCP/IP? Not sure if I want to do that. 😂 I could, of course, come up with my own thing …
The good thing is, I wouldn’t have to write an Ethernet driver, because https://en.wikipedia.org/wiki/Serial_Line_Internet_Protocol is a thing, but TCP/IP? Not sure if I want to do that. 😂 I could, of course, come up with my own thing …
The good thing is, I wouldn’t have to write an Ethernet driver, because https://en.wikipedia.org/wiki/Serial_Line_Internet_Protocol is a thing, but TCP/IP? Not sure if I want to do that. 😂 I could, of course, come up with my own thing …
If you don't wanna buy a tripod, you could make yourself a makeshift one with some sort of a sandbag, cherry pit pillow or an old, cut off and sewn shut trouser leg section filled with rice, lentils, etc. This gives you a shapeable surface where you can simply rest the camcorder on. It allows for some limited vertical up and down pitch. Obviously, that won't work for extreme angles, but might be just enough for your application of recording at your desk. You just have to watch out for the side to side roll, this could otherwise lead to a slanted sailboat video. ;-)
yarnd
. What did you have in mind here? 🤔
yarnd
. What did you have in mind here? 🤔
yarnc
the command-line client uses.
yarnc
the command-line client uses.
NAME ID SIZE MODIFIED
qwen2.5-coder:32b 4bd6cbf2d094 19 GB About a minute ago
qwq:latest 46407beda5c0 19 GB 10 minutes ago
codestral:latest 0898a8b286d5 12 GB 14 minutes ago
codellama:34b 685be00e1532 19 GB 17 minutes ago
gemma2:27b 53261bc9c192 15 GB 29 minutes ago
phi3:14b cf611a26b048 7.9 GB 23 hours ago
Which run really well on a regular (non-pro) M4.
The builtin OWASP rules are already working nicely 👌 -- And yeah I won't include the WAF on every site block, probably just my main/primary domain where I tend to run demo services and other things.
The builtin OWASP rules are already working nicely 👌 -- And yeah I won't include the WAF on every site block, probably just my main/primary domain where I tend to run demo services and other things.