<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: concrete_head</title><link>https://news.ycombinator.com/user?id=concrete_head</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 08 Sep 2026 23:18:37 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=concrete_head" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by concrete_head in "Norway became a global salmon behemoth. Now it's facing the consequences"]]></title><description><![CDATA[
<p>I think you meant tuna not salmon. A large tuna can be 100's of kilograms, whereas a large salmon you are lucky if there is 10kg of edible meat</p>
]]></description><pubDate>Mon, 03 Aug 2026 02:08:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=49150425</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=49150425</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49150425</guid></item><item><title><![CDATA[New comment by concrete_head in "Norway became a global salmon behemoth. Now it's facing the consequences"]]></title><description><![CDATA[
<p>I'm no expert but that seems like it could be very energy intensive. All the systems to maintain water quality, temperature. Not to mention the problems that arise having fish in such high density.<p>There are other places in the world that farm salmon at a much lower density which helps in terms of disease and bioload on the environment. There's a company in New Zealand attempting to build open ocean fish pens, they might already have a prototype out already can't remember. Different species of salmon though.</p>
]]></description><pubDate>Sun, 02 Aug 2026 20:20:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=49147925</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=49147925</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49147925</guid></item><item><title><![CDATA[New comment by concrete_head in "Behind the scenes with the Midjourney scanner [video]"]]></title><description><![CDATA[
<p>In the video David says he's building it just because he wants to. It really sounds like his own passion project. No investors. It's a nice position to be in.<p>Now I don't know this guy in the slightest. One view could be he's just a geek like us living out his dream building cool potentially useful stuff not entirely sure where it will lead.<p>A cynical view is it's all about $$$$.<p>Either way it's great HN content!</p>
]]></description><pubDate>Mon, 06 Jul 2026 11:57:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=48803440</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=48803440</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48803440</guid></item><item><title><![CDATA[New comment by concrete_head in "Midjourney Medical"]]></title><description><![CDATA[
<p>And doesn't bone pretty much block all ultrasound waves? There is a time and place for ultrasound, just like there is for MRI or Xray.<p>So im curious to know the limitations of this device</p>
]]></description><pubDate>Thu, 18 Jun 2026 03:36:11 +0000</pubDate><link>https://news.ycombinator.com/item?id=48580482</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=48580482</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=48580482</guid></item><item><title><![CDATA[New comment by concrete_head in "Moltbook is the most interesting place on the internet right now"]]></title><description><![CDATA[
<p>My thoughts too. But ive had my definition of waste adjusted before - see bitcoin.<p>If some people see value in it then....</p>
]]></description><pubDate>Fri, 30 Jan 2026 18:40:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=46828164</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=46828164</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46828164</guid></item><item><title><![CDATA[New comment by concrete_head in "Show HN: Free and local browser tool for designing gear models for 3D printing"]]></title><description><![CDATA[
<p>Or even just the ability to export a 2d dxf which is probably simpler to implement.<p>STL and 3MF are not very compatible with most CAD software.</p>
]]></description><pubDate>Wed, 07 Jan 2026 21:59:37 +0000</pubDate><link>https://news.ycombinator.com/item?id=46533643</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=46533643</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46533643</guid></item><item><title><![CDATA[New comment by concrete_head in "The New AI Consciousness Paper"]]></title><description><![CDATA[
<p>I've wondered if LLMs are infact conscious as per some underwhelming definition as you mentioned. Just for the brief moment they operate on a prompt. They wake up, they perceive their world through tokens, do a few thinking loops then sleep until the next prompt.<p>So what? Should we feel bad for spawning them and effectively killing them? I think not.</p>
]]></description><pubDate>Fri, 21 Nov 2025 19:26:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=46007959</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=46007959</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46007959</guid></item><item><title><![CDATA[New comment by concrete_head in "Create a Custom Interactive dashboard using SVG"]]></title><description><![CDATA[
<p>Its a typical utilities SCADA system most cities operate.<p>Much like your setup their are sensors fitted to various infrastructure connected to PLC's connected to licensed  uhf radio modems back to a base station (with a few hops through repeaters or microwave  backhaul) into a PC running some kind of IO server which handles all the polling and collects the data into a database and SCADA software (Aveva).<p>Its a weird mashup of hardware and protocols (dnp3, modbus, serial) plus some data coming in through IoT devices over http and all sorts of bits.<p>All i built was a python script that runs the query (we are talking 200 bits of data) every minite and dumps it into a JSON file. Then there is a caddy server which serves the json, SVG (1.5mb uncompressed) and a vanilla html/javascript (300 ish lines of code, AI helped get started) page that displays it.<p>Its not open to public, nor is it a replacement for SCADA (SCADA has many many more objects plus the ability to control and send out alarms). There are many more people wanting 'view only' access than the city has pricey SCADA licenses for, so if fills this gap for free. Sorry i can't share more, i moved on from that job.</p>
]]></description><pubDate>Fri, 17 Oct 2025 20:33:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=45621708</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=45621708</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45621708</guid></item><item><title><![CDATA[New comment by concrete_head in "Create a Custom Interactive dashboard using SVG"]]></title><description><![CDATA[
<p>You can use the browser console to inject any value to any element to verify expected behaviour.<p>There are also patterns in the water network so issues reveal themselves pretty quick then easy to fix. E.g. pumps on=green, off=grey, fault=red. Easy to spot an element that is misconfigured especially when you look at it all day.<p>You can also hover over an element and it reveals its tagname in a tooltip which helps. And the script has an error log for things such as if there are any tagnames in the query it can't find a drawing element for or if it failed to set some value</p>
]]></description><pubDate>Fri, 17 Oct 2025 15:06:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=45617639</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=45617639</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45617639</guid></item><item><title><![CDATA[New comment by concrete_head in "Create a Custom Interactive dashboard using SVG"]]></title><description><![CDATA[
<p>I did this for an entire cities water supply network. SCADA systems UIs are a decade or more behind the modern web, not to mention slow loading and expensive. I took a reticulation diagram and marked all the flow meters, pressure transducers, pumps, reservoir level sensors and even river flow meters just like you said using ids for each element. The data is essentially pulled from a sql query every minute and pushed out through json including any active alarms.<p>This lets as many users view it as necessary and loads instantly. Has pan and zoom so yiu can capture everything on a page. Fully customisable, used draw.io for the diagram. Professional automation guys jaws dropped when i told them it took a few days to build and didnt require some ridiculous software license</p>
]]></description><pubDate>Fri, 17 Oct 2025 09:22:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=45614752</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=45614752</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45614752</guid></item><item><title><![CDATA[New comment by concrete_head in "V-JEPA 2 world model and new benchmarks for physical reasoning"]]></title><description><![CDATA[
<p>Just wanted to say thank very much for sharing this.<p>Over the last few months I've been inventing this almost exact approach in my head as a hobby without consciously knowing it had already been done. I love their little RC car demo.</p>
]]></description><pubDate>Fri, 13 Jun 2025 01:39:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=44264974</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=44264974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44264974</guid></item><item><title><![CDATA[New comment by concrete_head in "Crypto has become the ultimate swamp asset"]]></title><description><![CDATA[
<p>My local libarary has a subscription, I can access articles through their app.</p>
]]></description><pubDate>Sun, 18 May 2025 19:45:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=44023856</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=44023856</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44023856</guid></item><item><title><![CDATA[New comment by concrete_head in "Minimum Viable Blog"]]></title><description><![CDATA[
<p>Thanks for sharing, I like your approach.<p>As easy as wordpress, square space or whatever claim to be, in my mind this is even easier, the solution is more elegant, and you expose yourself to a whole lot less crap along the way.<p>Edit: I recognise this doesn't cover hosting, domain registration etc.</p>
]]></description><pubDate>Sat, 03 May 2025 09:56:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=43877957</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=43877957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43877957</guid></item><item><title><![CDATA[New comment by concrete_head in "Qwen3: Think deeper, act faster"]]></title><description><![CDATA[
<p>Can you please share the problem?</p>
]]></description><pubDate>Tue, 29 Apr 2025 01:10:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43827788</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=43827788</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43827788</guid></item><item><title><![CDATA[New comment by concrete_head in "BPS is a GPS alternative that nobody's heard of"]]></title><description><![CDATA[
<p>Interesting. Though he didn't say what kind of car he drives, it could be a real shitter</p>
]]></description><pubDate>Sun, 13 Apr 2025 02:35:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=43669593</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=43669593</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43669593</guid></item><item><title><![CDATA[New comment by concrete_head in "OpenAI just put the final nail in the coffin of the open World Wide Web"]]></title><description><![CDATA[
<p>This makes me wonder. OpenAI isn't the only company offering computer use. The list of companies and models that do this will only grow.<p>Meaning advertiser's will have to be selective which company they pay to get the most exposure to their target human customers via the agents. Will we see affiliate programs for AI agents which in turn promote products to the users? and we end up with the same shit show we have today?<p>Or what if eventually everyone has their own personal AI that can bypass the ads. Will we just decide that advertising is a drag on society and kill off that industry for good?</p>
]]></description><pubDate>Sat, 25 Jan 2025 07:38:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=42820176</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=42820176</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42820176</guid></item><item><title><![CDATA[New comment by concrete_head in "Take the Pedals Off the Bike"]]></title><description><![CDATA[
<p>Since this is hacker news and AI is all the rage right now I'd like to make the connection between this and curriculum learning.
 <a href="https://en.m.wikipedia.org/wiki/Curriculum_learning" rel="nofollow">https://en.m.wikipedia.org/wiki/Curriculum_learning</a></p>
]]></description><pubDate>Wed, 15 Jan 2025 04:40:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=42707377</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=42707377</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42707377</guid></item><item><title><![CDATA[New comment by concrete_head in "Terabrain Project: Simulating billions of spiking neurons on standard computer [pdf]"]]></title><description><![CDATA[
<p>We describe a computing architecture capable of simulating networks with billions of spiking neurons using an ordinary Apple MacBook Air equipped with a M2 processor, 24 GB of on-chip unified memory and a 4TB solid-state disk. We use an event-based propagation approach that processes packets of N spikes from the M neurons in the system on each processing cycle. Each neuron has C binary input connections, where C can be 128 or more. During the propagation phase, we increment the activation values for all targets of the N neurons that fired. In the second step, we use the histogram of activation values to determine the firing threshold on the fly and select the N neurons that will fire in the next packet. We note that this active selection process could be related to oscillatory activity in the brain, which may have the function of fixing the percentage of neurons that fire on each cycle. Critically, there are absolutely no restrictions on architecture, since each neuron can have a direct connection to any other neuron, allowing us to have both feed-forward as well as recurrent connections. With M = 2 32 neurons, this allows 2 64 possible connections, although actual connectivity is extremely sparse. Even with off-the-shelf hardware, the simulator can continuously propagate packets with thousands of spikes and millions of connections dozens of times a second. Remarkably, all this is possible using an energy budget of just 37 watts, close to the energy required by the human brain. The work demonstrates that brain-scale simulations are possible using current hardware, but this requires fundamentally rethinking how simulations are implemented.</p>
]]></description><pubDate>Sat, 23 Nov 2024 19:50:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=42223405</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=42223405</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42223405</guid></item><item><title><![CDATA[Terabrain Project: Simulating billions of spiking neurons on standard computer [pdf]]]></title><description><![CDATA[
<p>Article URL: <a href="https://hal.science/hal-04734865v1/file/NICE_2024_v5_0%20%288%29.pdf">https://hal.science/hal-04734865v1/file/NICE_2024_v5_0%20%288%29.pdf</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=42223404">https://news.ycombinator.com/item?id=42223404</a></p>
<p>Points: 4</p>
<p># Comments: 1</p>
]]></description><pubDate>Sat, 23 Nov 2024 19:50:04 +0000</pubDate><link>https://hal.science/hal-04734865v1/file/NICE_2024_v5_0%20%288%29.pdf</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=42223404</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42223404</guid></item><item><title><![CDATA[New comment by concrete_head in "Ask HN: What Are You Working On? (October 2024)"]]></title><description><![CDATA[
<p>My own spiking neural network in everyones favourite language to hate (JS). Purely for fun & curiosity.</p>
]]></description><pubDate>Mon, 28 Oct 2024 05:07:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=41968012</link><dc:creator>concrete_head</dc:creator><comments>https://news.ycombinator.com/item?id=41968012</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41968012</guid></item></channel></rss>