Hacker Newsnew | past | comments | ask | show | jobs | submit | stevebmark's commentslogin

this is unreadable


It is always great to see more people be vocal about the poison of flat design


RIP Pozin


Hold up. Pozin died? There's a name I haven't heard in a long time


This seems focused on one very particular taste in music of droning semi-random lo-fi synthesizers. I find this unlistenable without any kind of percussion.


The fact that it works for the author, but totally does not for you is a big fat sign that says: search what works for you. More than that: search what works for you in a particular state of mind. You are a special enough snowflake to require a personal playlist, and it's not easily guessable. Sometimes what works best for me is Bach's violin concertos. Other times it's MBR [1]. Yet other times it might be some Keiko Matsui piano jazz, or early Apocalyptica, or Enya, or [...]. Try different things, notice what feels right and when, rinse, repeat.

[1]: https://masterbootrecord.bandcamp.com/music


For a while and a certain mood, Ostkreuz's album "Motor" worked shockingly well and I coded like in the most focused flow ever...


Wow I've never thought about listening to music I like before?????


Not all music I like makes good work music. For instance, I cannot work with code while listening to songs: the verbal center apparently gets overloaded.


Agreed! I like music that can be enjoyed either active or passive listening. The main requirement is that it have no vocals. Here's my go-to Spotify playlist while coding.

https://open.spotify.com/playlist/1IKenYEiooONuxxawKtNOm?si=...


Totally, give me Power Metal, or even whatever Rammstein is at any time, if there is no percussion I find it either too relaxing or it will get on my nerves, no middle ground.

As someone else mentioned, I had a "Programming" playlist that has barely changed in 20 years (small additions here and there) and mine tend yo be "uplifting" type of music (if that makes sense).


37 em dashes :(


If this truly was written with AI it's really quite poor. Some of the employees at Cloudflare seem to be negligent tbh based off the fact they've been down so many times recently


That’d make a good tongue in cheek band name for AI music


I like em dashes—and sometimes overuse them—but 37 times is absurd in that amount of text.


In a row?


> In reality, business logic doesn’t directly map to service boundaries

Love this quote, it should be a poster on the wall of any dev who pushes Domain Driven Design on an engineering team.


Is this article comparing apples and oranges? For example

> loading the entire homepage only takes one query [if you're logged out]

You can do this with Next.js SSR - there's nothing stopping you from reading from a cache in a server action?

They also talk about Vercel hosting costs, but then self host Rails? Couldn't they have self hosted Next.js as well? Rails notoriously takes 3-4x the resources of other web frameworks because of speed and resources.


> You can do this with Next.js SSR

Yep! It'd be possible with Next.js. The difference is how it's organized. In Next.js with RSCs, we were fetching data for each part of the page where it's used (trending books, Live events, blog posts, favorite books). Each of those could be their own cache hit to Redis.

One advantage of Rails is the controller. We can fetch all data in s single cache lookup. Of course it'd be possible to put everything needed in a single lookup in Next.js too, but then we wouldn't be leveraging RSCs.

I tried self-hosting Next.js on Digital ocean, but it crashed due to memory leaks without a clear way to understand where the leak was. Google Cloud Run and Vercel worked because it would restart each endpoint. We have more (and cheaper) hosting options with Rails.


This is my exact criticism of RSCs, they basically encourage the N+1 query problem. Basically nobody should be organizing their data fetches like this.


"Hi, how many words are in this sentence?"

Gets all of them


8. Gemini 2.5 Pro gets it right


Decades of science show it’s beneficial, and we keep seeing the outcomes validated in practice. Calgary removed fluoride from drinking water, saw a significant increase in dental carries in children, and is adding it back. [1]

Hawaii does not fluoridate and has high rates of children’s tooth decay [2]

[1] https://www.npr.org/2024/12/13/nx-s1-5224138/calgary-removed...

[2] https://www.civilbeat.org/2016/10/hawaii-children-have-highe...


Thanks, that changes my view on this :)


Which part of Europe are you in? Countries in Europe add fluoride to water, salt, milk, and Italy has naturally fluoridated water.

> The European Academy of Pediatric Dentistry (EAPD) recently called water fluoridation "a core component of oral health policy" and adds that salt fluoridation "is suggested when water fluoridation cannot be implemented" due to technical, logistical or political reasons.

https://static.spokanecity.org/documents/citycouncil/interes...


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: