screenshot of a page showing downloadable coloring books for 2 episodes
lots of coding logic for blocks
more coding logic for blocks
btw still alive! Just been working a lot on that volunteer wordpress site since I'm an overachiever and actually coding things for it haha.
The nonprofit wants to keep the site under wraps for a bit longer, thus the blacked out bits. Hard to share much of it right now
02.03.2026 11:53
๐ 7
๐ 0
๐ฌ 0
๐ 0
Words cannot express my love for that head-empty-orange-cat spirit in pomeranian hardware.
Just look at him!
Pokemon really was cooking when they made this boy ๐ฅ
28.02.2026 09:42
๐ 4
๐ 0
๐ฌ 0
๐ 0
Wow today's free virtual event at 10:30 AM PST - 11:30 AM PST is going to be wild! ๐ฅ
@torc.dev landed Danny Thompson as the guest for the tech commute! If you're dealing with the mental game of job hunting this is one you're not going to want to miss!
26.02.2026 09:50
๐ 6
๐ 1
๐ฌ 1
๐ 0
Let's gooo! Excellent work!
23.02.2026 09:12
๐ 2
๐ 0
๐ฌ 0
๐ 0
Top CEO Explains The AI Gaps 95% of Companies NEED to see! Apollo GraphQL CEO Matt DeBergalis
AI is writing more code than anyone expected. Some of it is great. A lot of it is just okay. In this episode, Danny Thompson and Leon sit down with Matt DeBergalis, CEO of Apollo GraphQL, to unpack what it will take to move from a gold rush of mediocrity to production-grade agentic experiences that
Link to the episode
23.02.2026 03:16
๐ 0
๐ 0
๐ฌ 0
๐ 0
Felt like a kid knocking out stubborn some crab grass, it felt like playing with dirt haha. All while listening to the new programming podcast Matt DeBergalis episode ๐ช
Also have a free pic of ember posing next to our giant succulents and a blurry fat birb
23.02.2026 03:16
๐ 3
๐ 0
๐ฌ 1
๐ 0
Last second heads up for these free @torc.dev virtual events today!
Yappy hour (ENG) at 10:30 am PST
Spanish yappy hour at 11 am
Come join your tech nerds for a relaxed chat, more information on luma. Anyone around the world can join!
luma.com/3agwdj3z
luma.com/3hb7qdw4
20.02.2026 09:46
๐ 1
๐ 0
๐ฌ 0
๐ 0
please give us more personal data please please please please cโmon youโre being so mean dude. we only got breached like three times. weโre NOT going to sell it man please please please plus its for like safety? so youโre the one who looks stupid right now come on pleaaaaaase just one data point bro
09.02.2026 18:44
๐ 8384
๐ 3562
๐ฌ 18
๐ 21
const { registerBlockType } = wp.blocks;
const {
useBlockProps,
RichText,
MediaUpload,
MediaUploadCheck,
InspectorControls,
} = wp.blockEditor;
const { Button, PanelBody } = wp.components;
const { createElement: el } = wp.element;
const { __ } = wp.i18n;
registerBlockType("custom/bio-card", {
title: __("Bio Card"),
category: "widgets",
attributes: {
photoId: { type: "number" },
photoUrl: { type: "string" },
name: { type: "string", default: "" },
title: { type: "object", default: { en: "", es: "" } },
shortBio: { type: "object", default: { en: "", es: "" } },
expandedBio: { type: "object", default: { en: "", es: "" } },
},
document.addEventListener("DOMContentLoaded", function () {
const toggles = document.querySelectorAll(".expanded-bio-toggle");
toggles.forEach((button) => {
button.addEventListener("click", () => {
const content = button.nextElementSibling;
if (!content) return;
if (content.style.display === "block") {
content.style.display = "none";
button.textContent = "Show More";
} else {
content.style.display = "block";
button.textContent = "Show Less";
}
});
});
});
๐ข had to manually add the Spanish fields since TranslatePress sees it all as one "block", but the spanish fields plays nice with TranslatePress's language toggle (TranslatePress changes the lang attribute of the entire site, so i listened for changes there and wa~la it works)
07.02.2026 09:58
๐ 1
๐ 0
๐ฌ 0
๐ 0
199 ~ 204 #100daysofcode
Haven't continued the freelancing hunt yet but:
๐ Signed up to build a nonprofits wordpress site for free
๐ข learned about ACF
๐ข Got so frustrated with paywalls that instead of using ACF, i learned how to make a plugin to build custom blocks for them
07.02.2026 09:58
๐ 5
๐ 0
๐ฌ 1
๐ 0
Cat sleeping in her cat tree
While ember slept i snuck out to the gym and walked 4.69 miles (nice) with a handful of sprints mixed in! Getting back into the groove slowly ๐ช๐
Wanted to get things done after but alas body is now demanding sleep lol
Hope you all are having a good one!
05.02.2026 04:36
๐ 9
๐ 0
๐ฌ 0
๐ 0
@wardstone.bsky.social was streaming and I was whining about how I didn't do any shorts for my game this week so he did this while he was on lol
#gamedev #indiegame #godot
04.02.2026 18:08
๐ 20
๐ 7
๐ฌ 3
๐ 1
woah! lets go!
04.02.2026 07:34
๐ 1
๐ 0
๐ฌ 0
๐ 0
a small brown bear is wearing a blue knit hat with bunny ears, small black eyes, and a small white mouth. It's modeled after the hat worn by Liam Conejo Ramos in an infamous photo where he was taken from his school by ICE.
I made a new hat that is cute and not political for the main character of my tower defence game.
#art #gamedev #blender3d #fuckice
29.01.2026 17:17
๐ 20
๐ 2
๐ฌ 1
๐ 0
Afsffgf making me blush! Appreciate you so much pizza friend!
04.02.2026 05:55
๐ 1
๐ 0
๐ฌ 0
๐ 0
Afsfft I'm honored ๐ฅบ! You da best mai
04.02.2026 05:54
๐ 1
๐ 0
๐ฌ 0
๐ 0
Whoops accidently tricked you guys, no 2nd stream yet! Can't wait to yap with you on my next stream tho!
04.02.2026 05:51
๐ 2
๐ 0
๐ฌ 1
๐ 0
NOPE I tricked you (accidentally) haha, that was just a boring video recording versus a stream. No 2nd one yet ;)
04.02.2026 05:19
๐ 1
๐ 0
๐ฌ 0
๐ 0
Are you ready to hang out with your fellow techies? There's 2 free virtual @torc.dev events TODAY 2/3!
- Goose workshop part 2 @ 10am PST
- Tech Commute with Ryan Vogel @ 12pm PST
Friday is going to become fri~yay with Yappy hour! A casual hangout as we relax after a long week
03.02.2026 14:54
๐ 1
๐ 0
๐ฌ 1
๐ 0
Thanks, appreciate you Michael!
02.02.2026 05:45
๐ 1
๐ 0
๐ฌ 0
๐ 1
Hyped to hear! See you there!
02.02.2026 04:40
๐ 0
๐ 0
๐ฌ 0
๐ 0
Thank u thank u ~ Honored to get the clap as well, Naz truly has become one of us.
02.02.2026 04:39
๐ 0
๐ 0
๐ฌ 0
๐ 0
We really need a theme song, how about "๐ต Let's Get Down~ To Freelancing ~ To Get, Those Gigs~ ๐ต". Any other ideas? ๐
#freelancing #webdev #webdevelopment #freelanceFebruary #freelancingFebruary
02.02.2026 04:37
๐ 5
๐ 0
๐ฌ 0
๐ 0
Freelancing February/ freelance February is a part of #100devs but you don't have to be part of the community to join.
100devs is a agency with a 100% FREE training program for web development. # not sponsored I just really love the program ๐.
02.02.2026 04:37
๐ 3
๐ 0
๐ฌ 1
๐ 0
This month it's time to work on getting freelancing gigs my fellow web devs (or well anyone, the more the merrier).
So I'm a web dev but I've gotten my previous clients through word of mouth. So visiting businesses in person is new and lets say, a wee nerve wracking.
02.02.2026 04:37
๐ 3
๐ 0
๐ฌ 1
๐ 0
Freelancing February Day 1: ๐ต Let's Get Down~ To Freelancing ~ To Get, Those Gigs~ ๐ต
YouTube video by Janet / ghiblimagic
It's day 1 of freelancing February! I didn't combust into flames after chatting at two businesses huzzah๐ฅ
I hope sharing my experience will help others who are also nervous to start!
youtu.be/5FeTqR_yfJQ
02.02.2026 04:37
๐ 16
๐ 1
๐ฌ 4
๐ 1