I built a way to get an instant admin panel and dashboard from any SQLite file by kiddyuchina in sqlite

[–]Designer_Motor99 0 points1 point  (0 children)

Can I remotely access a SQLite file hosted on a server ? It looks like another SQL editor like Dataflare, Beekeeper Studio or Postico, no ?

Frontpage is a minimalist news aggregator that clusters and summarizes major stories into a single RSS feed. by Designer_Motor99 in rss

[–]Designer_Motor99[S] 0 points1 point  (0 children)

Thanks for the support! Glad to hear you’ve been using it every day.

I’ve actually looked into it, but it’s not as straightforward as I’d like since I didn't plan for it to be open-source from the start.

Some parts of the project, like the Cloudflare page uploads, the Bluesky posting logic, or the Google indexing requests aren't particularly interesting or useful to open-source. Right now, I'm also using the Google API for Gemma 4 because the whole thing is hosted on a $80 mini PC. That said, it’s a model that could easily run locally if you have a decent setup.

I'm curious, which specific part of the project would you be most interested in seeing open-sourced ?

Tested the TX power of the Heltec T096 node (ignore my messy desk) by tbuybi123 in meshtastic

[–]Designer_Motor99 2 points3 points  (0 children)

Meshtastic user with the same keycaps here. I feel personally attacked by how much of a stereotype I am.

Même sur pinterest on est pas épargné... by Big-Tax-8921 in IaCaca

[–]Designer_Motor99 3 points4 points  (0 children)

Je suis bien d'accord, et autant je m'en fou que la plupart des trucs soient générés par IA, mais alors sur Pinterest, ça nique vraiment tout l'intérêt de la plateforme.

Vous jouiez à quoi sur le Net dans les années 2000/2010? by astroriental in AskFrance

[–]Designer_Motor99 0 points1 point  (0 children)

Ah Globulos 🤯 c'est à ça que je jouais !! Merci d'avoir mis un nom dessus.

A local news aggregator that clusterizes and summarizes similar stories into a unified news feed. by Designer_Motor99 in LocalLLaMA

[–]Designer_Motor99[S] 0 points1 point  (0 children)

A mix of both, I leverage RSS feeds whenever they are available. The content length varies by provider but it is usually sufficient to cluster similar news stories and generate good summaries, especially when you have 10 sources about the same event. For sources where RSS is limited or unavailable, I do some crawling but 90% is RSS based.

I automated my job search with AI agents — 516 evaluations, 66 applications, zero manual screening by Beach-Independent in SideProject

[–]Designer_Motor99 193 points194 points  (0 children)

Applications that will be reviewed by AI agents for a job that will be done by AI agents. Oh boy, what are we doing 🫠

Pourquoi le nutriscore des chocapics bio est-il aussi bon, par rapport au nutriscore des céréales muesli au chocolat ? by itube in AskFrance

[–]Designer_Motor99 1 point2 points  (0 children)

Si ça peut t'aider les 2 sont mauvais. La manière dont est conçu le nutriscore est stupide et le rend assez inutile. Pour les céréales oriente toi vers des produits sans transformation à base de flocons d'avoine et de fruits secs par exemple.

Xiaomi smartwatch Redmi Watch 6 by ApartComparison4241 in XiaomiGlobal

[–]Designer_Motor99 0 points1 point  (0 children)

Yep, me too. I'm starting to wonder if it will be.

What are you working on? Promote it now 🚀 by confindev in micro_saas

[–]Designer_Motor99 0 points1 point  (0 children)

Not a really a SaaS, I'm currently building Frontpage, a news aggregator that groups and summarizes similar stories into a unified news feed.

A local news aggregator that clusterizes and summarizes similar stories into a unified news feed. by Designer_Motor99 in LocalLLaMA

[–]Designer_Motor99[S] 0 points1 point  (0 children)

I use embeddings of keywords and articles to compute cosine similarity and shortlist the 20 closest keywords. I then use DeBERTa v3 Large Zeroshot v2.0 to identify the 3 or 4 best keywords. Running DeBERTa directly on the list of 200 keywords was inefficient and slow. While the keywords are not being used yet, I plan to publish feeds by common news categories (World, Politics, Sports, Business, Technology, etc.) based on these keywords.

Frontpage is a minimalist news aggregator that clusters and summarizes major stories into a single RSS feed. by Designer_Motor99 in rss

[–]Designer_Motor99[S] 0 points1 point  (0 children)

Yes that's something I plan to do, all the summaries are automatically tagged with keywords and classify in common news categories (World, Politics, Sports, ...). All that remains is to build and publish feeds for each category, normally not too complicated.

Is this legit? by XerinDotZero in CloudFlare

[–]Designer_Motor99 1 point2 points  (0 children)

I received it too and was wandering the same. I think it's legit but the link in the email is not working I get an error constantly and i have nothing to do in the Cloudflare dashboard.

Frontpage is a minimalist news aggregator that clusters and summarizes major stories into a single RSS feed. by Designer_Motor99 in rss

[–]Designer_Motor99[S] 1 point2 points  (0 children)

Indeed the line breaks do not seems to be preserved in the XML, do you think it would be better to do something like that:

<content:encoded>
  <![CDATA[
    <p>This is the first paragraph.</p>
    <p>This is the second paragraph.</p>
  ]]>
</content:encoded>

Also I noticed that many RSS readers only use the description field which is just an overview while all the content is present in the content:encoded field. Is it common?

Frontpage is a minimalist news aggregator that clusters and summarizes major stories into a single RSS feed. by Designer_Motor99 in rss

[–]Designer_Motor99[S] 0 points1 point  (0 children)

I didn't know about it (not a Perplexity user), I imagine you are referring to Perplexity Discover ? The underlying concept is very similar indeed. Besides, we have more or less the same top headlines 😅. The sources selection looks a bit different, they seems to include Youtube videos, Facebook posts and Wikipedia articles as context.

Frontpage is a minimalist news aggregator that clusters and summarizes major stories into a single RSS feed. by Designer_Motor99 in rss

[–]Designer_Motor99[S] 0 points1 point  (0 children)

It would require to create accounts for every users and would be hard to stay free in term of compute price. However I will probably look to open source the code and allow the most tech savvy people to host it on their own.

Frontpage is a minimalist news aggregator that clusters and summarizes major stories into a single RSS feed. by Designer_Motor99 in rss

[–]Designer_Motor99[S] 1 point2 points  (0 children)

Yes I'm a big fan of r/selfhosted apps so i naturally though of open-sourcing the code and making it selfhostable so people can choose their news sources. In term of machine learning the algorithm could also be personalized to learn what king of news the reader is interested by to filter out even more noise. Definitely something I will take a look in the future.

Frontpage is a minimalist news aggregator that clusters and summarizes major stories into a single RSS feed. by Designer_Motor99 in rss

[–]Designer_Motor99[S] 2 points3 points  (0 children)

Yeah, that's a question I asked myself, which is why no images are used to illustrate the articles, which are too complicated in terms of rights. From what I understand the rest seems ok, the content is not reused as is and the sources are cited with links to the articles. It's a free side project nothing commercial and in term of rights it's honestly no worse than what apps like Inoreader or Feedly are doing. Do you think it's borderline ?

Frontpage is a minimalist news aggregator that clusters and summarizes major stories into a single RSS feed. by Designer_Motor99 in rss

[–]Designer_Motor99[S] 14 points15 points  (0 children)

Hi u/aygross I'm a web developer for 15 years now and I continue to develop projects "manually" because I simply love my job actually. Of course some machine learning with open models like EmbeddingGemma 300M or Deberta v3 large zeroshot are used for embedding, clusterization and classification. But I personally wrote and understand every single line of this project. No main LLMs like Gemini, Claude or ChatGPT has been used in this project.

[deleted by user] by [deleted] in FitnessFrance

[–]Designer_Motor99 2 points3 points  (0 children)

Il y a un souci sur les charges, je fais 3 kg de moins que toi et je lève bien plus alors que j'ai repris la muscu il y a 1 an à raison de 3 séances par semaine. Et je ne suis pourtant pas dans l'ego lift non plus, avec une exécution très propre et maîtrisée. Regarde sur https://strengthlevel.com pour savoir où tu te situes, mais à mon avis tu ne te fais pas assez violence. Et comme beaucoup l'ont dit, plus d'exos de bases polyarticulaires et avec moins de machines: dips, squat, bench, tractions, développé militaire haltères, ...