Live data from Hacker News

Viewing profile — iafan

iafan

HN member
Joined
Wed, Mar 09, 2016, 12:00 AM UTC
HN karma
28
Public activity
19 items

About iafan

https://github.com/iafan/

Email: {first name}.{last name} @ gmail

Recent public activity

  1. comment
    Comment #48882746

    I understand the core is the layout engine and a component library? Does the rendering somehow benefit from GPU? I recently had a good experience creating custom UI based on ebiten…

  2. comment
    Comment #47556414

    Some time ago I created a proof-of-concept reverse CAPTCHA[1] that actually presents a challenge that requires LLM assistance to solve, alongside with the instructions. You point y…

  3. story
    Show HN: The easiest way to run shell commands in plain English (no app needed)

    Sometimes I want to run a shell command but don't remember the exact syntax. There are apps that aim to resolve that, as well as AI integrations into shells (like iTerm). I thought…

  4. story
    Show HN: Minespheres – a Minesweeper-like game with a twist

    I like meditative puzzle games like Minesweeper, and decided to make my interpretation of that game, but with a spherical board where each board tile is determined by a Voronoi alg…

  5. comment
    Comment #46927487

    One may still write C code as they did 40 years ago, but they still use the power of numerous libraries, better compilers, Git, IDEs with syntax highlighting and so on. The only tr…

  6. comment
    Comment #46927074

    It makes me sad to read posts like this. If it is a necessary step for you on the journey from denial to acceptance to embracing the new state of the world, then sure, take your ti…

  7. comment
    Comment #46910381

    Everything that is touching hardware, for example. Bluetooth stack, HDMI, you name it. Everything W3C does. Go is evolving through specs first. Probably every other programming lan…

  8. comment
    Comment #46910236

    If I had a spec for something non-trivial, I probably would ask AI to create a test suite first. Or port tests from an existing system since each test is typically orders of magnit…

  9. comment
    Comment #46909805

    > There are two main schools of thought in software development about how to build really big, complicated stuff. > The most prevalent one, these days, is that you gradually evolve…

  10. comment
    Comment #45545997

    On iPhone, tapping an NFC tag with a URL opens a popup that allows you to navigate to that URL with a single click. If this URL is supported by an installed app, this app will hand…

  11. comment
    Comment #14582754

    Active noise cancellation headphones (without playing music). Bought ones recently and can't be happier. Works both in office and when working from home, and are great in cancellin…

  12. comment
    Comment #14483601

    > BUT we end up with all websites asking for your E-Mail (like they need it for some reason) so that's why it is sent by default. I believe that it'd better be explicit (like in OA…

  13. comment
    Comment #14483426

    Yeah, I'm an every-day-user of enterprise Duo app. It is as good as a third-party app can be (on iOS specifically), yet you have to do extra steps as compared to Touch ID alone: fo…

  14. comment
    Comment #14483184

    This is a very interesting concept. I'm pretty sensitive to UX issues, and I'm yet to see nicely implemented and secure auth flows. All non-OS-native 2FA solutions (Google Auth, Du…

  15. story
  16. story
  17. comment
    Comment #11250582

    Thanks for sharing. This proposal makes every bit of sense, IMO. I wish selection sharing could also be a part of some cross-browser standard so that people wouldn't have to instal…

  18. comment
    Comment #11250559

    I know that the best available option in today's world is to make a screenshot of a selection to point to a specific point on a page, but heck, this seems to be an extreme waste of…

  19. story
    Did I reinvent the wheel? (JS plugin to link to page selection)

    Spent quite some time looking for a JavaScript library that would allow me to select a part of a web page and send a link to that selection to someone else. I know there are script…