HackerLangs
TopNewTrendsCommentsPastAskShowJobs

rirze

296 karmajoined 5 năm trước

comments

rirze
·14 giờ trước·discuss
> the ruby code: ``` cat = Cat.new cat.meow ```

As a non-Ruby user, this confuses me. Why can't `Cat.new` be a function reference? Does Ruby explicitly disallow this (i.e. passing around a function)?
rirze
·14 giờ trước·discuss
I can't find the source for `mine`. Do you have a link?
rirze
·15 giờ trước·discuss
I agree.

There's also a universe where he could've written it Linux Torvald-style and still come across as passionate but justified.
rirze
·15 giờ trước·discuss
To my dismay, a lot of projects with anti-AI sentiment are accepting security patches found with AI. Take a look at `ffmpeg` for example.

The hypocrisy is puzzling.
rirze
·Hôm qua·discuss
> mostly by humans

`mostly` is doing a lot lifting here. The Go rewrite uses plenty of copilot. The reason you trust it is because you trust the people doing the rewrite.
rirze
·3 ngày trước·discuss
What happens to the money in these cases? I could imagine the official taking solace knowing the money he amassed over the years would eventually go his family.
rirze
·3 ngày trước·discuss
So... incompatibility for Windows Java devs using `gradlew`?

Seems very niche to me.
rirze
·7 ngày trước·discuss
You know why. I know why.

The people who care about this disproportionately collect distasteful media and would be in criminal proceedings if their material was uncovered.
rirze
·8 ngày trước·discuss
So... is this a dataset fishing operation essentially? You want to train or collect samples for better Lean proofs?
rirze
·8 ngày trước·discuss
How do one know this? I don't know where to get this information and whether to trust it.
rirze
·9 ngày trước·discuss
Morally fallen? Sure, Europe hasn't fallen yet.

Systemically and structurally? Already on its way there.

Excessive moral policing results in strangling regulations, which is exactly what Europe is facing right now. The opposite of innovation.

Good luck in your endeavors.
rirze
·9 ngày trước·discuss
Au contraire, Googlers have always been strangely academic brained and stuck in niche moral echo chambers.

This is par for the course.
rirze
·9 ngày trước·discuss
Go through enough pattern recognition and you'll realize it's often not someone sticking to their guns.

Would the author have left if they didn't have another job lined up? Definitely not. Then, how strong are their principles?

That's not remarkable to many.
rirze
·9 ngày trước·discuss
[flagged]
rirze
·9 ngày trước·discuss
Very cool. It's often daunting to contribute to such a well-established and recognizable project, but this is exactly how it should work.
rirze
·14 ngày trước·discuss
I think we’re going to find out the hard way that the proofs left to solve are very much not elegant.
rirze
·16 ngày trước·discuss
Sincerely, I don't get the motivation for this. It feels like `age` is pulling most of the work I care about. `age` is the only tool here encrypting and decrypting secrets, are you managing the orchestration of secrets with your tool?
rirze
·16 ngày trước·discuss
As long as the language supports lazy evaluation and short-circuiting through expressions, then great.
rirze
·16 ngày trước·discuss
Look nice but super expensive for the normal developer. Good luck with the monetization, hope you get some company customers.
rirze
·16 ngày trước·discuss
He comments on this in the Hackernews post text:

> Effect-TS is the full-featured option in this space and has a large ecosystem. Pure Effect offers a different tradeoff. It covers the 80% case: testable pipelines, dependency injection, retry, and OpenTelemetry hooks, all in under 1 KB with zero dependencies and no new vocabulary to learn. Effect-TS is a framework you build around. Pure Effect, on the other hand, is a pattern you drop into existing code.