<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: halftheopposite</title><link>https://news.ycombinator.com/user?id=halftheopposite</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 21 Apr 2026 06:34:25 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=halftheopposite" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by halftheopposite in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>This is highly polished indeed and I'm likely going to try it, mostly for its animations regarding dropping plants and rocks as I lack micro animations for it in my game.</p>
]]></description><pubDate>Sun, 11 Jan 2026 19:16:56 +0000</pubDate><link>https://news.ycombinator.com/item?id=46578848</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=46578848</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46578848</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>Thanks! This is also what I love doing as realtime games are something like 90% of my side project. This was a real fun prototype to create as everything regarding terrain is done through shaders (even user cursors). Will soon add a way for people to plant "flags" with small texts that you can highlight.</p>
]]></description><pubDate>Sun, 11 Jan 2026 18:31:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=46578263</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=46578263</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46578263</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: What are you working on? (January 2026)"]]></title><description><![CDATA[
<p>Working on two topics that I like : browser multiplayer games and experiences, and tools for developers (mostly used in my side projects).<p>First game is <a href="https://geocentric.top" rel="nofollow">https://geocentric.top</a> where users can sculpt a planet collaboratively and place trees or houses (for now very limited). I plan on making it an idle sim where players will be able to interact by dropping some food/events for the creatures on it to evolve through time.<p>Second, a remote logger/metrics/user management tool where once can track all their logs, live metrics, uptimes, identify users, etc. I hope to have a v1 during this first quarter and I'm currently my first user as I have it hosted at <a href="https://app.getboringmetrics.com" rel="nofollow">https://app.getboringmetrics.com</a> to centralize all my side projects into a single platform.</p>
]]></description><pubDate>Sun, 11 Jan 2026 18:18:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=46578094</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=46578094</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46578094</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: What are you working on? (March 2025)"]]></title><description><![CDATA[
<p>I’ve been developing an observability platform [0] for small teams and indie developers where they can track logs, live metrics, and get alerted in realtime through webhooks. I intend to develop a dead simple on-call calendar as well in the coming weeks.<p>After using tools like Sentry on apps serving millions of users, I always felt I was missing a cheap and dead simple approach to following what happened in my apps and apis, and basically became my first customer for all of my side projects and even got some friends using it for their SaaS and apps.<p>[0] <a href="https://app.getboringmetrics.com" rel="nofollow">https://app.getboringmetrics.com</a></p>
]]></description><pubDate>Mon, 31 Mar 2025 11:37:59 +0000</pubDate><link>https://news.ycombinator.com/item?id=43533775</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=43533775</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43533775</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: What are you working on? (February 2025)"]]></title><description><![CDATA[
<p>That's so refreshing to hear to be honest! I've went on so many side projects hoping I would see adoption for months and was basically chasing the dream. However I've came to realize that I really take happiness in developing things sustainably over time, with small steps, and most importantly for myself and what I would like a product to look like. Lately I've even been able to onboard a friend on it using it for his own projects as well, couldn't be happier so far.<p>If you ever have feedback/advices, don't hesitate to reach me out on contact[at]halftheopposite.dev and I'll happily answer.</p>
]]></description><pubDate>Mon, 24 Feb 2025 16:53:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=43161750</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=43161750</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43161750</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: What are you working on? (February 2025)"]]></title><description><![CDATA[
<p>I’m creating an observability tool that I’m trying to make user-centric while staying developer friendly. Most of the tools for remote logging, live dashboards and alerts are either too big, too expensive, or have a “per seat” plan, and incorporate the famous “home” screen with metrics and tips you absolutely never care of. I’m also trying to stay cheap and focused on very few techs  (node, Postgres, docker, react) and make it stay as a monolith.<p>So far I’ve put all the side projects I manage (5 of them) and it’s working great. I can follow and query the logs, the JSON payloads by path, see live metrics like number of users currently online, etc. Even if I don’t get any customers I’ll continue developing it for my own needs! Will soon be adding alerts through webhooks, slack, discord, etc.<p>If you want to try it out: <a href="https://app.getboringmetrics.com" rel="nofollow">https://app.getboringmetrics.com</a> (no landing page yet).<p>Edit: just want to say that if you want to try the software but not keep it, you can create an account in under 10 seconds, send a curl request to see logs arrive in realtime, and delete your account in 5 seconds. I do not track anything and do not keep a single piece of data.</p>
]]></description><pubDate>Mon, 24 Feb 2025 13:24:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=43159267</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=43159267</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43159267</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: What are you working on (August 2024)?"]]></title><description><![CDATA[
<p>For the past few weeks I have been working on Enhance [0], a SaaS to help game developers easily add leaderboards, friendlists, store players' data, in-app currency store and purchases, and marketing tools such as email list and website builder and hosting.<p>I am almost done with the landing page and don't think I'll put much more into it, and will continue working on the API itself. But I still plan on adding a playable game into the 3D scene just for the sake of it and to learn. But so far I'm struggling at projecting a 3D camera render to a texture inside an already existing 3D context.<p>[0] <a href="https://the-project-e609e.web.app/" rel="nofollow">https://the-project-e609e.web.app/</a> (temporary domain for development)</p>
]]></description><pubDate>Sun, 25 Aug 2024 00:14:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=41343080</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=41343080</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=41343080</guid></item><item><title><![CDATA[Show HN: I've published my first mobile puzzle game, Flipcards (iOS + Android)]]></title><description><![CDATA[
<p>Hello HN!<p>After a few weeks of work, and sharing the initial concept with some friends and colleagues, I was encouraged to create a mobile version of my puzzle game: Flipcards.<p>The concept is simple: you're given a photo and a set of moves that correspond to either a clockwise or counter-clockwise rotation of 90 degrees. You then need to find between 4 rotated photos which one corresponds to the sum of rotations before the end of the round.<p>There are currently 3 levels of difficulty, high scores, and a way for users to use their own photos from the gallery to play with. Finally, on iOS, in the home screen, you have a physics-based background which reacts to sensors and user interactions.<p>I know some of you are fond of puzzle games and I was looking for honest feedback on the game and store page:<p>- Is the gameplay fun?
- What could I add/remove to improve it?
- Is the tutorial explicit enough?
- Are the store page clear enough on the end product?<p>Links:<p>- iOS: <a href="https://apps.apple.com/jo/app/flipcards-photo-puzzle-game/id6478083199" rel="nofollow">https://apps.apple.com/jo/app/flipcards-photo-puzzle-game/id...</a>
- Android: <a href="https://play.google.com/store/apps/details?id=dev.halftheopposite.flipcards">https://play.google.com/store/apps/details?id=dev.halftheopp...</a><p>If you're interested about the tech stack: React Native, Expo, and Skia (even the animated background on iOS).<p>Happy to hear out from you!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40188792">https://news.ycombinator.com/item?id=40188792</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 28 Apr 2024 14:22:51 +0000</pubDate><link>https://apps.apple.com/jo/app/flipcards-photo-puzzle-game/id6478083199</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=40188792</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40188792</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: What alternatives exist to a Mac mini but for Windows?"]]></title><description><![CDATA[
<p>I've actually went and looked over the sub reddit and it's a great resource for exactly what I was looking for (thanks even more for the Google Sheets).<p>Given the pricepoint and specs of the BeeLink, its availability for shipping in France, and the all-in-one design of the SER7 with USB-4, that seems like a great option to explore.<p>I will take a deeper look at their other offerings as well.</p>
]]></description><pubDate>Mon, 08 Jan 2024 22:17:46 +0000</pubDate><link>https://news.ycombinator.com/item?id=38919042</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=38919042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38919042</guid></item><item><title><![CDATA[Ask HN: What alternatives exist to a Mac mini but for Windows?]]></title><description><![CDATA[
<p>Hey HN,<p>As the title already states I am currently looking at some hardware alternatives that could replace my current, and very outdated, Windows PC with the same form factor as Mac minis.<p>I already own several Mac devices (phones, MBPs M1/M2), and mostly kept a Windows PC for so long for:<p>- Gaming (mostly old games from my Steam library and ISOs).<p>- Pictures & videos.<p>- NTFS HDD and USB keys (ex-FAT and other formats do not always work reliably).<p>With these current usages, my ultimate goal is to find something as powerful as what I have right now (GTX 260 SLI over 13 years old, 10 years old Intel core i5, 16GB DDR3, and an SSD), which shouldn't be that hard, but have it as small as possible, and within the same price point as the Mac minis.<p>The closest thing I've found so far is a brand called GEEKOM which seems to produce exactly what I need, but I do not have the impression to find genuine feedback on the hardware capacity and quality.<p>EDIT: I live in Europe if that matters for availability and shipping.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=38912764">https://news.ycombinator.com/item?id=38912764</a></p>
<p>Points: 31</p>
<p># Comments: 48</p>
]]></description><pubDate>Mon, 08 Jan 2024 14:53:58 +0000</pubDate><link>https://news.ycombinator.com/item?id=38912764</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=38912764</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38912764</guid></item><item><title><![CDATA[New comment by halftheopposite in "In search of the least viewed article on Wikipedia (2022)"]]></title><description><![CDATA[
<p>Very shameless plug on your last "Edit:", but I think it fits perfectly one feature that a web extension I made does: <a href="https://webcursors.click/" rel="nofollow noreferrer">https://webcursors.click/</a>.<p>There's a feature to write a note and leave it on the page for others (with the extension installed) to see and maybe have luck someone contacting you.</p>
]]></description><pubDate>Fri, 20 Oct 2023 16:31:12 +0000</pubDate><link>https://news.ycombinator.com/item?id=37958265</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37958265</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37958265</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: Show me your half baked project"]]></title><description><![CDATA[
<p><a href="https://github.com/halftheopposite/TOSIOS">https://github.com/halftheopposite/TOSIOS</a>: never brought the game to the "fun" part of what a game is supposed to be, but at least it serves as educational.<p><a href="https://github.com/halftheopposite/graph-dungeon-generator">https://github.com/halftheopposite/graph-dungeon-generator</a>: what was supposed to be circular graph dungeon generator, ended up being a tree dungeon generator.<p><a href="https://webcursors.click" rel="nofollow noreferrer">https://webcursors.click</a> - I should have spent more time thinking about solving a problem that doesn't exist and clearly you can feel that there's something missing.</p>
]]></description><pubDate>Thu, 12 Oct 2023 21:20:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=37863304</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37863304</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37863304</guid></item><item><title><![CDATA[New comment by halftheopposite in "Show HN: a Chrome extension to see other users browsing the same websites as you"]]></title><description><![CDATA[
<p>I was planning on open-sourcing the extension itself, but not the backend for now because of some secrets. But ultimately, my goal is to create a blog post to create a minimal yet functional Chrome extension connected to a backend with socket.io.<p>And didn't knew this service existed, so created everything myself so far.</p>
]]></description><pubDate>Fri, 01 Sep 2023 07:59:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=37347961</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37347961</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37347961</guid></item><item><title><![CDATA[New comment by halftheopposite in "Show HN: a Chrome extension to see other users browsing the same websites as you"]]></title><description><![CDATA[
<p>Hey thanks!<p>Editing/deleting notes would require some sort of authentication for the backend to recognise ownership of the notes, but this could be a great incentive toward pushing users to sign up for the tool.<p>Will definitely look at scaling down font size for longer text (it should already be the case though but doesn't work well with long words or URLs).</p>
]]></description><pubDate>Fri, 01 Sep 2023 07:20:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=37347754</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37347754</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37347754</guid></item><item><title><![CDATA[New comment by halftheopposite in "Show HN: a Chrome extension to see other users browsing the same websites as you"]]></title><description><![CDATA[
<p>Thanks! The hard part was actually understand Chrome extension's lifecycle and communication between the content script, popup, and service worker. What I initially thought was going to be hard, ended up being actually quite easy (cf socket.io).<p>Good luck if you ever attempt to build it :)</p>
]]></description><pubDate>Fri, 01 Sep 2023 07:18:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=37347742</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37347742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37347742</guid></item><item><title><![CDATA[New comment by halftheopposite in "Show HN: a Chrome extension to see other users browsing the same websites as you"]]></title><description><![CDATA[
<p>Thanks for the compliment!<p>Content moderation is a nightmare and I've been working in technical/product fields where this is a daily issue. The first choice was to make everything ephemeral: messages are not stored anywhere, and notes expires after n days. At least this covers some part of the issue, but this is only possible in the short term.<p>In the long term, if things go good for this extension, meaning more users and more things to moderate, I will have to introduce downvotes, reports, and most importantly some sort of authentication. That will still not be enough, and eventually I will have to resolve to text moderation APIs or language models (which we already do at work).<p>But I hope to stay in a sweet spot with enough users but not too many, and great collaboration! But one can always dream.</p>
]]></description><pubDate>Thu, 31 Aug 2023 20:26:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37343243</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37343243</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37343243</guid></item><item><title><![CDATA[New comment by halftheopposite in "Show HN: a Chrome extension to see other users browsing the same websites as you"]]></title><description><![CDATA[
<p>Hey! So for scaling it should scale quite easily with socket.io room’s implementation with Redis when required, and unless I’m having a hell lot of people on it at the same time it shouldn't be much of an issue given the small footprint.<p>For critical mass, this is why I’m developing features that are asynchronous (ex: notes) or app wide (ex: games that you can join with other users online no matter the website or page you're on).</p>
]]></description><pubDate>Thu, 31 Aug 2023 18:55:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=37342064</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37342064</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37342064</guid></item><item><title><![CDATA[Show HN: a Chrome extension to see other users browsing the same websites as you]]></title><description><![CDATA[
<p>I was once reading some comments on HN, and someone was talking about a Chrome extension they had made for themselves to write memos/notes on any website they browsed. I thought this was brilliant!<p>This idea immediately clicked in me, and my first thought was: "Why not make it so others can see your notes as well?". And soon it transformed into something much more complex where users could not only write notes, but also interact directly with other users of the extension through chat, gis, and cursors!<p>It took me a few weeks, but I was able to read through docs, work on the extension itself (content script and service worker), socket.io, node, build up a website, publish it in the Chrome store.<p>I've introduced it to my coworkers and a few other devs, and so far, each one of them came up with a different usage for the extension, but loved the idea of adding a social aspect to browsing.<p>I thought it would be great sharing it with everyone around here and gather feedback from the HN crowd!</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=37341748">https://news.ycombinator.com/item?id=37341748</a></p>
<p>Points: 12</p>
<p># Comments: 12</p>
]]></description><pubDate>Thu, 31 Aug 2023 18:31:41 +0000</pubDate><link>https://webcursors.click/</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37341748</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37341748</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: Tell us about your project that's not done yet but you want feedback on"]]></title><description><![CDATA[
<p>Thanks, this is definitely one of the most enjoyable side project I've done so far. It's rapidly satisfying, I can easily add new features, and I find it fun to see and interact even with a few users on random websites. I've been sharing it a little around me and so far I've had some nice feedback, so I'm pushing it!</p>
]]></description><pubDate>Thu, 17 Aug 2023 16:41:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=37164403</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37164403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37164403</guid></item><item><title><![CDATA[New comment by halftheopposite in "Ask HN: Tell us about your project that's not done yet but you want feedback on"]]></title><description><![CDATA[
<p>I'm working on a Chrome extension that adds realtime presence (cursors, chat, gifs, sticky notes) to any website or page.<p>Each website/page (depending on your preferences) becomes an ephemeral channel where you can see and interact with others users browsing the internet. It's still in a WIP shape but very functional.<p>Website: <a href="https://webcursors.click/" rel="nofollow noreferrer">https://webcursors.click/</a>
Extension: <a href="https://chrome.google.com/webstore/detail/web-cursors/chcedockochaodpiikgkicdgpidjjcaf" rel="nofollow noreferrer">https://chrome.google.com/webstore/detail/web-cursors/chcedo...</a></p>
]]></description><pubDate>Thu, 17 Aug 2023 16:32:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=37164266</link><dc:creator>halftheopposite</dc:creator><comments>https://news.ycombinator.com/item?id=37164266</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37164266</guid></item></channel></rss>