Live data from Hacker News

Viewing profile — KyleJune

KyleJune

HN member
Joined
Mon, Jan 02, 2017, 7:50 PM UTC
HN karma
216
Public activity
77 items

About KyleJune

No profile information was provided.

Recent public activity

  1. comment
    Comment #48464440

    In the blog post they say when sufficient capacity allows them to do so they aim to restore Fable 5 as a standart part of subscription plans and intend to do so as quickly as they …

  2. comment
    Comment #47475594

    It wasn't worth recreating packages everytime you needed something that Deno had. If you ended up needing something and there was already something on npm for it, it was easier to …

  3. comment
    Comment #47468825

    I'm planning on using Deno long term too and have also made some contributions to their standard library. But I completely disagree with you on NPM support. I think that gap early …

  4. comment
    Comment #46012323

    I think I used splinter cell. The exploit was also only in a specific version of the game. I remember having to look at a version number on the cd when buying to confirm I was gett…

  5. comment
    Comment #44586632

    Another difference that I believe is common is how your arms move when you walk. I was diagnosed at a young age. I found out I didn't swing my arms normally when walking after some…

  6. comment
    Comment #43564847

    One way people keep themselves in bubbles is by dismissing counter opinions as being tribal or trendy. Some opinions may appear that way because the people that have them seem simi…

  7. comment
    Comment #42223435

    Yea, they seemed more professional in the past. There were big finance education youtube channels that were advertising it suggesting that the average prizes worked out to be highe…

  8. comment
    Comment #42222611

    I've had an account with them. It looks like in March they quit giving automatic tickets monthly based on funds. Now the app looks much more like a casino, with other games and a s…

  9. comment
  10. comment
    Comment #39529035

    I found the example I mentioned, it was from earlier this month. Here is a link to the twitter post where someone got a 23k bill. In the thread you can find people confused about h…

  11. comment
    Comment #39523766

    It feels like they are intentionally making it complicated to figure out to avoid people actually setting hard limits. Vercel recently had a customer get charged 20k+ that posted o…

  12. comment
    Comment #39266041

    Do you have any hobbies currently? If so look around for places where you can do that hobby with others. I think the Meetup app is good for that. Another option would be finding or…

  13. comment
    Comment #38716498

    Yea, before this, I had been creating my own components based on the examples provided. It will be nice to just have premade components, now I won't have to implement all the compo…

  14. comment
    Comment #38315029

    Yea, I've tried a lot of different types of mice. The Logitech MX Vertical mouse has been the best for me so far. For split keyboard, I was using Microsoft Sculpt but after having …

  15. comment
    Comment #38073739

    The Majority Report with Sam Seder on YouTube have good videos breaking down things that Jordan Peterson has said. https://www.youtube.com/results?search_query=Majority+report...

  16. comment
    Comment #37665707

    You might still be getting products from the same inventory pool in an Amazon warehouse when ordering directly if the company uses Amazon's Multi-Channel Fulfillment offering. They…

  17. comment
    Comment #37225059

    If you want employees to prioritize the companies success over a metric, you should make yours and their interests align. Employees may fear pushing back against bad metrics becaus…

  18. comment
    Comment #37222216

    If you create a financial incentive for a behavior, you're telling your employees you want to see that behavior. If it was a problem and KPIs work, they should have changed them to…

  19. comment
    Comment #36787955

    I didn't get diagnosed with sensory processing disorder, but I did get diagnosed with Autism at a young age and have sensory issues. For example, I was a very picky eater, didn't l…

  20. comment
  21. comment
    Comment #35757053

    When not in deploy, you'd be stuck with a non distributed SQLite database for each instance your application is hosted on. There currently isn't a way to swap the backend for the d…

  22. comment
    Comment #35306524

    Where is the wait only 30 minutes? Every time I've been to the emergency room the wait has been 6+ hours. I think the only way it would be that fast at the hospitals I've been to i…

  23. comment
    Comment #35169881

    Currently they just say they have them. A more common one is pretending to be the police. They tell the family member that they have to pay bond for their child/grandchild to be re…

  24. comment
    Comment #34999327

    In addition to this, the bundle files generated at runtime are stored in memory in a Map. If you have a server and want to have multiple processes for handling requests, each of th…

  25. comment
    Comment #34999198

    Fresh is using esbuild to build the bundles at runtime instead of pre-deployment. So it rebuilds the bundles everytime a new process starts up and keeps copies of those files in me…