HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cldellow

no profile record

comments

cldellow
·上個月·discuss
According to https://www.taylorpress.net/article/10664,blueprint-data-cen..., the restriction on the deed was gone by the time the property was transferred to the city of Taylor. That seems to have been in 2003.

Is the idea that "when it benefits them" was... 23 years ago, and then they just sat on the land waiting for big tech to come along and want to buy it?

As mundane as it may sound, it seems most likely this was a clerical error made a long time ago. Maybe it can get unwound, but maybe not. If the people of this town are being screwed, it's by incompetence on someone's part 23 years ago, not by big tech.
cldellow
·上個月·discuss
https://www.taylorpress.net/article/10705,judge-rules-in-fav... has a bit more info.

I don't know how to pull the actual court documents without paying for them, but the article indicates the case was dismissed for lack of standing.

The plaintiffs tried to argue that as neighbours, they had an interest in the land usage being enforced. The court disagreed.

I presume the original family could bring a case? It doesn't seem like the 404 article or the Taylor Press article talked to them to see how _they_ feel about how their gift is being used.
cldellow
·4 個月前·discuss
Fair enough - my initial comment talked about quality, but I realized that was my own take on the situation.

I had revised the comment because I think I now understand Drew's chief complaint to be about the moral side of LLM usage, not the practical quality side of LLM usage.

He does use the word "slop" which implicates quality, but that's a single word in his essay, versus whole paragraphs about the moral questions of LLM usage and his stated reason that the fork was "to keep my conscience clear".
cldellow
·4 個月前·discuss
Buried (IMO) in the post is:

> sadly even Vim now comes under scrutiny in that effort as both Vim and NeoVim are relying on LLMs to develop the software.

...where he links to a comment in a closed issue where someone accuses a contributor of using an LLM to generate patches: https://github.com/vim/vim/issues/18800#issuecomment-3568099...

The tl;dr: Drew thinks Vim development has been tainted by LLM contributions, and is thus morally unsuitable to be used, and he will therefore be forking it.
cldellow
·7 個月前·discuss
Ha, what a coincidence. Just today I was reading a three year old Stackoverflow discussion about this [1].

It prompted Laurenz to submit the documentation patch that is cited in the article. In the discussion of the patch itself, people seem to conclude that it's a good improvement to the docs, but that the behaviour itself is a bit of a footgun. [2]

[1]: https://stackoverflow.com/questions/73951604/autovacuum-and-...

[2]: https://www.postgresql.org/message-id/Y8cQJIMFAe7QT73/%40mom...
cldellow
·3 年前·discuss
They act as a go-between in that they ultimately host on AWS/GCP. They host their own infrastructure in that they appear to run Kubernetes and have built out their own deployment and service fabric, so they're just using the underlying machines as dumb compute, they're not, eg, building on RDS.

In March 2021, someone asked a question about carbon emissions of their data centres. They said they hosted on both GCP and AWS, but mentioned they were interested in moving to their own bare metal [1].

In April 2021, I asked a question about egress fees to Google, and they walked back a bit the comment about moving to bare metal [2].

As of March 2022, they're still in AWS/GCP [3].

As of September 2022, workloads for new users deploy into AWS, even in regions that were previously served by GCP [4].

[1]: https://community.render.com/t/does-render-use-green-energy/...

[2]: https://community.render.com/t/is-render-com-hosted-in-googl...

[3]: https://community.render.com/t/are-your-servers-owned-by-you...

[4]: https://community.render.com/t/which-render-regions-map-to-w...
cldellow
·3 年前·discuss
Render.com is another spiritual successor of Heroku. I'd love a world where Fly and Render are both very successful companies.
cldellow
·4 年前·discuss
We used to have an interview process that had a take-home project.

The project was:

- you have two files: listings.json and products.json

- listings.json lists ~20,000 Amazon listings for electronics with fields like title, brand and price

- products.json lists ~1,000 digital cameras, with fields like brand, family, model

- your job is to write a script that, for each entry in listings.json, emits the best match (or no match!) from products.json

Your solution could be as naive or as fancy as you wanted. The main point was to have something for the next stage.

We'd run your submission, and use that to show you some false positives and false negatives. Then we'd ask you to debug why each false positive or false negative happen, explain it to us, propose how you'd fix it, and identify any trade-offs in your proposed fix.

Eventually, we wanted to offer a non-take-home-project interview. We already had a bunch of existing solutions from employees, so we used those to run a stripped down version of the interview that just focused on the code reading/debugging/proposing fixes part.

I think both of these interview approaches were pretty effective at giving candidates a natural environment to demonstrate skills that they'd actually use on the job -- debugging, collaboration, predicting downstream implications of changes, etc.
cldellow
·7 年前·discuss
Programs that manipulate binary files are common vectors for attacks. A malformed file can trick even well-written and well-tested parsers into executing code that they shouldn't, or corrupting aspects of the user's environment.

For example, cvedetails.com, some random website I found from Googling, lists 13 vulnerabilities for Photoshop and 31 for Libreoffice in the last few years.
cldellow
·7 年前·discuss
Specs here means specifications. It could include things like requirements documents, acceptance criteria, wireframes--anything to create a shared understanding of the precise shape of the work product to be delivered.
cldellow
·7 年前·discuss
+1 on charging for specs.

We had some landscaping done and interviewed a few contractors. Only one charged for the upfront design work, but theirs was the most detailed proposal. We ended up going with them. I think they rebated most of the design fee, too.