Advertisement · 728 × 90

Posts by Dave Ceddia

Post image

Watching Jason Fried's livestream about their new tool Fizzy and spotted "safari" as a tag 👀 @amyhoy.bsky.social

4 months ago 4 0 1 0

The people under the windows have a very AI feel to them. Maybe this was a case of "hey ChatGPT, blow up this poster to bus size"

4 months ago 1 0 0 0
Post image

The partitioning is some virtual magic. It didn't shrink my current one, but it let me "double book" the space to install the other OS. (I haven't tried Tahoe yet but I did this with Sequoia recently)

5 months ago 0 0 0 0
Use more than one version of macOS on Mac - Apple Support If you install a compatible macOS on an additional internal or external storage volume, your Mac can start up from either volume.

If you have some free space on your current Mac, you can make a new partition and install it there.

idk how recently this became possible (maybe since APFS?) but it's surprisingly easy and been handy for testing

support.apple.com/en-us/118282

5 months ago 1 0 1 0

Do I know any founders who write their own content and would participate in a UX interview for Knowatoa's new onboarding for $$?

6 months ago 2 4 1 0

So this is the part where OpenAI harvests everyone's government ID right?

"Because now that it has adult features they'll need IDs from everyone to ensure safety"?

6 months ago 4 1 1 0

Part of this is that doing open source *for the money* lost its taboo. It's wider than just OSS; sponsored content went from "what a sellout" to "get that bag" along the same time.

I'm not sure of the cause <-> effect directionality here. My guess is it's more like an intertwined helix.

6 months ago 6 0 1 0
Advertisement
Preview
Whimsical Animations Learn how to create charming interactions and delightful touches using the magic of CSS, JavaScript, SVG, and Canvas. I’m sharing all my tricks in this one!

We’re live!! My brand-new course, “Whimsical Animations”, is now available. 🥳🎉

whimsy.joshwcomeau.com

I’m so excited to share all of my animation tools and techniques with y’all. 😄

6 months ago 307 102 18 39
DAN ABRAMOV CONSULTING

DAN ABRAMOV CONSULTING

i’m back from a vacation and i have good availability for next month for consulting!

i may be able to help with: getting unstuck at work (if you’re stuck with a software dev problem), frontend architecture, anything react-related

the format is an hourly call

dan.abramov.consulting@gmail.com

7 months ago 84 11 10 0

literally says "AI Generated" in the corner 🙄

7 months ago 0 0 0 0

Before clicking into this I thought it was going to be about the recent wave of ragebait-as-a-company startups!

7 months ago 1 0 0 0
Post image

wow haven't been here in a while and jerry is the official mascot now, congrats man

7 months ago 4 0 0 0

Oh man this sucks, i'm sorry 🙁

8 months ago 4 0 0 0
Preview
Hand proping the 912 ROTALK is a web based support system which provides a common access point for locating key Information - Education - Support for their Rotax Aircraft Engines such as the Rotax 912, Rotax 914, Rotax 91...

I'm always cautious with mine too but these Rotax engines are hard to hand prop accidentally. It needs 200rpm to trigger the ignition. Still good to keep out of the way of course but it adds some peace of mind

www.rotax-owner.com/en/general-t...

9 months ago 2 0 0 0
Advertisement

In the movie he shoots the other guy right after this

9 months ago 3 0 1 0
Preview
a man in a suit and tie says my man ALT: a man in a suit and tie says my man

Every time I see this gif I can't tell if they think it means "i agree" or the other meaning

10 months ago 2 0 1 0
Post image

Deploy Empathy is only 24 copies from selling 5,000 copies, which is absolutely WILD

...so the Kindle version is now on sale for $ | £ | € 5.00 to get it over the line

www.amazon.com/Deploy-Empat...

10 months ago 24 8 4 2

It's awesome! I think they're working on porting TIE Fighter missions too.

Despite the "alpha" label this seems very polished so far. It's not like a tech demo either, they built out the concourse and mission briefing room and all this stuff that makes it feel like a proper game.

10 months ago 1 0 0 0

This is so awesome! It's like being a kid again but with better graphics.

It's harder than I remember!

10 months ago 3 0 0 0

omg you can FLY now?!

10 months ago 1 0 0 0

I've heard good things from friends about the Timeshifter app.

I don't think it helps much after the fact, but it's supposed to help avoid jet lag in the first place.

10 months ago 1 0 0 0
when you redirect, the shell opens the file BEFORE the program starts

sudo echo blah > file.txt

first I'll open file.txt...

THEN I'll run sudo echo blah

this is why file.txt isn't opened as root!

when you redirect, the shell opens the file BEFORE the program starts sudo echo blah > file.txt first I'll open file.txt... THEN I'll run sudo echo blah this is why file.txt isn't opened as root!

I think I have finally managed to articulate this very fundamental but slightly counterintuitive fact about how shell redirection works

10 months ago 455 63 9 3

It seems great in theory!

These services are expensive and indie hackers don't have the cash, probably.

And for building one?

Most indie hackers don't build services. 99% are chasing the 0-hour workweek, decoupling hours from $$ etc

Most indie hackers don't enjoy marketing and/or don't know how

10 months ago 3 0 0 0
Post image

When I check the "captcha", it makes an XHR request and the response contains the full command (base64-encoded) that ends up in the clipboard. So I guess if it's a bug it's probably server-side

10 months ago 2 0 0 0
Advertisement
Post image

Hah, there is! Similar pattern, inserts a command into the clipboard.

cmd /c "powershell -w h -e OwA=" && ✅ I am human

I'm not sure this would do anything? Seems like OwA= is a semicolon

Maybe it only really works on Windows, or this command is bugged like the curl one was.

10 months ago 1 0 1 0
Post image

Ahh ok. I found a couple interesting strings that are used in a bunch of places to decode other stuff in various ways

10 months ago 1 0 1 0
Post image

Thanks! Uploaded. Seems to be a known thing.

10 months ago 2 0 1 0
Preview
cat danger-do-not-run | base64 | pbcopy cat danger-do-not-run | base64 | pbcopy. GitHub Gist: instantly share code, notes, and snippets.

Here's a gist:

cat danger-do-not-run | base64 | pbcopy

gist.github.com/dceddia/37cb...

10 months ago 1 0 1 0