HackerLangs
TopNewTrendsCommentsPastAskShowJobs

dpatterbee

444 karmajoined 5 лет назад

Submissions

Proposed Price Increases for Sourcehut

sourcehut.org
8 points·by dpatterbee·7 месяцев назад·0 comments

comments

dpatterbee
·позавчера·discuss
This blog post about Jarred never needed to say anything about Jarred? What on Earth does that mean? It is a response to a blog post written by Jarred, about actions taken by Jarred, and yet you think Jarred shouldn't have been mentioned.
dpatterbee
·позавчера·discuss
Yes, professional has two meanings in use here. Professional as in relating to one's profession, and professional as in how one may be expected to behave when carrying out one's profession.

In my comment I was using the former.

I'm not really sure what you're on about me "misinterpreting" something. The author of the article claimed to not have personal criticisms, and I was pointing out that there's a standard interpretation of those words that is true.
dpatterbee
·позавчера·discuss
If you view that first sentence as a personal attack I'm not really sure what response I can make here. As a sentence it almost says nothing at all. 'When Jarrad started he gave off a real "starting" vibe'.

Also I learned nothing about Jarred's life from this post, so I don't understand that point. That he lives or lived in San Francisco I guess, and didn't go to university?
dpatterbee
·позавчера·discuss
Do you normally assume that if someone shows any emotion that that emotion is "get[ting] in the way"? People's emotions are influenced by real things, and they don't have to speak dispassionately about those things. Especially when the blog post is entitled "My Thoughts on ---".

I don't know what you're getting at with your final paragraph, I feel like he's in a pretty good position to assert something he probably did or did not do.
dpatterbee
·позавчера·discuss
My apologies, your previous comment read to me as "I have engaged, I just read this blog post". I now see what you intended.

I've realised from the comments under this post that many people seem to desire some sort of performative "professional" communication style from people above all else. I don't know why people care about this so much and I don't think I care to know.
dpatterbee
·позавчера·discuss
I think you're, intentionally or not, misinterpreting my comment. Language is used to convey meaning, and Andrew wrote words that presumably meant what he meant them to mean. However, in many comments on here people are not commenting on "what he meant them to mean" and instead focusing on which words he chose to convey that meaning.

I'm sure Andrew could've switched out every word in the post and still conveyed the same meaning, and perhaps offended the peanut gallery's sensibilities a little less, but why should he?

In the example I was originally replying to, suppose Andrew had instead said "Jarred showed poorer than desired management abilities" and "Employees disliked working at Oven". Approximately the same message is communicated, a little watered-down maybe, but who's gaining from this tone-policing? Certainly not us, the readers. And I don't see how this affects how "professional" this is, unless "professional" is just performative nonsense and nothing to do with the substance of the text?
dpatterbee
·позавчера·discuss
So you're saying your only singular experience with the Zig community is this one blogpost, and you've written 14 comments so far on here about it? What are you even gaining here?
dpatterbee
·позавчера·discuss
I don't know why choice of language is having such sway in determining what you view as professional. Maybe it's just a cultural difference but where I'm from people just use the words they need to to communicate what they're trying to say. If something's a shit show I'd prefer someone just said it rather than dancing around it with corpo-speak.
dpatterbee
·позавчера·discuss
>> I think he's being completely sincere in this attempt to assassinate this person's character.

So that's a no, you won't make the attempt to engage with it with any other frame of mind?

>> Now I see him in the same category as a Musk like character.

Do you not see this as an overreaction? Andrew writes one (perhaps overly) blunt article about someone who publicly attempts to tarnish his project's reputation and you view it the same as the worst living human?
dpatterbee
·позавчера·discuss
Zig's community is - bar none - the least toxic programming community I've experienced. People on this website (who have never witnessed a single Zig community interaction) love to read blogposts from afar and come to conclusions this way and that, but if they ever stopped to actually engage with the people involved they'd find out the truth quite easily.
dpatterbee
·позавчера·discuss
Those are not personal criticisms, those are all professional criticisms. There are many people who don't seem to know the different between work and life and so they may conflate the two, but to me it's pretty obvious.
dpatterbee
·в прошлом месяце·discuss
This is not true in any meaningful way. The most widely-used zig project (Ghostty) is very welcoming of AI contributions, and the lead developer of the project uses it heavily.
dpatterbee
·в прошлом месяце·discuss
In elixir, processes (these are Erlang "processes", not OS processes) are designed to fail when they encounter errors, and the supervising process will restart it according to various rules you can configure. This isn't dissimilar to how kubernetes restarts jobs when they fail, but at a more fine-grained level.

It's actually intended that your function doesn't try too hard to validate it's input types, and just that it will malfunction and crash when it gets something it doesn't know how to handle, because the supervision tree will rescue it and your program can continue, albeit without whatever input caused the malfunction.

This obviously isn't ideal for many types of software, but for complex backend servers and other long-running operations it works really well.

Of course this is not a guarantee to eliminate bugs, but it's a factor that reduces them more than you'd think when coming from a different programming paradigm.
dpatterbee
·2 месяца назад·discuss
People only need cars because people have cars and cars make cities worse for everyone outside of one. If nobody owned cars everyone would get by just fine. It's a race to the bottom.
dpatterbee
·3 месяца назад·discuss
I contacted their support because my charging cable frayed and I thought I was still in warranty. Turns out I'd miscalculated and I was a year out but they replaced it for free anyway.

Their support has been very responsive and helpful every time I've contacted them so I'd be surprised if they wouldn't have helped the GP.
dpatterbee
·3 месяца назад·discuss
Git rebases don't work if there are conflicts, jj doesn't have this problem. Also idk if you can rebase onto multiple parents with git but jj can do it.
dpatterbee
·4 месяца назад·discuss
We probably don't want to head down the path of creating new competitions for people that meet arbitrary criteria. White-straight-man only olympics anyone?
dpatterbee
·4 месяца назад·discuss
In fairness he pretty explicitly states that he thinks people do understand it, but are pretending not to to wash their hands of the consequences. I'm definitely not reading it in the same way you are.
dpatterbee
·4 месяца назад·discuss
I think the point is that regardless of what benefits LLMs are bringing to the table, there are a list of downsides that Drew views as non-negotiables. It doesn't matter what other people are seeing, because he sees a fundamental issue underlying the entire premise.

It does seem like most people completely ignore the obvious harms caused by AI when talking about using LLMs for programming, as though somehow it is disconnected from the other deployments of the technology.
dpatterbee
·4 месяца назад·discuss
It makes sense that those with huge libraries may never want to move. But there are many existing and future PC gamers who do not have particularly large libraries on Steam, who would likely be much easier to lure if Epic actually made their launcher worth it.