Viewing profile — gscho
gscho
HN member- Joined
- Wed, Feb 05, 2020, 4:12 PM UTC
- HN karma
- 341
- Public activity
- 106 items
- HN profile
- View on Hacker News ↗
About gscho
No profile information was provided.
Recent public activity
-
comment
Comment #46865577
Just make the repo private?
-
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…
-
comment
Comment #46444231
Why is it “ugly”?
- story
-
comment
Comment #39574791
The concepts that htmx has been built on have been around forever. Maybe that’s what they meant.
-
comment
Comment #39020894
Who is George?
-
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…
-
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 …
-
comment
Comment #36411459
Off topic but I really enjoy the lofi website design!
-
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
-
comment
Comment #35758497
Not sure why this is down voted, I have felt negative energy from coworkers about this as well.
-
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…
-
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.
-
comment
Comment #33889166
But ruby is too slow!
-
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.
-
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…
-
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?
-
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 …
-
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!
-
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…
-
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.
-
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!
-
comment
Comment #31670834
There's also the benefit of "dog fooding" their own product that they're selling to customers.
-
comment
Comment #31670799
Emacs and vim are supported!
-
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.