Live data from Hacker News

Viewing profile — aliveupstairs

aliveupstairs

HN member
Joined
Mon, Aug 12, 2019, 12:20 AM UTC
HN karma
196
Public activity
34 items

About aliveupstairs

No profile information was provided.

Recent public activity

  1. comment
    Comment #22783661

    If you are using absolute paths, I found this easier to get used to: hash -d b=/home/me/bin Then you call foo as: ~b/foo I have an array of these defined to my most used directorie…

  2. comment
    Comment #22733022

    if you open iOS settings, you'll see them all over the place. They are not a usability disaster and any shortcoming in articulating intent should be attributed to the designer them…

  3. comment
    Comment #22626419

    I believe the templating is what's declarative, here. For instance, in Vue you can insert logic such as for loops, conditionals, event listeners, two-way data binding and so on rig…

  4. comment
    Comment #22625989

    Needless to say that this is subjective, but I think Single Page Applications and components-based UI in webdev is fairly modern as opposed to imperative, jQuery-esque Front-end de…

  5. story
  6. story
  7. comment
    Comment #22087010

    What lots of assumptions? that's a single inevitability that a self-driving car manufacturer, Tesla or otherwise, will go out of business, rendering the car offline only (the point…

  8. comment
    Comment #22085541

    Not only should it be offline-first, but it also should have fallbacks options like self-hosting.

  9. comment
    Comment #22085521

    It is not a lie. The idea is that Tesla would go out of business and a vulnerability in the car would be found and exploited to kill you in the absence of security updates. Similar…

  10. comment
    Comment #21957538

    > Number of studies. Source your claims (at least one.) I very much doubt this because only recently has it been possible for parents of the same sex to adopt, let alone evaluate t…

  11. comment
    Comment #21946854

    I oftentimes don't know if asking for screenshots is appropriate as I have no idea what's the software is about; so, whenever there are screenshots, I get a sense of relief.

  12. comment
    Comment #21925649

    https://www.fast.ai/ https://fast.ai is unsafe.

  13. comment
    Comment #21916793

    You can do this with browser search engines, but as a DuckDuckGo user, I can !bang search_term (`!gh`, `!github` to search in github.) Now, I think DuckDuckGo is very lacking in te…

  14. comment
    Comment #21913691

    Id' say use real screenshots on your home page.

  15. comment
    Comment #21913628

    What's that have to do with anything (it being top front page)? are there guidelines for naming posts so that the language a software is written in is preferably in the title?

  16. comment
    Comment #21913377

    This effectively made github my second search engine. We should have an AskHN on how to find software in general.

  17. comment
    Comment #21885511

    post the ` https://` part too. I don't have https everywhere everywhere.

  18. comment
    Comment #21709229

    I think you can do that with Pocketcast (free on android, paid on the web) and set a unique time for each podcast.

  19. comment
    Comment #21564582

    8* year. https://en.wikipedia.org/wiki/Sandy_Bridge

  20. comment
    Comment #21555818

    the docs: https://vuejs.org/v2/guide/class-and-style.html#Binding-HTML... https://vuejs.org/v2/guide/class-and-style.html#Array-Syntax In your template: a) b)

  21. comment
    Comment #21555760

    > (That's why every CSS question on Stack Overflow has an answer that says "use this HTML: ... and this CSS: ...". It's rarely possible to use some random HTML and style it in an a…

  22. comment
    Comment #21425134

    From anecdote as someone who was brought up in a very religious household and went to an Islamic school for boys over the summer for multiple years, I can't disagree enough. Young …

  23. comment
    Comment #21408597

    maybe your testing on your dev environment, because I just scored a solid 98 using nuxt.

  24. comment
    Comment #21392671

    because these are the things everyone comes in contact with and uses. there are indeed new features (in Vue 2 even) that have to do with dynamic Vue directives in the template and …

  25. comment
    Comment #21392594

    you can do exactly that, they just wanted to showcase the methods option. often you would switch true to false doing: `@click="isSomething = !isSomething"`