|
Cars car phone point (11)
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
AUTOMOBILES
AUTO car
MOBILE phone
S (compass) point
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|
|
Too easy ?
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
One of those "microseconds or hours" clues.
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012
|
|
|
|
|
I wise clue setter once said:
Quote: They don't have to be difficult but they do have to be solvable
The Lounge[^] 
|
|
|
|
|
#Worldle #501 2/6 (100%)
🟩🟩🟩🟩🟨↘️
🟩🟩🟩🟩🟩🎉
https://worldle.teuteuf.fr
a bit easy
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
I thought "hey, I'll integrate a documentation search into my website documentation"
https://honeythecodewitch.com/gfx/wiki/index.md[^]
So I created an account with Algolia and spent more than an hour on it only to determine that their deprecated web crawler that they won't let me use would work fine (if they let me at its results) but the one in production won't follow links.
How do you make a paying service with a web crawler that doesn't follow links? Seems like an important feature for a crawler, no? Like, only the whole reason for its existence in the first place.
It gets my goat from a professional standpoint when people release things like this and then charge money for them.
I asked them to delete my account. Instead they want me to troubleshoot this with them. I told them to pay me.
We'll see how that goes.
There's smoke in my iris
But I painted a sunny day on the insides of my eyelids
So I'm ready now (What you ready for?)
I'm ready for life in this city
And my wings have grown almost enough to lift me
|
|
|
|
|
honey the codewitch wrote: I asked them to delete my account. Instead they want me to troubleshoot this with them. I told them to pay me.
We'll see how that goes.
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
honey the codewitch wrote: I asked them to delete my account. Instead they want me to troubleshoot this with them. I told them to pay me. I can't overemphasize how good and correct that response is.
The difficult we do right away...
...the impossible takes slightly longer.
|
|
|
|
|
Exactly. Their logs should contain all the troubleshooting data they need.
|
|
|
|
|
honey the codewitch wrote: Seems like an important feature for a crawler, no?
True but also probably the hardest feature to implement. For example what if the link requires a user login. Or if it requires a selection from the original page. And of course one must eliminate recursive cycles also.
|
|
|
|
|
I usually handle the recursion with a HashTable of crawled URLS.
"Mistakes are prevented by Experience. Experience is gained by making mistakes."
|
|
|
|
|
Yes I know how to handle it. And other problems associated with following links.
|
|
|
|
|
Sure, but get it right if that's what your product does.
And handling recursion is pretty easy on a modern system with a hash table.
In the case of my site, it's nothing fancy. There's a bit of potential recursion is all due to back linking.
There's smoke in my iris
But I painted a sunny day on the insides of my eyelids
So I'm ready now (What you ready for?)
I'm ready for life in this city
And my wings have grown almost enough to lift me
|
|
|
|
|
honey the codewitch wrote: Sure, but get it right if that's what your product does.
I worked on such a product. And getting it right was difficult.
But it did do links.
honey the codewitch wrote: And handling recursion is pretty easy on a modern system with a hash table
Not the point. The point is that following links requires quite a bit of work.
honey the codewitch wrote: In the case of my site, it's nothing fancy.
Yes but you said "get it right" so that means they must handle all of the problems not just yours.
|
|
|
|
|
What are you using to render your files?
On CodeProject, I use Lucene.Net to index and search our content.
I've used Lucene.Net 2, 3, and 4 for various projects and I'm not sure which I like best due to the differences in APIs.
There are versions ported to several languages from the original Java.
Using Stemming Analyzer, you can index by word roots so that 'run', 'runs', 'running', 'ran' all index to the same thing.
I created a custom tokenizer to handle technical documents geared towards programming to weed out some fluff.
It is blinding fast, and looking at the code can be addictive as the algorithms used are quite interesting.
If you are using a 'standard' CMS such as WordPress, Orchard, or most others, they usually have a Search Plugin which is usually based on Lucene.
"Mistakes are prevented by Experience. Experience is gained by making mistakes."
|
|
|
|
|
|
Interesting. We are using Gatsby to render directly from markdown.
There's smoke in my iris
But I painted a sunny day on the insides of my eyelids
So I'm ready now (What you ready for?)
I'm ready for life in this city
And my wings have grown almost enough to lift me
|
|
|
|
|
#Worldle #500 2/6 (100%)
🟩🟩🟩🟩⬜↙️
🟩🟩🟩🟩🟩🎉
https://worldle.teuteuf.fr
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|
|
Wordle 717 4/6
🟩⬛⬛🟨⬛
🟩🟨⬛⬛⬛
🟩⬛🟨⬛🟩
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 717 6/6
⬜⬜⬜⬜🟨
🟨🟨⬜🟩🟨
🟩⬜🟩🟩🟩
🟩⬜🟩🟩🟩
🟩⬜🟩🟩🟩
🟩🟩🟩🟩🟩
So many options.
|
|
|
|
|
Wordle 717 3/6
⬜🟨⬜⬜🟨
🟨⬜🟩🟩🟩
🟩🟩🟩🟩🟩
|
|
|
|
|
Wordle 717 3/6*
⬜⬜🟩🟨⬜
🟩⬜🟩🟨⬜
🟩🟩🟩🟩🟩
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
🟨⬜⬜⬜⬜
⬜⬜🟩🟩🟨
🟩⬜🟩🟩🟩
🟩⬜🟩🟩🟩
🟩🟩🟩🟩🟩
Should have had it in 3 ( half asleep ) but I stupidly forgot to include the yellow tile twice !
In a closed society where everybody's guilty, the only crime is getting caught. In a world of thieves, the only final sin is stupidity. - Hunter S Thompson - RIP
|
|
|
|
|
Wordle 717 5/6
⬜⬜⬜⬜⬜
⬜🟨⬜🟨⬜
🟨⬜🟨⬜⬜
⬜🟨🟨🟩🟨
🟩🟩🟩🟩🟩
"A little time, a little trouble, your better day"
Badfinger
|
|
|
|