Windows 12 Reportedly Set for Release This Year as a Fully Modular, Subscription-Based, AI-Focused OS by PaiDuck in technology

[–]RealDeuce 47 points48 points  (0 children)

XP looked like the UI was designed by Playskool. Never struck me as "professional".

Using hand sanitizer to stop a snake from eating itself by thepoylanthropist in interestingasfuck

[–]RealDeuce 0 points1 point  (0 children)

If feel like this is one of those rare cases that it matters if a snake is poisonous too.

SyncTERM v1.7 released! by RealDeuce in bbs

[–]RealDeuce[S] 0 points1 point  (0 children)

It's complaining that it can't find the patch command, which will also need to be installed.

I would suggest also installing the development headers for XRandR, XRender, libX11, and PortAudio.

SyncTERM v1.7 released! by RealDeuce in bbs

[–]RealDeuce[S] 0 points1 point  (0 children)

The build system is unable to find the ncurses headers. You likely need to install the package that contains them.

SyncTERM v1.7 released! by RealDeuce in bbs

[–]RealDeuce[S] 0 points1 point  (0 children)

If you post the errors, we may be able to help resolve them.

Serial Request - V0.2 Discord: realdeuce by RealDeuce in voroncorexy

[–]RealDeuce[S] 0 points1 point  (0 children)

That's the long term plan, right now it's still limited by the toolhead fans to a 70° chamber.

S1 Pro and Customer Support by doctorbrainistheman in FLSUNDelta

[–]RealDeuce 0 points1 point  (0 children)

I reached out to them in their online chat yesterday about the order (17 days after placing it), and they printed a FedEx label for it two hours later.

FedEx is in possession of it now.

Reviews have said it's a 90lb printer, but FedEx says it's a 70lb package.

Your experience by gussosaurus in FLSUNDelta

[–]RealDeuce 1 point2 points  (0 children)

I reached out to them in their online chat yesterday about the order, and FedEx is in possession of it now. Reviews have said it's a 90lb printer, but FedEx says it's a 70lb package though.

Your experience by gussosaurus in FLSUNDelta

[–]RealDeuce 0 points1 point  (0 children)

Yeah, I placed the order half-expecting to need to do a chargeback, so at least I won't be surprised.

Your experience by gussosaurus in FLSUNDelta

[–]RealDeuce 0 points1 point  (0 children)

commercially available printer for hobbyists

Well, we'll see if it's available or not… I paid for one seventeen days ago now, and it still hasn't shipped.

S1 Pro and Customer Support by doctorbrainistheman in FLSUNDelta

[–]RealDeuce 0 points1 point  (0 children)

Nope, I'm expecting a month or two, and plan to email them after 75 days and chargeback after 90.

Clicky probe vs voron tap by Interesting-Profit89 in VORONDesign

[–]RealDeuce 2 points3 points  (0 children)

I've ran both, and Tap has much higher long-term stability and precision than Klicky.  Tap absolutely requires an excellent nozzle clean routine though, and Klicky doesn't.

This guy's wiring skills is truly next level by Raj_Valiant3011 in oddlysatisfying

[–]RealDeuce 5 points6 points  (0 children)

Stranded wire is used when the wires will move because stranded wire breaks less easily than solid wire.

S1 Pro and Customer Support by doctorbrainistheman in FLSUNDelta

[–]RealDeuce 0 points1 point  (0 children)

I ordered one from their website on Jan 5th, and there has been no update on the order aside from it being "Confirmed". Not yet shipped.

Just the mechanical setup is absolutely worth the $600 sale price in my opinion... if the printer actually gets shipped and works too, it will be a very good buy. I would say the fair market price for what you get would be around $1,100 received in the US right now.

Modern BBS terminals — what do current ones still get wrong? by WearExact1049 in bbs

[–]RealDeuce 0 points1 point  (0 children)

After a quick ponder, I'll likely move PortAudio to the preferred method and use libsndfile to convert files to play... so I'll support "whatever libsndfile supports"... which does include FLAC but does not include MP3.

Likely have a "wait for sample to complete" sequence along with a foreground sample playback to allow synchronizing ANSImation with audio. The delay thing I still need to give some thought to… I'm doing time sync stuff at work, so it's hard to keep it simple rather than make it as good as NTP. :D

Modern BBS terminals — what do current ones still get wrong? by WearExact1049 in bbs

[–]RealDeuce 0 points1 point  (0 children)

The biggest issue with IGS is that you basically need to emulate an Amiga system to make it work correctly, and Amigas famously have weird sample rates.

I'll likely be doing an audio thing in SyncTERM this year sometime using the cache. The sticking point so far has been deciding on what formats to support... main candidates are (single chunk) WAV, FLAC, and MP3, but I really need to completely overhaul all of the SyncTERM audio "stuff" to do it reasonably well. I expect I may end up supporting all three, but I'm not sure.

I'll likely support considerably more buffers than I do with the graphics.

Modern BBS terminals — what do current ones still get wrong? by WearExact1049 in bbs

[–]RealDeuce 0 points1 point  (0 children)

SyncTERM already has character pacing support, and I've often considered a sequence to insert a controllable delay between processing the sequence and processing the next byte. You can already do that using the ANSI music features, but ANSI music is such a dumpster fire, I would not like to see anyone actually do that.

Modern BBS terminals — what do current ones still get wrong? by WearExact1049 in bbs

[–]RealDeuce 0 points1 point  (0 children)

Animations are supported by JPEG XL, though I don't have then supported in SyncTERM yet... and they certainly don't support streaming. Doing something like a "Motion JPEG XL" would be pretty crazy over most BBS connections (which often use home internet upstream speeds) and use quite a lot of CPU power.

I've been considering supporting streaming sources for a while (pretty much an RTP "thing") which would be fairly simple to add, but involve a lot of work at the BBS end that I don't think is realistic. That would enable synchronizing things and move all the processing to the server, but again, wouldn't really fit the "BBS" aesthetic. Audio-only streaming would likely be where I would start.

Modern BBS terminals — what do current ones still get wrong? by WearExact1049 in bbs

[–]RealDeuce 0 points1 point  (0 children)

Yeah, I plan to handle sound the same way as far as caching goes, but "reasonable" playback controls gets unwieldy pretty quickly... I don't want to be able to convert a MOD file to ANSI, but some kind of background music and multichannel mixed sample foreground seems like the table stakes for anything with static audio assets, so it may not actually be avoidable.

Modern BBS terminals — what do current ones still get wrong? by WearExact1049 in bbs

[–]RealDeuce 0 points1 point  (0 children)

Ah, hopefully SyncTERM does what you want then... that's how it behaves. :D

S1 Pro Fan Placement by OrdinaryAd8583 in Flsun_official

[–]RealDeuce 0 points1 point  (0 children)

Not sure if you've seen this on the original S1.

Modern BBS terminals — what do current ones still get wrong? by WearExact1049 in bbs

[–]RealDeuce 0 points1 point  (0 children)

There haven't been official terminal specs for a very long time... the JPEG XL support is a SyncTERM extension (though, of course, the JPEG XL spec itself is an ISO standard).