Live data from Hacker News

Viewing profile — petespeed

petespeed

HN member
Joined
Sun, Apr 07, 2019, 4:23 PM UTC
HN karma
44
Public activity
39 items

About petespeed

No profile information was provided.

Recent public activity

  1. comment
    Comment #38472948

    Previous discussion: https://news.ycombinator.com/item?id=27249075

  2. comment
    Comment #37737282

    Cloud-cutting is an interesting journey, even if temporarily done. Some offline alts: 1. Penpot for ui design 2. Llama for stackoverflow (from this thread, yet to try myself) 3. Py…

  3. comment
    Comment #37688958

    Similar to supervised and unsupervised learning, one can see dual paths on this journey. One path answers the questions which have been in user's mind. The other explores unasked o…

  4. comment
    Comment #37688757

    From the text, feels like user agent should be capable, it should let site request sensor data and randomly reject certain requests after X (random) seconds, while providing fake d…

  5. comment
    Comment #37688587

    How difficult would it be for a bot developer to write avoidance to such detection?

  6. comment
    Comment #37062486

    Any solution to provide live traffic overlay on OSM?, that Google does via crowdsourcing (I think).

  7. comment
    Comment #36903105

    I tried to change config.py to use ggml setting, but I did not see any request going to local llama-cpp.server. It keeps on asking for openai key. The local llama-cpp.server is up …

  8. comment
    Comment #35447604

    Thank you. For person trying to learn circuit theory and logic design, would you recommend a resource that can be followed along? Also, any recommendation for kids? I think this ar…

  9. comment
    Comment #35339154

    Thanks for sharing. I followed this teaching path: scratch > python > sqlite > javascript (web). I am missing algorithms and OOP, and will look for gradual learning resources in th…

  10. comment
    Comment #35322576

    Would you mind sharing: 1) sequence in which you gave her tutorials e.g. first tetris, then snake game, etc. 2) sources that you used to guide her through these tasks? e.g. youtube…

  11. comment
    Comment #35241395

    Compete with fellow travelers. Game players and observers. Travel socially+locally connected.

  12. comment
    Comment #34943748

    Making parallels with phone software, imagine that edge AI inference becomes a necessity in few years which makes a lot of current hardware obsolete.

  13. comment
    Comment #34752379

    SRP violation?

  14. comment
    Comment #34128875

    I made the same mistake. Judging by the first few sentences.

  15. comment
    Comment #33488992

    It all depends on the culture that your organizational leaders support. If they support your team's culture, then you are in a wrong org. Options: 1) Exit, 2) Invest your time to c…

  16. comment
    Comment #33478144

    I have the same question. What is the software architecture to make that possible? Does any open-source solution exist?

  17. comment
    Comment #33223157

    More from the author: https://github.com/jackdoe/programming-for-kids

  18. comment
    Comment #33222962

    Can anyone explain how htmx (or similar) would work for an electron app?

  19. comment
    Comment #33013958

    I see what you are saying regarding artboard view. But is it necessary? Can't the artboard be visualized in a better way? If such high-level view is desired, won't rasterized detai…

  20. comment
    Comment #30656433

    smartdisk anyone?

  21. comment
    Comment #29010407

    https://duckdb.org/docs/api/python

  22. comment
    Comment #28572359

    Start with blockly: https://blockly.games/ Don't push to get all stages done. Engagement/interest is the key. Next take them into scratch: https://scratch.mit.edu/ Scratch will be …

  23. comment
    Comment #28032570

    https://images.heb.com/is/image/HEBGrocery/article/apple-gui...

  24. comment
    Comment #27879816

    You can also compare total time between two options: 1. Do it on phone 2. Upload image to a powerful server and get results faster (more accuracy controls available too)

  25. comment
    Comment #27879794

    I built a simple pipeline with bash and python. Did it for free for learning, but it has been deployed and used in a professional setting on daily basis for almost a year now. (Use…