Live data from Hacker News

Viewing profile — E_Bfx

E_Bfx

HN member
Joined
Tue, Mar 12, 2024, 9:55 PM UTC
HN karma
37
Public activity
21 items

About E_Bfx

wonderfuldev_bj6m40aecl2y0lr9qvw9rn4e

Recent public activity

  1. 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.

  2. comment
    Comment #43575915

    That was my first thought : "Oh NFT is still a thing in 2025". But no, it is really awesome.

  3. 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 …

  4. 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…

  5. 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…

  6. 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 …

  7. comment
    Comment #42898582

    I guess that there is something with the cache that we don't do right. Thanks for your return.

  8. 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.

  9. 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 …

  10. 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…

  11. comment
    Comment #42710145

    Your website is amazing, great job

  12. 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…

  13. comment
    Comment #42415242

    pymupdf has a commercial licence that couldb be a problem if use in a compagny.

  14. comment
    Comment #42192791

    Very impressive, the Python ecosystem is slowly getting very good.

  15. 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 (…

  16. 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…

  17. 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!

  18. 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.

  19. 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…

  20. comment
    Comment #40863277

    How easy is it to switch from OpenAI to testing a LLM on premise ?

  21. 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…