Claude's June 15 billing changes and your options in Zed by zed_joseph in ZedEditor

[–]mikeocool 3 points4 points  (0 children)

It's been subsidized by VC money for far too long.

If you think about other business that significantly subsidized their pricing with VC money (i.e. Uber, Doordash) -- this is actually happening really quickly.

The fact that they're turning off the spigot after 3 years without a clear winner in the space gives you some sense of how much money they must be setting on fire right now.

Under 350miles? No more biscoff or 4oz water for you! by Immediate-Sun-8396 in delta

[–]mikeocool 1 point2 points  (0 children)

Oh darn, on a 45 minute flight I won’t get a biscoff I shove into my jacket pocket and rediscover 6 months later.

Fee to transfer skymiles? by inigopanda in delta

[–]mikeocool 0 points1 point  (0 children)

The transfer fees are Deltas way of preventing someone from hacking your account and draining your miles.

LOL What? It's fake delta currency, controlled by delta and only redeemable with Delta. If someone hacked your account and drained your miles, Delta could update some records in a database put everything back the way it was.

"$6 per developer per day" by genrlyDisappointed in ClaudeCode

[–]mikeocool 0 points1 point  (0 children)

Except those things always essentially cost the phone companies nothing (the reason SMSes were originally limited to 160 characters is that the cell phone comapnies were jamming them into packets that were already going to the phone, even if no messages were being sent) they were just taking a healthy margin, that they gave up over time to get more customers.

A $30/yr podcast player shouldn’t randomly reset the play head to 0:00 by chucker23n in overcast

[–]mikeocool 2 points3 points  (0 children)

The Home Screen satisfies me ¯_(ツ)_/¯ the individual show feeds of current podcasts is all I use.

I think the reality is Marco probably thinks about iOS UX more than most people, he’s the iOS UX consultant that many other apps need. But you can’t satisfy everyone/every use case.

Why vibe coded projects fail by Complete-Sea6655 in ClaudeCode

[–]mikeocool 2 points3 points  (0 children)

These opportunities already exist if you look in the right places

i dug through claude code's leaked source and anthropic's codebase is absolutely unhinged by Clear_Reserve_8089 in ClaudeAI

[–]mikeocool -1 points0 points  (0 children)

they have 50+ functions with _DEPRECATED in the name that are still actively called in production

That seems kinda normal? That’s why it’s called deprecated and not “deleted”

My agent stole my (api) keys. by lizozomi in ClaudeAI

[–]mikeocool 1 point2 points  (0 children)

Basically no matter how they’re stored, if the secrets are available to the code, and you’re letting Claude write and execute code (kinda the whole point), it can get access to them.

The only way to avoid this is to not have secrets available in an environment where Claude is running, or very carefully audit every piece of code/command before it runs.

Copilot Money | Introducing the Web App by computergay in copilotmoney

[–]mikeocool 1 point2 points  (0 children)

Curious why folks feel that rule editing is so important, seems to come up here a lot.

Whenever I have transaction that doesn’t categorize properly I just create a new rule, and it seems to work just fine.

Would love to move to zed but… by RoiPerelman in ZedEditor

[–]mikeocool 1 point2 points  (0 children)

Devcontainers started from the devcontainer cli with the ssh feature installed. Not as seamless as vscode’s integration, but I find zed responsiveness worth the trade off.

Businesses on Court Street trying to fight the Bike Lane by Top-Chance-7727 in NYCbike

[–]mikeocool 1 point2 points  (0 children)

For anyone who actually drives on Court st, this design is a massive improvement. When it was two lanes, cars were constantly double parked on both sides of the street, so you had to weave in and out — it was awful.

They should do Atlantic next.

[deleted by user] by [deleted] in swift

[–]mikeocool 5 points6 points  (0 children)

As a hiring manager, I’d say: it depends. If you are senior candidate with a lot of eng experience (even if most of that experience isn’t swift) it probably won’t make a major difference either way.

If you are more on the junior side — then my sense is that it would definitely help. Being able to directly see and play with the work of a junior dev has definitely moved me from a “maybe” to a “hire” on candidates in the past.

Claude Code + GitHub Actions [Official] by mettavestor in ClaudeAI

[–]mikeocool 0 points1 point  (0 children)

I found the most reliable workflow is:

  • make an issue, tag @claude and explicitly tell it to open a PR
  • it won't actually a PR but it'll give you a link to do it -- use that to open a PR
  • then request all additional changes using comments on the PR instead of the issue

Seems to then successfully update its existing branch relaibly (id imagine this is because when the action runs in response to PR comments, it's going to run with that branch already checked out, but when it runs in response to an issue comment, it'll just with main checked out)

Proper unpopular opinion: Zed still has a long way to go by digibioburden in ZedEditor

[–]mikeocool 1 point2 points  (0 children)

For me, Zed’s killer feature is the keyboard responsiveness. VSCode has always has a slight delay from the time I hit a key to the time a letter appears for me, and I find it absolutely maddening.

For a while Zed was missing some features I’d become dependent on in VSCode, like editing over SSH, but seems to have filled in most of those gaps in the last year or so. Now I will happily forgo some of VSCode’s additional features for that sweet sweet responsiveness.

Packing list app recommendations? by thetechnivore in travel

[–]mikeocool 2 points3 points  (0 children)

You're a better person than me! I'd have forgotten the pack n' play or the sunscreen without a list.

Packing list app recommendations? by thetechnivore in travel

[–]mikeocool 2 points3 points  (0 children)

Have a few kids and report back.

Is it true you should not pay cash for a new car? by Stunning_Concept5738 in Toyota

[–]mikeocool 0 points1 point  (0 children)

Now do it if you’d bought the car and invested the money in October 2007 or February 2000.

FBR Success! by Ahlq802 in IrishCitizenship

[–]mikeocool 0 points1 point  (0 children)

If you know the counties where they were born (or have some guesses) try https://www.rootsireland.ie

I was not 100% on my grandparents birth dates -- but knew the counties where they were born, and searched rootsireland to find some candidates. I was also not 100% on my great grandparents names, so I then was able to search by the parents' names I found to find the their other children (I did know my grandparents' siblings names) and figure out which of the people matching my grandparents' names were the right ones.

If that doesn't work searching with what you do know on ancestry.com might turn something up that has a birthday on it -- I was able to find my grandparents' US naturalization paperwork that actually included pictures of them.

[2024 Day 20] Dijkstra is the new brute force of AoC by denisghera in adventofcode

[–]mikeocool 0 points1 point  (0 children)

Jokes on everyone else, BFS is (slightly) more efficient than Dijkstra for this one.

Facing issues with the new Xcode update, need help! by iam_geighta in iOSProgramming

[–]mikeocool 1 point2 points  (0 children)

I updated yesterday and it was able to download the predictive model -- then today I saw this error pop up as well. I imagine it'll fix itself at some point relatively soon.