<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: cpdomina</title><link>https://news.ycombinator.com/user?id=cpdomina</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 19 Jun 2026 14:05:18 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=cpdomina" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by cpdomina in "Open source AI must win"]]></title><description><![CDATA[
<p>there was a project trying to achieve some of those goals a few years ago using p2p: petals <a href="https://github.com/bigscience-workshop/petals" rel="nofollow">https://github.com/bigscience-workshop/petals</a><p>their bloom model was also a collaborative effort <a href="https://huggingface.co/docs/transformers/en/model_doc/bloom" rel="nofollow">https://huggingface.co/docs/transformers/en/model_doc/bloom</a></p>
]]></description><pubDate>Sat, 13 Jun 2026 06:07:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=48513875</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=48513875</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48513875</guid></item><item><title><![CDATA[New comment by cpdomina in "Project Vend: Phase Two"]]></title><description><![CDATA[
<p>AI agents are still a pretty big topic in crypto, a lot of projects doing what you described. did you try <a href="https://github.com/ccxt/ccxt" rel="nofollow">https://github.com/ccxt/ccxt</a></p>
]]></description><pubDate>Sun, 28 Dec 2025 14:07:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=46411160</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=46411160</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46411160</guid></item><item><title><![CDATA[DIY Dual-Screen Cyberdeck with Raspberry Pi 5]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.youtube.com/watch?v=cigAxzQGeLg">https://www.youtube.com/watch?v=cigAxzQGeLg</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44763193">https://news.ycombinator.com/item?id=44763193</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 01 Aug 2025 22:35:59 +0000</pubDate><link>https://www.youtube.com/watch?v=cigAxzQGeLg</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=44763193</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44763193</guid></item><item><title><![CDATA[New comment by cpdomina in "The semantic web is now widely adopted"]]></title><description><![CDATA[
<p>Semantic Web is now revived into its new marketing incarnation, called Knowledge Graphs. There's actually a lot of work on building KGs with LLMs, specially in the RAG space e.g., Microsoft's GraphRag and llama_index's KnowledgeGraphIndex</p>
]]></description><pubDate>Wed, 21 Aug 2024 22:18:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=41314759</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=41314759</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41314759</guid></item><item><title><![CDATA[New comment by cpdomina in "AudioFlux: A C/C++ library for audio and music analysis"]]></title><description><![CDATA[
<p>For MIDI:<p><a href="https://github.com/Music-and-Culture-Technology-Lab/omnizart">https://github.com/Music-and-Culture-Technology-Lab/omnizart</a> and <a href="https://basicpitch.spotify.com/" rel="nofollow">https://basicpitch.spotify.com/</a><p>They work better if you apply some source separation before (e.g, <a href="https://github.com/sigsep/open-unmix-pytorch">https://github.com/sigsep/open-unmix-pytorch</a>, <a href="https://github.com/facebookresearch/demucs">https://github.com/facebookresearch/demucs</a>, or <a href="https://mvsep.com" rel="nofollow">https://mvsep.com</a>)<p>Still, I think the best results are from proprietary models (specifically <a href="https://www.ableton.com/en/manual/converting-audio-to-midi/" rel="nofollow">https://www.ableton.com/en/manual/converting-audio-to-midi/</a> and <a href="https://www.celemony.com/en/melodyne/what-is-melodyne" rel="nofollow">https://www.celemony.com/en/melodyne/what-is-melodyne</a>)</p>
]]></description><pubDate>Tue, 13 Aug 2024 21:24:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=41240017</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=41240017</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41240017</guid></item><item><title><![CDATA[New comment by cpdomina in "NanoGPT"]]></title><description><![CDATA[
<p>To train small gpt-like models, there's also aitextgen: <a href="https://github.com/minimaxir/aitextgen">https://github.com/minimaxir/aitextgen</a></p>
]]></description><pubDate>Wed, 11 Jan 2023 12:48:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=34337792</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=34337792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34337792</guid></item><item><title><![CDATA[New comment by cpdomina in "OpenAI ChatGPT: Optimizing language models for dialogue"]]></title><description><![CDATA[
<p>You can call any of the huggingface models [1] using their API [2]. A few examples:<p>- <a href="https://huggingface.co/EleutherAI/gpt-j-6B" rel="nofollow">https://huggingface.co/EleutherAI/gpt-j-6B</a><p>- <a href="https://huggingface.co/t5-base" rel="nofollow">https://huggingface.co/t5-base</a><p>- <a href="https://huggingface.co/facebook/opt-66b" rel="nofollow">https://huggingface.co/facebook/opt-66b</a><p>- <a href="https://huggingface.co/bigscience/bloomz-3b" rel="nofollow">https://huggingface.co/bigscience/bloomz-3b</a><p>There are also other companies offering large models as a service:<p>- <a href="https://www.forefront.ai" rel="nofollow">https://www.forefront.ai</a><p>- <a href="https://nlpcloud.com" rel="nofollow">https://nlpcloud.com</a><p>- <a href="https://www.goose.ai" rel="nofollow">https://www.goose.ai</a><p>- <a href="https://cohere.ai/generate" rel="nofollow">https://cohere.ai/generate</a><p>[1] <a href="https://huggingface.co/models" rel="nofollow">https://huggingface.co/models</a><p>[2] <a href="https://huggingface.co/inference-api" rel="nofollow">https://huggingface.co/inference-api</a></p>
]]></description><pubDate>Wed, 30 Nov 2022 21:57:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=33808409</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=33808409</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33808409</guid></item><item><title><![CDATA[Can I be subject to automated individual decision-making, including profiling?]]></title><description><![CDATA[
<p>Article URL: <a href="https://ec.europa.eu/info/law/law-topic/data-protection/reform/rights-citizens/my-rights/can-i-be-subject-automated-individual-decision-making-including-profiling_en">https://ec.europa.eu/info/law/law-topic/data-protection/reform/rights-citizens/my-rights/can-i-be-subject-automated-individual-decision-making-including-profiling_en</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=32578717">https://news.ycombinator.com/item?id=32578717</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 24 Aug 2022 12:48:31 +0000</pubDate><link>https://ec.europa.eu/info/law/law-topic/data-protection/reform/rights-citizens/my-rights/can-i-be-subject-automated-individual-decision-making-including-profiling_en</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=32578717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32578717</guid></item><item><title><![CDATA[New comment by cpdomina in "The Twitter Ranking Algorithm"]]></title><description><![CDATA[
<p>Indeed. He managed to disrupt another industry, this time the fabric of space and time! What a time to be alive.</p>
]]></description><pubDate>Tue, 26 Apr 2022 11:10:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=31166025</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=31166025</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31166025</guid></item><item><title><![CDATA[New comment by cpdomina in "Show HN: Get the guitar chords from your Spotify playlists"]]></title><description><![CDATA[
<p>Ableton Live has a Audio to Midi [1] feature that works pretty well to extract notes from audio. Melodyne [2] is a very powerful tool to mess around with notes in general.<p>There's also some open source projects out there, such as aubio [3] and Omnizart [4].<p>[1] <a href="https://www.ableton.com/en/manual/converting-audio-to-midi/" rel="nofollow">https://www.ableton.com/en/manual/converting-audio-to-midi/</a><p>[2] <a href="https://www.celemony.com/en/melodyne/what-is-melodyne" rel="nofollow">https://www.celemony.com/en/melodyne/what-is-melodyne</a><p>[3] <a href="https://aubio.readthedocs.io/en/latest/cli.html#aubionotes" rel="nofollow">https://aubio.readthedocs.io/en/latest/cli.html#aubionotes</a><p>[4] <a href="https://music-and-culture-technology-lab.github.io/omnizart-doc/index.html" rel="nofollow">https://music-and-culture-technology-lab.github.io/omnizart-...</a></p>
]]></description><pubDate>Mon, 06 Dec 2021 18:24:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=29463572</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=29463572</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29463572</guid></item><item><title><![CDATA[New comment by cpdomina in "Zrythm: A highly automated and intuitive digital audio workstation"]]></title><description><![CDATA[
<p>Check out <a href="https://github.com/fedden/RenderMan" rel="nofollow">https://github.com/fedden/RenderMan</a> and <a href="https://github.com/DBraun/DawDreamer" rel="nofollow">https://github.com/DBraun/DawDreamer</a></p>
]]></description><pubDate>Mon, 06 Dec 2021 11:20:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=29458354</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=29458354</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29458354</guid></item><item><title><![CDATA[New comment by cpdomina in "Ask HN: Why there are no Android mini phones?"]]></title><description><![CDATA[
<p>The screws have a very easy direct access, I can see them being repurposed for other means with a bit of effort.</p>
]]></description><pubDate>Sat, 20 Nov 2021 19:42:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=29291221</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=29291221</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29291221</guid></item><item><title><![CDATA[New comment by cpdomina in "Ask HN: Why there are no Android mini phones?"]]></title><description><![CDATA[
<p>The keyboard is a little small, and does take a bit to get used. Not recommended for big fingers.<p>Battery life is pretty good; I charge it at night, and usually is half-battery. My usage is pretty decent, but mostly on wifi.</p>
]]></description><pubDate>Sat, 20 Nov 2021 19:41:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=29291209</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=29291209</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29291209</guid></item><item><title><![CDATA[New comment by cpdomina in "Ask HN: Why there are no Android mini phones?"]]></title><description><![CDATA[
<p>Just noticed they have a new version with android 10: <a href="https://cubot.net/Smartphones/KingKong-mini-2" rel="nofollow">https://cubot.net/Smartphones/KingKong-mini-2</a></p>
]]></description><pubDate>Sat, 20 Nov 2021 16:18:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=29289360</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=29289360</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29289360</guid></item><item><title><![CDATA[New comment by cpdomina in "Ask HN: Why there are no Android mini phones?"]]></title><description><![CDATA[
<p>I have been using a Cubot Mini (4") for sometime now (1+ year), and am pretty happy with the experience overall. Feels so good to have a phone that fits in any pocket.<p><a href="https://cubot.net/Smartphones/king-kong-mini/8" rel="nofollow">https://cubot.net/Smartphones/king-kong-mini/8</a></p>
]]></description><pubDate>Sat, 20 Nov 2021 13:18:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=29287811</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=29287811</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29287811</guid></item><item><title><![CDATA[New comment by cpdomina in "KELM: Integrating Knowledge Graphs with Language Model Pre-Training Corpora"]]></title><description><![CDATA[
<p>The field of Open Information Extraction has been trying to do that in a generic way for a long time, but the results are still far from good. A few references: OpenIE [1] Graphene [2] MinIE [3].<p>If you already have a Knowledge Graph (KG) and want to populate its instances from documents, that's called KG Population, and Knowledge-net [4] is a good reference.<p>Relation Extraction is another interesting approach if you know which kind of relations you're interested in, OpenNRE [5] a good example.<p>[1] <a href="https://github.com/dair-iitd/OpenIE-standalone" rel="nofollow">https://github.com/dair-iitd/OpenIE-standalone</a><p>[2] <a href="https://github.com/Lambda-3/Graphene" rel="nofollow">https://github.com/Lambda-3/Graphene</a><p>[3] <a href="https://github.com/uma-pi1/minie" rel="nofollow">https://github.com/uma-pi1/minie</a><p>[4] <a href="https://github.com/diffbot/knowledge-net" rel="nofollow">https://github.com/diffbot/knowledge-net</a><p>[5] <a href="https://github.com/thunlp/OpenNRE" rel="nofollow">https://github.com/thunlp/OpenNRE</a></p>
]]></description><pubDate>Fri, 21 May 2021 17:32:01 +0000</pubDate><link>https://news.ycombinator.com/item?id=27237133</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=27237133</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27237133</guid></item><item><title><![CDATA[New comment by cpdomina in "Nonnegative matrix factorization"]]></title><description><![CDATA[
<p>NMF works great for unsupervised audio source separation, e.g. [1]. See [2][3] for a good overview of the field.<p>[1] <a href="http://librosa.github.io/librosa/generated/librosa.decompose.decompose.html" rel="nofollow">http://librosa.github.io/librosa/generated/librosa.decompose...</a><p>[2] <a href="https://hal.inria.fr/hal-01631185/document" rel="nofollow">https://hal.inria.fr/hal-01631185/document</a><p>[3] <a href="https://sci-hub.tw/10.1002/9781119279860.ch8" rel="nofollow">https://sci-hub.tw/10.1002/9781119279860.ch8</a></p>
]]></description><pubDate>Mon, 18 Feb 2019 17:13:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=19192184</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=19192184</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=19192184</guid></item><item><title><![CDATA[New comment by cpdomina in "Ask HN: Who is hiring? (November 2017)"]]></title><description><![CDATA[
<p>Stardog | Machine Learning Software Engineer, Senior Distributed Database Engineer, Senior Front End Engineer | Arlington, VA, Boston, MA, or REMOTE | <a href="http://stardog.com" rel="nofollow">http://stardog.com</a><p>Stardog is the world's leading Knowledge Graph platform for the Enterprise. It lets you query, search, and analyze enterprise data, wherever it is, using scalable, cutting-edge Knowledge Graph technology.<p>We're hiring:<p>Machine Learning Software Engineer - NLP, Deep Learning, Probabilistic Graphical Models - <a href="https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AAAAAACAAADE5xM-iO78R0" rel="nofollow">https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AA...</a><p>Senior Distributed Database Engineer - Graph Algorithms, Distributed Indexes, Query Evaluation - <a href="https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AAAAAACAAADFXxl_TzfdQ3" rel="nofollow">https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AA...</a><p>Senior Front End Engineer - Javascript, Node, React - <a href="https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AAAAAACAAADLp3i7wjV-Gv" rel="nofollow">https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AA...</a></p>
]]></description><pubDate>Thu, 02 Nov 2017 16:19:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=15611778</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=15611778</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15611778</guid></item><item><title><![CDATA[New comment by cpdomina in "Ask HN: Who is hiring? (October 2017)"]]></title><description><![CDATA[
<p>No, we have members working remotely from all over the US and Europe. Other geographies are welcome :)</p>
]]></description><pubDate>Mon, 02 Oct 2017 17:23:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=15385838</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=15385838</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15385838</guid></item><item><title><![CDATA[New comment by cpdomina in "Ask HN: Who is hiring? (October 2017)"]]></title><description><![CDATA[
<p>Stardog | Machine Learning Software Engineer, Senior Distributed Database Engineer, Senior Front End Engineer | Arlington, VA, Boston, MA, or REMOTE | <a href="http://stardog.com" rel="nofollow">http://stardog.com</a><p>Stardog is the world's leading Knowledge Graph platform for the Enterprise. It lets you query, search, and analyze enterprise data, wherever it is, using scalable, cutting-edge Knowledge Graph technology.<p>We're hiring:<p>Machine Learning Software Engineer - NLP, Deep Learning, Probabilistic Graphical Models - <a href="https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AAAAAACAAADE5xM-iO78R0" rel="nofollow">https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AA...</a><p>Senior Distributed Database Engineer - Graph Algorithms, Distributed Indexes, Query Evaluation - <a href="https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AAAAAACAAADFXxl_TzfdQ3" rel="nofollow">https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AA...</a><p>Senior Front End Engineer - Javascript, Node, React - <a href="https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AAAAAACAAADLp3i7wjV-Gv" rel="nofollow">https://hire.withgoogle.com/public/jobs/stardogcom/view/P_AA...</a></p>
]]></description><pubDate>Mon, 02 Oct 2017 17:20:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=15385801</link><dc:creator>cpdomina</dc:creator><comments>https://news.ycombinator.com/item?id=15385801</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15385801</guid></item></channel></rss>