Also, many energy retailers increased the daily 'connection service fee' to compensate. My dad's daily fee went up an extra 55c~, or +$200/year.
HN user
Bockit
James Hiscock, I work at Block.
I think it's more: AI assisted engineering is a new skill people are trying to develop and we're on this collective experimentation process, working out how to use AI for engineering with varying degrees of success.
If that's true, any statements defining what is necessary to do should be ignored in that context. I'm still interested in hearing about what people tried, what results they think they saw, and then trying to apply those findings to my own processes.
Which is to say I don't think the pontificating is pointless, but as statements of Real Truth, I agree they're likely wrong. We're too early in the game.
I have a Mac mini and I put every device that needs access on Tailscale
It’s such a fun time to have 1+ decade(s) of experience in software. Knowing what simple and good are (for me), and being able to articulate it has let me create so much personal software for myself and my family. It has really felt like turning ideas into reality, about as fast as I can think of them or they can suggest them. And adding specific features, just for our needs. The latest one was a slack canvas replacement, as we moved from slack to self-hosted matrix + element but missed the multiplayer, persistent monthly notes file we used. Even getting matrix set up in the first place was a breeze.
$20/month with your provider of choice unlocks a lot.
Edit: the underlying point being, yes to the article. Either building upon the foundations of open source to making personal things, or just modifying a fork for my own needs.
I've been doing JS for nearly a couple decades now (both front and back) and I landed on the same approach a few years ago. Pick your absolutely minimal set of dependencies, and then just make what you need for everything else. Maybe counter-intuitive to some, I feel like I'm more comfortable maintaining a larger codebase with less people.
What's more, given the tools we have today, it fits really well with agentic engineering. It's even easier to create and understand a homegrown version of a dependency you may have used before.
This is probably a semantics problem. You’re right. The models don’t know how to mcp. The harness they run in does though (Claude code, Claude desktop, etc), and dynamically exposes mcp tools as tool calls.
What’s special about front-end developers here?
Taran's Sphere Scripting for Dummies was what taught me how to program as a 14-15 year old trying to do the same thing :)
If it doesn’t load for you either: https://web.archive.org/web/20220813225258/https://bluedotli...
Test post please ignore!
Essentially, you don’t.
I have a very similar story. I spent many many evenings in my teens learning to “script” with Taran’s Sphere Scripting For Dummies website and .chm file for the Sphere Server UO emulator.
Best part is I didn’t even realise I was programming. In my mind I was just making the game do what I wanted.
We used to gargle water mixed with potassium permanganate as children after cleaning our teeth to see if we did a good enough job. It would colour plaque pink, so it was very obvious if you hadn't cleaned properly!
It's the super terse anonymous function syntax. You could use the slightly more verbose version with named instead of positional params or put a named function in there instead.
More that I don't have to force everything into a single file. I think it's more flexible that way. Let's say one day I work static files into my build process I could chuck them into the same folder where they're relevant to the component.
I prefer to colocate into 1 folder. index.jsx, index[.css,.styl,.scss, etc.]
Just like my JS requires different JS files, my CSS imports various files too. The preprocessor turns that into 1 css file (or n, if you want).
I had a similar experience. Between the ages of 14-16 I tinkered on my own sphere shard with a friend of mine. I didn't realise what I was doing was programming until I took courses 16-17 and realised what I had been doing the whole time :)
There was one website, Taran's Scripting For Dummies, that was pretty much my bible.
Just a quick comment on the spamfest side of things. Disclaimer that I never got into LoL. I've found over the years playing most of the different MOBAs that when I come into a new one I find it nearly impossible to delineate what is happening in a many-player fight. It only comes after some time playing the game that I'm able to recognise this shade of light in this pattern means this spell is being used, etc. After a point it becomes quite clear what is going on and looks a lot less like a spamfest.
I think the distinction the grandparent made was they would be happy to see the trait in the leader of the country, not that seeing the trait makes a good leader.
If I recall correctly from the last time I had to deal with this, it's the first 3 towns on the Eyre highway in WA coming from the SA border. This[1] suggests there are actually 4.
I can't speak for the OP, only my experience here. The docs on flux[1] recommend singletons for the dispatcher and stores. If your library is following that recommendation then things start breaking in a server-side environment as multiple requests start hitting, especially in parallel with asynchronous data retrieval.
I've been using 2.0 for a couple months now because of webfont issues with 1.9, they work now.
The default included polyfills tend to cover most things in my experience. I haven't had to worry about if a feature exists in IE8 or if we're polyfillng it for a while now, it's great.
Actually the markdown page on his site mentions exactly that as markdown's intention.
The overriding design goal for Markdown’s formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it’s been marked up with tags or formatting instructions. While Markdown’s syntax has been influenced by several existing text-to-HTML filters, the single biggest source of inspiration for Markdown’s syntax is the format of plain text email.
I'm stretching my memory a little but I think there was an Indiana Jones game using what I vaguely recognised at the time as the same engine, which I have equally fond memories of!
we can make the number of columns depend on the available space, so that a narrow screen will have one column, a wider screen will have two columns, etc. This is all it takes to specify that the optimal line length is 15em and for the number of columns to be calculated accordingly
It looks like the columns property can take a size value, which the browser will use to work out how many columns it can fit.
I think the counter argument is that in other places where tipping isn't mandatory or even common, reataurants are still able to do fine.
I don't think people think they're arrogant. I think people find them unsuited to the task at hand. If you felt that way already, this incident would have been another nail in the coffin.
It all comes down to the idea that if you the user have concerns with the app, you the user can take the approrpriate measures to verify, given enough time.
On the topic of github emails, I'd love the ability to set an email for notifications on a per repository, instead of just per organisation basis.