Live data from Hacker News

Viewing profile — dedoussis

dedoussis

HN member
Joined
Thu, Nov 14, 2019, 5:30 AM UTC
HN karma
92
Public activity
37 items

About dedoussis

https://dedouss.is

https://twitter.com/dedoussis

[ my public key: https://keybase.io/dedoussis; my proof: https://keybase.io/dedoussis/sigs/aCZmbR_w310duxoiLDb8IbaFoSI6n_MY5m0vZMDXwp0 ]

Recent public activity

  1. comment
    Comment #48929008

    What if you are a merchant that needs to sell to O(10) countries? Integrating with each country's domestic payment rail is not feasible.

  2. comment
    Comment #48637481

    I've always wondered if part of the root issue is that Same-Origin Policy, and CORS by extension, were not very intuitively designed abstractions/APIs to begin with.

  3. comment
    Comment #47326366

    How do they determine whether a PR is AI-assisted and therefore requires senior review? A junior engineer could still copy-paste AI-generated code and claim it as their own.

  4. comment
    Comment #45131408

    FedNow is limited to domestic US transactions

  5. story
  6. comment
    Comment #38890832

    Would this also affect chrome extensions? For example, when an extension makes a request to a 3rd-party domain, browsers by default pass all the cookies associated with that domain…

  7. comment
    Comment #38706532

    Porting this extension to Firefox should be relatively straightforward using the webextension polyfill: https://github.com/mozilla/webextension-polyfill

  8. comment
    Comment #36776058

    Shameless plug: I've built the unofficial "Hide My Email" browser extension [0], available both in Firefox [1] and Chromium [2]. Tried to make it as frictionless as the Safari UX, …

  9. comment
    Comment #33463975

    It's funny that geohot/tinygrad chooses to not meet the PEP8 standards [0] just to stay on brand ( [0] https://peps.python.org/pep-0008/ [1] https://github.com/psf/black

  10. comment
    Comment #33265493

    Source code: https://github.com/dedoussis/icloud-hide-my-email-chrome-ext...

  11. story
  12. comment
    Comment #33065457

    I'd say 2-4 days is the median. There have been 2 instances of me needing to wait 2 weeks for a one-liner.

  13. comment
    Comment #33064853

    Well, in this instance remote code actually means remote. In V3 one can no longer use the tabs.executeScript API [1] in which you could pass an arbitrary server rendered string. [1…

  14. comment
    Comment #33064665

    > Benefits of the Manifest V3: none V3 not allowing remote code execution is actually a serious benefit. Of course, this does not negate the fact that V3 is mainly there to boost t…

  15. comment
    Comment #33064534

    Oh actually SingleFile is not attempting to set the headers but modify them, which seems to not be possible with V3. That makes sense.

  16. comment
    Comment #33064467

    > With Manifest V2, it was possible to inject a "Referrer" HTTP header if necessary. With Manifest V3, it's no longer possible. Not entirely sure of how this is true. A recent V3 e…

  17. story
  18. comment
    Comment #32830573

    How is this different to Stripe's Banking-as-a-Service product?

  19. story
  20. story
  21. comment
    Comment #31579065

    Was this Babylon?

  22. comment
    Comment #30937934

    https://dedouss.is My personal blog. Statically (and proudly) generated by Hakyll. Hosted on my personal AWS account, using Route53 + Cloudfront + s3. Source sits within a private …

  23. comment
    Comment #30809830

    To avoid any potential issue with signal propagation a good practice is to always use a lightweight init system such as dumb-init [1]. One could assume that the node process would …

  24. story
  25. comment
    Comment #30203871

    > I only have one humble request, if I submited 51k lines of code in January and my whole team submitted 68k, do not call me a "Least Effective". $ npm update