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

The Michael Douglas one I’m assuming where Duvall was the cop

https://m.imdb.com/title/tt0106856/


> There is no set path, allowing players to switch freely between mining, ship-to-ship combat, and alien diplomacy. The broader plot of the game emerges slowly

This reminds me of Star Control 2, aka The Ur-Quan Masters

> The game influenced the design of numerous other games for decades after its release.

And in SC2 wiki page I see this:

> Once Reiche and Ford conceived Star Control 2, they would draw large inspiration from Starflight.

https://en.wikipedia.org/wiki/Star_Control_II

Never played Starflight before but seems right up my alley as SC2 is one of my favorite games

Edit: Just finished reading the rest of the readme. Very cool! I honestly knew nothing about Forth (just that it was a programming language) and now I want to play around with it.


It goes beyond drawing inspiration. Greg Johnson, designer of Starflight, worked directly on Star Control 2.

> and I caved to the blue bubble pressure

Ha! I feel this. I was a long time Android user since the original G1 (aka HTC Dream). Was a strictly Pixel phone user for my last 4 phones. Recently jumped over to iPhone. For the most part I’m enjoying it.

There are minor things, like the keyboard being annoying to type with. For instance, when I’m typing something into the URL bar of Safari, for some reason, I’m constantly hitting the period key next to the space bar, and I feel like I’m not anywhere close to it.

I also find it confusing how to dismiss the keyboard. Android had a very clear icon for this, on iOS it’s just a checkmark which is a little misleading in my opinion.

On iOS, speech to text is pretty good, but I have to annunciate clearly, where I felt that android was a little bit more forgiving.

Another issue I’ve noticed is that I don’t think the GPS (or maybe it’s just Google maps) is as accurate as it is on android. On iOS, if I’m on a highway it sometimes thinks I’m on the shoulder road next to the highway. So I’m constantly being rerouted to get back on the highway. I felt like I didn’t have that on android.

Back to the blue bubble thing though. Being the one and only android user amongst my friends and even my wife, I was always hearing about how I ruined the chat. I didn’t realize until switching over to iOS just how integrated everything is and what you can do in the chat when everybody else is on iOS, like editing previous messages, being able to answer messages via your Messages app on your laptop, and of course, not having images and videos getting compressed terribly. Although RCS chat improved that more recently.

One thing I do love is that automation and shortcuts is something that’s natively part of the system and that I don’t to install some app like Tasker or whatever the more modern version of that is.

At this point, I really like both of the OSes. What made me actually finally switch over was that everyone I knew who had an iPhone would have it for like five or more years and I was going through pixel phones every two years. I got tired of spending all that money.


You can send messages from desktop on Android too.


“Do you remember where I put that thing that one time” is a line that pops up in my head so often.

I don’t remember the last time I saw this film and this is the 2nd time that it’s popped back up into my life recently, so it’s a sign that I need to watch it.


For anyone interested

This is the shell script it runs on Mac/Linux: https://github.com/corbindavenport/just-the-browser/blob/mai...

For FireFox it downloads this: https://github.com/corbindavenport/just-the-browser/blob/mai...

  {
    "policies": {
      "DisableFirefoxStudies": true,
      "DisableTelemetry": true,
      "DontCheckDefaultBrowser": true,
      "FirefoxHome": {
        "SponsoredStories": false,
        "SponsoredTopSites": false,
        "Stories": false
      },
      "GenerativeAI": {
        "Enabled": false
      },
      "SearchEngines": {
        "Remove": [
          "Perplexity"
        ]
      }
    }
  }


ChatGPT is currently integrated into Apple Intelligence. When I ask Siri something I can choose to use ChatGPT for my answer.

https://support.apple.com/guide/iphone/use-chatgpt-with-appl...

So I'm guessing in a future update it will be Gemini instead. I hope it's going to be more of an option to choose between the 2.


Hopefully it gets more tightly integrated.


Nice to see other fellow Western NC folks commenting here, I'm in Asheville. I did not know about all of these text only version of major news sites. I'm going to bookmark them.

What saved us from a news deficit after Helene was that we had 2 portable AM/FM radios. Both of the radios took batteries and one of them you could even charge via a hand crank. I highly recommend having a portable AM/FM radio of some kind. Blue Ridge Public Radio (our local NPR) was amazing during this time. Their offices are located right in downtown, which never lost power, so they were able to keep operating immediately after the storm.

I also feel this pain of bloated sites taking forever to load when I'm traveling. I'm on an old T-Mobile plan that I've had since around 2001 that comes with free international roaming in 215+ countries. The only problem is that it's a bit throttled. I know that I could just buy a prepaid SIM, or now I can use an eSIM vendor like Saily, but I'm too cheap and/or the service is just good enough that I'm willing to wait the few extra seconds. Using Firefox for Android with uBlock Origin helps some, but not enough (also I just switched to iPhone last month). I've definitely been on websites that take forever to load because there's just so much in the initial payload, sometimes painfully slow. I don't think enough developers are testing their sites using the throttling options in the dev tools.


I learned this back when HTML5 was brand new around 15-ish years ago. If you wanted to use the new tags like <article>, the only “polyfill” needed was some css styles. You can see it in the early versions of the HTML5 Boilerplate:

https://github.com/h5bp/html5-boilerplate/blob/v0.9/css/styl...

I realized that I could just make up tags and style them and it was work.


Same for me. Worked smoothly in Firefox (MacOS Desktop)


yes bun does both of the things mentioned in the parent comment:

> Unlike other npm clients, Bun does not execute arbitrary lifecycle scripts like postinstall for installed dependencies. Executing arbitrary scripts represents a potential security risk.

https://bun.com/docs/pm/cli/install#lifecycle-scripts

> To protect against supply chain attacks where malicious packages are quickly published, you can configure a minimum age requirement for npm packages. Package versions published more recently than the specified threshold (in seconds) will be filtered out during installation.

https://bun.com/docs/pm/cli/install#minimum-release-age


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

Search: