Advertisement · 728 × 90

Posts by Rik Schennink

True true :D

I’ll probably find out around 2040 how to release one of the touch points before the other.

2 days ago 1 0 0 0
Video

2009 - 2011: Developed a multi-touch iOS game.

2011 - 2017: Built and sold various multi-touch web components.

2017 - 2026: Work on multi-touch image editor interfaces.

15 minutes ago: Find out that holding [SHIFT] translates the iOS Simulator multi-touch pinch gesture.

Now: Screaming in pillow.

3 days ago 30 0 1 0
Tiny cat on my lock screen

Tiny cat on my lock screen

I just added this cute ascii cat to my lock screen. It’s the little things.

/ᐠ. .ᐟ\ฅ - meow

3 days ago 2 0 0 0

I'm kind of in a constant state of disappointment

4 days ago 2 0 1 0

yea it's basically choosing the least worst company to partner with

4 days ago 1 0 1 0

Paddle account finally approved, not vaporised in a nuclear strike.

Solid start of the day.

4 days ago 9 0 2 0
Preview
an elderly woman in a green shirt says it 's been 84 years ALT: an elderly woman in a green shirt says it 's been 84 years

Still FilePond v5 beta

v5.filepond.com

5 days ago 2 0 0 0

Clouds are 👌

6 days ago 1 0 0 0

If you tasked a dev agency that knows all the ins and outs of the WordPress codebase to build you a clone called EmDash would you be able to say:

"No WordPress code was used to create EmDash"

1 week ago 1 0 1 0

I had to look up the translation for that word but yeah now I see what you mean :(

1 week ago 1 0 0 0
Advertisement

Oof that is unfortunate :/

Hope it gets better soon, but bone bruises do take a long while to heal.

1 week ago 1 0 1 0

The chat widget on the Pintura product page used to be a great channel to help devs out and learn about how they're using Pintura.

Lately it's been mostly people testing if I'm a real person.

1 week ago 1 0 1 0

Please @ec.europa.eu, it’s time to get rid of DST

1 week ago 1 0 0 0

In the meantime Lemon Squeezy has accidentally upped prices on existing subs. They're working on it, but haven't responded in 10 days.

Why don't you switch to Paddle you ask?

I've been trying to but I've been stuck in their shit-show-of-incompetence approval process for the past two 2 months

🔥🐶☕️🔥

2 weeks ago 1 0 1 1

Emailed Gumroad support about the promise by their CEO (with receipts)

Support one second later: "No can do buddy! Greyed out footer: I'm an AI, if you want to talk to a human, please ask."

Reply: "Human please"

Support a couple ours later: "We're taking this very serious, Best, Gumclaw 🦞"

2 weeks ago 3 0 0 0

The idea of a MoR is not to have to deal with international tax, so self-hosting would also mean self-doing that.

2 weeks ago 1 0 0 0
In 2023, Gumroad moved to a flat 10% + $0.50 per transaction for all creators. Your membership products created before the transition have remained on an older rate.

Starting today, those memberships will move to the same pricing as everything else on Gumroad.

You can see the full details at gumroad.com/pricing.

If you have any questions, just reply to this email.

The Gumroad Team

In 2023, Gumroad moved to a flat 10% + $0.50 per transaction for all creators. Your membership products created before the transition have remained on an older rate. Starting today, those memberships will move to the same pricing as everything else on Gumroad. You can see the full details at gumroad.com/pricing. If you have any questions, just reply to this email. The Gumroad Team

Gumroad 3 years after promising they would not raise fees on existing subscriptions:

Heads up: From today we're taking an additional $2K of your monthly revenue! Cheers! 😘😘

2 weeks ago 13 0 4 1
Preview
a cartoon character says " so uh you got my money " while sitting at a table Alt: stevie griffin says " so uh you got my money "

B2B: How many payment reminders do we sent? how long is the grace period? how easy is it to recover from a failed payment?

B2C: DROP ZE TABLES, RESET THE ACCOUNT TO FREE!1

3 weeks ago 6 0 1 0
a pintura sidebar ad on MDN canvas page

a pintura sidebar ad on MDN canvas page

2016 👉 Browse the MDN docs to figure out how to build an image editor.

2026 👉 Buy ads on MDN to advertise the image editor you built.

3 weeks ago 22 1 1 0
Advertisement
Post image

A seagull ready to steal your lunch 🖌️

3 weeks ago 5 0 0 0

Cameras are an illusion so it’s closer to the real thing than you think :)

4 weeks ago 21 0 0 0

I think it won’t happen as I’m about to switch to a refurbished iPhone 13 Mini 😄

4 weeks ago 1 1 0 0

I ordered iPhone 16s for both my wife and I around September 2024.

I set my battery Charge Limit to 80% as it usually is plenty, she kept it at 100%.

Her battery now has 270 cycles on it, mine 318.

We checked Maximum Capacity this morning and her battery is at 94% while mine is still 99%.

N=1

4 weeks ago 4 0 2 0

I can confirm, I've upgraded my MacBook Pro to Tahoe and it works correctly.

1 month ago 1 0 1 0
import { defineFilePond } from 'filepond';
import { locale } from 'filepond/locales/en-gb.js';
import { ImageBitmapTransform } from 'filepond/extensions/image-bitmap-transform.js';

defineFilePond({
    locale,
    extensions: [
        // Add the ImageBitmapTransform extension
        [ImageBitmapTransform, {
            // Resize all images to fit a 512 by 512 bounding box
            width: 512,
            height: 512,

            // Images should be contained in the above bounding box
            fit: 'contain',
            
            // Crop all images to a square
            aspectRatio: 1
        }]
    ]
})

import { defineFilePond } from 'filepond'; import { locale } from 'filepond/locales/en-gb.js'; import { ImageBitmapTransform } from 'filepond/extensions/image-bitmap-transform.js'; defineFilePond({ locale, extensions: [ // Add the ImageBitmapTransform extension [ImageBitmapTransform, { // Resize all images to fit a 512 by 512 bounding box width: 512, height: 512, // Images should be contained in the above bounding box fit: 'contain', // Crop all images to a square aspectRatio: 1 }] ] })

I just added the `ImageBitmapTransform` to FilePond v5.

It uses `createImageBitmap` to automatically resize, crop, and compress images before upload.

This also marks the point where FilePond v5 extensions are at feature parity with v4.

1 month ago 3 0 0 0
Making a cappuccino in half automatic espresso machine

Making a cappuccino in half automatic espresso machine

gm

1 month ago 0 0 0 0

it’s definitely overpriced, but I can buy it as my company which makes it an easier decision

1 month ago 1 0 0 0

pulled the trigger 📱

1 month ago 3 0 1 0

just ordered a refurbished one with new battery

Get yours replaced! :)

1 month ago 1 0 0 0
Advertisement

ordered one at Swappie

1 month ago 0 0 0 0