Viewing profile — E_Bfx
E_Bfx
HN member- Joined
- Tue, Mar 12, 2024, 9:55 PM UTC
- HN karma
- 37
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About E_Bfx
Recent public activity
-
comment
Comment #43619980
Yes but it only one face to face meeting is needed in the process to see if someone is using AI to answer interview. The 13 other interviews can then be online.
-
comment
Comment #43575915
That was my first thought : "Oh NFT is still a thing in 2025". But no, it is really awesome.
-
comment
Comment #43509822
That's the problem, if you are working in a compagny which have mostly junior (1 or two year of programming), it is better for you to not implement to complicate pattern otherwise …
-
comment
Comment #43371771
Western country are self suplient of food because we have engine and chemical industry, ones this goes down, shortage of food will be quick to come. In part of the world where labo…
-
comment
Comment #43371355
Switzerland has no oil and depend on its banking sector. If USA crashes then likely all modern supply line will be cut and finance will be something of the past. The current well b…
-
comment
Comment #43102128
Also conda does not have a free licence, every organisation with more than 200 employes should pay for it ( https://www.datacamp.com/blog/navigating-anaconda-licensing ). uv is at …
-
comment
Comment #42898582
I guess that there is something with the cache that we don't do right. Thanks for your return.
-
comment
Comment #42872070
In a medium size codebase (~ 100 python modules of 200 lines), mypy take 5 minutes to type check. This can be a problem for a CI.
-
comment
Comment #42777641
In my organisation, some co-workers used to write def func(*args,**kwargs) all the time. That was so tiring to look for what you should put as argument. Type checking is mandatory …
-
comment
Comment #42710211
- There is also (but on a smaller scale) a gamification of math with bounties ( https://mathoverflow.net/questions/66084/open-problems-with-... ) but when a result is proved you ca…
-
comment
Comment #42710145
Your website is amazing, great job
-
comment
Comment #42709316
> Transformer² represents a significant milestone in the evolution of AI systems. Coming from a math background, it always amazes me to see how people in AI/ML brag about their pap…
-
comment
Comment #42415242
pymupdf has a commercial licence that couldb be a problem if use in a compagny.
-
comment
Comment #42192791
Very impressive, the Python ecosystem is slowly getting very good.
-
comment
Comment #42167773
I guess it is tautological from the definition of "provable". A theorem is provable by definition if there is a finite well-formulated formula that has the theorem as consequence (…
-
comment
Comment #42015692
Saying that working with AI is just "LLM prompts and orchestration" is the same as saying that coding is no more than some for loop with sometimes if condition. Technically true bu…
-
comment
Comment #41903041
Thanks a lot, Most people think it is easier to use EC2 than FarGate since the first is the most famous one. But actually, it is the other way around!
-
comment
Comment #41903003
> drunken socialist sailors Sorry, English is not my first langage what is this expression ? Why does the sailor as to be socialist ? Google didn't help me with this one.
-
comment
Comment #41864306
Hello, could you elaborate on the footgun with mixing sync and asyncio ? I am currently devellopin one app with both kind of endpoint + websocket and I prefer not discover too late…
-
comment
Comment #40863277
How easy is it to switch from OpenAI to testing a LLM on premise ?
-
comment
Comment #39685571
'plan' is an ambigous word. 'plan' for Devin means break a complexe task in subtask and then generate code. Whereas 'plan' in the paper you link is never define, so I am not sure w…