Live data from Hacker News

Viewing profile — bognition

bognition

HN member
Joined
Tue, Oct 22, 2013, 6:13 PM UTC
HN karma
3,721
Public activity
700 items

About bognition

No profile information was provided.

Recent public activity

  1. comment
    Comment #49100640

    It depends on a few factors. 1. The location of tattoo, some regions of skin are VERY sensitive. 2. The skill of the tattooer. How deep do they go, how fast do they pull, etc... 3.…

  2. comment
    Comment #49021279

    Diversify! Historically, the average length of a recession has been 12-24 months. So set up a system whereby you won’t screw’s yourself over by selling when things are low, but ins…

  3. comment
    Comment #48846297

    I'm not preaching anything here just pointing out the hypocrisy of the "america good, china bad" line of reasoning that is pervasive.

  4. comment
    Comment #48845089

    By the same logic if you pay money to United States based companies (FAANG) you're directly funding genocide, mass incarceration of people of color, the undermining of digital priv…

  5. comment
    Comment #48540483

    Cursor at 60B is WAY overvalued. At this point you have to assume that anything that gets touched by Elon is hyper driven financial engineering.

  6. comment
    Comment #48247795

    Is this a surprise? This is hardly anything new. The United States was built with slavery.

  7. comment
    Comment #48110375

    > some folks aren't able to control themselves I get that there are some people who have anomalous abilities to self control, and i understand that they might have a hard time empa…

  8. comment
    Comment #48013874

    Production Ready? That is a is a pretty bold claim for a repo that existed for a few days, has 0 issues, PRs, etc...

  9. comment
    Comment #47868802

    I heard very similar advice from some investors. They said: > If you ignore what we tell you its possible we'll fire you. However, if you do everything we tell you to do its almost…

  10. comment
    Comment #47702830

    > what if Github is compromised/buggy What if? GitHub has is extremely buggy! I'm getting increasingly frustrated with the paper cuts that have become endemic across the entire pla…

  11. comment
    Comment #47588303

    One of the key problems you have to solve is the how do you execute code on an untrusted device. The major cloud providers do a ton of work so you can "trust" the compute you pay f…

  12. comment
    Comment #47588280

    It turns out, if you build it correctly, you can get BETTER reliability SLAs. There's a company https://www.storj.io/ thats been doing this for years.

  13. comment
    Comment #47503488

    The decision to block all downloads is pretty disruptive, especially for people on pinned known good versions. Its breaking a bunch of my systems that are all launched with `uv run…

  14. comment
    Comment #47407341

    Oh this is super cool. Coming from Java I've long missed JDBI and Rosetta which makes writing SQL Queries in Java a dream. I've toyed around with a similar style interface for pyth…

  15. comment
    Comment #47351351

    Interesting, where are you running into trouble buying meat from local farmers? I've often visit rural farms that have a store houses. Nearly all of them haver refrigerators and fr…

  16. story
  17. comment
    Comment #46646569

    My take on the OP is that its commitment to an idea is what matters, not how quickly its created. I love seeing people insta-clone things but is this a side project that going to s…

  18. comment
    Comment #46607052

    It is the sites job to make documentation available to the users, no? It’s so odd for a tech focused crowed to be so opposed to newer technology. Users are getting used to natural …

  19. comment
    Comment #45887272

    I can understand why this may seem simple, but when it comes to the brain almost nothing is simple. Choline a key component in Acetylcholine is the primary neurotransmitter used in…

  20. comment
    Comment #45877606

    Hard agree with this article. Split up your application by domains, create public apis between modules, understand your dep tree and keep it clean. The devil in the details is how …

  21. comment
    Comment #45731281

    Not sure if you’re being coy or pushing the trope but you’re right guns don’t actually kill people. The bullets and blood loss tend to do that. That said, denying people access to …

  22. comment
    Comment #45681890

    Its an interesting idea and the engineer in my agrees with you. Then the product skeptic says that anyone who wants to ride a bike as a form of exercise and get around using a bike…

  23. comment
    Comment #45574371

    Why not? In my docker files I use `uv sync` to install deps vs `pip install -f requirements.txt` And then set my command to `uv run my_command.py` vs calling Python directly.

  24. comment
    Comment #45574347

    Honestly, I was skeptical when I learned about uv. I thought, just Python needs, another dependency manager… this was after fighting with pip, venv, venvwrapper, and poetry for yea…

  25. comment
    Comment #45574104

    This shouldn’t be a surprise to anyone who has been using Python and has tried uv. Python dependency management and environments have been a pain for 15 years. Poetry was nice but …