Viewing profile — carso
carso
HN member- Joined
- Sat, Jun 25, 2022, 4:38 PM UTC
- HN karma
- 46
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About carso
No profile information was provided.
Recent public activity
-
comment
Comment #41093274
One of the underappreciated accomplishments of Obamacare was the end of those 1m caps. One of the ongoing failures in health care policy is out of control drug costs.
-
comment
Comment #41029951
And I wouldn't be sure the polls were the key factor - big donors calling the shots by withholding funds may have been the deciding factor.
-
comment
Comment #40535278
And are also not great for air pollution - they burn less gas per mile, but the engines are very dirty.
-
comment
Comment #40036608
Yes, but she’s also not seeking re-election which gives her a little more freedom. Definitely an interesting choice of collaborators there though.
-
comment
Comment #40036065
It's not the WaPo, it’s the anonymous sources trying to send a message. Or maybe Amazon, which is really good at killing strong privacy bills. There was very little about what she …
-
comment
Comment #39253093
When did you last evaluate it? I have been using ruff for advent of code (low stakes project) — last year it still felt a little beta-ish, this year it seemed more ready for prime …
-
comment
Comment #38888073
War correspondent in Gaza https://cpj.org/2023/12/israel-gaza-war-takes-record-toll-on...
-
comment
Comment #38504467
You can use markdown by adding the md suffix to your conf.py and myst_parser [1] to your sphinx extensions. They are starting to work towards full sphinx functionality in myst mark…
-
comment
Comment #36321031
Jupyter Notebook is a one-file-at-a-time interface. Jupyter Lab lets you have multiple files/directories/terminal/csv files/json files/html pages/etc open at once in the same brows…
-
comment
Comment #36320944
I haven't upgraded to JupyterLab 4 because the plugins that I use to make jupyter lab IDE-like (jupyterlab-git, jupyterlab-vim, jupyterlab-lsp) need to all be stable on the new ver…
-
comment
Comment #32884805
Rewriting little by little just means: each time you make a change, leave the source base at least a little better than you found it. Leave a few comments about the thing you rever…
-
comment
Comment #32708796
There were no good choices because they didn't think through their ethics in advance -- even given their history with other sites like Daily Stormer... They decided they were "just…
-
comment
Comment #32630820
You don't actually have to be an expert in everything that interests you: For example, you can enjoy music without ever becoming an expert musician. Many people are fascinated by t…
-
comment
Comment #32264436
Pre-commit running tools in it's own virtual environment is a feature, not a bug, in my book -- it means that the dependencies for my linter tools aren't mixed in with the dependen…
-
comment
Comment #31877138
Funny. The way I found to not get yelled at for having too many commits is to just “git commit —amend” every time I want to checkpoint and only push when the ticket is done. Git ha…