<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: Eextra953</title><link>https://news.ycombinator.com/user?id=Eextra953</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Mon, 24 Aug 2026 12:04:50 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=Eextra953" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by Eextra953 in "How we measured AI writing across arXiv, and where the measurement breaks"]]></title><description><![CDATA[
<p>I've looked at this same problem in an academic environment and have come to conclude that there is no way to reliably detect AI writing using only text. The reason for this is that no detector can take two identical inputs and classify one as synthetic (LLM) and one as organic (Human) and this situation can easily happen at the sentence or even paragraph level. Posed as a question, if a human writes a paragraph that happens to be exactly the same as a paragraph written by an LLM how do you classify that paragraph? There are a finite number of words and a finite way of combining them within an academic setting/field which means that we can't build a perfect classifier with just text. In practice, there are obvious tells and LLM-isms but these also change with time and each model has different tells so that even if a paper is full of LLM like writing we have no way to disambiguate between organic text that appears synthetic or synthetic text that appears organic.<p>A more interesting question, to me, is looking at a corpus of essays and analyzing how writing has changed with the introduction of LLMs. We can look at changes in vocabulary, linguistic features, style embeddings, regular embeddings, typos, errors, and references over time. When looked at in this way it is clear that academic writing has changed at the population level but what has led the change is harder to track down.</p>
]]></description><pubDate>Mon, 20 Jul 2026 20:37:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=48984559</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=48984559</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48984559</guid></item><item><title><![CDATA[New comment by Eextra953 in "LAPD lets contract with surveillance giant Flock expire"]]></title><description><![CDATA[
<p>If this is the case then people can pressure their representatives to make this against the law. The people have agency here.</p>
]]></description><pubDate>Mon, 13 Jul 2026 19:34:40 +0000</pubDate><link>https://news.ycombinator.com/item?id=48897668</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=48897668</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48897668</guid></item><item><title><![CDATA[New comment by Eextra953 in "The dead economy theory"]]></title><description><![CDATA[
<p>Lawyers will be fine they will work with legislators to make it illegal for AI to practice law. Then, even if the lawyers job is mostly presenting the work of a legal AI, they will still be employed. Other knowledge workers will need to wisen up and do the same.<p>Edit: same for any profession that requires professional accreditation: lawyers, doctors, cpas, professional engineers, etc.</p>
]]></description><pubDate>Sat, 30 May 2026 14:11:19 +0000</pubDate><link>https://news.ycombinator.com/item?id=48336394</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=48336394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48336394</guid></item><item><title><![CDATA[New comment by Eextra953 in "Multi-Stream LLMs: new paper on parallelizing/separating prompts, thinking, I/O"]]></title><description><![CDATA[
<p>Am I understanding correctly that an implication of this is reduced context? since they are streaming by splitting the input into streams the total context is now split amongst those streams and a particular streams context will be shorted to to context/ streams?</p>
]]></description><pubDate>Thu, 21 May 2026 22:15:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=48229496</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=48229496</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48229496</guid></item><item><title><![CDATA[New comment by Eextra953 in "Rise of the Forward Deployed Engineer"]]></title><description><![CDATA[
<p>This language is so lame 'forward-deployed engineer' oh you mean a software consultant/application engineer? 
This entire article is a joke, look at the FDE SaS flywheel diagram: 'The FDE activates the SaS flywheel and then your stock price will 10x!'</p>
]]></description><pubDate>Wed, 29 Apr 2026 18:37:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=47952518</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=47952518</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47952518</guid></item><item><title><![CDATA[New comment by Eextra953 in "Ban the sale of precise geolocation"]]></title><description><![CDATA[
<p>Does anyone know of any groups that are organizing and lobbying to get things like this into law? I know about the EFF but they seem to be more focused on documenting and reporting instead of lobbying and getting things passed.</p>
]]></description><pubDate>Fri, 17 Apr 2026 15:16:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47806856</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=47806856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47806856</guid></item><item><title><![CDATA[New comment by Eextra953 in "Show HN: SPICE simulation → oscilloscope → verification with Claude Code"]]></title><description><![CDATA[
<p>Nice scope!
I had a similar experience with using Claude to automate circuit design/simulation/optimization and found that they are not good at it.
They are surprisingly good at taking raw files and describing what is in them, but they fall apart when trying to do anything other than design the simplest circuit. I think it is because they have no concept of the physics behind a circuit, so they cannot make changes that a designer would make. For optimizing a circuit using, say, an EM simulator, they don't know what to tweak and how to tweak it. In the end, I had to write a script to talk to the simulator and create a config file that specified the bounds of the simulation: step size, optimization algorithm, min, max, etc. Only then could I use an agent to call the script to optimize the circuit.</p>
]]></description><pubDate>Fri, 17 Apr 2026 15:11:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=47806797</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=47806797</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47806797</guid></item><item><title><![CDATA[New comment by Eextra953 in "When Virality Is the Message: The New Age of AI Propaganda"]]></title><description><![CDATA[
<p>Propaganda works on people with all levels of 'capacity for reasoning'. No one is immune to it. Also, a feature of good propaganda is that it gets through a persons bullshit filter so that they are not even aware that they are being manipulated. The article points out the current use of Lego propaganda as examples of governments updating their tools so that they get their message across to more people.<p>This is important because it lets pluralities build from people who are not aware they are being manipulated. Pluralities can lead to majorities and majorities, in a democratic system, create power. All this to say: I don't think those who have fallen for propaganda are living in a world they are satisfied with but instead that they are living in a world they've been told they are satisfied with and a lack of counter narratives have not shown them a better way. Consider that propaganda gets busted out whenever something isn't naturally popular or beneficial to most people, that is why we see propaganda most used around military efforts.</p>
]]></description><pubDate>Mon, 06 Apr 2026 16:06:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=47662746</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=47662746</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47662746</guid></item><item><title><![CDATA[New comment by Eextra953 in "I quit. The clankers won"]]></title><description><![CDATA[
<p>I have a buddy who is a cop and he tells me that they use AI to write reports and even to check if their reason for pulling someone over will hold up later. As annoying as it is in SW, people using AI outside of SW is much more alarming.</p>
]]></description><pubDate>Wed, 01 Apr 2026 15:05:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=47601909</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=47601909</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47601909</guid></item><item><title><![CDATA[New comment by Eextra953 in "Drone attack on parked U.S. Army BlackHawk in Iraq"]]></title><description><![CDATA[
<p>I think going low-tech and deploy netting around critical things would be the most effective. Sure they are a pain but they'll catch drones before they reach any targets.</p>
]]></description><pubDate>Wed, 25 Mar 2026 20:54:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=47523094</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=47523094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47523094</guid></item><item><title><![CDATA[New comment by Eextra953 in "The U.S. Government Just Followed Through on Its Ban of DJI Drones"]]></title><description><![CDATA[
<p>I think you are correct about the political violence being higher in 20th century USA. For anyone doubting it, just look at the black experience in the south during the civil rights movements. Where I am concerned is that the violence we are seeing today from the federal authorities is being endorsed by the federal government. In fact all leadership is doubling down and turning up the rhetoric whereas during the 50's and 60's it was the federal government stepping in if things got out of hand. With what is happening today, who will step in to cool things down?</p>
]]></description><pubDate>Tue, 13 Jan 2026 17:56:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=46604878</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=46604878</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46604878</guid></item><item><title><![CDATA[New comment by Eextra953 in "In a U.S. First, New Mexico Opens Doors to Free Child Care for All"]]></title><description><![CDATA[
<p>Yes, in the case of a business giving out free services or things. But, government is not and has never been a business so this doesn't apply in this case.</p>
]]></description><pubDate>Sat, 22 Nov 2025 17:42:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46016565</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=46016565</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46016565</guid></item><item><title><![CDATA[New comment by Eextra953 in "In a U.S. First, New Mexico Opens Doors to Free Child Care for All"]]></title><description><![CDATA[
<p>Across the US, the majority (2/3-ish) of children already live in families where both parents are employed. I don't see free childcare moving that statistic more than a few percentage points at best.
I'm skeptical that this policy would encourage more parents to work and further raise housing costs, especially since this would mostly affect families with children who are pre-K. It is a big policy change but the number of families it will affect is quite small I think. If it does have any effect on housing cost I would expect to see it at the very low-end since it would help low-earners the most.</p>
]]></description><pubDate>Sat, 22 Nov 2025 17:38:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=46016530</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=46016530</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46016530</guid></item><item><title><![CDATA[New comment by Eextra953 in "ICE and the Smartphone Panopticon"]]></title><description><![CDATA[
<p>Using firearms against the state never works. However, the oppression isn't in the enforcement of laws it is in how those laws are being enforced, selectively, against brown and black people. Also, something being a law doesn't make it right or just. For examples of this just look at slavery, women's suffrage, civil rights, etc at a certain point in time all of those things were against the law but people agonized, organized and resisted enough to change the law. By your logic those groups weren't oppressed since the law allowed for their oppression.</p>
]]></description><pubDate>Fri, 31 Oct 2025 05:46:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=45768783</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=45768783</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45768783</guid></item><item><title><![CDATA[New comment by Eextra953 in "Inside Palantir: Profits, Power and the Kill Machine"]]></title><description><![CDATA[
<p>Your statement assumes that nations only use this technology against other nations but from the article it is clear that this technology is being used within nations to target people who disagree with the state. Tolerating those who think differently is a democratic value and hence using this technology against those who disagree with the state is anti-democratic. Treating political differences as security threats is exactly why this is a moral issue rather than an ideological one.</p>
]]></description><pubDate>Fri, 19 Sep 2025 02:14:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45297268</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=45297268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45297268</guid></item><item><title><![CDATA[New comment by Eextra953 in "Imperial Tyranny, Korean Humiliation"]]></title><description><![CDATA[
<p>On time.com article is titled: 'Nobody Is Going to Stay and Work When It’s Like This’: South Koreans Reluctant to Return After Harrowing ICE Detention'</p>
]]></description><pubDate>Mon, 15 Sep 2025 22:34:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45255791</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=45255791</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45255791</guid></item><item><title><![CDATA[New comment by Eextra953 in "Imperial Tyranny, Korean Humiliation"]]></title><description><![CDATA[
<p>Clearly this is a huge deal for Korea, their news sites have been talking about it non-stop since it happened and they've zeroed in on the humiliation and treatment of their people. The workers arrested weren't just laborers they were skilled labor and engineers which is another point they keep coming to. I've seen stories point out how they were shackled and forced to lick water from plates. As a tech worker in manufacturing I know that the entire industry depends on cross-training and manufacturing with other countries, sending engineers to and from is everyday practice. If the administration keeps with their policies then manufacturing will be affected negatively.</p>
]]></description><pubDate>Mon, 15 Sep 2025 22:13:30 +0000</pubDate><link>https://news.ycombinator.com/item?id=45255609</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=45255609</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45255609</guid></item><item><title><![CDATA[New comment by Eextra953 in "America is in a serious jobs slump"]]></title><description><![CDATA[
<p>Speaks to the disconnect between our representatives and the people they represent so many of these policies are extremely unpopular and yet they still get pushed through to terrible effect. I don't understand why 'we' can't hold them accountable. Is it due to lack of education in what is happening? A lack of understanding in our political system? Is the populate just completely disconnected?</p>
]]></description><pubDate>Mon, 08 Sep 2025 21:14:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=45174084</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=45174084</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45174084</guid></item><item><title><![CDATA[New comment by Eextra953 in "Navy SEALs reportedly killed North Korean fishermen to hide a failed mission"]]></title><description><![CDATA[
<p>This botched operation shows how representative government has been subverted in America. Power should flow bottom-up, rather than top-down.
Would putting this operation to a democratic vote ever result in approval? Highly doubtful. This suggests our current form of democracy is deeply broken and urgently needs fixing.
IMO the issue is how we think about power itself. The assumption underneath it all is that once we vote, power becomes fully vested in our elected officials rather than remaining with the people who conditionally granted it to them. The "representative" part of our democratic republic has become the hack that allows crappy politicians to take over and use power for their own benefit.
We grant power through voting, but that power should stay accountable to us - not disappear into secret operations that would never survive public scrutiny.</p>
]]></description><pubDate>Sun, 07 Sep 2025 05:07:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=45155561</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=45155561</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45155561</guid></item><item><title><![CDATA[New comment by Eextra953 in "I'm absolutely right"]]></title><description><![CDATA[
<p>It would be nice if we can add another a plot to track when claude says "genuinely". It uses for almost all long  responses, to the point that I can pretty much recognize when someone uses claude by looking for any instances of "genuinely".</p>
]]></description><pubDate>Fri, 05 Sep 2025 16:50:51 +0000</pubDate><link>https://news.ycombinator.com/item?id=45140715</link><dc:creator>Eextra953</dc:creator><comments>https://news.ycombinator.com/item?id=45140715</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45140715</guid></item></channel></rss>