This is amazing.
www.getyourfuckingmoneyback.com
This is amazing.
www.getyourfuckingmoneyback.com
An aside, usually packages in Indy arrive to Cincy the next morning for delivery that day. This package was first in Indy on Sunday, so it couldβve been here Monday. However, the expected delivery has always been Thursdayβ¦ so was this path somehow expected all along?
NY π« Philly π« Indy π« Philly π« Indy βοΈ
Will the next stop be Cincinnati or will it fancy another trip to Philly? Iβm on the edge of my seat here!!
AdonisJS v7 is officially out today!
A major milestone after a long development cycle, and we couldn't be more excited about how it turned out.
What's new β adonisjs.com/blog/v7
Upgrade guide β docs.adonisjs.com/v6-to-v7
Huge congrats to the @adonisjs.com team on the release of AdonisJS 7!!
There're so many fantastic changes with release! Check out their blog post to get a break down of whatβs new, changed, and coming next:
adonisjs.com/blog/v7
Wowβ¦ in the past 6 years Iβve only used 8GB of data according to Mint.
Maybe I should just switch to a tablet and a pay as you go dumb phone. π€
Module #2 is fully written!
Also, it is super weird seeing Sam Elliot without a mustache.
Went from watching Deadwood to watching Justified and the actor crossover is a nice treat! Though, I will admit Iβm a little sad I donβt recognize the actors who play Art, Tim, and Rachel from anything else. I quite like the job theyβre doing here.
What happened today was utter sickening, but sure instead of having a shred of morals letβs ask ridiculously simple to answer questions with a crazy tone instead.
I mean, any hardware store is going to have respirators and gas masks because they sell stuff with toxic fumes/particles. Fβing A
I need to stop getting flavored whiskey cause itβs on saleβ¦ it never tastes good.
This one just tastes like syrup
Module #2 is always the hardest
I donβt know why but the term βpick 6β really bugs me. For some reason announcers are now shoehorning it into basketball and it just doesnβt make any sense. π€¨
Hey friends, did you know you could hire me to consult on AT Protocol projects?
Whether that's advising on OAuth, or doing complete implementations, I can probably help you project. I primarily work in JavaScript/TypeScript.
You can contact me via support.thisismissem.social
Loweβs seems to have an interesting bug today where everything id out of stock lol, Iβm sure thatβs great for business.
Video playbar with thumbnail image preview at 3:34 within the video.
Also, while I'm mostly taking some time away from coding during the holidays, I did add thumbnail extraction to the workflow and backfilled it to all pre-existing lessons on R2!
Meaning, as you scrub through the video timeline, the player will now show image previews.
Screenshot of video transcoding workflow for R2 delivery
Working on migrating the first batch of older lessons (66 in this batch) to Adocasts Cloudflare R2 delivery.
Please have my computer in your thoughts! lol
Well rats, worked great on the lesson I was testing with but tried it on the 4 releasing tomorrow and it was 0/4. Chapter text was spot on, meaning it got the full context, but the times are all off. π€
Shows the "Translating audio" step started 00:55:49.321 UTC and ended 00:56:29.374 UTC.
The SRT translation step of my video workflow has had some form of hangup in it, causing it to take up to an hour.
I let it linger for a few months, but I finally took the time to fix it today and can now translate to 6 languages in under a minute!
Now maybe I can finally move all my videos to R2.
Generating Chapters ...
Final chapter output
Just added AI-generated video chapters to the Adocasts CMS using a custom AdonisJS-filled RAG via Cloudflare's AI Search!
> Fetches the SRT from R2
> Feeds the SRT into AI Search with a chapter-focused prompt
> Returns it in the exact format needed for my form
[chef's kiss]
Shows 2 released lessons, 1 lesson coming soon with a publish date, and a final lesson coming soon without a publish date
Working on adding planned, not yet released, lessons to the series page on @adocasts.com.
This would, for example, show the full series outline for our new Japa course. Allowing you to see all the lessons that will be a part of it and not just those already released.
Spent almost all of November dealing with a rather weird illness, itβs still lingering but Iβm finally getting better.
Started recording my next series this past weekend, hopefully my voice doesnβt sound overly weird. Should start releasing later this week!! π
When I have Mondays off, I donβt know why, but I have to constantly remind myself all Sunday that the weekend isnβt almost over and that it isnβt a work night.
Its why I usually take off on Fridays π
Firefox JSON Viewer opened for the html entites JSON file We can see the various properties of the JSON file, which are all objects containing a "characters" and a "codepoints" properties. The Console is opened at the bottom. In it, we can see a console message explaining that some data is available (`$json.data` - the parsed JSON object, $json.text` - the original JSON text and `$json.headers` - HTTP request and response headers) There's a console evaluation done with the following snippet: ```js Object.entries($json.data) .filter(([k, v]) => v.codepoints.length > 1) .map(([k, v]) => ({characters: v.characters, htmlEntity: k, codepoints: v.codepoints})) ``` and the result shows an array of objects containing "characters", "htmlEntity" and "codepoints" properties.
The @firefoxdevtools.bsky.social JSON viewer got better in @firefoxnightly.bsky.social : the console offers access to the original json data via `$json`.
This allows to easily manipulate the underlying data to get what you want
Gosh was editing this not great. Cropping was easy, but I had to edit before cropping otherwise Final Cut was super slow to work with. Even still, it was still decently slower than typical despite the file size being smaller.
Think I'm going to stick with separate sources π
Usually I record my screen using OBS and my camera direct onto a memory card, then sync & join it using a multicam during editing.
Tried something new, recording the camera beside the screen on a double-wide 16:9 and the recording experience was great (because I could actually pause), but...
AdonisJS has been around for a decade now π
From a humble idea to a modern, debtβfree framework, thanks to a passionate community pushing it forward.
Read more about the journey & what comes next π
adonisjs.com/blog/a-decad...
QuickTime movie - 61.64 GB
Tried some different settings in OBS and... whoopsie doosle... certainly don't need 2+ GB/minute π
Building A Multi-Search with Meilisearch and AdonisJS
Recording for @adocasts.com's next series has started! Hoping to release this one as I plan for the next, which is currently looking to be on testing with Japa!
Web Awesome 3.0.0-beta.6 has just been published to npm.
This version is safe to use, as it pins the affected dependency to the last safe version. You can update to 3.0.0-beta.6 by running the following command:
npm i @awesome.me/webawesome@3.0.0-beta.6