llms benefit greatly from feedback and typing/type errors are one of the fastest and easiest methods of feedback to give to an llm.
HN user
baseonmars
[ my public key: https://keybase.io/baseonmars; my proof: https://keybase.io/baseonmars/sigs/GxamSRrrfCnjcZMfAYCraK-jry9DEmx_MAnW4eIwjeQ ]
absolutely second this. I'm mainly a claude code user, but i have codex running in another tab and for code reviews and it's absolutely killer at analyzing flows and finding subtle bugs.
Alfie.io by xpflow | Remote (US) - East coast timezone preferred | Founding Full-Stack Engineer | https://alfie.io
Alfie.io builds AI-powered tools that help small and mid-sized e-commerce brands reach new customers who are already interested in their products. We automate outreach, rankings, and discovery of affiliates, creators and ambassadors using LLM-driven workflows. The team is small and experienced, and we move quickly.
I'm looking for an experienced full stack engineer to join the team - the right candidate will have a large degree of freedom in building the product, but plenty of support to get up and running. Our current stack is Typescript, Next.js, vercel, but we're actively looking at options for some of the more data intensive workflows.
Real world experience with AI coding agents a must.
Reach out to jobs@xpflow.app for full spec and further questions
I think that's a shame - I take a different approach that means the article resonates with me a lot more.
It's about learning enough to be able to appreciate something beyond surface level. You struck a chord with coffee and headphones - yes, I've gone deep on both, but rather than suck the enjoyment out of cheaper options it's given me an appreciation across the segment. I can now buy a cheap coffee and make it taste excellent - I can appreciate a well tuned headphone regardless of cost or lack of technicalities.
When headphones reach $2k+ and coffee starts costing $50 for 100g, rather than get universally better they tend to get opinionated - a different flavor of weird as a friend once said.
So I would suggest that it's fine to go deep on something, but make sure you're doing it to get to a deeper true/understanding.
The blending between background and hair are the real give-away. Some of the faces are really quite convincing.
Try gently pressing your finger against your larynx when you read in your head - you'll likely find you read faster - this works for me, although I tend not to bother.
For me (and the teams I work with) it's to encourage modular thinking - everything is a candidate module that can be extracted, put in source control and shared.
For tests that go beyond small (unit/spec) level we have a project level tests folder because these tests make use of multiple modules and it wouldn't make sense to place them closer to the code.
Someone else in comments mentioned cohesion - that's another way of thinking about it.
You can create a JWT without writing to a datastore - this is a key difference.
In my experience it just mean they're sharing the property, not living in the same room.
3 months is the standard in the UK. It's not often used, but it certainly can be.
"Mr Cleary also faces charges in the US, where he stands accused of breaking into a number of websites, including that of the US X Factor, in order to deface them and steal personal details."
1
when they result in depression and exhaustion >_<
Going by their pricing page and the 17000 viewer hours he mentioned before cutting out, I'd guess a couple of thousand dollars, ouch! http://www.livestream.com/platform/premium_features_and_pric...
edit: it's more like $8000-15,000 (http://news.ycombinator.com/item?id=2907135)
isn't this an old article that pre-dates Zeldam's involvement with the HTML 5 spec (http://www.zeldman.com/superfriends/ "We, the undersigned, wish to declare our support for the direction in which the HTML5 specification is heading").
i'm not convinced... i kind of like the anonymity a telephone number affords.
looks like they're recommending the 'Mac Box Set' http://store.apple.com/uk/product/MACBOX-101801
i did a 50 A4 sheet picture with this of grandmaster flash. i used a tiny source picture (less than vga). I took the time to trim the edges and tape all the sheets together first. this made sticking it to the wall a simpler task.
if i could have done anything differently i'd have used a printer that could do borderless printing. it looked awesome, would def recommend.
i've got to heavily agree with you on this. i feel more in control of what's going on in my code... and yeah, often confused by peoples massive opposition to it.
generally speaking if someone's angry about something, they probably don't understand it. otherwise... why not ignore it til it goes away?
what3va.co.uk (i don't know what i was thinking, but someone might have a use).
I think the hope is you write one test then write the code to make it pass. In theory the code and tests grow at a similar rate. If one treats the two activities as separate then i think it would be very easy to get caught up in the productive feeling that writing tests gives without receiving a good portion of the benefits.