<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: anddt</title><link>https://news.ycombinator.com/user?id=anddt</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 03 Jul 2026 11:15:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=anddt" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by anddt in "Ask HN: What books have been worth your time?"]]></title><description><![CDATA[
<p>Invisible Cities by Italo Calvino.</p>
]]></description><pubDate>Mon, 07 Apr 2025 14:08:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43611717</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=43611717</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43611717</guid></item><item><title><![CDATA[New comment by anddt in "Ask HN: Side project of more than $2k monthly revenue? what's your project?"]]></title><description><![CDATA[
<p>I guess you scrape odds from bookmakers' websites (I expecxt a fair bit of headless Selenium). Is there any legal implication of scraping data this way and reselling re-packaged as an API?</p>
]]></description><pubDate>Fri, 14 Apr 2023 16:03:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=35571066</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=35571066</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35571066</guid></item><item><title><![CDATA[New comment by anddt in "Ask HN: Do AI powered teachers exist?"]]></title><description><![CDATA[
<p>This, given the current state of things I belive that AI can be used, at most, as a more engaging/interactive piece of material to be used with the supervision of an actual teacher. The conversation that a student might have with GPT3 model will be coherent most of the time (and probably factually correct as well) but supervision from a teacher will always be needed to catch those cases where incorrect info is returned by the model.<p>I still believe that a bunch of AI-enabled edtech tools will bloom out in the foreseeable future, just nowhere near anything usable by the student withouth supervision.</p>
]]></description><pubDate>Thu, 03 Nov 2022 09:03:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=33448599</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=33448599</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=33448599</guid></item><item><title><![CDATA[New comment by anddt in "Ask HN: Is there a developer laptop that does not suck and is not a Mac in 2022?"]]></title><description><![CDATA[
<p>Yes, both machines are not too recent (by now I'd expect to find them for cheap on ebay) but they support my workloads more than well. I work in ML and they're fine for general Python programming and exploratory data analysis. I spin a VM for anything that requires more memory/threads.<p>I'd would probably buy a beefier laptop from Tuxedo Computers or Slimbook if I needed more performances hoping to win the Clevo/Tongfang QC lottery (my T480s was fairly expensive in Italy 3/4 years ago).<p>So I guess that it ultimately boils down to the type of workload that OP deals with.<p>edit: poor grammar</p>
]]></description><pubDate>Mon, 29 Aug 2022 12:14:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=32637235</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=32637235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32637235</guid></item><item><title><![CDATA[New comment by anddt in "Ask HN: Is there a developer laptop that does not suck and is not a Mac in 2022?"]]></title><description><![CDATA[
<p>Currently using a T490s (win-based on WSL, work machine) and a T480s (Fedora, upgraded to 24gb ram) for personal projects and they're both fine machines. The T480s runs a bit cooler after a repaste than the T490s but I'd say they can handle fine whatever I throw at them.</p>
]]></description><pubDate>Mon, 29 Aug 2022 08:32:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=32635943</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=32635943</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=32635943</guid></item><item><title><![CDATA[New comment by anddt in "Ask HN: How do I develop focus?"]]></title><description><![CDATA[
<p>I can definitely relate to the way you described yourself and have been in a very similar position in the past. What helped is to chunk whatever I am doing in smaller chunks, for example getting to know the very basics when learning a new technology before diving into the more complex stuff and build upon that. This had the nice side-effect of multiplying the number of gratification moments.<p>Also, I've noticed I learn best when I actively try to limit the number of times I switch context within a day, this might require you to plan whatever it is you want to deep-dive beforehand, but your mileage might vary.</p>
]]></description><pubDate>Mon, 04 Apr 2022 12:41:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=30905930</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=30905930</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30905930</guid></item><item><title><![CDATA[New comment by anddt in "Ask HN: My client want an agent on my laptop. Is this the new normal?"]]></title><description><![CDATA[
<p>I worked as a contractor for a large media company in Europe (fully remote, from Italy). We had company issued laptops prepackaged with corporate tooling (VPNs, accounts, etc.) and that came with a fair bit of corporate-spyware included from _at least_ couple different vendors.<p>At one point, I was writing a small demo in golang for one of our projects and I've been contacted by a security engineer telling me that I've been hitting C:\Users\<yada>\AppData\Local\Temp\go-build2923888066\b001\exe\main.exe too frequently and that called a `cryptsp.dll` that according to him was highly correlated with ransomware attacks. I was adviced to stop working on that until my manager confirmed this was legitimate activity.
I must admit, I've been quite freaked by the fact that they were listening for the single executables launched on my machine.<p>Needless to say, this dragged on for a week due to complex internal politics. I thoroughly enjoyed a week of paid time off.</p>
]]></description><pubDate>Fri, 17 Dec 2021 13:19:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=29591686</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=29591686</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=29591686</guid></item><item><title><![CDATA[New comment by anddt in "City of Amsterdam’s Algorithm Register"]]></title><description><![CDATA[
<p>> [...] Government statisticians tend away from black box AI and towards more traditional methods.<p>I was indeed wondering how constraints on model interpretation forces governments to stay away from NN and more complex approaches.<p>I have worked for a fraud-prevention company for a few years, and the financial nature of the decisions involved led to reward model interpretation (sometime at accuracy's expense) in order not to create friction with clients. Definitely not the best not being able to explain why your model performs poorly or what actions are needed to solve a problem.</p>
]]></description><pubDate>Wed, 30 Sep 2020 12:28:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=24638054</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=24638054</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24638054</guid></item><item><title><![CDATA[New comment by anddt in "City of Amsterdam’s Algorithm Register"]]></title><description><![CDATA[
<p>I wonder what are the implications and liabilities to leave such a task to a private company. Let's say Sadiot overlooks some model behavior that leads to racial discrimination, who'd be liable? The government's data science team who set up the model or Saidot?</p>
]]></description><pubDate>Wed, 30 Sep 2020 12:14:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=24637942</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=24637942</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24637942</guid></item><item><title><![CDATA[New comment by anddt in "City of Amsterdam’s Algorithm Register"]]></title><description><![CDATA[
<p>> no decision that has legal ramifications can be made without manual intervention<p>I think there's no other way around this: ultimately, everything that has legal implication will be potentially subject to dispute. We're not yet in the dystopian environment where disputes can be handled by a model :)</p>
]]></description><pubDate>Wed, 30 Sep 2020 12:11:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=24637915</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=24637915</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24637915</guid></item><item><title><![CDATA[New comment by anddt in "City of Amsterdam’s Algorithm Register"]]></title><description><![CDATA[
<p>Sorry if it didn't come across in the post, it'd be no doubt a fair step towards more ethically sound governments.</p>
]]></description><pubDate>Wed, 30 Sep 2020 11:52:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=24637763</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=24637763</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24637763</guid></item><item><title><![CDATA[New comment by anddt in "City of Amsterdam’s Algorithm Register"]]></title><description><![CDATA[
<p>I tend to believe this is a valid approach for ML application in public institutions. Being ML a black box or a potential source of discrimination, setting up systems to ensure credibility within the public should be addressed early on in the design process (perhaps while designing the model itself).<p>I wouldn't be surprised to see a future where all ML applications affecting citizens and the general public interest (excluding defense, military, etc.) will be obliged to be open-source and subject to public scrutiny.</p>
]]></description><pubDate>Wed, 30 Sep 2020 09:23:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=24636910</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=24636910</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24636910</guid></item><item><title><![CDATA[Ubereats Italy under judicial administration over illegal labour intermediation]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.ilpost.it/2020/05/29/uber-commissariamento-rider-sfruttamento-caporalato/">https://www.ilpost.it/2020/05/29/uber-commissariamento-rider-sfruttamento-caporalato/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=23351644">https://news.ycombinator.com/item?id=23351644</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Fri, 29 May 2020 16:03:52 +0000</pubDate><link>https://www.ilpost.it/2020/05/29/uber-commissariamento-rider-sfruttamento-caporalato/</link><dc:creator>anddt</dc:creator><comments>https://news.ycombinator.com/item?id=23351644</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=23351644</guid></item></channel></rss>