HN user

dkga

913 karma
Posts17
Comments355
View on HN

Those interested in this discussion might enjoy familiarising themselves with the concept of social capital, and in particular, with Robert Putnam’s work to understand and to promote it.

I miss that network discovery as well, as well as the quasi-random element to it. Nowadays I get my kicks by searching for, say, Albanian rock (I don‘t speak Albanian), whatever was trending in Indonesia (I am not from there), who is the national poet/singer of France (I am not French), what was playing on Peruvian radios in 1985 when I born, etc.

Edit: it‘s also a great way to meet other countries/cultures, not only other great music. For example, this is how I got acquainted with the beautiful Wolof language from Senegal and even with traditional regional music in Brazil (where I am actually from) I would have never been exposed to otherwise.

Could be related to the light spectrum. Kindles aren't really "screen" like the others; they do have background light but you can turn it off and use it with its paper-like screen (which is what I do and really like it). But traditional screens have blue light as part of the normal light they emit, which is known to disrupt sleeping patterns. When I am using my cell phone or computer right before sleeping, I usually turn on colour filtering to make my whole cell phone be tinted red. This helps wonders. I found this page that explains how this can be done: [0].

[0] https://ios.gadgethacks.com/how-to/keep-your-night-vision-sh...

I signed up for Apple’s subscription which includes Apple Music. We are a Spotify family, but I then cancelled our premium subscription to avoid duplicate spending. I embraced Apple Music with an open heart in spite of the reservation from my family members. I liked that DJ feature that joined songs. But everything else felt subpar to Spotify. In particular, with AM I feel that they were always pushing US pop/rap music to me, even as I was listening everything from old Tunisian singers to Denmark’s Magtens Korridorer. But overall it just felt that Spotify folks really liked music as an Art form, whereas AM really wanted you to listen to whatever they were featuring/pedalling. Like that song lyrics translation feature introduced by Spotify - only if you enjoy songs in languages you might not yet understand you would think of such a nice feature!

I think it is also more than that. In car-centric places like Brazil or the US, older people essentially need to drive or be driven around to have a social life. In pedestrian friendly cities like many in Europe, it is very common to see older people walking to meet their friends/relatives. I saw it all the time in Switzerland. Even those with severely limited mobility would prefer to actively walk or take the tram/bus somewhere (no matter how much time it took) than stay at home.

What a treasure indeed! I just didn‘t understand why this particular site had so well-preserved soft tissue fossils? I assume it is probably related to the geology of the site during formation of the fossils, and probably the researchers themselves are not quite sure. But I would love to know more, if anyone here understands about this sort of thing.

Unfortunately I had the same impression. Or the comment on Anna Du's looks. Otherwise great reporting that, even in an informal substack piece, lose the shine with these types of aggressive comments. The content speaks for itself and is already quite damning to the corrupt editors. No need for ad hominem attacks.

DeepSeek v4 3 months ago

Not only that, but in tandem the collapse of social capital in the US has been the result of a very intentional process (on top of the multidecade undercurrent of declining social capital). This according to Robert Putnam himself (sorry, don’t have time to find the source now but will add it later).

Yeah the car always seemed (to humble me) to be so… un-Apple. As in, the iphone was a success because of its aesthetics but also it solved a real problem, while creating a whole new market. But in the case of cars, cars are the problem.

I have one such mac. Things I like: the keyboard feels smooth, the speakers are great and the touchbar (yes you read correctly). Things that make me partially agree with this post I am responding to: annoying overheating, including when I plug an external monitor (!); the camera was really subpar, it always seemed as if I was facetiming using a 2002 cybershot rather than a 2019 MacBook Pro; the screen has nice colours but very easily feels smudgy. Other than this, I love using that computer as a secondary device.

I am curious: can something like this be used to check the provider handling the e-mails of, say, groups of companies? I ask this because I am a research economist, and part of my research is in the intersection of tech and economics/finance. So for example, I would be delighted to check the e-mail providers of S&P 500 companies and then check whether outages or bad news related to their e-mail providers (proxying for their broader application) also translates to lower returns in the client firms.

In the Brazilian case, it is not so much "love of bureaucracy" but rather "bureaucracy as a protection against private capture of public goods and services".

I disagree. It was a right policy in the sense that it bought France an insurance policy that essentially no other Western country has. Like all insurance policies, you hope to be wrong, but when the time comes, you are protected from some of the worse case scenarios.

Very nice! Here's the full code for those that had, like me, a more minimalistic .zshrc:

```

autoload -U up-line-or-beginning-search

autoload -U down-line-or-beginning-search

zle -N up-line-or-beginning-search

zle -N down-line-or-beginning-search

bindkey "^[[A" up-line-or-beginning-search

bindkey "^[[OA" up-line-or-beginning-search

bindkey "^[[B" down-line-or-beginning-search

bindkey "^[[OB" down-line-or-beginning-search

```