Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
detroitcoder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
11 ms
·
1.
▲
by
detroitcoder
10mo ago
You can switch to consumption-based usage and bypass this all together but it can be expensive. I run an enterprise account and my biggest users spend ~2,000 a month on claude code (not sdk or api). I tried to switch them to subscription ba
2.
▲
by
detroitcoder
3y ago
I had a similar thought at first but then read the actual ruling and it made more sense and it all stems on the 3rd prong of the Howie Test. It states there needs to be a "reasonable expectation of profits derived from the managerial e
3.
▲
by
detroitcoder
3y ago
It is often: e.) Want to limit the federal executive branch of government which some believe has grown too powerful.
4.
▲
by
detroitcoder
3y ago
It comes up durring hiring processes. Pretty common to have someone ask, "Have you entered into any legal agreement that would prohibit you from working with us or have any conflict of interest? If so please explain."
5.
▲
by
detroitcoder
3y ago
This is a GREAT point, but hard to do in practice when deferred can be several multiples of base. I know many people who internalize large sign on bonuses and deferred comp as though they already earned the income. They are psychologically
6.
▲
by
detroitcoder
3y ago
You cannot work with a former colleague for an explicit duration in an economic capacity for a fixed period of time. This may or may not be dependent on the nature of the work being conscidered competitive (I have seen both). I have only se
7.
▲
by
detroitcoder
3y ago
Yes this is great but the way non-competes are enforced for many in the industry this won't have a huge impact because of the way deferred compensation is structured. Most people when they leave are bound to two separate forms of non-c
8.
▲
by
detroitcoder
4y ago
It is my understanding that you quitting big meat, doesn't affect your risk. If you are exposed to a new drug resistant pathogen that was the result of anti-biotics in cattle, chicken, pork, etc, it doesn't matter if you even eat
9.
▲
by
detroitcoder
4y ago
The jump of going from model -> webserver by placing the webserver in the same process as the model is enticing because you can get it to work in under an hour by adding flask/django/fastapi to the env and decorating a function
10.
▲
by
detroitcoder
4y ago
Going to be very interesting to see how they glue together R2, edge workers and sqllite. They can manage replication using R2 and make the sqllite process aware of this for eventual consistency. Having edge compute with edge data on a globa
11.
▲
by
detroitcoder
5y ago
Seems pretty obvious OP is addressing a conservative audience that tends to be pro-free-market. For better or worse it is a VERY political topic and this argument attempts identify contradicting agendas of conservatives that take issue with
12.
▲
by
detroitcoder
5y ago
Accidentally transferring half a million dollars to the wrong external account is going to be an absolute mess to recover. There are ways to stop it if you catch it RIGHT away, but it will turn into a nightmare pretty quickly.
13.
▲
by
detroitcoder
5y ago
Treating this transfer of WETH as just 'money' is an overly simplified model that is going to get someone burned in the same way as this reddit user. You are interacting directly with low level APIs that are irreversible while sen
14.
▲
by
detroitcoder
5y ago
Are there studies that show a statistical relationship between admin churn and student performance?
15.
▲
by
detroitcoder
6y ago
Vertica was very powerful for us but the separation of compute from storage was a critical feature of SF that motivated us to switch. We evaluated EON mode but SF was too easy. But from performance were also running nightly batch processing
16.
▲
by
detroitcoder
6y ago
Yes Eon is similar BUT it is not nearly as turnkey. Agree it is not well marketed.
17.
▲
by
detroitcoder
8y ago
Seems very useful. As someone who has recently started rolling out solidity contracts to learn and eventually create contracts with real money behind, having something that adds to my own confidence in the security of my code is helpful. Do
18.
▲
by
detroitcoder
9y ago
You can short right now but there are heavy margin requirements. But you are absolutely correct that being able to short is critical here. BTC futures are cash settled, which relies on market forces to keep the future market tied to the und
19.
▲
by
detroitcoder
9y ago
The comparison is mainly to put their available resources into perspective. Imagine the question: 'We have the entire economic output of Bulgaria in liquid assets at our disposal, what is the optimal portfolio we can construct'? A
20.
▲
by
detroitcoder
9y ago
Check out the joblib.dump example mentioned above. It is pretty impressive so far.
21.
▲
by
detroitcoder
9y ago
DAMN. I just did a basic test and it kinnda just worked?!? I created a test dataframe of 100M rows X 10 cols which took up ~2.3G and then used joblib.dump within the on_starting hook which is run when the gunicorn master starts up. Then loa
22.
▲
by
detroitcoder
9y ago
This looks very interesting. I am reading the docs https://pythonhosted.org/joblib/parallel.html#manual-managem... and it looks like it would help a lot (possibly solve the issue). Do you have any experience using this
23.
▲
by
detroitcoder
9y ago
Lets say there are a couple dataframes that need a matrix multiply that take up about 10gb on a 32gb host. I want to parameterize these manipulations and expose over http. I can only afford to cache 3 sets of them, which means that I can pe
24.
▲
by
detroitcoder
9y ago
^This. It is a very common usecase for applications I work with to create a very large in memory read-only pd dataframe and then put a flask interface to operations on that dataframe using gunicorn and expose as an API. If I use async worke
25.
▲
by
detroitcoder
9y ago
You mean facebook?
26.
▲
by
detroitcoder
9y ago
For clarification, Kin is a token using the Ethereum blockchain. There is a straight forward tutorial how anyone can create their own currency/rewards program/token. https://www.ethereum.org/token
27.
▲
by
detroitcoder
10y ago
Apache Nifi. I always make the comparison between the two when introducing Airflow as it often times takes awhile to under stand the nuanced (but critical) difference
28.
▲
by
detroitcoder
10y ago
Actually you can but it is a bit clunky. Go to Browse > Dag Runs and select the 'Create' tab. This pulls up a form where you type in the Dag ID, enter the start time (set to now but keep in mind it is the local time of the web
29.
▲
by
detroitcoder
11y ago
For Airbnb all listings are public. In this app everything is private until you let specific users be able to view it.
30.
▲
by
detroitcoder
11y ago
This is perfect for areas and buildings where Airbnb is banned. For example I was renting out my apartment in Chicago for $250 a night until someone from the building management company contacted me saying that rentals or subleases < 1 m
More ›