Live data from Hacker News

Viewing profile — gscho

gscho

HN member
Joined
Wed, Feb 05, 2020, 4:12 PM UTC
HN karma
341
Public activity
106 items

About gscho

No profile information was provided.

Recent public activity

  1. comment
    Comment #46865577

    Just make the repo private?

  2. comment
    Comment #46865541

    Having worked there around 2020-2021 there were many folks not happy with being forced to use azure and being forced to build GitHub actions based on azure devops. Lots of AWS usag…

  3. comment
    Comment #46444231

    Why is it “ugly”?

  4. story
  5. comment
    Comment #39574791

    The concepts that htmx has been built on have been around forever. Maybe that’s what they meant.

  6. comment
    Comment #39020894

    Who is George?

  7. comment
    Comment #37288562

    Back in university I took a course in legacy programming. We did a project in each of Fortran, COBOL and Ada. I enjoyed Ada very much. The module system made a lot of sense to me a…

  8. comment
    Comment #37042243

    Not the OP but we could mention that time where he called a hero a pedophile or when he bought twitter to promote free speech and then banned anyone who said negative things about …

  9. comment
    Comment #36411459

    Off topic but I really enjoy the lofi website design!

  10. comment
    Comment #36019689

    In case anyone is interested I made an online toml syntax checker in the same vane as jsonlint.com and yamllint.com: https://toml-lint.com

  11. comment
    Comment #35758497

    Not sure why this is down voted, I have felt negative energy from coworkers about this as well.

  12. comment
    Comment #35753700

    This is exactly how I feel about my side projects. Sometimes our day jobs are not exactly what we’d like to be working on so it’s nice to “putter” on a side project to scratch that…

  13. comment
    Comment #35143877

    Even though features are half-baked I still think the future is bright for them, especially if GitHub slips up or gets complacent. Intel showed us that it is possible.

  14. comment
    Comment #33889166

    But ruby is too slow!

  15. comment
    Comment #33137509

    Redis is not simply a cache. It can be used as one but it supports many other data structures and use cases beyond that.

  16. comment
    Comment #32982383

    Another pitfall I have encountered is the lack of a true ephemeral agent runner solution for running the actions runner agent in your own infrastructure. The way it works (the last…

  17. comment
    Comment #32819452

    You’re comparing heckling a persons funeral over their sexual orientation to heckling a pedophile rapist. How do you make that connection?

  18. comment
    Comment #32103661

    Not sure how you’re hosting the site but the best way to fix this would be to have your web server automatically redirect incoming http traffic to https. Then it doesn’t matter if …

  19. comment
    Comment #32098672

    Wanted to let you know HTTP requests are not automatically redirected to HTTPS. Love the idea for this, will be trying it out!

  20. comment
    Comment #32057310

    This looks really cool and should help me out when integration testing things are require an LDAP connection. For example setting up the Jenkins ldap connector in an automated test…

  21. comment
    Comment #31937773

    I like to think of it like music. For each Nirvana type band there needed to be many Pixies and Melvins type bands to influence them.

  22. comment
    Comment #31934195

    > Why yet another programming language? 'Because I wanted to' is a sufficient reason. Create all the programming languages you want and share it with the world!

  23. comment
    Comment #31670834

    There's also the benefit of "dog fooding" their own product that they're selling to customers.

  24. comment
    Comment #31670799

    Emacs and vim are supported!

  25. comment
    Comment #31405135

    Ruby, bash, go. Specifically we’ve been building stuff in bash using Sub ( https://github.com/qrush/sub ) which has been working well.