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

Claude Code couldn't write a commit description since it was broken at that point.

Here in Australia 'gas' as a fuel always means LPG (liquified petroleum gas = propane/butane). And it is getting rarer for cars.

https://www.abc.net.au/news/2023-04-19/lpg-cars-disappearing...


Hence the expression "now you're cooking with gas"

That must confuse the hell out of the yanks


That doesn't appear for me. Win 11 Pro 25H2.

After you typed a Search term, there is no menu button at the right on the same vertical row as the 'All / Apps / Documents' bar?

You can also launch that Settings page by running in powershell:

  Start-Process "ms-settings:cortana-windowssearch"
Or just 'Settings' and in the left navigation 'Privacy & Security' -> 'Search'

It also orrelates with missing the first letter off search terms, such as when you start typing immediately after opening the start menu

I can only reproduce this by hovering the Windows icon with the mouse and having the finger on a character, in order to press it immediately after clicking. In that case most of the time the Start menu does not open at all, and sometimes it opens but does not have the letter.

When I use the Windows key to open the Start menu I cannot reproduce this, as eg. Win + E opens the Explorer instead of the Start menu.

It does not appear on my machine as if this could possibly happen when opening the Start menu during regular use. Can you reproduce this on your machine?


This rarely (but not never) happened on my gaming desktop when I had windows on that. On the other hand, on my surface go, if it only eats the first character, that’s a good showing, so it’s likely device performance specific

  > orrelates with missing the first letter off
Intended?

Still, that shows an issue of using fuzzy search for Bing but not programs. There should be a precedent on local items. A typo is far more likely than a web search, especially when the web search is resulting in the intended application.

Did no one think of that feedback loop? That if the web search is suggesting an installed app that that installed app should be prioritized?


How did you get a wrong Twitter link? And the updated note has two off-by-one errors.

https://github.com/nicolasahar/morphic-programming/commit/c3...


thanks i fixed both!

  function fib(a)
    return countfib(1,1,a)
  end
  function countfib(a,b,n)
    if n == 1 then
      return a
    else
      -- proper tail call
      return countfib(b,a+b,n-1)
    end
  end
  print(fib(6)) --> 8


The point now is so that if you use a `global` statement in your code, Lua will now error on misspellings of local variables when compiling, rather than defaulting to treat them as globals.



Older versions of Powershell have it as an alias for Invoke-WebRequest. (Which also overrides using the actual cURL program if you don't put .exe)


> This means a human at Google reviewed Urban VPN Proxy and concluded it met their standards.

Or that the review happened before the code harvested all the LLM conversations and never got reviewed after it was updated.


I think this is most likely what happened. The update/review process for extensions is broken. Apparently you can add any malicious functionality after you’re in and also keep any badges and recommendations.


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

Search: