raycast emoji

Posts tagged with :raycast:

BrodyEnli
@BrodyEnli0
Since my last update, I did a few things: • Worked on my desktop-transferred version of the raycaster to make it multithreaded and rendered a really nice 1080p image to finish the book. This is still the exact same raycasting code from the calculator but modified to run in one process per thread and merge the images in the end. I tried to mimic the ending scene they have in the book. This is the first image attached. • Worked on my calculator version to make it progressively render images so I can pause it at any time and have a nice-looking image. I thought this would be simple -- store the accumulated color of every pixel in a list, add to it, and divide by the total samples each pass. However, the restricted environment I'm working with is starting to show. It turns out that Python code is only allowed an extremely small amount of memory -- around 20KB from my testing. This meant that, no matter how I stored the data (unless there's some magical way to losslessly and efficiently store a color per pixel that I'm unaware of), it ended up being a tradeoff of either rendering at full resolution and not using this new feature or rendering at quarter resolution. Overnight, I did a quarter-resolution render, and I'll probably go back and do a full-resolution one without the new progressive system. However, the quarter-resolution render still looks great! It intentionally has a pretty aggressive depth-of-field, so the blurred left and right spheres are expected. It's cool that stuff like this can be done on a calculator (and programmed on a calculator)! The second image is a screenshot through my fixed libnspire and the third is the same image on the calculator's screen. I've been doing a scrapbook post for every hack session (and often doing work without a hack session), so I misunderstood the proper flow there... However, consider this my true "ship" of this project idea. I'll probably keep adding to it with concepts from the later books, but I also have some other projects I'm excited to work on!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/758f25c2-8aa1-4771-baa4-2a996e84a76f-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/9560ab25-f8d7-4cbc-833c-46c266bd4dbe-image.pnghttps://scrapbook-into-the-redwoods.s3.amazonaws.com/8a26526b-a4a0-4e91-b9ef-d46fdfc878e8-20240619_130029.jpg
BrodyEnli
@BrodyEnli0
It's difficult to see through a picture (and the render definitely needs more samples but I opted for a higher resolution this time), but dielectrics are working! the sphere on the left is a hollow glass sphere that bends light as one would expect!
https://scrapbook-into-the-redwoods.s3.amazonaws.com/e1497b49-60d8-4cb1-9775-ab66afe4900c-image.png
matthew
@matthew0
https://cloud-50t152opp-hack-club-bot.vercel.app/0screenshot_2022-10-26_at_11.15.42_am.png
matthew
@matthew0
day 4 of #10-days-in-public: i've been working on a raycast extension for lightning time ⚡ i didn't do very much today, but i closed an issue on the raycast extension. tiny update: charges now appear in the lightning time string, and a new action was added to allow you to copy the string without the charges. tomorrow probably also won't be a super productive day, but i expect to update the npm package to allow users to change the default color representation.
https://cloud-884ex1ox2-hack-club-bot.vercel.app/0screen_shot_2022-10-08_at_11.53.35_pm.png
matthew
@matthew0
day 3 of #10-days-in-public: today is a travel day so i didn't get a lot done, but i've been making the raycast extension for lightning time that i made a couple days ago better. today i fiddled with regex to make the validation for commands that require you to input a string better. yesterday i added the hex codes for each color when rendering a lightning time string, which i like a lot because it's actually such a cool way to visualize how the colors are generated. (can you see it?) this weekend, i want to finalize the api structure for my npm package, set up a blog for purdue hackers, and start writing the explainer blog post. i would like to ship lightning time before the end of #10-days-in-public :D
https://cloud-kn38byb9o-hack-club-bot.vercel.app/0screen_shot_2022-10-07_at_4.07.40_pm.png
ian
@ian0
https://cloud-n4n93t0d8-hack-club-bot.vercel.app/0image.pnghttps://cloud-50942p8tj-hack-club-bot.vercel.app/0image.pnghttps://cloud-6n8ub5pjh-hack-club-bot.vercel.app/0image.pnghttps://cloud-8k47azxxr-hack-club-bot.vercel.app/0image.png
spring-of-making emoji
raycast emoji
jzaleta
@jzaleta0
Here's a picture of my macbook :macbook-air-space-gray-screen: terminal using Raycast :raycast: Confetti! 🎉 So the point of this extra post was to mention that I learned as well a few more things on how does the app works, which will be useful when I start getting into building extensions.
https://cloud-9f7rjn1xv-hack-club-bot.vercel.app/0captura_de_pantalla_2022-05-24_a_la_s__23.17.49.png
jzaleta
@jzaleta0
I’m going to be working on a Raycast :raycast: extension! This is going to be very useful to learn React :react: and TypeScript :typescript: ! Also here’s a cool :cooll-dino: landscape 🌆 picture of the day! 📸
https://cloud-ie4ej1qcc-hack-club-bot.vercel.app/0img_20220521_204224.jpghttps://cloud-51x8jf79e-hack-club-bot.vercel.app/0screenshot_20220521_201957.jpghttps://cloud-qrvs0ahe4-hack-club-bot.vercel.app/0header.png
maggie
@maggie0
Updating my :raycast: raycast xkcd extension to use the new apis — now it can display comics inline with the list!
https://cloud-r07vk4sze-hack-club-bot.vercel.app/0screen_shot_2022-03-09_at_10.07.48_pm.png
wom emoji
raycast emoji
ian
@ian0
yodacode.xyz/F7128236162.png I made a Siri shortcut to upload screenshots from my phone to my image host. I already made a Raycast script for it but now I have a script for when I'm on my phone.
https://cloud-13m5nxbft-hack-club-bot.vercel.app/0image_from_ios.jpg
wom emoji
shortcuts emoji
nodejs emoji
raycast emoji
sampoder
@sampoder0
https://cloud-iy2b5a374-hack-club-bot.vercel.app/0screenshot_2022-01-06_at_4.34.46_pm.png
jasonaa
@jasonaa0
making more progress ✨ as it turns out, octoprint has this lovely websocket server built in, so the plugin subscribes to that and it receives automatic updates about every half second! i still need to use the rest api for controlling stuff and retrieving information about files, but at least i don’t have to deal with polling 😁 the last things i need to implement are actions for managing jobs / printer connection and a page for viewing more detailed info about the server then i’ll be ready to publish! here’s the source if anyone’s curious 👀 edit: go star the repo i’m desperate for internet points kthxbye
https://cloud-6oe8mu1nt-hack-club-bot.vercel.app/0image.png
github emoji
raycast emoji
aom-21 emoji
jasonaa
@jasonaa0
making a raycast extension that lets you manage/start prints from a connected octoprint server! :3d-printer: :raycast:
https://cloud-h2phs16th-hack-club-bot.vercel.app/0image.png
3d-printer emoji
raycast emoji
aom-21 emoji
matt
@matt0
raycast emoji
github emoji
aom-21 emoji
ian
@ian0
https://cloud-9gy01q111-hack-club-bot.vercel.app/0image.png
aom-21 emoji
raycast emoji
github emoji
npm emoji
ian
@ian0
Making my first :raycast: Raycast extension! Right now it just shows your your Canvas courses and lets you open them in a browser.
https://cloud-cpfjvqagg-hack-club-bot.vercel.app/0image.png
canvas emoji
raycast emoji
aom-21 emoji
maggie
@maggie0
:raycast: Yet another raycast extension! I made a todo list extension that allows you to easily create a todo list from within raycast, mark items as completed and pin important items. You can also switch between insert mode for adding new items and search mode to search your existing items. Install it at www.raycast.com/maggie/todo-list
https://cloud-oz4xvny5c-hack-club-bot.vercel.app/0search-mode.pnghttps://cloud-q5jcjdlwh-hack-club-bot.vercel.app/0insert-mode.png
maggie
@maggie0
https://cloud-j3u22j8vu-hack-club-bot.vercel.app/0image.pnghttps://cloud-ll6x9wgka-hack-club-bot.vercel.app/0image.png
maggie
@maggie0
made a raycast extension for browsing xkcd!
https://cloud-qz3sx5otq-hack-club-bot.vercel.app/0raycast-xkcd0.pnghttps://cloud-keb9u7mr7-hack-club-bot.vercel.app/0raycast-xkcd1.png
aom-21 emoji
upvote emoji
raycast emoji
stick emoji
caleb
@caleb0
Updating my 2FA extension for Raycast to work with the new API!
https://cloud-ajhyqeobp-hack-club-bot.vercel.app/0screen_shot_2021-10-15_at_5.30.21_pm.png
raycast emoji
aom-21 emoji
matt
@matt0
Caleb’s new project called shorty is super awesome! I even made a little raycast script for it to randomly generate a name for the url and copy it to the clipboard:
#!/bin/bash

# @raycast.schemaVersion 1
# @raycast.title Add Shorty Link (Automatic)
# @raycast.mode silent
# @raycast.packageName Shorty
#
# Documentation:
# @raycast.author Matthew Gleich
# @raycast.authorURL <https://mattglei.ch>
# @raycast.argument1 { "type": "text", "placeholder": "URL" }

# token
SHORTY_TOKEN=""
# e.g. <https://clb.li>
SHORTY_DOMAIN=""

RANDOM_NUMBER="$RANDOM"

curl "$SHORTY_DOMAIN/api/link/$RANDOM_NUMBER" -d "url=$1" -H "Authorization: Bearer $SHORTY_TOKEN" &gt;&gt;/dev/null

URL="$SHORTY_DOMAIN/$RANDOM_NUMBER"
echo $URL | pbcopy
echo "Copied $URL to clipboard"
spring-of-making emoji
raycast emoji
matt
@matt0
Made a custom #raycast to get my project links instantly
wom emoji
upvote emoji
raycast emoji
matt
@matt0
Coding crazy fast with fgh and raycast :ultrafastparrot:
wom emoji
fastparrot emoji
fgh emoji
raycast emoji