HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lemonlime227

no profile record

Submissions

Built for Productivity: What the Data Shows About Kotlin

blog.jetbrains.com
3 points·by lemonlime227·2 maanden geleden·0 comments

Ask HN: Negotiating Intern Pay

3 points·by lemonlime227·3 maanden geleden·5 comments

Apple Creator Studio

apple.com
515 points·by lemonlime227·6 maanden geleden·443 comments

Ask HN: How can I get better at using AI for programming?

471 points·by lemonlime227·7 maanden geleden·469 comments

comments

lemonlime227
·3 maanden geleden·discuss
This has been my intuition so far as well, I feel like I should just reserve negotiating for full time offers.
lemonlime227
·3 maanden geleden·discuss
Consulting isn't a career I see for myself long term, and I much prefer SWE over it. MBB was my backup.
lemonlime227
·5 maanden geleden·discuss
Alternative, less phishy link: https://github.com/github/gh-aw

This is on GitHub's official account. For some reason GitHub is deploying this on GitHub pages without a different domain?
lemonlime227
·6 maanden geleden·discuss
> This means the driver doesn't "search" for empty space. It calculates where data goes using math.

From my understanding, we're still searching for empty space? We just have an easily computable sequence of spots to check. E.g., if our stride is 7 blocks, then instead of going linearly with a stateful search, we can easily compute where we check. It's hard to pull this apart from the README. The README looks a bit LLM generated (clued in by OP's comment as well), which contributes to the difficulty versus a more thoughtful writeup. Interesting idea, it's just hard to tell exactly what's going on.
lemonlime227
·6 maanden geleden·discuss
Additional info: Final Cut Pro is going to keep getting updates, but certain features (presumably AI related) are not going to be included with the one time purchase and are gated to the subscription [1].

[1]: https://www.apple.com/final-cut-pro/#:~:text=A%20one%2Dtime%...
lemonlime227
·6 maanden geleden·discuss
The individual one time purchase versions are still available for all the apps. Final Cut, Logic, Motion, Compressor, and MainStage are offered in a bundle for education by Apple as a $199.99 one time purchase (no education status is verified) [1]. Pixelmator Pro is available as a one time purchase as well for $49.99 [2]. Not included in the Creator Studio is the Lightroom alternative Photomator, which is available as a one time purchase of $119.99. You could recreate just the Creator Studio as a one time $250 purchase, or the entire suite (including Photomator) for $370.

Not available for one time purchase are the AI features and templates available for the free apps (Keynote, Pages, Numbers, Freeform).

Personally, I'm glad that one time purchases are still options for the core pro suite: long term they do hold value compared to paying Adobe a subscription (or dealing with the high seas on macOS). However, I don't see things like the education bundle sticking around much longer, so purchase it sooner rather than later.

[1]: https://www.apple.com/us-edu/shop/product/bmge2z/a/pro-apps-...

[2]: https://apps.apple.com/us/app/pixelmator-pro/id1289583905
lemonlime227
·7 maanden geleden·discuss
Yeah, to add some context for people reading this, jj fix works best for edits local to the diff, and it’s meant for edits mostly. With some trickery you could run some analysis, but it’s not what jj fix is meant for right now.

The intended future solution is `jj run` (https://docs.jj-vcs.dev/latest/design/run/), which applies similar ideas to more general commands.
lemonlime227
·7 maanden geleden·discuss
To bring up jujutsu, `jj fix` (https://docs.jj-vcs.dev/latest/cli-reference/#jj-fix) is a more refined way of ensuring formatting in commits. It runs a formatting command with the diff in stdin and uses the results printed to stdout. It can simplify merges and rebases history to ensure all your commits remain formatted (so if you enable a new formatting option, it can remove the need for a special format/style fix commit in your mutable set). Hard to go back to pre-commit hooks after using jj fix (also hard to use git after using jj ;) ).
lemonlime227
·9 maanden geleden·discuss
I agree, my experience is anecdotal. Generally never heard much from Loudoun residents about noise (Loudoun is where most of the N. VA data centers are), it's more of a complaint you hear online from people in other parts of the country that are having data centers built near them. Again, anecdotal.
lemonlime227
·9 maanden geleden·discuss
Not great. Gone up a bit recently, but it's just another bill that I've budgeted for.
lemonlime227
·9 maanden geleden·discuss
Ashburn/Loudoun resident here, lived right next to us-east-1 for 10+ years. No, the noise is not impactful. The data centers are very quiet on the outside. More noise comes from Dulles Airport nearby. Main problem is 1. visuals. They are horrendous blobs to look at. 2. land/electricity values. Gone up a lot in the past few years. Happy to answer any questions.