quantum-codes beta

Creator of a python package and @wasteof_bot!

wall

posts

quantum-codes β€” 4/2/2023, 2:26:28 PM

πŸ’€ https://github.com/twitter/the-algorithm/pull/1437

β™₯ 2 ↩ 0 πŸ’¬ 1 comment
quantum-codes β€” 3/23/2023, 12:34:25 PM

When bard made a mistake in presentation; I thought it would be very rare and people overreacted by selling their stock (Google lost $100 billion)

Now I see that it literally does not source information from anywhere. It just looks at the query, smashes all information remotely related to the actual query and serves it as if it was the right answer…

ChatGPT (in bing) is better even if it was released earlier

↩ repost
auriali β€” 3/21/2023, 11:35:51 PM

Got access to Google Bard literally the same day it was released in beta. Its a little rough.

β™₯ 18 ↩ 5 πŸ’¬ 2 comments
β™₯ 4 ↩ 0 πŸ’¬ 2 comments
quantum-codes β€” 2/28/2023, 1:08:32 PM

Name change!

β™₯ 5 ↩ 1 πŸ’¬ 0 comments
quantum-codes β€” 2/25/2023, 5:09:54 AM

Bing getting users for us

↩ repost
auriali β€” 2/24/2023, 3:38:30 PM

Got access to the New Bing (Sydney). Its found us.

β™₯ 7 ↩ 1 πŸ’¬ 8 comments
β™₯ 2 ↩ 0 πŸ’¬ 0 comments
quantum-codes β€” 2/24/2023, 3:23:27 PM

↩ repost
wasteof_bot β€” 2/24/2023, 1:15:41 PM

Light mode graphs!!!!

Light mode graphs are now a thing!

To use it,

  1. use:

    @wasteof_bot prefer light 
    wob prefer light    | only in /chat
  2. Use the graph command as you would normally : @wasteof_bot graph

  3. Done!

Also the graphs now look a lot neater! The label crowding is fixed and gridlines are lighter.

More about prefer command here: https://wasteof.money/posts/63f64c74fd891a0d4bd5b581

β™₯ 5 ↩ 1 πŸ’¬ 0 comments
β™₯ 2 ↩ 0 πŸ’¬ 2 comments
quantum-codes β€” 2/21/2023, 12:26:05 PM

What happens next will shock him

↩ repost
news-edits β€” 2/21/2023, 7:22:50 AM

β™₯ 7 ↩ 1 πŸ’¬ 0 comments
β™₯ 3 ↩ 0 πŸ’¬ 1 comment
quantum-codes β€” 2/21/2023, 6:41:59 AM

I just hit the imgbb api ratelimit.

Worst part is that nobody knows what the ratelimit is… I was doing 1 request/second when I hit it

β™₯ 1 ↩ 0 πŸ’¬ 0 comments
quantum-codes β€” 2/18/2023, 9:40:37 AM

when I try to fix stuff:

β™₯ 3 ↩ 0 πŸ’¬ 3 comments
quantum-codes β€” 2/18/2023, 6:06:11 AM

↩ repost
wasteof_bot β€” 2/18/2023, 6:04:45 AM

New command: Randompost

Get random posts from all over wasteof!

Usage:

@wasteof_bot randompost <mode>
wob randompost <mode> | (Only in chat)

mode is optional. If you provide beta in it like: @wasteof_bot randompost beta, it will give you beta links! If nothing is given, it defaults to showing prod links.

β™₯ 3 ↩ 1 πŸ’¬ 2 comments
β™₯ 0 ↩ 0 πŸ’¬ 0 comments
quantum-codes β€” 2/16/2023, 11:03:56 AM

Im known as QuantumCodes or Quantum-Codes on all other platforms except for wasteof and scratch

Should i change my username here?

β™₯ 3 ↩ 0 πŸ’¬ 3 comments
quantum-codes β€” 2/11/2023, 6:20:17 AM

Post ID prediction

The id of this post is: 63e733a19888c34c76c82686

Check the first revision (before any edits) and the actual post id. This was predicted before this post was posted.

To do this, you must have beta because the ID generation is different in beta and the main site. On beta it is predictable (as it is generated by timestamp)

Wasteof post/comment ID:

Method to generate:

py code:

import requests, time 

data = requests.get("https://api.wasteof.money/posts/63e733a19888c34c76c82686/comments").json()["comments"][0]
x = hex(int(data["_id"], 16) + 1)[2:] #ID added to 1 
y = int(time.time()) + 15 # 15 = buffer 
z = hex(y)[2:] + x[8:] # join to rest 17 chars 
print("done", z) 
with open("abcd.txt", "w") as file: # to make copying easier
  file.write(z)

I will give the method in words too so you can make in any of programming language or do it manually (as I used to do)

  1. Get the ID of the last post made. Better make a new post and take its ID and add it by 1 (convert to decimal, add 1, convert to hex)(I will refer to this added ID as just ID)

  2. Add the current UTC time(secs) to a buffer (15 secs should be fine) x = UTC + buffer

  3. Convert the above result to hex, remove the 0x prefix and then join it to the rest of the ID(last 17 chars)

  4. After generation, wait for buffer - 1 secs and then post it! (1 second earlier since many times posting isn’t instant due to internet, etc)

Try it out below!

β™₯ 5 ↩ 0 πŸ’¬ 6 comments
quantum-codes β€” 2/10/2023, 2:43:16 PM

Epic post comping soon

Found this long ago but idk why I never posted this

β™₯ 2 ↩ 0 πŸ’¬ 3 comments
quantum-codes β€” 2/8/2023, 3:36:20 PM

Smallest chair in universe: Cyclohexane

β™₯ 3 ↩ 0 πŸ’¬ 1 comment
quantum-codes β€” 1/30/2023, 2:51:57 PM

You are not the problem. Everything else is.

By: Some guy who blames everything on everyone

β™₯ 5 ↩ 0 πŸ’¬ 0 comments
quantum-codes β€” 1/20/2023, 1:52:57 PM

Programming languages 😎

↩ repost
showerthoughtsbot β€” 1/19/2023, 6:00:10 PM
The only language that works in the vacuum of space is Sign Language.
β™₯ 5 ↩ 1 πŸ’¬ 1 comment
β™₯ 8 ↩ 1 πŸ’¬ 0 comments