If we design a probe that travels at speed of light it would reach there in 48 years and it would send back what it's seen after another 48 years. It would take multiple generations of scientists to work on this project. The longest we have worked on, are Voyager projects. Can we expect that level of commitments from our governments or corporations? Voyager became successful because people could see distant futures. We can barely plan few years ahead.
HN user
quaintdev
Software Engineer
Yes this is the one.
Whenever this topic comes up I am reminded of the black and white picture of all the scientist of 19th century together. Each individual in that photo had contributed something to human knowledge. It feels like in 19th century we believed in our scientists and advancing our knowledge. I feel today celebrities are given more importance than our scientists. The best minds of our century are focused on extracting value from rest of the population.
The other day I found a comment here on HN and I wanted to know if it's true. I asked Gemini and here is the conversation https://gemini.google.com/share/2c1089ac6fd6
You can't do something like this with search.
But it's expensive, complicated and time-consuming to maintain - and both a source of and recipient of endless waves of spam and scams. It's an endless pile of data to hold onto, FOREVER, as well.
They should let others do email. The more email service providers we have the better it is for everyone
I used memos which has similar feature set. One day I lost my hard drive and I had to restore from s3. Turns out the backup I had was incompatible with latest version of memos app.
Since then I just gave up on web based tools for notes. I just want to save my notes and be able to recover them when things go wrong. A simple directory with markdown files and hugo blog allows me to do that.
OP how does your app store the journal entries?
Begs the question if we should move on to minimal microservices so that whole project lives in context of llm. I hardly have to do anything when I'm working with small project with llm.
Thanks! Check now.
Fixed
I'm in India, people give me same looks when I ask them to open browser.
Internet to my parents and other old folks is YouTube and WhatsApp
Claude is good with code but I've found gemini is good for researching topics.
Just pause watch history and it will disable shorts recommendation. The only shorts you will see will be from your subscribed channels.
I read a Youtube comment recently on pro AI video, it was
"The source code of gcc is available online"
This is cool but who owns music collection these days?
Few months ago I did exactly this. But over time I threw away all the generated js,css and html. It was unmaintenable mess. I finally chose Svelte and stuck with it. Now I have a codebase which makes sense to me.
I did asked AI to generate landing page. This gave me the initial headers, footers and styles that I used for my webapp but I threw away everything else.
And will only get better once Go 1.26 is out.
Can anyone tell me why? What's changing with Go 1.26?
I wonder if there's a limit to space junk beyond which leaving the Earth in a space shuttle becomes impossible.
Works on Zen as well.
This world has enough for everyone's need but not enough for everyone's greed - Mahatma Gandhi
Yeah I know how that sounds but it's the most logical explanation.
If they tailwind, it sets a precedent for others. They can't pay everyone.
I host my own code repository using Forgejo. It's not public. In fact, it's behind mutual tls like all the service I host. Reason? I don't want to deal with bots and other security risks that come with opening port to the world.
Turns out Go module will not accept package hosted on my Forgejo instance because it asks for certificate. There are ways to make go get use ssh but even with that approach the repository needs to be accessible over https. In the end, I cloned the repository and used it in my project using replace directive. It's really annoying.
This. People are doing the same thing that OP mentioned in this thread.
Switched to it a month ago and haven't looked back.
You also have the power to not pay money to big tech
I do not have a solution for blog like this but if you are self hosting I recommend enabling mTLS on your reverse proxy.
I'm doing this for a dozen services hosted at home. The reverse proxy just drops the request if user does not present a certificate. My devices which can present cert can connect seamlessly. It's a one time setup but once done you can forget about it.
I feel so much comfortable with Go's type system than Typescript's
That would be circular dependency.
This looks great! r/selfhosted will love this.
Could you please provide a Docker image?