Live data from Hacker News

Viewing profile — cy_hauser

cy_hauser

HN member
Joined
Mon, Oct 30, 2017, 6:51 PM UTC
HN karma
196
Public activity
167 items

About cy_hauser

No profile information was provided.

Recent public activity

  1. comment
    Comment #46164651

    A much better link. The underlying article there explains why they are being fined.

  2. comment
    Comment #45549945

    Because the incentive is now there. Maybe they don't get enough paid customers and want more money. This puts a bit of pressure to move a new feature that is really handy into the …

  3. comment
    Comment #43617589

    It looks like fennel and janet are from the same dev.

  4. comment
    Comment #43476223

    Interestingly, this didn't work for Jetbrains. They found people often skipped a year and decided they wanted the "missing" revenue. There answer is to sell the version you "own" a…

  5. comment
    Comment #43186659

    > Too much overhead figuring out the good products ... How does changing stores help. If the products are still the same but on Walmart, how are you getting better information?

  6. comment
    Comment #41692724

    How about Lit? I'm just looking at frameworks, components, etc. I was thinking of Lit as simplified web components? Is that valid?

  7. comment
    Comment #41587602

    Try Hack. I've tried many including Jetbrains Mono and Fira Code. Both are really good but I drifted back to Hack. It just hits a comfortable place for me.

  8. comment
    Comment #41228555

    I think it was the Go Marketing Team who decided to call it a boring language. "Boring" tested well for hyping the language.

  9. comment
    Comment #41228444

    True for the early days of Go but I don't know about now. I think the switch started happening right after modules came out. Generics and the new range stuff seem more for the sake…

  10. comment
    Comment #41227997

    I did this about 1-1/2 years ago and just reran the numbers. Today: "written|built in Rust" 1113 (1036|77) "written|built in Go/Golang" 1050 (889|25) / (119|17) "written|built in P…

  11. comment
    Comment #38835373

    Holy crap no. Take a look at the amount of sodium in Better than Bouillon. Way more than any other type of stock like product. You can get the rip-off box stock with no sodium adde…

  12. comment
    Comment #38204763

    Oh, hi. Didn't see you there. Welcome to the web.

  13. comment
    Comment #38204708

    Nobody but you is suggesting we protect the rights of pedophiles. This argument is going where it always goes ... as the author pointed out. There are bad people in the world. They…

  14. comment
    Comment #38194805

    To spin the wheels. People still get paid and the economy keeps humming along. No profit doesn't mean people aren't making money, just that the company isn't making excess money.

  15. comment
    Comment #38182145

    > because their whole 2000’s-era style of online retail is past it’s peak and is starting to crumble beneath its titans So what is the modern style of online retail that is/has tak…

  16. comment
    Comment #37175104

    I've ended up using at least a half dozen generic helpers in every application I've written since they were added. They've made my coding easier, more concise, and help with testin…

  17. comment
    Comment #37098172

    I think the pace has been extremely slow. So many of the changes to Go have been tool chain or library enhancements. Outside of generics related stuff, what are some added core lan…

  18. comment
    Comment #37098121

    >> "there's only one way to do it" What's the one way to do iterators now? I thought this proposal came about because there wasn't a default way and everybody had to roll their own…

  19. comment
    Comment #34744472

    Replying to my own post for posterity because edits are closed and I missed the obvious Go/Golang. This pushes Go to the top winning it a "major award". "written|built in Go/Golang…

  20. comment
    Comment #34731987

    Yup, a lot of false positives without quotes. Searching with quotes on Story gives the following. (Search is case insensitive.) "written|built in Rust" 832 (790|42) "written|built …

  21. comment
    Comment #34603273

    Go is more like an climate that pretends to be an atmosphere for simplicity. Compared to a greenhouse you really can. Compared to the other climates it's essentially sophistry.

  22. comment
    Comment #34053573

    arguably... then I'll argue the opposite (even as a subscriber). Jetbrains rolls your subscription back to the version on the day you purchased, not the last version in your subscr…

  23. comment
    Comment #33911222

    I'm not understanding this. Wouldn't the lower bound on performance be the single thread? Any worse performance and you queue the write requests to match the single thread performa…

  24. comment
    Comment #33613053

    Go error handling is a bit rough. It's not hard to write the errors but they can derail my mind when I'm reading Go code. They're like walking up stairs where every fourth or fifth…

  25. comment
    Comment #33609111

    Google's Go language is well suited for back-end code. However, it's a very opinionated and quirky language. If its style suits you it's a great choice. If, after looking at it for…