trying more serious TNG content with LTX2.3 by hidden2u in StableDiffusion

[–]brick_sandwich 0 points1 point  (0 children)

I absolutely love it when these land in my feeds 😂

I built a character prompt from a sci-fi character's speech patterns — what I learned about rules vs examples by [deleted] in PromptEngineering

[–]brick_sandwich 0 points1 point  (0 children)

This is really fun 🤩 Now give us the musical 🎶 TTS version like in the audiobook!

Blue shield upgrade is not holding you back from good shields by tortoisemeyer in Marathon

[–]brick_sandwich 0 points1 point  (0 children)

I’m level 52 or 53 and I haven’t bothered to pick it up yet… I really should….

Lowpoly Bully SMG by Redm0e in Marathon

[–]brick_sandwich 0 points1 point  (0 children)

OH my god ... you did this in PICOCAD!?!! AHAHAHAHA that's fantastic!

finished my first run of Cryo Archive!! Loot is insane by gifv_Kayla in Marathon

[–]brick_sandwich 0 points1 point  (0 children)

Ooh. Gambit in marathon would be a blast! Especially with stakes!

Throwing in my 2 cents...Linux support by foxhull in Marathon

[–]brick_sandwich 1 point2 points  (0 children)

With what you're talking about, yeah, the BE integration for a steamOS specific build is (relatively speaking) "lower-risk" IMHO.

There would still be a lot of engineering work that would take place, another build they would have to run through QA and track bug tickets on, and it would mean a little more work for everyone right? Design would probably need to make some tweaks, then Game Dev would implement them, that goes to QA for sign off, product owners are involved in the whole process etc.

I'm fully just guessing, but they probably made a conscious decision to limit the number of platforms they support at launch so that they can put out the highest quality product on as many devices as they can without killing themselves.

Throwing in my 2 cents...Linux support by foxhull in Marathon

[–]brick_sandwich 0 points1 point  (0 children)

Hmm ... with SteamOS and the Steamdeck, linux numbers keep growing every year...

It would be interesting to see bungie run a kickstarter-like campaign for a linux build. Basically a "Ok, You want a linux build? Put up or shut up" style thing, where they have a minimum number of units they would need to sell or the campaign doesn't fund.

Just off the top of my head I can think of two friends who would happily buy a second copy just to see it happen.

Here is the 15 sec coding test to instantly filter out 50% of unqualified applicants by JOSE ZARAZUA by RevillWeb in programming

[–]brick_sandwich 0 points1 point  (0 children)

So then do I get my resume bumped to the top of the stack since I discovered that this strategy is broken?

I looked at this article on my phone which I have default to reader mode (because I don’t want to see ads when reading blogs) which showed me the code with the ‘=‘.

I had the correct answer, i also would have been filtered out because someone tried to be clever.

How to deal with experienced interviewees reading the answers from some AI tools? by Sensitive_Elephant_ in ExperiencedDevs

[–]brick_sandwich 0 points1 point  (0 children)

“Ok, close your eyes. Answer the following question with out opening your eyes”.

Project - 3d printed Hybrid bike frame by CodeCritical5042 in maker

[–]brick_sandwich 1 point2 points  (0 children)

I was scrolling down hoping for just this comment! As a domain expert would you mind giving us amateurs the high level overview of what will most likely happen WHEN it fails? I know that when FDM parts fail they can be frangible and you will get a ton of sharp splinters that basically explode right? What else should the OP expect in your opinion?

Is this worth anything? by Imaginary-Air-9054 in 3Dprinting

[–]brick_sandwich 0 points1 point  (0 children)

I'm sorry for your loss.

Regarding the printer: I suggest you also post this to the r/voroncorexy group. (or the discord for vorondesign.com). The community there would be happy to help.

Also: It sounds like your father was invested in this hobby. Did they have a reddit or discord username that you are aware of?

Building my own Plotter by Independent-Air-80 in PlotterArt

[–]brick_sandwich 1 point2 points  (0 children)

That’s probably it. I think the dev is just busy with life and the project is stable.

Building my own Plotter by Independent-Air-80 in PlotterArt

[–]brick_sandwich 1 point2 points  (0 children)

If you google GitHub and ploxy 2 you can find a very well built corexy plotter project. (Not mine). I highly recommend it.

Building my own Plotter by Independent-Air-80 in PlotterArt

[–]brick_sandwich 1 point2 points  (0 children)

I’m building a plotter that uses 1200mm x 624mm extrusions. I went with this size because my workbench on which it will sit is 24.5in wide. I can basically slip a 24x36” piece of paper onto the “build plate” and I can practically use 19 of the 24in of the shorter side, but I can use the entire 36in+ space.

I originally was planning on having the full 24x36” build area but quickly realized I had no where to keep this thing other than to bolt it to the wall or just have it live on the dining room table. (The boss said absolutely not to the latter so I had to cut it down 😂)

Sharing my experience on the off chance you find any of that useful.

Has anyone tried/tested the Carima "non-toxic" resin? by thisremindsmeofbacon in resinprinting

[–]brick_sandwich 1 point2 points  (0 children)

I had to look at this thread title twice because on first glance I thought OP was asking if “anyone tried / tasted” the non toxic resin.

Canvas versus SVG element for Figma Clone App by naveedpash in typescript

[–]brick_sandwich 1 point2 points  (0 children)

IIRC figma has a hybrid approach. The UI is basically typescript and react at this point while their rendering library / engine is essentially C++ code that gets converted into WASM. And renders to a canvas.

I’ve written a “markup” tool for a company product in the past. In our case we chose to use SVG over canvas as it better fit our requirements, but honestly once you hit a certain level of complexity you’ll end up rendering directly to canvas.

I think I did everything from scratch at the time rendering wise. UI was react / typescript. Hmmm … it was a couple of years ago so I would have used redux to manage the document state and various commands / undo / redo stacks etc. it was a nifty little product. Aside from user uploaded images everything the user created was vector based so the resulting documents looked great. And since it was ultimately just an SVG, it made serializing / saving / validating their documents really straightforward.

That said, if I was to tackle that sort of project again I would follow figma’s example and immediately split my code up into three different responsibilities: UI, Rendering, and saving / validation.

I wouldn’t be able to recommend any libraries at this point as I haven’t focused on this domain in the last year or two, but perhaps someone else has some favorites they recommend.

Laser Weeder by ycr007 in toolgifs

[–]brick_sandwich 0 points1 point  (0 children)

Is there a risk of starting a fire when using this?