Live data from Hacker News

Viewing profile — vedantroy

vedantroy

HN member
Joined
Mon, Oct 22, 2018, 2:44 PM UTC
HN karma
79
Public activity
40 items

About vedantroy

No profile information was provided.

Recent public activity

  1. story
    Ask HN: Name of software that auto-decodes strings?

    I remember seeing a piece of software on this forum that automatically detects what a string is encoded with (base64, protobuf, etc.) and it will automatically layer decodings to g…

  2. story
  3. story
  4. comment
    Comment #27080657

    Does anyone know why Bash has low usability? It seems like Bash has tons of footguns and unintuitive syntax. Is this just because the language grew organically?

  5. comment
    Comment #27080608

    This reminds me of my `jsmv` tool, which I use for manipulating the file-system in place of Bash / find: https://github.com/vedantroy/jsmv

  6. story
  7. story
  8. comment
    Comment #20990440

    That last statement was very bold. Do you think there is a direct link between open-sourcing this library and increased telemetry? What about VSCode and increased telemetry?

  9. comment
    Comment #20788595

    "It's common among people who think Javascript is a serious language". I can't tell if you think JS is not a serious programming language.

  10. comment
    Comment #20768520

    I don't understand the desire for terse code, it makes things harder to read. I also think Typescript makes the right tradeoffs, yes it may not have a Haskell-level type system, bu…

  11. comment
    Comment #20726996

    I think the larger issue is that shell scripts are intrinsically bad for writing readable code. Consider the "cut" line in the shell script vs the "map" line in the JS script. The …

  12. comment
    Comment #20431353

    I am not a rust expert, but I assume the recent many programming languages have a keyword for function declaration is so that functions can be first class objects.

  13. comment
    Comment #20275915

    Sometimes I feel like I'm forced to take verbatim notes on my computer, even though I know that's bad for my learning. Specifically, I'm reading a very detailed textbook on databas…

  14. comment
    Comment #20275456

    Most of the time, I don't see an issue with non-native looking UIs. Oftentimes, non-native UIs look better. VSCode and Atom both look great and they're non-native. I also think Sla…

  15. comment
    Comment #20196408

    Out of curiosity, why doesn't the stack layout use flexbox? It seems like flexbox is the perfect fit for such a layout.

  16. comment
    Comment #20196152

    https://github.com/Co-dfns/Co-dfns

  17. comment
    Comment #20090139

    This is definitely an overly ambitious project idea, but now that Google has Jetpack Compose and Apple has SwiftUI, and the web has React, I wonder if it would be possible to make …

  18. comment
    Comment #19843391

    I feel like unusual language syntax isn't an issue, as long as the syntax is understandable/readable once the programmer learns the syntax. It doesn't take too long to pick up and …

  19. comment
    Comment #19657316

    I feel like JSON is a decent format for storing human-readable configuration data. The use of brackets means if something is broken, you'll know explicitly because your IDE will th…

  20. comment
    Comment #19599931

    I noticed Rust was not your list of languages. Is Rust fundamentally different then these languages? If so, why?

  21. comment
    Comment #19491966

    I don't know whether Article 11/13 are good or bad (although at first glance they seem to be bad), but I don't think this attitude of "forcing freedom" onto others is good. The ent…

  22. comment
    Comment #19425278

    That just isn't possible. Javascript is necessary for many features in today's web.

  23. comment
    Comment #19325329

    My point is that people keep on saying Facebook is harming me through its data collection, but no one has provided an example. Same with you, you assert that Facebook is harming me…

  24. comment
    Comment #19324883

    >It surprises me that the majority of my family can still tolerate Facebook (and instagram/whatsapp etc.) despite what is known. I'm not sure why it's super surprising. Facebook's …

  25. comment
    Comment #19150949

    The point is that developers don't want to be testing against multiple browser/rendering engines--hence why Electron was built. Maybe having multiple engines is good (although mayb…