Watching Jason Fried's livestream about their new tool Fizzy and spotted "safari" as a tag 👀 @amyhoy.bsky.social
Watching Jason Fried's livestream about their new tool Fizzy and spotted "safari" as a tag 👀 @amyhoy.bsky.social
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"
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)
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
Do I know any founders who write their own content and would participate in a UX interview for Knowatoa's new onboarding for $$?
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"?
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.
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. 😄
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
literally says "AI Generated" in the corner 🙄
Before clicking into this I thought it was going to be about the recent wave of ragebait-as-a-company startups!
wow haven't been here in a while and jerry is the official mascot now, congrats man
Oh man this sucks, i'm sorry 🙁
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...
In the movie he shoots the other guy right after this
Every time I see this gif I can't tell if they think it means "i agree" or the other meaning
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...
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.
This is so awesome! It's like being a kid again but with better graphics.
It's harder than I remember!
omg you can FLY now?!
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.
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
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
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
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.
Ahh ok. I found a couple interesting strings that are used in a bunch of places to decode other stuff in various ways
Thanks! Uploaded. Seems to be a known thing.
Here's a gist:
cat danger-do-not-run | base64 | pbcopy
gist.github.com/dceddia/37cb...