HackerTrans
トップ新着トレンドコメント過去質問紹介求人

flanbiscuit

no profile record

コメント

flanbiscuit
·先月·議論
right?

everyone seems to be worried about being kind or mean, when the Neutral case is the happy medium.

  Tone.         Avg. Accuracy
  Very Polite.  80.8%
  Polite.       81.4%
  Neutral.      82.2%
  Rude          82.8%
  Very Rude.    84.8%
flanbiscuit
·2 か月前·議論
I was using this but when I switched to iOS I switched to Bitwarden.

What are you using for Syncthing on Android? There used to be an official Syncthing app for Android but then they stopped maintaining it. There was a popular fork but then that person stopped as well.

I looked into using Syncthing on iOS but there was only Möbius Sync and it didn’t run in the background. This is was made me finally switch to Bitwarden. But of course now I need figure what to do next.
flanbiscuit
·2 か月前·議論
Found the original article on the archive.org

https://web.archive.org/web/20111021122406/https://www.wired...
flanbiscuit
·3 か月前·議論
Pnpm did this first but I’m glad to see all the others follow suit

For anyone wondering, you need to be on npm >= 11.10.0 in order to use it. It just became available Feb 11 2026

https://github.com/npm/cli/releases/tag/v11.10.0
flanbiscuit
·5 か月前·議論
The Michael Douglas one I’m assuming where Duvall was the cop

https://m.imdb.com/title/tt0106856/
flanbiscuit
·5 か月前·議論
> 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.
flanbiscuit
·5 か月前·議論
> 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.
flanbiscuit
·5 か月前·議論
“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.
flanbiscuit
·6 か月前·議論
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"
        ]
      }
    }
  }
flanbiscuit
·6 か月前·議論
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.
flanbiscuit
·6 か月前·議論
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.
flanbiscuit
·6 か月前·議論
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.
flanbiscuit
·7 か月前·議論
Same for me. Worked smoothly in Firefox (MacOS Desktop)
flanbiscuit
·8 か月前·議論
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
flanbiscuit
·8 か月前·議論
I needed this post a year ago when I was looking for this exact thing. I did end up going with Puppeteer because I needed it for something else that I couldn't avoid. I use a large list of flags with it to launch the most minimal version of headless Chrome that I can.

I am going to look into switching to MigraDoc and see if i can drop puppeteer

Thanks for this great research!
flanbiscuit
·8 か月前·議論
A while ago I was at an agency and we got a client that was a very popular weather app. Things like mapbox and some analytics libs (can't remember exactly, this was 2019) The project was a big redesign of the app. We looked into using Xamarin to see if we can at least write the core logic in C#. The issue we ran into is that there were many third party libraries we needed to import that weren't converted to Xamarin/C#. There was a way to try and have it automatically bind but never worked properly. In the end we just went pure native. Turns out Xamarin was a fun toy framework but Microsoft couldn't point us to anything serious and battle tested in production written in it.

I'm curious to see if .NET MAUI will surpass Xamarin and actually get serious adoption. They have to figure out the third party binding issue.
flanbiscuit
·8 か月前·議論
I was also hoping it was a small phone announcement but it not being part of a keynote didn't give me high hopes.

I've been on Android since day 1 but I'm thinking about switching to iPhone. If they ever made foldable (clamshell style, not book style) phone I would buy it immediately. I just want a small phone.

Yes I could get an Android foldable that already exists but I like to stick with Pixels and they don't have one yet and I'm kinda of done with Pixels. They are crap quality.
flanbiscuit
·8 か月前·議論
With Swift SDK for Android, you can write all of your code logic in Swift for both and only need write the native UI related code for Android and iOS.

https://www.swift.org/blog/nightly-swift-sdk-for-android/
flanbiscuit
·8 か月前·議論
Is Cordova still actively developed? Or are people just rolling their own per OS these days?
flanbiscuit
·8 か月前·議論
There was an HN discussion about it 3 months ago with responses from the author, in case anyone is interested: https://news.ycombinator.com/item?id=44711519