2作者: plutodev4 个月前原帖
I’m part of the Developer Crew at io.net, where we’re working on decentralized compute for AI workloads and agent-based systems.<p>My focus here isn’t promotion, but sharing practical learnings from the builder side things like how AI agents behave when compute is modular, what breaks in real usage, and how developers actually think about decentralized infra in production.<p>I’m here to learn from the community, contribute where I can, and exchange notes with others building or experimenting in this space.<p>Happy to answer questions or dig into specifics if useful.
1作者: RoastFeast4 个月前原帖
Hi HN,<p>I built Roast Feast as a solo dev project to solve a cultural itch: I love the comedy of roasts but hate how online &quot;dunks&quot; are mean-spirited and lack consent. This is a space to bring back the fun of roasting among willing participants.<p>The core is consensual, structured humor:<p><pre><code> Verified Consent: To host a roast, you upload a photo holding a &quot;Feast!&quot; sign. No surprises. Private &amp; Safe: Create unlisted, invite-only events for friends, coworkers, or communities. Nicknames are platform-assigned (Adjective+Noun) to prevent impersonation. Tech Stack: Nuxt 3 (SSR), Supabase (Auth&#x2F;DB&#x2F;Realtime), Vuetify. I even wrote a custom PostgreSQL function to enforce the nickname format at the database level. </code></pre> I&#x27;m launching by being the first roast target (my &quot;Feast!&quot; sign is already up).<p>I&#x27;d love your feedback, especially on:<p><pre><code> The consent verification flow – does it feel clear or like unnecessary friction? The platform interface </code></pre> And a broader question: Do you think structured, consensual humor platforms like this have a future, or is the chaotic dunk the permanent norm online?<p>Try a roast or start your own: <a href="https:&#x2F;&#x2F;roastfeast.com" rel="nofollow">https:&#x2F;&#x2F;roastfeast.com</a>
1作者: saad_DS4 个月前原帖
Hello, This is Saad from DS Technologies. I’m a Tech Recruiter connecting with professionals for current and upcoming technology opportunities. Job Title: Databricks Developer Location: Atlanta, GA Duration: 18 to 24 months Contract Job Description: Looking for a Databricks Developer to support the development and maintenance of data pipelines and analytics solutions using the Databricks platform. Should have basic knowledge of Apache Spark, Python&#x2F;SQL, and cloud data environments. 8+ years of relevant experience If you are interested or know someone who would be a good fit, please share your updated resume and availability. saad@dstechnologiesinc.com
16作者: donutthejedi4 个月前原帖
I (17y&#x2F;o) have been developing a rocket launch simulation that allows the user to explore what it&#x27;s like launching a rocket from earth and putting it into orbit. This idea originally started as an educational simulation but as i&#x27;ve gone more down the rabbit hole the more i&#x27;ve wanted to make it realistic. The problem is that I&#x27;ve never had a formal orbital mechanics class or anything like that so I don&#x27;t know what I&#x27;m missing, what I currently have implemented is:<p><pre><code> Variable gravity Variable Atmospheric drag (US Standard Atmosphere 1976) Multi-stage rockets Closed-loop guidance &#x2F; pitch programs (works well within ranges 350km to 600km) Orbital prediction and thrusting options to change your orbit. </code></pre> The feedback I&#x27;m looking for is: UI improvements and possible future physics implementations that I can work on.<p>Current code and physics can be found at: <a href="https:&#x2F;&#x2F;github.com&#x2F;donutTheJedi&#x2F;Rocket-Launch-Simulation" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;donutTheJedi&#x2F;Rocket-Launch-Simulation</a>