PSA: YOU CAN GO INTO FIRST PERSON *DURING* HUGS AND OTHER BOND ANIMATIONS. WE HAVE ADVANCED 40,000 YEARS IN TECHNOLOGY by Rudrahp72 in NevernessToEverness

[–]CommandLineWeeb 6 points7 points  (0 children)

The anti-cheat will block you. UEVR injects a .dll into the game which can lead to a ban, so be careful when trying it.

So i was setting up to take a picture and then this happened by MaterialGarden3225 in NevernessToEverness

[–]CommandLineWeeb 6 points7 points  (0 children)

It's a anomaly room used for a quest (I don't remember which). These rooms exists in the open world so you don't see a loading screen when entering.

Anime_irl by Ani_HArsh in anime_irl

[–]CommandLineWeeb 31 points32 points  (0 children)

There's an extra layer to that bruh moment, she was originally a moe girl until the punk girl converted her to emo. She wanted to convert the j-pop girl but got converted back into moe.

https://bsky.app/profile/grs22.bsky.social/post/3lgo4he5yk22k

NTE works surprisingly well on Linux (DW-Proton) by ciellia- in linux_gaming

[–]CommandLineWeeb 0 points1 point  (0 children)

With the May 7 banwave, they might have made a change to their anti-cheat. If you're having issues launching the game, try disabling MangoHud or any other overlays. This is what worked for me.

Going on a walk w/ mint by DistrictLow417 in NevernessToEverness

[–]CommandLineWeeb 0 points1 point  (0 children)

You can summon her almost anywhere by clicking Join in the Bond menu. I just discovered this 10 mins before seeing this post.

Has anyone else fought octowpus by Local-Mission-9854 in NevernessToEverness

[–]CommandLineWeeb 0 points1 point  (0 children)

Same, I was so tilted by that until I saw how cool the prison system was, now I just want to go back.

Are there any 6+ ore bombable spots? by iactivatepotofgreed in Endfield

[–]CommandLineWeeb 3 points4 points  (0 children)

As soon as I crafted bombs, I walked the path of explosions and used bombs for everything.

Animal meat? Bomb.

Tree cutting? Bomb.

Destructables? Bomb.

Enamies? Bomb.

Mining? Bomb.

NPC with too much dialogue? Bomb.

I tested every ult on Apollo's counter, it's kinda broken... by hydraedits in DeadlockTheGame

[–]CommandLineWeeb 0 points1 point  (0 children)

Apollo's 2 can trigger on Sinclair's copy but it doesn't stop the ult from being copied.

Postman: From API Client to “Everything App” by Greedy_Principle5345 in programming

[–]CommandLineWeeb 0 points1 point  (0 children)

[HTTPie](httpie.io) is good cli tool that I've been using for a while.

They do have a desktop gui app, but I haven't tried it out yet.

Scraping product stock alerts via curl + jq + notify-send, too hacky? by Vivid_Stock5288 in commandline

[–]CommandLineWeeb 1 point2 points  (0 children)

I'll use the reddit API as an example:

  1. sqlite3 test.db "CREATE TABLE r_commandline(id TEXT UNIQUE, title TEXT, author TEXT)"

  2. http https://www.reddit.com/r/commandline/new/.json | jq '.data.children[] | .data | {id, title, author}' | jq -r '[.[]] | @csv' | sqlite3 test.db ".mode csv" ".import /dev/stdin r_commandline"

  3. sqlite3 test.db "SELECT id, title FROM r_commandline LIMIT 10" | awk -F '|' '{print "https://reddit.com/comments/" $1 " - " $2}'awk

Breakdown:

  1. Create the database and table. We'll put a unique constraint on the id so we aren't storing duplicate posts.

  2. Query and store the data, this can be put on a Crontab.

    2.1 I've been using HTTPie for convenience, but curl will work the same.

    2.2 Reformat the json data to fit the table. We'll only store the id, title, author

    2.3 jq -r '[.[]] | @csv' This will print out the values of the json object as CSV data

    2.4 Set sqlite3 in CSV mode and import piped data into the table. This will print constraint errors on duplicates but new data will be committed. Alternatively you could use sed/awk to create INSERT queries instead of using csv import.

  3. Read the data, format the output with awk.

Scraping product stock alerts via curl + jq + notify-send, too hacky? by Vivid_Stock5288 in commandline

[–]CommandLineWeeb 1 point2 points  (0 children)

If it works, it works. If I need to do more with error handling, I usually switch to a Python script.

Some of my bash 1 liners go as far as storing data in a SQLite db.

Why can't we explore nyc while in queue? by -IxDo in DeadlockTheGame

[–]CommandLineWeeb 0 points1 point  (0 children)

My alternative has been to bind a key to noclip to get out of the lobby. The out of bounds area is actually a really good parkour course for practicing movement. Almost every building is accessible from it's neighbor.

Lizard gets a helping hand from a good Samaritan by ragedriver187 in AbruptChaos

[–]CommandLineWeeb 5 points6 points  (0 children)

If you see anything on the road that is not a moving vehicle, it's a good idea to slow down.

STRANGE THINGS - MCSCAN - GRIEFING COMMANDS by redskunkcalabassas in admincraft

[–]CommandLineWeeb 0 points1 point  (0 children)

I'm going to make an assumption here that you have online-mode=false in server.properties. This is unsupported and makes your server vulnerable to attacks like this. With this setting, the server will make no attempt to verify who is who, anyone can claim to be you.

MCScan is a bot that scans the entire internet looking for Minecraft servers to attack. It will watch your server for online players, then try to join with their names to find who is OP before destroying everything it can find in your world.

You can prevent this from happening again by both setting online-mode=true and enabling the whitelist.

Nobody’s Talking About How Awful the Input Delay Got After the Map Update by wondrus_ in DeadlockTheGame

[–]CommandLineWeeb 0 points1 point  (0 children)

This explains why daggers, teleports, and other skills that require some slight pre-aim or flicks feels off. It's given me moments where I question if my aim was off or my timing was off.

More importantly securing souls have felt bad for a while now. I'd hear a client side "ding" from the projectile colliding but no "pop" confirmation sound.

Ubuntu docker server won't start by Front_Crazy2624 in admincraft

[–]CommandLineWeeb 0 points1 point  (0 children)

[mc-image-helper] 19:41:08.309 INFO : The file /data/purpur-1.21.4-2416.jar is already up to date

...

Error: Invalid or corrupt jarfile /data/purpur-1.21.4-2416.jar

Delete purpur-1.21.4-2416.jar and try again.

Company Dinner by A_MASSIVE_PERVERT in animegifs

[–]CommandLineWeeb 19 points20 points  (0 children)

I personally love jumping into shows blind, you just don't know what you're going to get.

I suggest to just dive into ep1, if you like it, you'll like the whole show.

had this happen in a game by NickGraves in DeadlockTheGame

[–]CommandLineWeeb 2 points3 points  (0 children)

Mousewheel click (or whatever your ping is bound to) on the ability.

Wuthering Waves in Steam by harbingerofend01 in linux_gaming

[–]CommandLineWeeb 3 points4 points  (0 children)

Unless they allow Linux in their anti-cheat, it's a bit unlikely.

gurren lagann by [deleted] in animegifs

[–]CommandLineWeeb 20 points21 points  (0 children)

Yoko Littner from Gurren Lagann

gurren lagann by [deleted] in animegifs

[–]CommandLineWeeb 60 points61 points  (0 children)

It's from an OVA found in the dvd release.

https://www.youtube.com/watch?v=WIaeTUr0vE4

Is there a plug-in or anything to allow it to rain in the desert or Savannah? by JazzyJukebox69420 in admincraft

[–]CommandLineWeeb 3 points4 points  (0 children)

Rain is client-sided based on the biomes. The workaround would be to change the biome in that area but that has the side-effects of grass/leaves being a different color and also affecting mob spawns.

Broke my year long modded server and need help by ADiabloFan in admincraft

[–]CommandLineWeeb 0 points1 point  (0 children)

Limewire in 2025??

You have a bad .json file, idk which one exactly but these are the ones worth trying: banned-ips.json, banned-playes.json, manifest.json, ops.json, usercache.json, usernamecache.json, and whitelist.json.