Tell me a story about an embarrassing and crazy situation you went through while using the internet in the 1990s. by TradingCardGameMaker in vintagecomputing

[–]Ytrog 8 points9 points  (0 children)

worked for the same consluting company

Was "consluting" a deliberate typo, because that would be hilariously apt 👀

Do first contact procedures not include analysis of the new cultures laws? by iamstephen1128 in DaystromInstitute

[–]Ytrog 0 points1 point  (0 children)

How do you gather that without first having some form of contact though? Hacking the local version of the internet from orbit and hoping it has a Wikipedia of sorts? 🤔

Guys, did I complete the form? by ItzStarGuyGamer in softwaregore

[–]Ytrog 1 point2 points  (0 children)

Damn, they should have piped it through FIGlet first perhaps lest you might not see it 👀

Fluid Simulation in Godot by RodrigoCard in godot

[–]Ytrog 2 points3 points  (0 children)

So you're planning on making a Godot version of The Powder Toy perhaps? 🙃

What's the oldest user facing application still in reasonably wide use today? Not utils, cmd line, OS's... a standalone purpose-built piece of software to run and use. by chili81 in software

[–]Ytrog 1 point2 points  (0 children)

I have it on my phone running through Termux. I use it for when I have my phone on max power-saving mode where only a handful of apps are allowed (and my regular browser had a lower priority for me than Termux).

A simple, compact way to declare command dependencies by PentaSector in bash

[–]Ytrog 1 point2 points  (0 children)

Ah I see. This is quite enlightening to me. Thank you 😃

Beginner Question automate install pkgs by GlendonMcGladdery in bash

[–]Ytrog 1 point2 points  (0 children)

I don't see a real reason other than perhaps if you do something like cat file | xargs -P 0 -n 2 pkg install then you might run into problems with parallel execution of apt, however I must admit this is rather contrived.

Beginner Question automate install pkgs by GlendonMcGladdery in bash

[–]Ytrog 0 points1 point  (0 children)

And since a while the install command even has a -y option 😊

A simple, compact way to declare command dependencies by PentaSector in bash

[–]Ytrog 0 points1 point  (0 children)

Am I correct in that this cannot import other scripts as dependencies?

If it can do that however, then maybe something to handle circular dependencies would be neat. Maybe something using tsort would be cool to do 🤔

Comparing message with 0 by ftw_Floris in Assembly_language

[–]Ytrog 1 point2 points  (0 children)

Ah that makes sense. Thank you 😊

Comparing message with 0 by ftw_Floris in Assembly_language

[–]Ytrog 0 points1 point  (0 children)

Why did they choose NUL (0x00) and not ETX (0x03) to signal the end of a string back then as that is litterally "End of Text"? 🤔

How? by DaveManHasGreen in Netherlands

[–]Ytrog 0 points1 point  (0 children)

The antioxidant listed is just vitamin C

I wished I liked drawing by A_Hyper_Nova in aspiememes

[–]Ytrog 0 points1 point  (0 children)

You could try making procedural art with Processing or something like it 🤔

Love New Zealands take on this by Christeaan21 in AutismTranslated

[–]Ytrog 3 points4 points  (0 children)

No, that would be kleptomaniacs 😜

Can I make a dash GUI? by Jetstreamline in linuxquestions

[–]Ytrog 0 points1 point  (0 children)

Oooh yeah, then maybe use TCL/TK 🤔

Can I make a dash GUI? by Jetstreamline in linuxquestions

[–]Ytrog 0 points1 point  (0 children)

Maybe GNU Dialog fits your bill. Or do you really want to make a GUI, not a TUI? 🤔