Live data from Hacker News

Viewing profile — igorbark

igorbark

HN member
Joined
Wed, May 03, 2017, 3:30 PM UTC
HN karma
71
Public activity
31 items

About igorbark

No profile information was provided.

Recent public activity

  1. comment
    Comment #48779441

    im not sure that there is a plug n play set up that will work for everyone, because as with any security boundary, each layer of hardening has a usability trade-off. i definitely f…

  2. comment
    Comment #48113377

    this logic does not hold up if the reason that labor is more expensive than parts is that the labor involved in creating those parts has been outsourced to a "shithole country"

  3. comment
    Comment #47856076

    if we're going to plug random puzzle games on this thread, IMO the most underdiscussed puzzle game of all time is Recursed, the only game i've played which properly explores recurs…

  4. comment
    Comment #44251997

    i definitely agree that it would've been nice to have images in the book as it was hard to get a sense of exactly how well Boquila was mimicking neighbouring plants! but in referen…

  5. comment
    Comment #44131937

    not sure if you will still see this 7 days later, but the claim "we work more hours than medieval peasants did" jumped out at me so i looked into a bit and am curious if you have m…

  6. comment
    Comment #43996755

    i enjoy that i cannot tell whether this is written by an AI, or by a human pretending to be an AI. my guess is human pretender!

  7. comment
    Comment #43933401

    the biggest headache i had in particular was different ways of handling environment variables, but the different adapters at OpenNext have had a rolling list of caveats/unsupported…

  8. comment
    Comment #43933044

    that's great to hear, thank you for the update :)

  9. comment
    Comment #43932895

    I too have had to use Next but didn't want to feel locked into Vercel. this is the biggest effort I'm aware to run Next with a full-ish feature set outside of Vercel: https://openn…

  10. comment
    Comment #43932872

    you don't need to send 100kb+ of JS over the wire to build a static site in react: for example https://vike.dev supports static HTML-only output for a site built with React. as for…

  11. comment
    Comment #43407413

    probably adding a confirmation message the first time the alias is used for each command would be good, it would be nice to know when i'm invoking git and when i'm invoking a third…

  12. comment
    Comment #39866272

    culture war aside, there are many other more accurate ways to say "details omitted for brevity" than "obviously" and "it is easy to see that" this is also something that makes me w…

  13. comment
    Comment #39843332

    so, yes, pythagoras did not create a dead simple mathematical model that captures the entire complexity of human musical experience several thousand years ago. BUT i think the ongo…

  14. comment
    Comment #39435626

    the historical expectation is that class methods will dispatch dynamically but free functions will not. so if you only have structs, functions, and UFCS you either: 1. don't dispat…

  15. comment
    Comment #33746537

    this analogy breaks down on a number of levels. 1. patients invented and self-prescribed the pill originally 2. the doctor has concluded that the pills are harmful by studying what…

  16. comment
    Comment #33746435

    well i'm not OP but here are some of my views: - one important dimension of the "should" in this question is how much choice the viewer of the media has in viewing the media. this …

  17. comment
    Comment #33746290

    content warnings were originally and imo ongoingly most importantly an accessibility issue. afaict, all but maybe one of the studies don't delineate between members of the populati…

  18. comment
    Comment #27137288

    it basically folds (hides) the implementation code of every method in the file, giving an API-like view, but with a smooth animation shrinking the text instead of instantly disappe…

  19. comment
  20. story
    Ask HN: How do you make friends at work while keeping personal/work boundaries?

    I maintain a strict detachment from my workplaces for a few reasons. This has never bothered me before, but I'm inching towards a year at my current job. That's way longer than I'v…

  21. comment
    Comment #23653446

    nifty! i was thinking that new results (even if more relevant) get appended to the bottom

  22. comment
    Comment #23652801

    doesn't work for mobile unfortunately

  23. comment
    Comment #23522301

    sorry for assuming & the curt reply. "the wife test" is a common turn of phrase relying on/reinforcing the stereotype of women as non-technical and men as technical. it's not reall…

  24. comment
    Comment #23481469

    the mild sexism wasn't necessary

  25. comment
    Comment #16447370

    Haskell's type inference is optional: if you felt the above code is difficult to understand, you could manually specify the type of each statement. In a language with a less powerf…