Viewing profile — dminor
dminor
HN member- Joined
- Fri, Mar 13, 2009, 2:32 AM UTC
- HN karma
- 3,221
- Public activity
- 853 items
- HN profile
- View on Hacker News ↗
About dminor
Recent public activity
-
comment
Comment #48304052
Predictably people are moving back to SMS for notifications. Not as nice for linking to your app but once the user opts in you don't have to deal with the Apple/Google complexity.
-
comment
Comment #47963038
French immigration is currently allowing remote workers on the one year visitor visa, so long as your company doesn't have a presence in France. Basically, as long as you are not d…
-
comment
Comment #47807313
Senator Wyden has been pretty focused on it. I think it's going to take some changes in Congress before it happens though.
-
comment
Comment #47474315
You won't find a 50 year old American Chestnut anywhere lol, they were wiped out almost entirely.
-
comment
Comment #47468843
You're moving the goalposts on his poor analogy :) Most of the trees do just fine, and these nurseries will typically provide a warranty.
-
comment
Comment #47468367
On the contrary, you can solve the tree problem with money. There are nurseries that sell mature trees -- most people though will not choose to spend $20k on a tree.
-
comment
Comment #47444688
It's a strategy that's only really available to the ultra wealthy, because the banks are willing to give them a bespoke loan with a much lower interest rate that's payable after th…
-
comment
Comment #47263218
Another tangent that I didn't see in the thread is that the Supreme Court just confirmed a ruling that LLM created art isn't copyrightable since the author must be human for copyri…
-
comment
Comment #46940611
I'm working on a language learning framework based on the ideas of comprehensible input and spaced repetition learning. The idea is you take a book you want to read, and it gets tr…
-
comment
Comment #46700626
Same in Oregon. Snowpack way below normal.
-
comment
Comment #46633694
Canned beans are already cooked, so add them at the end to heat through. Or, start from dried beans, but it takes experimentation to get them to the desired texture.
-
comment
Comment #46519025
If you have GitHub copilot you can create github issues and assign them to copilot. All you need is a browser.
- comment
-
comment
Comment #46386558
A lot of backwards looping is a remnant of efficient loops in programming days of yore - you compare your iterator to 0 each time, which is slightly more efficient than comparing t…
-
comment
Comment #46366735
We've been using Dato for 5 years or so - a bit of a weird use case probably, we're driving configuration of our internal EHR with it. But it is very nice for creating a structured…
-
comment
Comment #46366608
As an actual customer, I have the opposite reaction. They are doing well and that gives me peace of mind.
-
comment
Comment #46337332
First time hearing of it. At first glance it looks more complicated than DBOS, not easier. DBOS is just a library and doesn't require a special DSL. Also we use node which it Littl…
-
comment
Comment #46327014
We recently started using DBOS for durable execution - it's much easier to integrate than Temporal and it Just Uses Postgres(tm), which is nice.
-
comment
Comment #46261139
I looked at lustre for a recent project and it seems very nice. But the ecosystem is pretty small yet (I could find no examples of auth, for one), so I ended up going with liveview…
-
comment
Comment #45888726
You don't have to be rich to move to Europe. The cost of living in most European countries is less than the USA (which you would expect, given their lower salaries).
-
comment
Comment #42334829
I don't know about Thailand, but in France you can apply to join their healthcare system after 3 months. In the meantime you must have private insurance but it's a fraction of what…
-
comment
Comment #41154663
How does one practically avoid flu exposure?
-
comment
Comment #41154631
Swim lessons don't require you to swim every day for the rest of your life
-
comment
Comment #41143129
I asked our allergist about oral immunotherapy for my daughter and he cited a study that found that avoidance was more effective in preventing severe reactions.
-
comment
Comment #39592971
Jujutsu is along the lines of what you describe: https://github.com/martinvonz/jj You can drop it in and work seamlessly from git repos