iloveDigit
74
625
iloveDigit

@piefed.social

Digit is Digit. I love her. I knew her online from wallstreetbets and she disappeared while going through some shit. I keep needing proof she's safe.

To anyone I've ever treated unfairly, I apologize.

iloveDigit 1 point 4 days ago
path: 0 24309998 24310138 24317503 24318823 24326015 24326129, hotness: undefined, score: 1, children: 0
iloveDigit 1 point 4 days ago

If we're talking names, I've always liked Apache for its name

path: 0 24313128 24316062 24318019 24318896 24321685 24324339, hotness: undefined, score: 1, children: 0
iloveDigit 1 point 5 days ago

Humor and my personal views aside, you're absolutely right that for this project I should use a more appropriate license. I will look into Unlicense and Apache. Thanks again.

path: 0 24313128 24316062 24318019 24318896, hotness: undefined, score: 1, children: 2
iloveDigit 1 point 5 days ago

Pirate is like Apache except instead of making it "illegal" to file certain patent lawsuits, it makes it dishonorable to file any patent lawsuits ever again, because yer a pirate now.

path: 0 24313128 24316062 24318019 24318831, hotness: undefined, score: 1, children: 0
iloveDigit 1 point 5 days ago

Thank you for the reply. Python keeps being suggested, what would you suggest if I end up changing rails here?

path: 0 24309695 24309793, hotness: undefined, score: 1, children: 2
iloveDigit 0 points 4 days ago

Nostr is the only thing worth a shit

path: 0 24326806, hotness: undefined, score: 0, children: 0
iloveDigit -1 points 4 days ago

No it's not, stop whining child

path: 0 24311049 24311288 24321335 24324279 24326368 24326798, hotness: undefined, score: -1, children: 0
iloveDigit -2 points 4 days ago

I'm too based to have a github account

path: 0 24323272 24324310, hotness: undefined, score: -2, children: 0
iloveDigit 0 points 4 days ago

Would be cool, but my thinking has been it's just not feasible yet with current hardware

path: 0 24311049 24311288 24321335 24324279, hotness: undefined, score: 0, children: 2
iloveDigit -2 points 5 days ago

Incorrect

path: 0 24309998 24310138 24317503 24318823, hotness: undefined, score: -2, children: 2
iloveDigit 0 points 5 days ago

I think all of it except the extract_bin_folder function probably works. Encoder and reassembler seem fine. Even extract_bin_folder works at a basic level on Debian.

I do understand maybe nobody can help though. It seems like whatever the issue is, it's hard to pin down because shell scripting is finnicky or something.

path: 0 24309663 24309721 24310985 24311386 24317450 24318804, hotness: undefined, score: 0, children: 0
iloveDigit -1 points 5 days ago
path: 0 24310021 24316191, hotness: undefined, score: -1, children: 0
iloveDigit -2 points 5 days ago

Didn't know all that, thank you. CC0 might still be best though because I definitely don't believe in patents.

I also considered using a Pirate License, which is a crayon license that denies anyone ever any permission to use/look at the thing, not even the creator. That way you can only use it if you're a pirate. That's the best FOSS license by far imo

path: 0 24313128 24316062, hotness: undefined, score: -2, children: 5
iloveDigit 1 point 6 days ago

I'm here 5 days later to say, while too lazy to read the context, you're probably missing what I was talking about which is the LoRa spec itself being proprietary

I'm less angry about it now because I simply bought shares of semtech, the company courtrooms will force me to pay for lies about being "open source" every time I buy a meshtastic device

Still pretty angry though

path: 0 24212980 24294082, hotness: undefined, score: 1, children: 2
iloveDigit -4 points 5 days ago

If this project ever gets ready I might distribute it purely through itself. The only git network I might use would probably be radicle if anything. I can't be a coder because I hate using well established tools

path: 0 24309628 24310314 24311470, hotness: undefined, score: -4, children: 0
iloveDigit -5 points 5 days ago

I don't get what's with these replies where people don't seem to have read the post. If none of the script actually works, idk why I'm trying to identify a Devuan behavior difference and seeing a basic round trip test passing on regular Debian. Building components and assembling them when individual pieces work is what I'm trying to do.

path: 0 24309663 24309721 24310985 24311386, hotness: undefined, score: -5, children: 2
iloveDigit -1 points 5 days ago

So, are you going to require matching the framerate between the user’s camera and the played video? Because if not, there won’t be a 1:1 correspondence between the two, and even if they’re at the same framerate, additionally you’re going to need to identify the start frame.

I didn’t poke around too deeply, but if it assigns a frame number to each QR code and encodes it in the code, maybe you can scan each frame of user video and discard duplicates.

Yeah, that's what the code is trying to do. Each QR code is accompanied by a barcode with its sequence number, to ignore duplicate frames and try to collect missing chunks from each repeated loop of the video. But like I said in the main post, I only know it decodes its own rendered video at native framerate on Debian right now, haven't been able to test the duplicate-frame-discarding logic too much due to being distracted trying to figure out this Devuan behavior difference.

An error correction mechanism (like PAR2 or something else) would be hugely beneficial to improving performance in suboptimal (i.e. real world) conditions, but I picked a simple split because I didn't want the decoding process to be too complicated for someone to potentially re-implement from scratch if they're ever stuck on a desert island with only a video file.

My test payload so far has been about 1.5MB but that takes more than 2 minutes for each loop at 30FPS so I would expect most use cases to be for smaller files

path: 0 24310286 24310743 24311127 24311358, hotness: undefined, score: -1, children: 0
iloveDigit -44 points 5 days ago

Fuck off retard, I don't need you shipping my code in your shitty script kiddie project

path: 0 24311278 24311292, hotness: undefined, score: -44, children: 3
iloveDigit -2 points 5 days ago

Not trying to do it in real-time, not sure where you're getting that

path: 0 24311049 24311288, hotness: undefined, score: -2, children: 4
iloveDigit -1 points 5 days ago

Didn't see edit 4 before replying originally - might try a bash script instead of generic posix shell, thank you

I have been surprised how much progress has been possible by guiding the chat bot through 1 step at a time (and occasionally humanly digging through a problem it refuses to handle)

path: 0 24310286 24310758, hotness: undefined, score: -1, children: 0

thanks for using Leebra!

go to feed...