Readit News logoReadit News
mcshicks commented on Airpass – Easily overcome WiFi time limits   airpass.tiagoalves.me/... · Posted by u/herbertl
andy99 · 2 months ago
I was trying to understand how this could be used for flights. I've seen either having to enter your last name and seat, or loyalty plan number to get in-flight wifi. Are there really airline wifis that give every mac address a free amount of time?

A lot of airlines now offer free "messaging" - usually just text on common messaging apps like WhatsApp. I've been meaning for years to write some kind of server that could give me useful functionality over chat messages.

mcshicks · 2 months ago
Pretty sure it will work on JAL at least right now. They just asked for an email. But it was also a new service so maybe to wanted people to try it. It occurred to me at the time that two devices with two emails should work for twice as long. For what I wanted to do on that flight, i.e. check and send a few messages the one free hour was fine. But yeah of course they could change it so that would not work.
mcshicks commented on Airpass – Easily overcome WiFi time limits   airpass.tiagoalves.me/... · Posted by u/herbertl
balls187 · 2 months ago
Haven’t ever encountered any place that had a wifi time limit. In the late 2000’s internet cafes had time limits but that was enforced on their own devices.

Is there a specific scenario where time limited wifi is common place?

mcshicks · 2 months ago
I think the name refers to the limits some airlines have. JAL for instance offers one hour free on some flights.
mcshicks commented on Sam Altman Wants Your Eyeball   privacyguides.org/article... · Posted by u/ChiptuneIsCool
jt2190 · 4 months ago
For e-commerce to continue, there has to be a way to confirm that the transfer of funds from a bank or credit account to the vendor’s account is approved by a human who controls the bank/credit account. As AI-powered scams become more sophisticated, this confirmation will get harder/more expensive, to the point where e-commerce might not work for most goods.

Perhaps generating “proof of humanity” digital signatures from retina scans isn’t the optimal solution, but I’ve yet to hear of any other privacy-preserving approaches. Perhaps transacting online will a require government-issued ID.

mcshicks · 4 months ago
In the US there is a bill that's been floating around Congress for a while called the improving digital identity act.

https://www.congress.gov/bill/118th-congress/senate-bill/884...

mcshicks commented on DeepSeek-Prover-V2   github.com/deepseek-ai/De... · Posted by u/meetpateltech
mcshicks · 4 months ago
You can run the model for free on openrouter.ai. I have played around with lean, slowly working my way through mathmatics in lean. I was stuck on this problem in section 3.6

theorem convergesTo_unique {s : ℕ → ℝ} {a b : ℝ} (sa : ConvergesTo s a) (sb : ConvergesTo s b) :

For fun I tried it on the free model on openrouter.ai. Got the answer the first time.

https://leanprover-community.github.io/mathematics_in_lean/m...

Here's the answer just to give you a feel.

  by_contra h
  have h₁ : a ≠ b := h
  have h₂ : |a - b| > 0 := by
    apply abs_pos.mpr
    exact sub_ne_zero.mpr h₁
  -- Use the definition of convergence to find N₁ and N₂
  have h₃ := sa (|a - b| / 2) (by linarith)
  have h₄ := sb (|a - b| / 2) (by linarith)
  cases' h₃ with N₁ h₃
  cases' h₄ with N₂ h₄
  -- Choose N to be the maximum of N₁ and N₂
  let N := max N₁ N₂
  have h₅ := h₃ N (by simp [N, le_max_left])
  have h₆ := h₄ N (by simp [N, le_max_right])
  -- Derive a contradiction using the triangle inequality
  have h₇ : |s N - a| < |a - b| / 2 := by simpa using h₅
  have h₈ : |s N - b| < |a - b| / 2 := by simpa using h₆
  have h₉ : |a - b| < |a - b| := by
    calc
      |a - b| = |a - s N + (s N - b)| := by ring_nf
      _ ≤ |a - s N| + |s N - b| := by
        apply abs_add
      _ = |s N - a| + |s N - b| := by
        rw [abs_sub_comm]
      _ < |a - b| / 2 + |a - b| / 2 := by
        linarith
      _ = |a - b| := by ring
  linarith

mcshicks commented on Ask HN: Share your AI prompt that stumps every model    · Posted by u/owendarko
codingdave · 4 months ago
"How much wood would a woodchuck chuck if a woodchuck could chuck wood?"

So far, all the ones I have tried actually try to answer the question. 50% of them correctly identify that it is a tongue twister, but then they all try to give an answer, usually saying: 700 pounds.

Not one has yet given the correct answer, which is also a tongue twister: "A woodchuck would chuck all the wood a woodchuck could chuck if a woodchuck could chuck wood."

mcshicks · 4 months ago
That's so funny I had to check something was working with an llm API last night and that's what I asked it, but just in jest.
mcshicks commented on Trump temporarily drops tariffs to 10% for most countries   cnbc.com/2025/04/09/trump... · Posted by u/bhouston
magicloop · 5 months ago
"It’s the T-bills wot dun it."

That’s my read on why the U.S. just paused the global tariff hike to 10%.

From the beginning, I’ve believed the executive branch's real goal was to push down the yield on the 10-year Treasury. Why? Because Uncle Sam has to refinance a mountain of debt this year, and the cost of that depends heavily on Treasury yields — especially the 10-year. That’s the rate that sets the tone for everything from mortgages to corporate borrowing.

So they tried to spook markets. Introduce global tariffs. Stir up uncertainty. And it worked—at first. Yields dipped. Traders moved to Treasuries as a typical flight-to-safety.

But then something flipped.

Instead of being seen as a safe haven, U.S. debt itself started to look shaky. Maybe it was the deficit outlook, maybe the global response to tariffs — but whatever it was, yields started climbing. Fast.

At that point, the strategy backfired. The executive branch had no choice but to walk it back. So they paused the tariffs.

Because when your national budget depends on cheap debt, you can't afford a crisis of confidence in your bonds.

mcshicks · 5 months ago
I find the most consistent explanation for Donald Trump is he does whatever is going to keep himself the top news story in the media. I don't think there's any deeply held belief other than if he doesn't think people are talking about him that's bad
mcshicks commented on Show HN: Clawtype v2.1 – a one-hand chorded USB keyboard and mouse [video]   youtube.com/watch?v=N2PSi... · Posted by u/akavel
akavel · 5 months ago
I'm not aware of any production version of Chordite (that this design is based on) as of now; but in the wider family of chorded keyboards, the one with a production version that I'm aware of is the Twiddler.
mcshicks · 5 months ago
I was going to say I have a old twiddler 2 (wired usb). There was this program I used to learn called "twidor" that was like a type tutor but had graphic that showed you the chords. Really helpful. I didn't see anything like that in the github repository linked in the video. I guess they are up to twiddler 4 now. I read the linked chordite page and I agree that a problem with the twiddler is you are kind of trying to hold the thing steady so you can chord with the same fingers you chording with.

https://wearables.cc.gatech.edu/projects/twidor/screens.html

mcshicks commented on Learn electricity and electronics fundamentals without taking a formal course   simonmonk.org/tyee7... · Posted by u/teleforce
mcshicks · 5 months ago
I don't know, it's hard for me to know what the author means by "fundamentals". I looked at the table of contents from the amazon website, and somethings that I consider pretty fundamental like Thevenin's Theorem didn't seem to be listed there. By comparison it's in Chapter 1, page 9 on my copy of "The Art of Electronics". I'm not trying to knock the book, it could be very handy, but I would use the term "basics" as opposed to "fundamentals" to describe the content as I understand it.
mcshicks commented on A USB Interface to the "Mother of All Demos" Keyset   righto.com/2025/03/mother... · Posted by u/zdw
nanna · 5 months ago
Even Emacs? Do say more...
mcshicks · 5 months ago
I have a twiddler and tried doing this a long time ago i.e. emacs with a twiddler. For me I really needed to use a sticky cntl and alt key because I just couldn't press the cntl button on the top and chord at the same time. And I couldn't figure out how to make the sticky cntl work on the phone. But that was a very long time ago. Now I just use a mini bt keyboard and termux to run emacsclient over ssh and that's good enough for what I want.

u/mcshicks

KarmaCake day483January 8, 2015View Original