HN user

flowingfocus

65 karma
Posts6
Comments32
View on HN

I'm also curious to see if we will see more "no drive zones".

We see this in other domains: I recently talked to someone from an asset inspection (think flying around bridges to check for fractures) company. They can't use DJI drones because of security concerns.

Claude for Excel 9 months ago

Version control and meaningful diffs for .xlsx will be in high demand in a few months

specifically for working better with diffs, I can recommend tmux + lazygit with this keybinding for quickly opening a floating lazygit:

bind-key C-g display-popup -E -d "#{pane_current_path}" -xC -yC -w 80% -h 75% "lazygit"

not only does it allow you to see the diffs, but you can directly discard changes you don't want, stage, commit, etc.

The neighborhood cafe where locals can stop by at any time and see other locals

This is still the norm in some places. When I was cycling through the Balkans, I was surprised how many people sit in public spaces, usually close to a kiosk, and play cards, throw dice, or just chatter

The explanation is in the article. Tldr is for sync functions, the CPU is blocked, with async functions, once the await statement is reached, other stuff can be handled in between

Yes, our models are never complete. As someone here already wrote: "all models are wrong, some are useful".

What makes me optimistic here is that since the enlightenment we have a good track record with arriving at better and better models. In the language of David Deutsch: We are arriving at better and better explanations, where the quality of an explanation is determined by rigidity ("how hard it is to vary") and reach ("in how many situations does it apply"). His books "The Fabric of Reality" is a great book by the way, he describes how the theories of evolution, quantum physics, epistemology and the theory of computation are connected with each other. The bit about good explanations is from "The Beginning of Infinity", also a very good read.

I find that it sometimes easier to accept this as this is just how life is when I read people with experience write about this. If this is true for you as well:

There is a good book review about it on SSC https://www.astralcodexten.com/p/your-book-review-the-laws-o...

Whether or not you make money, you have regrets! If you profited, you could have made more. If you lost money, you shouldn’t have made the trade at all. Like death and taxes, you can’t avoid adverse selection.

Platform engineering applies the lessons the cloud providers have learned to internal software delivery.

Self service + APIs for all offerings reduces friction for developers and allow automating the most recurring things they want to do. Pay as you go pricing is the counterweight to the increase in freedom.

Viewing is this way makes the direction the whole platform engineering space is developing towards much more predictable.

I recently built my first wheel from scratch. Everything I needed to know was collected on this fantastic page on wheel building https://www.sheldonbrown.com/wheelbuild.html

Learning to build wheels is an important milestone in the education of an apprentice mechanic. A "mechanic" who has not mastered this basic skill cannot be considered to be a fully-qualified professional, and will always feel inferior to those who can list wheelbuilding among their skills.

And besides the current people themselves changing, there are also many other ways in which incentives can change: new people get into the mix (investors, board members, c-level), people leave etc. I recently formulated it like this: As long as an experience of something that I want to have in my life can be influenced by a single entity I have to hope the incentives of that entity do not change drastically.

They don't want to make you happy or feel good, they want money, at all costs which results in you being angry and toxic.

I agree that the incentives between users and social media don't align. However, there still would be none if there was an incentive for social media to "make users happy" or "make users feel good". As long as a single entity is in in a position to control the experience of all users (for example by deciding which timeline/suggestion algorithms are used) users have to keep track of how the incentive structure of that entity evolve. That means as a user, I want to own my interface to networks (so I get to choose e.g. suggestion algorithms). That's one of the cool things of the fediverse or email. By design, no single entity can make the user experience for all users strictly worse because there is no way to force adoption of something that goes against users incentives.