Readit News logoReadit News
utf_8x commented on My phone is an ereader now   davepagurek.com/blog/mini... · Posted by u/wonger_
utf_8x · 2 days ago
Can anyone with one of these confirm if Android Auto works with it?
utf_8x commented on Enough AI copilots, we need AI HUDs   geoffreylitt.com/2025/07/... · Posted by u/walterbell
utf_8x · a month ago
You know that feature in JetBrains (and possibly other) IDEs that highlights non-errors, like code that could be optimized for speed or readability (inverting ifs, using LINQ instead of a foreach, and so on)? As far as I can tell, these are just heuristics, and it feels like the perfect place for an “AI HUD.”

I don’t use Copilot or other coding AIs directly in the IDE because, most of the time, they just get in the way. I mainly use ChatGPT as a more powerful search engine, and this feels like exactly the kind of IDE integration that would fit well with my workflow.

utf_8x commented on Fully homomorphic encryption and the dawn of a private internet   bozmen.io/fhe... · Posted by u/barisozmen
utf_8x · 2 months ago
As someone who knows basically nothing about cryptography - wouldn't training an LLM to work on encrypted data also make that LLM extremely good at breaking that encryption?

I assume that doesn't happen? Can someone ELI5 please?

utf_8x commented on Roman dodecahedron: 12-sided object has baffled archaeologists for centuries   livescience.com/archaeolo... · Posted by u/bookofjoe
utf_8x · 2 months ago
Has anyone considered that it might've just been a novelty? A fancy paperweight? I wonder if, in a couple thousands of years, archeologists will wonder why some people owned a 10x10cm cube of tungsten...
utf_8x commented on Apple's Browser Engine Ban Persists, Even Under the DMA   open-web-advocacy.org/blo... · Posted by u/yashghelani
selckin · 2 months ago
This Apple policy is the only thing stopping chrome from having a full monopoly, and we should be careful trying to remove it
utf_8x · 2 months ago
Maybe that wouldn't be the worst thing. Maybe chrome capturing the majority of the iOS market would finally be the proverbial straw that breaks the camel's back and pushes regulators towards forcing Google to sell Chrome.
utf_8x commented on Show HN: Refine – A Local Alternative to Grammarly   refine.sh... · Posted by u/runjuu
utf_8x · 2 months ago
Holy crap, a local-only app with one-time purchase *and* a free demo? You don't see that very often these days
utf_8x commented on Can your terminal do emojis? How big?   dgl.cx/2025/06/can-your-t... · Posted by u/dgl
charcircuit · 2 months ago
You could ship a terminal with your script. This is how apps like Slack deal with inconsistent handling of standardized content by shipping an embedded chromium.
utf_8x · 2 months ago
Oh god, please don't give them ideas
utf_8x commented on Show HN: Canine – A Heroku alternative built on Kubernetes   github.com/czhu12/canine... · Posted by u/czhu12
utf_8x · 3 months ago
Any particular reason why this runs outside the cluster?
utf_8x commented on Run a C# file directly using dotnet run app.cs   devblogs.microsoft.com/do... · Posted by u/soheilpro
Kuinox · 3 months ago
Where does your half a second number come from ? I ran a hello world to test, the overhead is 63ms.

neuecc ran benchmark on CLI libs overhead, none reach half a second: https://neuecc.medium.com/consoleappframework-v5-zero-overhe...

> Swift does a much better job at this as interprets by default

The .NET JIT is a tiered JIT, it doesn't immediatly emit code immediatly.

utf_8x · 3 months ago
On my M2 Air:

508ms with caching, 1090ms with `--no-cache`

But as others already mentioned, optimizing this seems to be pretty high priority...

u/utf_8x

KarmaCake day420December 9, 2019View Original