#PHP 11 hashtags

JayVii

It has been a while since I worked on #serci, but here is a new feature, I've been thinking about for a while but didn't have time to implement it until today: Extended options for search engines.

https://src.jayvii.de/pub/serci/commit/4a990c43d256913923eed1acc1c206e470b54df2.html

This is actually quite a small (but IMO useful) feature that let's serci parse additional text to the search engine, besides the search term. Or, as another way to think about it, it gives the user more options to tell serĉi your intent. Options are added to the keyword with the ":" separator.

Say, you want to search explicitly on the German version of Wikipedia. You can do that now with !wp:de

Or you want to translate from German to Italian with DeepL. Just use !deepl:de/it

#webdev #PHP #searchengine #selfhosted #foss

JayVii

I did some basic explanations and screenshot-showcase of my new bookmarking / note taking #PHP web application #rememorihttps://src.jayvii.de/pub/rememori/index.html#features

Suggestions for new features (and coding style...) are very appreciated!

JayVii

Been working on a simple bookmarking client ("rememori") completely written in #PHP, without any data base in the back, but instead based on simple .txt files.

The features include (for now):

1. tagging (only one per note),
2. a simple search through all your notes,
3. automatic title-fetching for URL-notes,
4. a simple API endpoint for programmatically adding new notes (I imported all my linkding bookmarks via three lines in bash and #curl),
5. #RSS feeds for individual categories (so you can use it as read-it-later application together with an RSS reader

JayVii

Reworked my tiny #tw2html webtool that let's me check and "follow" streams on #Twitch. Checking is now done client-side via #JavaScript instead of the much slower server-side #PHP procedure. The new procedure checks 30 streams in well under 1 second.

Feel free to try it out here: https://twitch.jayvii.de/

JayVii

On yesterday's #serci Update post (https://social.jayvii.de/objects/MVKQo4c6huo), today I finished a massive overhaul of the web-frontend for this Meta² search engine.

Besides looking a lot slicker, it should be a lot easier to understand for new users now. The list of search engines can now be searched and filtered and your personal default search engine can be chosen easily with a single click! I also added descriptions for each search engine, to make the list easier to browse and understand.

Feel free to try it yourself! https://search.jayvii.de

Oh, and the re-factoring increased performance by 33%! Searching on average takes 0.12s before redirect (same as before), but loading the web-frontend takes only 0.18s instead of 0.28s now. Really happy with how it turned out. Still: any suggestions are more than welcome!

#webdev #PHP #webdesign #searchengine #selfhosted 

JayVii

I have been adding quite a few more search engines to #serci today, including #Fireball, #SearX/#SearXng, #eTools, #TigerCH, #WolframAlpha and #DBLP today.  All new additions are already live at https://search.jayvii.de.

With 64 search engines in the default configuration, I feel like the webfrontend has to present all the options in a better way. But I am really out of ideas on what that could look like... Suggestions are very welcome! #webdev #php #foss #search

JayVii

I finally transferred almost all my webtools to SimpleCSS, for example the #goaccess dashboard for privacy preserving web traffic measurements:

https://src.jayvii.de/pub/goaccess_dashboard/ (see it in action here: traffic.jayvii.de

Or other tools such as a barebones youtube-feed yt2html, twitch-feed tw2html, youtube-to-podcatcher service yt2rss, ...

I really like the idea of simple and classless #CSS. It helped me improve the visuals of my #PHP services quite a lot!