undefined
@undefined

Mentions

JosiasAurel
@JosiasAurel0
With my friend @GlenMue we set out to build a RC drone ourselves for nothing other than fun. We started last weekend and so far, we’ve managed to get a motor working. @undefined is doing the soldering like a pro :saluting_face:
https://scrapbook-into-the-redwoods.s3.amazonaws.com/8ca50b30-2358-4719-90d4-0cf950447b2e-img_3704.jpghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/44a7737c-aa8d-4de1-86cc-4d99bc38941f-img_3702.jpg
scrappy-retry emoji
cwi
@cwi0
https://cloud-nrbcctaw0-hack-club-bot.vercel.app/0screen_shot_2021-08-07_at_5.14.21_pm.png
caleb
@caleb0
Some exciting new @undefined updates! :confused-dino: • First off, polls now have a handy-dandy progress bar ███████ to let you know how popular an option is at a glance :eyes_squint: • Second off, you can now create polls that allow other people to add options; super handy if you're looking for recommendations or project name/domain ideas! (it's also a super sneaky way of adding more than 4 options to a poll :blobninja:)
https://cloud-h3gq7vy44-hack-club-bot.vercel.app/0screen_shot_2021-04-07_at_10.14.28_am.png
zfogg
@zfogg0
https://cloud-djsh6ukl0-hack-club-bot.vercel.app/0image.png
zfogg
@zfogg0
my personal channel is hilarious :fb-laugh-trans:.. #zfogg @undefined tagged me to get my attention (i was asleep in Tokyo, Haneda airport) but everyone echoed her for some reason lol also i totally knew someone would make me an emoji when i asked that question 🤭 thx ~@Khushraj~ @jasonaa *
https://cloud-h6vh8p19d-hack-club-bot.vercel.app/0image.png https://cloud-h6vh8p19d-hack-club-bot.vercel.app/1image.png
Shivesh
@Shivesh0
https://cloud-p7re5sh56.vercel.app/0screenshot_2021-01-23_at_14.26.37.png https://cloud-p7re5sh56.vercel.app/1screenshot_2021-01-23_at_15.38.38.png
wom emoji
upvote emoji
christina695
@christina6950
https://cloud-r1gcep4un.vercel.app/0screen_shot_2021-01-08_at_7.12.38_am.png
rishi
@rishi0
Helloooo Hack Clubbers! It’s ya boi rice back at it again with another HN ship :hn: :parrot:! Before I lay out the new changes, I just wanted to thank the wonderful @caleb for testing out the bot authentication system yesterday (the UNO bot looks great), and @khushraj.rathod for volunteering to build out the exchange system—forex is coming to Hack Club, everyone :parrot_love:! Anyways, let’s get back to day 4 of my personal lil shipathon: changes to @undefined and the HN API! The Teller now has one awesome new command for validating payments (/pay was there before, but I’ve added some new messages and interactivity with it), and a super great new dashboard—feel free to head over to Home on @undefined’s profile page to take a look. The HN GraphQL API now supports advanced pagination and sorting! You can now query for as many transactions as you want, iterate through them, skip through tests, and even order by different fields! For instance, to grab the 5 people with the most HN and two of their largest payments, you can do something like:
query Users {
  users(options:{
    sort:{
      field:"balance",
      order:"DESC"
    },
    take:5
  }) {
    id
    balance
  	outgoingTransactions(options:{
      sort:{
        order:"DESC",
        field:"balance"
      },
      take:2
    }) {
      id
      balance
      from {
        id
      }
      to {
        id
      }
    }
  }
}
I’m soooooo excited for what all of yall are going to be doing with this—as always, if you’re interested in making a bot, feel free to DM me with the bot’s username to get your very own token! You can find the source for HN over at: :githubparrot: 🌟 z.rishi.cx/g/hn, and the Teller over at z.rishi.cx/g/teller :D P.S. The next ship will be V1 of HN—the production-ready, stable version of the API with documentation!
https://cloud-5lhnlltcl.vercel.app/0screen_shot_2020-12-25_at_3.14.50_pm.png
abhibhaw
@abhibhaw0
Submitted my very first Codechef contest. Thanks @undefined for always motivating me to try CC :partyparrot_longshuffle:
https://cloud-lk8zzgzfj.vercel.app/0img_20201212_061136.jpg