Live data from Hacker News

Viewing profile — shipp02

shipp02

HN member
Joined
Mon, Nov 02, 2020, 8:08 AM UTC
HN karma
248
Public activity
67 items

About shipp02

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #43827999

    To everyone saying SF-LA already has plenty of flights, consider the following benefits of trains: - No need to worry about how much luggage I have. It will likely be a minimal cha…

  3. comment
    Comment #43777815

    >actually think this kind of low-information escapism about the future I think this is called techno-utopianism. The "leaders" in technology have been doing this ever since the ind…

  4. comment
    Comment #43700838

    In Mechanical Engineering, this is 100% a thing with fluid dynamics simulation. You need to know if the output is BS based on a number of factors that I don't understand.

  5. comment
    Comment #43618723

    Liquid oxygen will oxidize anything it comes in contact with. You have to use specific metals for the connections and piping.

  6. comment
    Comment #43603098

    I don't know if strict import control is a good idea. Look up license raj in India. It also added a lot of opportunities for corruption.

  7. comment
    Comment #43338868

    Has there been an Indian government that will be viewed favorably through western lenses? - Pt. Nehru wanted Socialism and State Control. - Indira Gandhi brought the Emergency and …

  8. comment
    Comment #43338764

    The Guardian article is interesting because it helped untangle the idea of liberalism and democracy in my mind. How did they become so deeply linked?

  9. comment
    Comment #43338606

    A pivotal quote in the article: >How could theocratic states with no separation of religion and government score higher than India? How could a country with universal suffrage and …

  10. comment
    Comment #43303311

    I would've thought that Windows would be the next platform to port to given its larger user base. Maybe the decision speaks to the distribution of Kagi users across operating syste…

  11. comment
    Comment #43250476

    Intel/Samsung are behind. That is a fact. The question is, is it better to wage a massive war that will cost hundreds of billions of dollars and many lives than to make an equal in…

  12. comment
    Comment #43249675

    If anyone has heard Joe Armstrong's talk about how communication is limited by latency and data can only travel so fast. I think having smaller a partitions locally is an optimal p…

  13. comment
    Comment #43233647

    Is the code written by the deepseek model? I should probably give up on being a software engineer if it is.

  14. comment
    Comment #43146895

    How have 40% of the perpetrators escaped? Seems a little high given how sensitive of a subject school shootings are.

  15. comment
    Comment #43143408

    A lot of suggestions ask the poster to not store photos on their phone, but this takes away the functionality from their phone that they actually want in service using 1 app for 5 …

  16. comment
    Comment #43072219

    But they didn't make that tradeoff. They said sync FFI for us but not for you.

  17. comment
    Comment #43056519

    Given the limited context length of most LLMs, is there value in turning in an entire codebase into a doc to feed it into an LLM? I think cherry-picking relevant sections would be …

  18. comment
    Comment #43050506

    You are right but the vhdl-like syntax is quite nice. It does some surprisingly modern things.

  19. comment
    Comment #43046384

    What makes a separate cellular modem better than an internal cellular modem? Is it because software updates are available for the separate modems? I am evaluating some Nordic semic…

  20. comment
    Comment #43046279

    Zephyr RTOS[1] is an RTOS supported by the Linux foundation. It has similar structures to Linux for device configuration like a device tree and tries to emulate POSIXish APIs. I th…

  21. comment
    Comment #43039103

    See Ratan Tata for someone who didn't completely lose their morals when they gained wealth. He's a gem of a person. He's Indian so not many on HN will know about him.

  22. comment
    Comment #42993613

    IIRC, Nvidia was already ahead in software support 5 years ago. Image recognition was the big thing and the only way I could train them was on Nvidia GPU or Google tpu. With this c…

  23. comment
    Comment #42980051

    Is it better to programmatically interact with bash to provide the features VSCode does? Do note that I am unwilling to accept an implementation with less features/ease of use! I c…

  24. comment
    Comment #42979969

    That's an issue with any plugin system, right? AFAIK no IDE has a plugin system with capabilities or a sandboxed interpreter. VSCode does have a thing where it's like do you trust …

  25. comment
    Comment #42979883

    This is going to sound naive but, I don't understand what the security issue is. If you can ssh into a machine and port forward a socket, you already have permission to do all the …