Preferences

yde_java
Joined 13 karma

  1. I read the entire post, very well written, and didn't suffer from that impression that it was written by an LLM
  2. Talking about coding websites: I'm a seasoned dev who loves to be in control of the website code, but hates debugging nitty gritty layouting issues, which steal tons of time and attention. I want to progress fast building great landing websites for my tech products, with the same speed that I code the products themselves. What stacks and LLM tools (if any) do you recommend that help writing great looking websites with great SEO support... fast?
  3. The FAQ items don't expand for me, on Android Vivaldi.
  4. I use the Python package 'sorcery' [0] in all my production services.

    It gives dict unpacking but also a shorthand dict creation like this:

        from sorcery import dict_of, unpack_keys
        a, b = unpack_keys({'a': 1, 'b': 42})
        assert a == 1
        assert b == 42
        assert dict_of(a, b) == {'a': 1, 'b': 42}
    
    [0] https://github.com/alexmojaki/sorcery
  5. Very well written, thanks to the original author
  6. What problem does that solve? Is it for developing and testing MCP servers locally before sharing/publishing them?
  7. Before coding on the actual problem I usually start with a tiny refactoring of something that's related. That's my warming up sports before tackling the actual exercise. Works 100% for me.
  8. Yaoun.de SARL | Cameroon Yaoundé | on-site | full-time | Senior Java / full stack

    Looking for a senior Java developer in Cameroon, Yaoundé. On-site. Full-time. Development of an insurance application for a customer in Swiss.

    Please send your application with CV in English language to jobs@yaoun.de

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal