HackerLangs
TopNewTrendsCommentsPastAskShowJobs

lr1970

no profile record

comments

lr1970
·12일 전·discuss
> You don't want conductive graphite particles shorting out electronics nor do you want flammable dust or wood flakes.

For decades mechanical pencils use non-conducting polymer based refills that eliminate the problem you mention.
lr1970
·16일 전·discuss
There are multiple HN submissions on this topic and none of them gets traction. Weird...
lr1970
·2개월 전·discuss
> As the US declines, it’s not that a new leader will come in.

What's about EU? EU is bigger than the USA in total population and it has comparable if not larger total GDP. Why did not they step in where USA failed?
lr1970
·2개월 전·discuss
> > For the first time, California discharged just over 12,000 megawatts, equivalent to 12 large nuclear plants, of energy from its battery arrays.

Clueless journalist conflates power (megawatts) with energy. They need physics 101. For electrical energy common unit is megawattHour (megawatt drawn for entire hour). A smaller unit would be megaJoule (megawatt drawn for 1 second).
lr1970
·2개월 전·discuss
> My favorite hilarious metric is measuring the amount of work done by counting lines of code written per day

Or by hours spent in the office
lr1970
·2개월 전·discuss
UX in my Audi Q5 (2024) is terrible. With two phones in the car you never know which one is connected and whose google maps is being currently displayed. And then come the buttons designed with a contempt for a driver. I recently had to change a flat tire which is a story in itself. German engineering is soooo different these days.
lr1970
·2개월 전·discuss
> pricing depends on so many factors like reserved/dedicated/spot/on-demand instances have all different prices.

Or you can have your own negotiated private pricing which is a whole different story in itself.
lr1970
·3개월 전·discuss
When I ask GPT-5.5 about its knowledge cutoff date it says "August 2025". Really?
lr1970
·3개월 전·discuss
Just asked Claude Code with Opus-4.6. The answer was short "Drive. You need a car at the car wash".

No surprises, works as expected.
lr1970
·3개월 전·discuss
There was a Tacker Carlson interview with Sam Altman where Tacker probed him on Balaji's murder and Sam quickly got confused and disoriented. Make your own conclusions.
lr1970
·4개월 전·discuss
An opportunity for Apple to resurrect Airport line of WiFi routers (I love Airport Extreme) and on-shore their production.
lr1970
·4개월 전·discuss
> and uv forcing it into a single project directory made it quite inconvenient and unnecessary duplication of the same sets of libraries.

Actually, uv intelligently uses hardlinks or reflinks to avoid file duplication. On the surface, venvs in different projects are duplicate, but in reality they reference the same files in the uv's cache.

BTW, pixi does the same. And `pixi global` allows you to create global environments in central location if you prefer this workflow.

EDIT: I forgot to mention an elephant in the room. With agentic AI coding you do want all your dependencies to be under your project root. AI agents run in sandboxes and I do not want to give them extra permissions pocking around in my entire storage. I start an agent in the project root and all my code and .venv are there. This provides sense of locality to the agent. They only need to pock around under the project root and nowhere else.
lr1970
·4개월 전·discuss
> How is pixi better than uv?

pixi is a general multi-languge, multi-platform package manager. I am using it now on my new macbook neo as a homebrew _replacement_. Yes, it goes beyond python and allows you to install git, jj, fzf, cmake, compilers, pandoc, and many more.

For python, pixi uses conda-forge and PyPI as package repos and relies on uv's rattler dependency resolver. pixi is as fast as uv (it uses fast code path from uv) but goes further beyond python wheels. For detail see [0] or google it :-)

[0] https://pixi.prefix.dev/latest/
lr1970
·4개월 전·discuss
Would be more logical to use FYN_ prefix
lr1970
·4개월 전·discuss
From fyn's roadmap:

> 2. Centralized venv storage — keep .venvs out of your project dirs

I do not like this. virtual environments have been always associated with projects and colocated with them. Moving .venv to centralized storage recreates conda philosophy which is very different from pip/uv approach.

In any case, I am using pixi now and like it a lot.
lr1970
·4개월 전·discuss
> I wonder how much can I read into it about gpt-5.4's personality.

Modeled on Sam Altman's personality :-)
lr1970
·5개월 전·discuss
<joke> How to tell a software engineer from a real one? A real engineer thinks that 1 kilobyte is 1000 bytes while software engineer believes that there are 1024 meters in a kilometer :-) </joke>
lr1970
·6개월 전·discuss
Another important person in creation of the TV technology was Vladimir Zworykin [0]. He developed cathode-ray tube based TV transmission devices that he patented in 1923 and 1925.

[0] https://en.wikipedia.org/wiki/Vladimir_K._Zworykin
lr1970
·6개월 전·discuss
<sarcasm> I thought that Anthropic and OpenAI created precedents that legitimize libgen and Anna archive. They pillaged all the books and scientific papers from those archives and got away with it. Why not the rest of us? </sarcasm>
lr1970
·6개월 전·discuss
About four years ago, during COVID, there was a shortage of chips for cars, fueled in part by PE scalpers hoarding chips. Sounds familiar?

EDIT: more accurate language