HN user

mtVessel

497 karma

meet.hn/city/us-Town-of-Putnam-Valley

Posts3
Comments242
View on HN

I dunno. I'm in the US and I feel that those saying they wouldn't expect to be liable for services they consume beyond free tier limits sound awfully entitled.

I mean, it's a sleazy practice, especially considering how they word their emails, but I wouldn't expect something for nothing just because I hadn't set up a billing mechanism yet.

All mice supported scrolling. In the before times, you use the mouse to drag the scroll thumb, which was located on the scrollbar. And you'd drag it down to see information further "down" in the document.

Kniterate Notes 4 months ago

I applaud their restraint. Me, I would've been compelled to title it, "Kniterate Knotes".

When I saw the article (which, for some reason, I had no trouble finding) I felt the same way, but then remembered I could adjust the font size myself with a few keystrokes.

| I assume nowadays it's much better...

It's not, but the Linux weenies won't hear of it. Maybe it's a great choice on Linux, but on Windows, it often renders things much worse than stock WMP (both legacy and modern). Videos with a lot of motion play especially poorly.

But, yeah, it opens everything.

Please always explain what things are. All day long I'm following deep links, and nothing bothers me more than people assuming I have perfect context.

At least there's a way out of scrollbar madness (at least, for now):

Settings -> Accessibility -> Visual effects -> Always show scrollbars

No such luck for title bars, though, or the general Fisher-Price-ification of Windows overall.

Look Out for Bugs 11 months ago

| > What actually prevents bugs at scale is boring stuff: type systems...

| Nonsense. The most widely-deployed software with the lowest bug-count is written in C. Type systems could not have done anything to improve that.

C is statically and fairly strongly typed. Hard to tell if you're arguing for or against the statement you're responding to.

Sure, but don't forget to look for posted signs, like:

"In Upper Manhattan, downtown 1 skips 137 St-City College, 125 St, 116 St-Columbia University, Cathedral Pkwy (110 St) and 103 St

    Aug 1 - 4, Fri 9:45 PM to Mon 5:00 AM 
For service to these stations, take the 1 to 96 St and transfer to an uptown 1.

For service from these stations, take the 1 to 168 St and transfer to a downtown 1." [1]

There are often many simultaneous service changes.

[1] https://www.mta.info/

On FF (similar on Edge):

Secure Connection Failed

An error occurred during a connection to reverse-pacman.staticrun.app. PR_END_OF_FILE_ERROR

"Wanda, do you have any idea what it's like being English? Being so correct all the time, being so stifled by this dread of, of doing the wrong thing, of saying to someone 'Are you married?' and hearing 'My wife left me this morning,' or saying, uh, 'Do you have children?' and being told they all burned to death on Wednesday."

-A Fish Called Wanda

So far, it's no HAL 9000.

Uploaded video dialog:

Bowman: You know, of course, though, he's right about the 9000 series having a perfect operational record. They do.

Poole: Unfortunately that sounds a little like famous last words.

Bowman: Yeah, still it was his idea to carry out the failure mode analysis, wasn't it?

Poole: mmm

Bowman: Should certainly indicate... (away from camera): his integrity and self-confidence

Bowman: If he were wrong, it'd be the surest way of proving it.

Poole: It would be if he knew he was wrong.

Results:

"Of course there is recommended getting necessary to have a perfect operational rank i know youre going to be the first to do that youre going to get the best youre going to get the best youre going to get the best youre going to get the best youre going to get the best of yours if you want to rock better sure its well perfect."

The post doesn't explain how the niches themselves come into being, so an equally logical assumption could be that creating a person also creates a new niche, and their task is simply to find the right one. No new person, no niche.

A less rigorous explanation, but probably more to the author's point, is that people who end up filling the wrong niche add more negativity to the world than those who find their place. This is a worse state of affairs than leaving some niches unfilled.

Wow, the comments in this thread are super confusing. They seem to be largely around, "windows are a luxury, not having one is a first-world problem, who wants one anyway?"

Is this the same community that champions human-centered design and architecture, a la Christopher Alexander, Jane Jacobs, etc.?

LINQ is an interesting example because it exists in two forms, query syntax and method syntax. You might consider these "mini-paradigms". Most users know one or the other. I've rarely met people who are equally proficient at both. But almost anything you can accomplish in query form can also be done in method form, and the industry has settled on method syntax as the standard.

Why do you think that is? I think it's because method syntax fits more neatly into the larger C# paradigm of imperative code. Using both requires the developer to pivot to a different mental model (declarative coding), so we try to standardize on the one that fits best in the bigger picture. This is what I mean by cognitive load. Most devs can surely handle both, but why make them do extra mental work when that effort is better spent on the problem domain.