Live data from Hacker News

Viewing profile — markpapadakis

markpapadakis

HN member
Joined
Tue, Jul 20, 2010, 10:08 AM UTC
HN karma
556
Public activity
162 items

About markpapadakis

@markpapadakis | Bytes conjurer; Seeking Knowledge 24x7. CTO at Phaistos Networks. Simple is Beautiful

Recent public activity

  1. comment
    Comment #44886756

    What an inspired name :)

  2. comment
    Comment #44234019

    This looks like a disaster. It is like it was fast-tracked based on the oomph factor because seriously, how come you didn't notice how hard it is to read text or even notice overla…

  3. comment
    Comment #35437206

    https://github.com/skypjack/entt is a fantastic alternative; also, one of the most beautiful codebases/elegant designs I 've come across.

  4. comment
    Comment #32439880

    Velocity is about familiarity, about expressiveness, about being able to quickly translating what you want to accomplish to code. It’s also about, for me anyway, not being constrai…

  5. comment
    Comment #32439317

    All our infrastructure technology, services, and almost all “applications” we have built are written in C++. That’s millions of lines of code and span everything from IR, distribut…

  6. comment
    Comment #30213023

    We have been running hundreds of services that effectively consume from various topics, perform mostly simple transformations and produce back to other topics. Providing this kind …

  7. comment
    Comment #28468851

    This is a great related podcast episode: https://maximumfun.org/episodes/sawbones/havana-syndrome/

  8. comment
    Comment #28305052

    Apologies for linking to something I wrote; I believe convenience is addictive: https://markpapadakis.medium.com/convenience-is-key-2aad97d5...

  9. comment
    Comment #27601534

    This works great for me; what's most important is understanding what it is and how it materialises. Dealing with it becomes much simpler once you can reason about it: https://markp…

  10. comment
    Comment #26003873

    This is quite ridiculous. I’d say it’s obviously ridiculous but others may have a different point of view. The government there is eager to side with Murdoch and his friends for fa…

  11. story
  12. comment
    Comment #25076400

    This is fantastic news. What would you say were the hardest aspects of the design and implementation, in terms of effort and thinking that went into those accomplishments ?

  13. comment
    Comment #24919752

    https://medium.com/@markpapadakis/interesting-codebases-159f... In addition to those I highly recommend studying ClickHouse’s codebase. There are brilliant design and engineering b…

  14. comment
    Comment #23809249

    Pocket ( https://getpocket.com/ ). It’s really bad. Been using it for years and it’s always been broken. Crashes often, narration sometimes works most of the time it doesn’t, other…

  15. comment
  16. comment
    Comment #22984935

    kuro5hin, slashdot as it existed back when, dejanews, and s bunch of video gaming sites that went extinct

  17. comment
    Comment #22980751

    I never had coffee. I drink Diet Coke and I enjoy tea ( I have some once every week or so ). I have been writing code for over 25 years now, and I never felt that I was missing out…

  18. story
  19. story
  20. comment
    Comment #22019304

    From https://500ish.com/offline-curious-85363c4aed18 > One trend I’m most curious about right now is the rise of no or low alcohol drinks. I noticed this in Europe years ago — that…

  21. comment
    Comment #21954666

    Our ( https://bestprice.gr/ ) services/“programs” generate three different types of events: - Short events (no longer than ~1k in size) where the cost to generate and transmit is v…

  22. comment
    Comment #21906871

    This is what I believe is the the main cause of burnout and how to efficiently prevent it and deal with it if necessary: https://medium.com/@markpapadakis/how-to-prevent-burnout-an…

  23. comment
    Comment #21795046

    I like how the blog post title is, likely, based on Google's Page and Brin seminal paper "The Anatomy of a Large-Scale Hypertextual Web Search Engine". :) This blog post, and other…

  24. comment
    Comment #21737854

    For a few million queries we needed to index, many of them close to 30 characters in length(some even longer than that), the generated index size for max edit distance 3, was reall…

  25. comment
    Comment #21737309

    Got it. This is by design - though I suspect we need to dial down the cost for misspelled first character in prefixes. We built our own FST, which is somewhat similar to the design…