HN user

floverfelt

341 karma
Posts10
Comments27
View on HN

That is not what I’m saying at all though? The article is literally a defense of the existing system which allows those that own valuable assets to keep them and price them accordingly.

The closing paragraph was more to point out that if you do want to encourage development of domains and prevent squatting and overcharging - regulation could be a way to achieve that. I’m not endorsing the view just commenting that that’s a way real estate deals with the problem.

Shameless plug, but I used mermaid.js to create a pom visualizer maven plugin [0] and it was honestly pretty great.

Like some of the other comments say (and after working with it quite a bit) it definitely has its warts. It's not super well documented, it's not as feature rich as I'd like, and the syntax can be a little wonky. All that said, it "just works" for creating simple visualizations and fit my use case near perfectly.

[0] https://github.com/floverfelt/pom-visualizer-maven-plugin

Against Chess 5 years ago

Yeah that's a good point. The randomness is introduced by the opposing player and is not intrinsic to the game itself.

As opposed to Sudoku or something where there's only a single player and thus no room for randomness to be introduced at all or games where's it's intrinsic (poker, backgammon, etc.)

Yep exactly! I think if you broaden the concept of "authority" beyond literal authoritative sources it gets even more murky.

Are you appealing to the authority of speed? Compilation time? Readability? Functionality?

I dunno, and it often (especially around readability) comes down to the developer's/senior engineers preference.

Yeah it does. Software is basically a mental model and different people have different mental models of the world so we make up languages/practices/etc. that fit those models.

The point of the examples I gave (and a lot of browsing HackerNews) seems to suggest that 95% of the profession is not on board with our most basic practices around unit testing, version control, etc.

Yup, I 100% agree. The point of the post wasn't to bemoan practices, more just that it's frustrating to be told repeatedly that a certain thing is a "best practice" when really it's just what the developer who wrote it preferred.

Software Engineers should just say "this is how we like to do things" and not pretend that there's a holy grail of correctness when really it's just what they like.

That's a good idea! I think the biggest issue right now is the regex. It's super naive and just matches against anything containing the word "secret" or "password" which like you said results in a lot of false positives.

Let me take a look at that repo...

Hey all, I created Gistsecrets.io and use it pretty regularly to alert people when they've checked in plaintext passwords on Gists.

All the app does is scrape the public Gists feed every few seconds and looks for the word "secret" or "password". It has a lot of false positives but I've found a few legit usernames/passwords checked in. It's a fun thing to browse at work when I have downtime.

If you don't know what a Gist is, you can read more about them here [1], they're essentially mini-git repos to quickly share code.

I'd love any feedback.

[1] https://docs.github.com/en/github/writing-on-github/creating...

Hey all, sometime last year I took The Science of Wellbeing Course at Yale (online)[1]. One of the proven ways that course taught to increase your wellbeing and happiness is to do gratitude journaling each day.

I didn't like any of the existing Chrome "gratitude" extensions because they simply suggested you log what you were grateful for, instead of actually making you log what you're grateful for each day. Three Gratitudes attempts to address this by forcibly locking your browser each day for 1 minute until you've logged what you're grateful for. After you log your gratitudes, your browser behaves like normal.

The extension is heavily inspired by the Momentum[2] extension. Hopefully people find it valuable.

[1] https://www.coursera.org/learn/the-science-of-well-being [2] https://chrome.google.com/webstore/detail/momentum/laookkfkn...

Thanks!