Live data from Hacker News

Viewing profile — okzgn

okzgn

HN member
Joined
Tue, Jun 23, 2026, 5:37 PM UTC
HN karma
46
Public activity
50 items

About okzgn

Self-taught Applied AI, Platform & Software Engineer.

Open to feedback and contributors:

Built several open source projects (Turbo Server, Estructura, DX Server): .

Recent public activity

  1. comment
  2. comment
    Comment #49135018

    If somebody makes something excellent, it deserves congrats (monkey or not). I'm from Donetsk (with a lot of mental culture, and literary/tech habits), and I later lived in Ecuador…

  3. comment
    Comment #49130419

    The syntax looks very similar to Lit, but it's a nice application of HTML & CSS first, instead of relying entirely on JS to do that.

  4. story
  5. comment
    Comment #49123487

    Thank you for your opinion. To be more specific, there are many subjective views on what value is. I didn't mean a literary piece always has market value if nobody is buying it, bu…

  6. comment
    Comment #49122617

    Interesting standpoint. Do not forget what makes you human, and that's why there are a lot of different opinions and valuable, subjective literary articles.

  7. comment
    Comment #49122368

    Writing for the love of art, besides being a mental and reflective exercise that holds real value when it is of high quality, makes it hard for me to believe that this is the end o…

  8. comment
    Comment #49119522

    A simple analogy: If you have kids, you love them and want to give them whatever makes them happy. But on the other hand, you run a household, you pay for bills, healthcare, heatin…

  9. comment
    Comment #49119376

    Key reports to understand the root problem (no ROI): - Gen AI: Too Much Spend, Too Little Benefit?: https://www.goldmansachs.com/insights/top-of-mind/gen-ai-too... (Goldman Sachs) …

  10. comment
    Comment #49118870

    Nice touch for job offerings: ssh superlogical.jobs

  11. comment
    Comment #49117829

    It is curious that in both cases AI wasn't used to prevent errors, unless the AI they used did make errors, though it certainly didn't make any errors during the hacks themselves (…

  12. comment
    Comment #49117719

    Existing thread: https://news.ycombinator.com/item?id=49117124

  13. comment
    Comment #49116517

    Great point. Using good software architecture and clean code will deliver direct and measurable economic value to projects and reduce AI costs right from the start, whether during …

  14. comment
    Comment #49116348

    What you can do with it: https://blog.codepen.io/2026/07/23/two-point-oh/#what-can-it...

  15. comment
    Comment #49116119

    Anyone can submit an idea to the IETF, and having a clean Kramdown-RFC (a Markdown variant) template like this to do it can be very useful: the file `draft-crockford-davis-base32-f…

  16. story
  17. comment
    Comment #49090873

    Reference link: https://v8.dev/blog/modern-javascript#proper-tail-calls (Recursion, Proper tail calls, 2016) Proper Tail Calls were implemented behind experimental flags but never …

  18. comment
    Comment #49086920

    Here are some complementary resources/papers: 1. Performance of eBPF LSM Hooks: https://dl.acm.org/doi/10.1145/3672197.3673431 (Analyzes the overhead introduced by LSM/tracing hook…

  19. comment
    Comment #49086479

    Of course, but Go's GC doesn't compact or relocate the objects still in use in the middle of a page (which means that page can't be released to the OS) until you manually copy thos…

  20. comment
    Comment #49086227

    That's why it's questionable, because it's subjective. It would be factual to find the keys to determine what sounds "worse" across the majority of subjective opinions, independent…

  21. comment
    Comment #49085964

    The logic that something sounds worse simply by combining dissonant notes is questionable, because music constantly combines elements—notes, chords, even different rhythms—without …

  22. comment
    Comment #49084908

    The rapid evolution of AI has made AI-generated misinformation and disinformation a serious risk. An international consortium led by a major Japanese IT company is working to build…

  23. story
  24. comment
    Comment #49084143

    Congratulations, I hope the vaccine shows the same highly positive results in humans as it did in the other primates.

  25. comment
    Comment #49074816

    Excellent optimization technique: manually copying objects to a new slice so they don't prevent the GC from releasing memory by sitting right in the middle of a page it intends to …