<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: fbilhaut</title><link>https://news.ycombinator.com/user?id=fbilhaut</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 14 Apr 2026 22:37:12 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fbilhaut" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fbilhaut in "The “small web” is bigger than you might think"]]></title><description><![CDATA[
<p>Totally agree. I run a few professional websites/apps that deliberately avoid tracking technologies. They only use first-party session cookies and minimal server logs for operational purposes.<p>Interestingly, I’ve noticed that some users find this suspicious because there's no cookie banner ! People may have become so used to seeing them that a site without one can look dubious or unprofessional. And I'm pretty sure some maintainers include them just to conform with common practice or due to legal uncertainty.<p>Maybe a simple, community-driven, public declaration might help. Something like a "No-Tracking Web Declaration". It could be a short document describing fair practices that websites could reference, such as "only first-party session cookies", "server logs used only for operational purposes", etc.<p>A website could then display a small statement such as "This site follows the No-Tracking Web Declaration v1.0". This might help legitimate the approach, and give visitors and operators confidence that avoiding usual bells and whistles can actually be compliant with applicable regulations.<p>I (and AI) drafted something here, contributions would be highly welcomed: <a href="https://github.com/fbilhaut/no-tracking" rel="nofollow">https://github.com/fbilhaut/no-tracking</a></p>
]]></description><pubDate>Tue, 17 Mar 2026 13:36:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=47412466</link><dc:creator>fbilhaut</dc:creator><comments>https://news.ycombinator.com/item?id=47412466</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47412466</guid></item><item><title><![CDATA[New comment by fbilhaut in "GLiNER2: Unified Schema-Based Information Extraction"]]></title><description><![CDATA[
<p>GLiNER is a really great research work. But putting this kind of things in production is just another job. Not trying to do self promotion here, but there are alternatives for this purpose, like gline-rs (<a href="https://github.com/fbilhaut/gline-rs" rel="nofollow">https://github.com/fbilhaut/gline-rs</a>). Support of GLiNER 2 models is on the way.</p>
]]></description><pubDate>Fri, 06 Mar 2026 10:48:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47273334</link><dc:creator>fbilhaut</dc:creator><comments>https://news.ycombinator.com/item?id=47273334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47273334</guid></item><item><title><![CDATA[Ask HN: Do we need a standard way to signal "this site does not track you"?]]></title><description><![CDATA[
<p>I run a few small websites/apps that deliberately avoid tracking technologies. They only use first-party session cookies and minimal server logs for operational purposes.<p>Interestingly, I’ve noticed that some users find this suspicious because there is no cookie banner... People may have become so used to seeing them that a site without one can look dubious or unprofessional. And some maintainers probably include them  just to conform with common practice, or due to legal uncertainty.<p>So I’m wondering whether a simple, community-driven, public declaration could help. Something like a "No-Tracking Web Declaration". It could be a short document describing fair practices that websites could reference, for example:<p>- only first-party session cookies
- server logs used only for operational purposes
- etc.<p>A website could then display a small statement such as "This site follows the No-Tracking Web Declaration v1.0". This might help legitimate the approach, and give visitors and operators confidence that avoiding a cookie banner is actually compliant with applicable regulations.<p>I’m curious what the HN community thinks:<p>- Would something like this actually be useful?
- Does anything similar already exist that I might have missed?<p>And I’d love feedback from developers or maintainers who actually run minimal or privacy-respecting websites.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=47262057">https://news.ycombinator.com/item?id=47262057</a></p>
<p>Points: 2</p>
<p># Comments: 1</p>
]]></description><pubDate>Thu, 05 Mar 2026 14:43:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47262057</link><dc:creator>fbilhaut</dc:creator><comments>https://news.ycombinator.com/item?id=47262057</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47262057</guid></item><item><title><![CDATA[New comment by fbilhaut in "Has LLM killed traditional NLP?"]]></title><description><![CDATA[
<p>Indeed. What's is interesting (and not so common) with models like GLiNER is that it is way lighter than LLMs while preserving good (if not better) quality and some zero-shot ability (in this case wrt to the entity classes). This feature is very significant, as most "traditional" (including Transformer-based) approaches are more or less supervised during fine-tuning. Icing on the cake, you don't have to deal with all the problems that arise when you want to get structured output from an LLM (in this case structured NER output).</p>
]]></description><pubDate>Sun, 19 Jan 2025 10:51:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=42755903</link><dc:creator>fbilhaut</dc:creator><comments>https://news.ycombinator.com/item?id=42755903</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42755903</guid></item><item><title><![CDATA[Show HN: gline-rs – an inference engine for GLiNER models, in Rust]]></title><description><![CDATA[
<p>Hi everyone, wanted to share about gline-rs, an inference engine for GLiNER models written in Rust.<p>This family of lightweight language models proved to be efficient at zero-shot Named Entity Recognition (NER) and other tasks such as Relation Extraction, while consuming less resources than large generative models (LLMs).<p>This implementation has been written from the ground up in Rust, and supports both span- and token-oriented variants (for inference only). The goal is to provide a production-grade and user-friendly API in a modern and safe programming language, including a clean and maintainable implementation of the mechanics surrounding these models.<p>For those interested, it can also help getting a deep understanding of GLiNER's operation.<p>Thanks for any feedback or interest !</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42629478">https://news.ycombinator.com/item?id=42629478</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 08 Jan 2025 00:27:49 +0000</pubDate><link>https://github.com/fbilhaut/gline-rs</link><dc:creator>fbilhaut</dc:creator><comments>https://news.ycombinator.com/item?id=42629478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42629478</guid></item></channel></rss>