HN user

krazydad

202 karma

Nerd with music skills.

Posts2
Comments84
View on HN

I got the same email regarding my hobby website "The Wheel of Lunch" (https://wheelof.com/lunch). The site makes no money and sends traffic to Yelp. The cheapest plan offered was $230 a month! I can't afford that.

I have stopped calling the Yelp API for local listings and put up a notice on the site. It was fun while it lasted!

“AI infused at every layer“

Okay… What does that even mean? And why does the company think we want that?

I love me some AI, but right now it’s getting put on everything like Nutella at a hipster eatery.

I agree with you. I love using copilot (and similar tools) and I’ve found it is exceedingly good at predicting patterns in my own coding. It has saved me a lot of time, and I would hate for it to go away or be crippled because of lawsuits like this. I could care less if my own code is used for training. My code isn’t precious, it’s what I do with it that is important.

Gonna mention Quiver (The Programmer's Notebook) as it hasn't been mentioned yet. I've been on Evernote for about 10 years and have a few thousand notes in it. This news is discomfiting and I look forward to checking out some of the contemporary alternatives. Lately, I've been putting more technical/nerdy stuff into Quiver, which understands code and does syntax highlighting and all that good stuff. I don't like it as much for the free-form stuff I do in Evernote, but for code snippets it's great.

Seeing a lot of posts of the "Observable vs Jupyter" variety. I really don't think this has to be a this versus that kind of discussion. There is plenty of room for both.

[dead] 10 years ago

Agreed. Very hard to see how making a business around getting people to "solve captchas" is anything but nefarious.

"Imagine what your perfect source would tweet, or what you yourself would tweet in that situation, and search for the words that would probably be in it."

This is a technique I used to use a lot more in the days before Google became the dominant search engine, when I was using Lycos, Alta Vista and Yahoo. In those more primitive search engines that were doing something closer to a full-text search, it was important to use the words and verb tenses that were likely to appear in the answer (or target page/tweet), not in the question.

So for example, instead of querying "Which museum is the Mona Lisa in?" it was best to query "collection includes the mona lisa" and similar phrases.

Needless to say, third generation search engines like Google made this all unnecessary, and hopefully, Twitter will get there too, eventually.

I too am a happy Evernote user, for text-only note-taking. Prior to Evernote, I used Xnippet, a mac-app which wasn't well supported. Evernote is a big part of my work flow, and I'd hate to see it go away. I find all the other features (web-clipping, image-editing) superfluous, and it feels like they are concentrating too much on the fluff features. Every time there is an update, it feels like they are adding more features I don't need.

My mom also has no idea what right-click is. I showed it to her once and it blew her mind. Then she promptly forgot about it.

I figure as long as you don't hide essential functionality in your app's 3d-touch interface, and primarily use it for short cuts, you are probably okay...

I stumbled upon an attractive & simple to implement non-random method that uses the golden angle (an angle commonly observed in plant phyllotaxy) -- drawing a fibonacci spiral on the sphere while maintaining a constant surface area. It is demonstrated here, on the open processing website.

http://www.openprocessing.org/sketch/41142

  n = number of points
  phi = (sqrt(5)+1)/2 - 1
  ga = phi * 2 * PI

  for each point i (1..n)
    longitude = ga*i
    latitude = asin(-1 + 2*i/n)

From Wikipedia: [Gulliver's Travels] describes an intra-Lilliputian quarrel over the practice of breaking eggs. Traditionally, Lilliputians broke boiled eggs on the larger end; a few generations ago, an Emperor of Lilliput, the Present Emperor's great-grandfather, had decreed that all eggs be broken on the smaller end after his son cut himself breaking the egg on the larger end. The differences between Big-Endians (those who broke their eggs at the larger end) and Little-Endians had given rise to "six rebellions... wherein one Emperor lost his life, and another his crown". The Lilliputian religion says an egg should be broken on the convenient end, which is now interpreted by the Lilliputians as the smaller end. The Big-Endians gained favour in Blefuscu.

http://en.wikipedia.org/wiki/Lilliput_and_Blefuscu

Totally. While it seems appropriate that a product like Dropbox would require some very careful risk management and quality control, this feels like a joyless environment, despite the occasional use of memes in quality control threads.