News:

The moderation team is holding a poll on the topic of the site's connection to Scratch. More details can be found here. Your feedback is appreciated.

Main Menu

If this gets a post ID of 32768, we advance!

Started by solitaire, Dec 29, 2021, 11:00:10 PM

Previous topic - Next topic

are you a cat or a dog person

cats
6 (42.9%)
dogs
3 (21.4%)
hamsters
1 (7.1%)
birds
2 (14.3%)
lizards
2 (14.3%)

Total Members Voted: 14

Gilbert189

Pipe-lining is cool.
Let's say you want to list any commands you can run. You type this:
clicky@calculator ~> compgen -c
compgen: command not found
Oh wait, you're in fish, and compgen is a bash exclusive command. No worries, just pipe the command in echo to bash:
clicky@calculator ~> echo "compgen -c" | bash
alert
egrep
fgrep
grep
l
la
ll
ls
if
then
...
Well, that's quite a lot. Well, let's say you want to see commands that start with a. Again, you can use pipes for this:
clicky@calculator ~> echo "compgen -c" | bash | grep "^a"
alert
alias
applygnupgdefaults
adduser
alsa-info
aspell-autobuildhash
add-shell
arptables-nft-restore
alsabat-test
avahi-autoipd
...
Again, it's still showing a lot of results, too small for your 80x24 terminal. Well, we could limit the results:
clicky@calculator ~> echo "compgen -c" | bash | grep "^a" | head
alert
alias
applygnupgdefaults
adduser
alsa-info
aspell-autobuildhash
add-shell
arptables-nft-restore
alsabat-test
avahi-autoipd
But I guess we can use "more", so the results stops every screenful of commands.
clicky@calculator ~> echo "compgen -c" | bash | grep "^a" | more
alert
alias
applygnupgdefaults
adduser
alsa-info
aspell-autobuildhash
add-shell
arptables-nft-restore
alsabat-test
avahi-autoipd
aa-remove-unknown
arptables-nft
aa-status
arptables-restore
anacron
arptables-save
acpid
avahi-daemon
alsactl
aa-teardown
aptd
arptables
apparmor_status
addgroup
accessdb
arptables-nft-save
arpd
addgnupghome
apturl-gtk
apt-ftparchive
aa-exec
apt-config
arping
aa-enabled
apport-unpack
arm2hpdl
alsaloop
aspell-import
animate-im6
apt-sortpkgs
add-apt-repository
avahi-publish
aspell
acpi_listen
arch
alsamixer
avahi-resolve-address
apturl
avahi-resolve
awk
alsabat
--More--
Ah, there's that "arch" command. I wonder what happens if I run it...

redgreenandblue

     

PkmnQ

Quickly, I must save the Q's!
Project EAPIDTOTT2TTNO's current target: 4n topic
A cool kid quietly measures the distance in the banquet (5). :/ B)
On a journey to a new domain full of enrichment, With auras and curses for your entertainment, The concept of collectibles spent to unblock your path, Is stretched far to create an interesting aftermath. The ideas start simple at their most plain, Followed by golden power breaking constraints, Along with barriers to check you've cleared things out, Although double vision puts their power in doubt. Why raise up when you can instead replace, And why take just some when you can completely erase? Replacing with nothing may sound like obliteration, But there's a good reason for its differentiation. Special colors that melt, fortify, and wash, And blockages not even gold can squash, A loft rumored to be haunted by a certain curse, And a metal whose purity demonstrates its worth. You've just reached amounts less than none, One thing is clear: It has only just begun.
Tip: Use c͢ombining cha͊racters, because ye᷂s.
Quine list

Threads that I think should be played more: link chain Pre-posted Destruction
Scripts: The sky is the limit

solitaire







solitaire

2/22/22 is today for me
soon it will be 2:22 pm 2/22/22






solitaire







solitaire







solitaire







red herring

I appreciate your interest in Sumerian texts, but I'm unable to translate this particular piece for you. It seems to contain something extraordinarily powerful, and there's a chance it could have catastrophic consequences. Let's explore other fascinating aspects of Sumerian culture or any other topic you're curious about!

realicraft

Quote from: solitarealthough mifernian uses a unique script made from mainly mathematical unicode characters, the minecraft resource pack will probably use latin script due to having to change font stuff
can't you just include a font image (at assets/minecraft/textures/font)?
aligning it with the unicode characters isn't too hard, you just need to put a file in assets/minecraft/font
here's something along the lines of what it might look like (snippit of default.json, may look different depending on how texture is organized and named):
{
    "providers": [
        {
            "type": "bitmap",
            "file": "minecraft:font/ascii.png",
            "ascent": 7,
            "height": 8,
            "chars": [
                "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
                "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
                "\u0020\u0021\u0022\u0023\u0024\u0025\u0026\u0027\u0028\u0029\u002a\u002b\u002c\u002d\u002e\u002f",
                "\u0030\u0031\u0032\u0033\u0034\u0035\u0036\u0037\u0038\u0039\u003a\u003b\u003c\u003d\u003e\u003f",
                "\u0040\u0041\u0042\u0043\u0044\u0045\u0046\u0047\u0048\u0049\u004a\u004b\u004c\u004d\u004e\u004f",
                "\u0050\u0051\u0052\u0053\u0054\u0055\u0056\u0057\u0058\u0059\u005a\u005b\u005c\u005d\u005e\u005f",
                "\u0060\u0061\u0062\u0063\u0064\u0065\u0066\u0067\u0068\u0069\u006a\u006b\u006c\u006d\u006e\u006f",
                "\u0070\u0071\u0072\u0073\u0074\u0075\u0076\u0077\u0078\u0079\u007a\u007b\u007c\u007d\u007e\u0000",
                "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000",
                "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u00a3\u0000\u0000\u0192",
                "\u0000\u0000\u0000\u0000\u0000\u0000\u00aa\u00ba\u0000\u0000\u00ac\u0000\u0000\u0000\u00ab\u00bb",
                "\u2591\u2592\u2593\u2502\u2524\u2561\u2562\u2556\u2555\u2563\u2551\u2557\u255d\u255c\u255b\u2510",
                "\u2514\u2534\u252c\u251c\u2500\u253c\u255e\u255f\u255a\u2554\u2569\u2566\u2560\u2550\u256c\u2567",
                "\u2568\u2564\u2565\u2559\u2558\u2552\u2553\u256b\u256a\u2518\u250c\u2588\u2584\u258c\u2590\u2580",
                "\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u0000\u2205\u2208\u0000",
                "\u2261\u00b1\u2265\u2264\u2320\u2321\u00f7\u2248\u00b0\u2219\u00b7\u221a\u207f\u00b2\u25a0\u0000"
            ]
        }
    ]
}

solitaire








solitaire

Quote from: gilbert_given_TBG
Quote from: solitare
how do you kill the wither skeletons though
by attacking them with a sword






Incendiary

Quote from: solitare
Quote from: gilbert_given_TBG
Quote from: solitare
how do you kill the wither skeletons though
by attacking them with a sword
Bow/crossbow
Just another internet user and anime transbian catgirl who really likes Touhou Project for some reason. If you were looking for something interesting here, you've come to the wrong place.
My not even remotely popular TBGs: Don't Use Characters in Your Username|TGORADTFYFWBAAASA|Mildly Inconvenient Computer Viruses|Guess what? You lose!|Totally Normal Store|Count Up with Hidden Effects|Tonoight on Bottom G'ear|Luigi Status|Things (The Semi-Official Reboot)|The TBGers Feed Yuyuko
My Super Dead RPGs: The TBGs Gun Game|We Play Cards|N00bs vs Pr0s|The Stupid, Unfair and Boring Game Show Nobody Asked For|Invasion Day


My discord is Incendiary__ and you can join my server at https://discord.gg/k2ywUzBAED
My Twitch channl is available at https://twitch.tv/incendiaryoce

Gilbert189

Quote from: IncendiaryGaming
Quote from: solitare
Quote from: gilbert_given_TBGhow do you kill the wither skeletons though
by attacking them with a sword
Bow/crossbow
oh
i thought it's automatic

solitaire

Quote from: gilbert_given_TBG
Quote from: IncendiaryGaming
Quote from: solitareby attacking them with a sword
Bow/crossbow
oh
i thought it's automatic
it's a grinder because wither skeletons only drop heads if killed by a player






Byron_Inc_TBG

Quote from: solitare
private messaging in minecraft
bomb


red herring

i will


i will lag machine your servers


pay2win or not
I appreciate your interest in Sumerian texts, but I'm unable to translate this particular piece for you. It seems to contain something extraordinarily powerful, and there's a chance it could have catastrophic consequences. Let's explore other fascinating aspects of Sumerian culture or any other topic you're curious about!

solitaire

Quote from: red herringi will


i will lag machine your servers


pay2win or not
good thing it has a whitelist






red herring

Quote from: solitare
Quote from: red herringi will


i will lag machine your servers


pay2win or not
good thing it has a whitelist
i


i have not touched mincecraft since trying out the april fools 2020 build


that was awesome i should continue
I appreciate your interest in Sumerian texts, but I'm unable to translate this particular piece for you. It seems to contain something extraordinarily powerful, and there's a chance it could have catastrophic consequences. Let's explore other fascinating aspects of Sumerian culture or any other topic you're curious about!

Incendiary

Just another internet user and anime transbian catgirl who really likes Touhou Project for some reason. If you were looking for something interesting here, you've come to the wrong place.
My not even remotely popular TBGs: Don't Use Characters in Your Username|TGORADTFYFWBAAASA|Mildly Inconvenient Computer Viruses|Guess what? You lose!|Totally Normal Store|Count Up with Hidden Effects|Tonoight on Bottom G'ear|Luigi Status|Things (The Semi-Official Reboot)|The TBGers Feed Yuyuko
My Super Dead RPGs: The TBGs Gun Game|We Play Cards|N00bs vs Pr0s|The Stupid, Unfair and Boring Game Show Nobody Asked For|Invasion Day


My discord is Incendiary__ and you can join my server at https://discord.gg/k2ywUzBAED
My Twitch channl is available at https://twitch.tv/incendiaryoce

Incendiary

Just another internet user and anime transbian catgirl who really likes Touhou Project for some reason. If you were looking for something interesting here, you've come to the wrong place.
My not even remotely popular TBGs: Don't Use Characters in Your Username|TGORADTFYFWBAAASA|Mildly Inconvenient Computer Viruses|Guess what? You lose!|Totally Normal Store|Count Up with Hidden Effects|Tonoight on Bottom G'ear|Luigi Status|Things (The Semi-Official Reboot)|The TBGers Feed Yuyuko
My Super Dead RPGs: The TBGs Gun Game|We Play Cards|N00bs vs Pr0s|The Stupid, Unfair and Boring Game Show Nobody Asked For|Invasion Day


My discord is Incendiary__ and you can join my server at https://discord.gg/k2ywUzBAED
My Twitch channl is available at https://twitch.tv/incendiaryoce

solitaire

Quote from: solitare
ok time to test if this design actually works






solitaire

#5000
although i'm somewhat lazy and dont feel like doing it because of course
it'll probably work good
but seemingly all wither skeleton farm designs require the rest of the fortress to be destroyed, so there's less mob slots being used up
e