<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: ermir</title><link>https://news.ycombinator.com/user?id=ermir</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 16 Apr 2026 15:28:30 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=ermir" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by ermir in "Ask HN: Who wants to be hired? (October 2025)"]]></title><description><![CDATA[
<p>Location: EU, Balkans (UTC+2)<p><pre><code>    Remote: Yes
    Willing to relocate: No
    Technologies: NodeJS (Typescript), .NET (C#), PHP, VueJS, React, PostgreSQL, Docker, WebRTC
    Résumé/CV: https://suldashi.com/cv.pdf
    Email: on my CV
</code></pre>
Full-stack software engineer with over 10 years of experience creating solutions that help teams and businesses succeed. I enjoy jumping into both new projects and existing systems, learning as I go, and tackling whatever challenge the team may face, whether that’s coding, mentoring, or helping solve tricky problems. I thrive in research-heavy environments and my most unique project was building a large-scale audio streaming backend using WebRTC and custom servers.</p>
]]></description><pubDate>Thu, 02 Oct 2025 14:58:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=45450526</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=45450526</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45450526</guid></item><item><title><![CDATA[New comment by ermir in "Why, as a responsible adult, SimCity 2000 hits differently"]]></title><description><![CDATA[
<p>It speaks to the quality of the SimCity games that they offer something for all ages. I also changed my perspective on a few violent scenes in games when I had a child, I could no longer stomach scenes such as No Russian (iykyk), which I had no problem at all as a teen.</p>
]]></description><pubDate>Sun, 21 Sep 2025 17:49:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=45325020</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=45325020</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45325020</guid></item><item><title><![CDATA[New comment by ermir in "Make any site multiplayer in a few lines. Serverless WebRTC matchmaking"]]></title><description><![CDATA[
<p>When I experimented with this a few years back a true NxN room would cap around 8 people when using PCs and 4 on mobile, the bottleneck is encoding/decoding of the video. For larger rooms you need a server to route the video to all recipients, this is called an SFU. With an SFU you can have hundreds of participants, but not everyone can speak or be seen at once.<p>For audio-only the sky is the limit. I used to work on a voice-based social media and you also need an SFU here as well, but I added a few mixing features so that multiple incoming audio streams would be mixed together into a single outgoing one. Was very fun (and scalable).</p>
]]></description><pubDate>Fri, 29 Aug 2025 12:28:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=45063199</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=45063199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=45063199</guid></item><item><title><![CDATA[New comment by ermir in "Ask HN: What are you working on? (March 2025)"]]></title><description><![CDATA[
<p>I have way too many things that catch my interest, but right now I am designing a paper and aluminum foil based linear electric motor. The idea is to create an electromechanical display that pushes a colored piece of paper into place to create a pixel, and see if this can be done cheaply and at scale. The electronics that I have selected look very promising, all I have to do is test the idea and see if this is worth pursuing further.</p>
]]></description><pubDate>Wed, 02 Apr 2025 16:33:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=43558519</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=43558519</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43558519</guid></item><item><title><![CDATA[New comment by ermir in "AMD adds RF-sampling data converters to Versal adaptive SoCs (2024)"]]></title><description><![CDATA[
<p>The primary use for these is implementing Software-Defined Radios and the primary user of these is the military. SDRs allow jamming resistance, operation in hostile  radio zones, and flexible network topologies.</p>
]]></description><pubDate>Tue, 04 Feb 2025 14:48:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=42933033</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=42933033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42933033</guid></item><item><title><![CDATA[New comment by ermir in "I had to take down my course-swapping site or be expelled"]]></title><description><![CDATA[
<p>Sounds like this guy did not even publish or finish the project, but only communicated his intent. The university is clearly persecuting him and he should absolutely talk to a lawyer.</p>
]]></description><pubDate>Thu, 09 Jan 2025 00:20:50 +0000</pubDate><link>https://news.ycombinator.com/item?id=42640151</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=42640151</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42640151</guid></item><item><title><![CDATA[New comment by ermir in "Fiber optic drone control beats any RF jammer"]]></title><description><![CDATA[
<p>A few things to consider:<p>- You don't have to worry too much about efficiency from the ground, since resources are plentiful unlike the sky where every gram counts. For example it would be completely fine to have a 20% efficiency from the ground to the sky (if we don't take into account the heating of the wire), for example spend 2kw to get 400w in the drone. Not ideal, but acceptable to many.<p>- Also, the efficiency can be greatly improved by using high voltage AC and a transformer on both ends. Very similar to how the power grid works, you can use thin cables to deliver a lot of power, I would not be surprised if 90% efficiency can be achieved. This field has been well researched, tethered drones can fly for hours, but the ranges that are useful in war (10+ km) are a novelty.</p>
]]></description><pubDate>Wed, 07 Aug 2024 13:54:49 +0000</pubDate><link>https://news.ycombinator.com/item?id=41181511</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=41181511</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41181511</guid></item><item><title><![CDATA[New comment by ermir in "Fiber optic drone control beats any RF jammer"]]></title><description><![CDATA[
<p>I've been thinking a lot about this setup, and it seems it's a major advantage if you can pull it off:<p>- The drone can send HD video with no interruptions through the fiber, shifting all the AI calculations to the backend, and you don't have to sacrifice your GPUs that you would otherwise add to the drone.<p>- The fiber drone can act as a radio relay, so you can have many other radio drones connected to it, making jamming much harder and also you can use it as a relay for ground forces as well.<p>- The fiber can potentially be replaced or augmented with copper, and you can then replace the battery with a transformer, and keep sending electricity from the base station. Such tethered drones already exist and can fly for hours, but maybe they have not been used in war before.</p>
]]></description><pubDate>Wed, 07 Aug 2024 13:39:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=41181370</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=41181370</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41181370</guid></item><item><title><![CDATA[New comment by ermir in "Mandatory speed limiters on EU cars from 2024"]]></title><description><![CDATA[
<p>Well, why not have alcohol breath sensors in all cars? Why not have the car not start at all without the seatbelts being in place, and not just have the annoying alarm? Why not have the car stop going over 20 km/h if it's unregistered?</p>
]]></description><pubDate>Fri, 05 Jul 2024 14:35:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=40883161</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=40883161</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40883161</guid></item><item><title><![CDATA[New comment by ermir in "Mandatory speed limiters on EU cars from 2024"]]></title><description><![CDATA[
<p>Sure I have, my objection is on the greater tendency for legislators to use technological means to constrain ordinary behavior. Today is a speed limiter, tomorrow is a embedded car snitch, or an automatic hate speech detector, or whatever else you can think of.<p>They understood this in the 90s, why not today? <a href="https://www.youtube.com/watch?v=dz4HEEiJuGo" rel="nofollow">https://www.youtube.com/watch?v=dz4HEEiJuGo</a></p>
]]></description><pubDate>Fri, 05 Jul 2024 14:31:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=40883128</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=40883128</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40883128</guid></item><item><title><![CDATA[New comment by ermir in "Mandatory speed limiters on EU cars from 2024"]]></title><description><![CDATA[
<p>Next step: have a speed tracker on the car that will report speeding straight to the cops, no need for them to see you with a radar or anything like that.<p>In general there's lots of politicians and "administrators" who salivate at tech like this that constrain people and make them manageable. I find these attempts very undignified and totalitarian.</p>
]]></description><pubDate>Fri, 05 Jul 2024 09:32:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=40881235</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=40881235</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40881235</guid></item><item><title><![CDATA[New comment by ermir in "Cycloidal marine propellers: Efficient thrust in any direction"]]></title><description><![CDATA[
<p>So this is like a helicopter propeller system, but the individual blades point upwards.</p>
]]></description><pubDate>Mon, 15 Apr 2024 18:11:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=40043834</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=40043834</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40043834</guid></item><item><title><![CDATA[New comment by ermir in "Google to pause Gemini image generation of people after issues"]]></title><description><![CDATA[
<p>I personally think that the generated images should reflect reality as it is. I understand that many think this is philosophically impossible, and at the end of the day humans use judgement and context to solve these problems.<p>Philosophically you can dilute and destroy the meaning of terms, and AI that has no such judgement can't generate realistic images. If you ask for an image of "an American family" you can assault the meaning of "American" and "family" to such an extent that you can produce total nonsense. This is a major problems for humans as well, I don't expect AI to be able to solve this anytime soon.</p>
]]></description><pubDate>Thu, 22 Feb 2024 15:27:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=39468491</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=39468491</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39468491</guid></item><item><title><![CDATA[New comment by ermir in "Google to pause Gemini image generation of people after issues"]]></title><description><![CDATA[
<p>It's more accurate to say that it's designed to construct an ideal reality rather than represent the actually existing one. This is the root of many of the cultural issues that the West is currently facing.<p>“The philosophers have only interpreted the world, in various ways. The point, however, is to change it. - Marx</p>
]]></description><pubDate>Thu, 22 Feb 2024 14:06:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=39467227</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=39467227</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39467227</guid></item><item><title><![CDATA[New comment by ermir in "Relativistic Spaceship"]]></title><description><![CDATA[
<p>Normally the light of the big bang is too dim (frequency too low) to be seen, but if you travel really fast the blue shift effect will make it visible, and since this light is uniformly distributed in the sky, it will appear as while light everywhere.</p>
]]></description><pubDate>Mon, 05 Feb 2024 23:40:52 +0000</pubDate><link>https://news.ycombinator.com/item?id=39268750</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=39268750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39268750</guid></item><item><title><![CDATA[New comment by ermir in "Ask HN: Has the tech recession affected you?"]]></title><description><![CDATA[
<p>Ideally you want to apply all the time, and not wait for the best time. Still, I am hoping that applicants will get some encouragement and try a bit harder in the next few weeks.</p>
]]></description><pubDate>Tue, 02 Jan 2024 23:52:08 +0000</pubDate><link>https://news.ycombinator.com/item?id=38848833</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=38848833</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38848833</guid></item><item><title><![CDATA[New comment by ermir in "Ask HN: Has the tech recession affected you?"]]></title><description><![CDATA[
<p>For anyone wondering about the best times to apply, conventional wisdom is that January is the best time, since it's planning season for the whole year, and then around August, to get some quick help to reach the end-of-year goals. Of course this is anecdotal and applies in normal circumstances, which I don't think the industry is at.</p>
]]></description><pubDate>Tue, 02 Jan 2024 23:35:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=38848666</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=38848666</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38848666</guid></item><item><title><![CDATA[New comment by ermir in "Ask HN: Has the tech recession affected you?"]]></title><description><![CDATA[
<p>Struggling a lot with the response rate, once I could get one interview in three applications, now it's one in 50. I am hoping that it will pick up this January since everyone is making plans for the entire year. I was told by a manager in a large startup that they plan to complete hiring for the whole year by the end of February, and it might be the case for the entire industry.</p>
]]></description><pubDate>Tue, 02 Jan 2024 23:22:29 +0000</pubDate><link>https://news.ycombinator.com/item?id=38848529</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=38848529</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38848529</guid></item><item><title><![CDATA[New comment by ermir in "Reflect – Multiplayer web app framework with game-style synchronization"]]></title><description><![CDATA[
<p>WebRTC makes this possible, but server implementations are quite difficult to set up. I recommend you check out Pion (Golang) as a good implementation that's also easy to deploy and integrate with Node (presumably your game server is implemented in JS).</p>
]]></description><pubDate>Thu, 19 Oct 2023 06:54:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=37939420</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=37939420</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37939420</guid></item><item><title><![CDATA[New comment by ermir in "Daily energy expenditure through the human life course"]]></title><description><![CDATA[
<p>This was completely expected, at the macro level this is easily observed by measuring the outputs of metabolism and bodily function, mainly heat and physical activity. All humans have a baseline bodily temperature, meaning that the inner metabolism also is the same across all humans.</p>
]]></description><pubDate>Sat, 14 Oct 2023 13:43:24 +0000</pubDate><link>https://news.ycombinator.com/item?id=37880422</link><dc:creator>ermir</dc:creator><comments>https://news.ycombinator.com/item?id=37880422</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37880422</guid></item></channel></rss>