HN user

shermanyo

232 karma
Posts2
Comments192
View on HN
Googlebook 2 months ago

"This outfit is bold and shows off your strong personality, a perfect choice for today!"

It's May and you chose a bright green and red sweater with a picture of Santa Clause.

"You're absolutely right! Maybe this would be a better choice for December."

I use a dotfile with aliases and functions, mostly to document / remember commands I find useful. It's been a handy way to build a living document of the utils I use regularly, and is easy to migrate to each new workstation.

Gaming is a special case imo, and more affected by the additional power drawn for the GPU. For CPU bound apps, there's still a night and day difference between new apple silicon vs the previous generation of x64 processors. I've used a laptop to DJ shows for several years, always requiring AC power for anything longer than an hour. With my m1 macbook, I've DJ'd 6+ hours with no power adapter, also powering hardware over USB. It's literally a 4x improvement over my previous i5 setup.

I use the session view for vocal recording. Recording multiple takes to new clips in session view, then copied into the arranger, it lets me comp several takes without messing up the final arrangement, and is great for project organisation.

I think in this case, the author means coding version logic into the app itself. eg. versioned API endpoints for backwards compatibility

I've always thought of RPGs as narrative focused games with character progression based on improving stats and equipment. I think both A Link to the Past and Chrono Trigger would fit that description. ALttP may not have the same depth of character traits, but there's still a progression unlocking extra health hearts and stronger swords iirc.

For the other games you mentioned, I would say they have RPG elements (ie. increasing player stats in Mario Tennis), but the narrative isn't really the focus of game in the same way as with a traditional RPG.

I've just had GPT-4o write me a full-featured 2048 clone in ~6 hours of casual chat, in between of work, making dinner, and playing with kids; it cost me some $4 in OpenAI bills, and I didn't write a single line of code.

This kind of example always confuses me. I don't see the value vs reading an article like this: https://www.freecodecamp.org/news/how-to-make-2048-game-in-r...

If I said I built a 2048 clone by following this tutorial, noone would be impressed. I just don't see how reading a similar tutorial via a chat interface is some groundbreaking advancement.

Nearly every crypto wallet I've created, I've initiated a transfer the same day. With the public ledger I can look up the first transaction for one of my wallet addresses and know with near certainty when that wallet was created. I wouldn't be surprised if this was the case for most people.

I think its a valid point that this approach would be more useful when run by the energy provider themselves, and would make it much easier to justify turning the miners off / migrating them to newer projects as a way to manage demand. I think this capability would allow them to plan for a higher level of overproduction in the early stages, or scaling up ahead of the rise in demand.

Why not offer an agreement for off-peak use, and put profits into expanding capacity? This always seemed like a great use case for bootstrapping new power generation projects. It provides an immediate customer for excess base power generation that can be scaled back / migrated once demand picks up.

So does this mean gay couples shouldn't have same-sex friends? And bisexual couples shouldn't have _any_ friends?

I use a calculator so rarely, I've found I mostly just type the equation into the closest browser address bar to see the result. Works great for most PEMDAS operations. For 90% of the time, I have my answer quicker than I would be able to open another app.

For anything more complex, I usually open a spreadsheet or drop into a python shell.