HN user

sbaildon

140 karma

sean@baildon.co

Posts0
Comments30
View on HN
No posts found.
Tidal AI Policy 23 days ago

You open the music you download with something like IINA or Doppler, and you're off to the races. What exactly is the hurdle?

The author has the same problem as myself; there’s a permanent imprint on the screen that sits right where the screen makes contact with the topside of the touchpad.

It’s quite an annoying flaw, and i’ve only had this problem with the machines since the M1 redesign

The linked article is clear as to why the S and X don’t need to be in Tesla’s product line

Tesla’s far more popular models are the 3 and Y, which accounted for 97% of the company’s 1.59 million deliveries last year

> Grouped aliases/imports/requires are a mis-feature in my view. They save a few characters when typing but they complicate searching for module uses and refactoring.

Totally agree with this. I prefer to not use aliases most of the time, or to explicitly list out each module path separately if they are too long to fit inline. All preferences though.

recode[0] has a formatter plugin that reformats grouped alias/import/requires

[0] https://github.com/hrzndhrn/recode

There’s an automation that’s triggered when you receive an email. Coupled with Mail’s “Send later” feature in iOS 16 and some parsing, you can send messages at any time you want.

I bought a burrito during lockdown in the UK, but it was such a miserable experience.

The menu wasn’t particularly intuitive, and took me a few minutes to pick out what I wanted — then I was greeted with a registration page. Email, password, phone, address, you name it, they wanted _everything_ — I only wanted to collect. They didn’t take mobile wallet payments either! Manual card entry!

I feel like the restaurant recognised they had a problem, but contracted out a solution to the lowest bidder that actively went out of their way to design the worst UX.

In the end I actually went ahead and built a platform that’s not user hostile.

Im going to rewrite the landing page and do another round of marketing soon. The page that I wrote in an afternoon is far too negative in hindsight. It needs a positive spin.

https://plated.direct

The web experience has been reduced to an indexer. Following the HN link, there's an option to open the app store, or navigate to the subreddit's index. Even choosing to navigate to the index and open a post directly displays the same prompt.

My expectations mirror your own, but a few of Jeff's thoughts imply that they won't take this path:

App bars become UINavigationControllers. Standard controls just need light branded touches. Lists can align with modern UITableView and list-based collection view APIs. Menus are just UIMenus.

And the best code is often no code :)

The time we're saving not building custom code is now invested in the long [...]

Anecdotally from myself, colleagues, friends, blogs, and random forum posters, 4 solid hours of knowledge work is right on the nose.

I work on my own time, starting almost immediately after waking up with the sunrise. I get in 3-4 hours while the world is quiet leading up to lunch time; then I'll cook some lunch and go training. Post-lunch work is autopilot admin or operation tasks. There are days where focus is amped up to 11 and the brain fog doesn't set in—but those days are rare.

I'd say that your feelings of "cheating the system" are ingrained by a culture that doesn't apply to your profession.

I use migadu for all my side-project-esque domains because of their pricing, and their service has been wonderful.

Unfortunately I’m still using another provider for my primary domain because I can’t get real time push notifications on Apple Mail with Migadu—they’re limited to 15 minute fetches for best case scenario

How to Work Hard 5 years ago

Certainly not out of fashion. I’m approaching 30, and I’ve spent 2 and a half years in and out of a hostel in London. Fantastic life experience

Nah, these aren't matched albums. They're directly added from Apple Music. And that's the thing, the albums are fine!

For [1] and [3], I added the album to my library as you see them in the links you provided. Then one day—poof! Albums are mangled, songs have been pulled out into "singles", or I find a new "compilation/greatest hits" version of the album in my library with a subset of the songs, and another subset in the original. Now I have to find all loose tracks, delete them—if I can find them all—then re-add the complete album.

The deluxe version of [4] has an extended track list, but I didn't add that version to my library. Apple Music thought it'd be a great idea to add the deluxe version, and split tracks between both albums so neither version is complete.

I've certainly grown less particular about maintaining "my library". But when I hit shuffle, encounter a great song, navigate to the album, and find it mangled, it's... frustrating.

I wish Apple would provide an API that can upload to iCloud Music Library

Apple can add feature after feature, but if Music continues to split albums without warning, it's close to useless. I can't curate a music library when I can't rely on my music not being jumbled around. Dropping music for licensing issues is one thing, but messing with metadata is beyond frustrating.

For arbitrary reasons, Apple Music will: remove songs from albums and re-add them to your library as the "single" or "deluxe" versions; split albums and intersperse tracks between both; and duplicate songs in albums.

The albums usually still exist in Apple Music—I just have to go out of my way to remove the mangled music and re-add the album. Problem is, there is no warning or notification it happened.

Examples:

[1] https://pasteboard.co/K2kdUN3.png This album is totally messed up. Multiple track 3 with different titles, one unavailable, missing tracks that were re-added to my library as singles.

[2] https://pasteboard.co/K2keFBV.png One song pulled out into a greatest hits compilation and duplicated

[3] https://pasteboard.co/K2kfc0b.png All tracks, except 1, removed. The album still exists in Apple Music.

[4] https://pasteboard.co/K2kfBTR.png Originally added the original version of Camp by Childish Gambino to my library—here it's split between deluxe and basic, with tracks arbitrarily mixed between both.

[...and many more]

Big fan of Elixir. First and third party libraries are typically very high quality; community support is great; and documentation is best in class.

Right now, I’m trying to find a way to speed up builds in CI because they’re the biggest bottle neck to deploying. Building an umbrella with 5 apps, 3 of which are phoenix, leveraging parallelised docker buildkit, will still take 8~ minutes.