<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: arkad</title><link>https://news.ycombinator.com/user?id=arkad</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 07:17:40 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=arkad" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[Show HN: We released an open-source platform for fast enterprise app development]]></title><description><![CDATA[
<p>Tl;DR Save 60% of development effort building your SaaS and enterprise apps using our open-source platform, demo: <a href="https://www.youtube.com/watch?v=gob4j072Isg" rel="nofollow">https://www.youtube.com/watch?v=gob4j072Isg</a><p>Hi friends,<p>It's a bit surreal writing a Show HN post, being a HN member since 2012, but I'm still excited to be here.<p>We are Arek and Michal (hn: mgl), and we have published Openkoda - an open-source low-code platform for the rapid development of SaaS and enterprise applications.<p>OUR STORY<p>We met at the university and spent the next 10 years building high-performance applications for finance, eCommerce and travel sectors, while working in different companies.<p>We started building our own products like Recostream (AI/ML personalized recommendation engine, acquired by GetResponse last year) and ScanRepeat (affordable continuous web security scanner).<p>Enterprise applications have a lot of common logic which we had to re-implement almost every single time in different configurations. At some point, we realized that by compiling all these lessons, we could build a solid and proven foundation for creating SaaS and enterprise applications.<p>We added a few fancy features to help us build our own products like Javascript-based low-code extensions running on JDK, Data AI for data quering using natural language, Stripe payments, plus popular integrations.<p>And that's how Openkoda was born.<p>Openkoda is based on modern Java, which is still the primary choice in enterprise companies. You can build your apps on top of Openkoda with Java, server-side Javascript extensions or anything else running on a JVM.<p>We decided to release the core under the MIT license, and selected enterprise features under a commercial license.<p>WHY OPENKODA?<p>We believe that building large-scale SaaS and enterprise applications should be easier and faster.<p>Easier, so we don't need to reinvent the "enterprise wheel" every single time.<p>Faster, as the real business value of our applications is not in these "enterprise features," but in the actual application logic. Enterprise features are just the required coating to run this logic in a controlled, sustainable way.<p>We experienced increased velocity on our own building Recostream (3 months to build a working product competing directly with Barilliance, Recombee and Amazon Personalize).<p>OWN YOUR CODE<p>When looking for time/cost savings in enterprise software development, the first idea is usually to use low-code/no-code solutions, but as engineers we all understand the "low-code trap."<p>The "low-code trap" starts by investing years of time building a custom solution for your business in a low-code environment to realize that you became fully dependent on the vendor, their used-based pricing and changing commercial terms.<p>You also discover that your key application logic tends to land in the "Custom Code" box of you low-code platform more and more often, which ultimately looks like proper code but hardly allows to follow real software engineering practices. And when you are ready to quit, the only way out is to export your application as a miscellaneous XML, which you cannot run anywhere else.<p>We believe that providing developers with a robust open-source application foundation, coupled with the flexibility to customize and expand upon it according to their needs, offers the best of both worlds.<p>WHAT'S NEXT<p>We are working hard on building two things now: a) a partner network and onboarding software vendors to use Openkoda in their software projects. b) our managed cloud service where we can host Openkoda applications for business clients.<p>We would be super thankful for any introductions to people/companies who may be interested in: a) building their own products faster in Java, b) looking for flexible software solutions they could customize without falling into the low-code trap.<p>If you have any questions or your personal perspective to share, we would love to hear and learn from you.</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=40039893">https://news.ycombinator.com/item?id=40039893</a></p>
<p>Points: 11</p>
<p># Comments: 2</p>
]]></description><pubDate>Mon, 15 Apr 2024 12:49:18 +0000</pubDate><link>https://github.com/openkoda/openkoda</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=40039893</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=40039893</guid></item><item><title><![CDATA[New comment by arkad in "Governments turn to Open Source for sovereignty"]]></title><description><![CDATA[
<p>I admire Germany's approach and awareness. At least they try.
There's 20-years old saga of linux vs windows battle in the Munich City Council [1]. Great case study.<p>I'm very curious how this will work for them. It's quite a struggle to adopt OSS where the vast majority of users think "Office suite" == "M$ Office".<p>[1] - <a href="https://en.m.wikipedia.org/wiki/LiMux" rel="nofollow noreferrer">https://en.m.wikipedia.org/wiki/LiMux</a></p>
]]></description><pubDate>Sun, 19 Nov 2023 07:58:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=38330276</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=38330276</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38330276</guid></item><item><title><![CDATA[New comment by arkad in "Why is Java still so popular even in 2023?"]]></title><description><![CDATA[
<p>The inertia of Java projects is huge. IMHO the future of Java depends on the perception that can be created for Java as an attractive ecosystem for greenfield projects.</p>
]]></description><pubDate>Tue, 31 Oct 2023 08:47:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=38081837</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=38081837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=38081837</guid></item><item><title><![CDATA[New comment by arkad in "Level-up your Java Debugging Skills with on-demand Debugging"]]></title><description><![CDATA[
<p>At our company, most of the greenfield projects (with a high-performance profile) are in Java. So, for what our anecdotal example is worth, I can confirm that Java is used for new projects.
IMHO, Java fell a bit behind with the rise of the microservices/lambda paradigm because of its memory footprint and slow start. On the other hand, it's an amazing piece of technology, and I would expect that with ahead-of-time compilation and JVM snapshots, it will become more appealing for these use cases.</p>
]]></description><pubDate>Wed, 04 Oct 2023 19:46:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=37770617</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=37770617</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37770617</guid></item><item><title><![CDATA[New comment by arkad in "Diamonds are losing their allure"]]></title><description><![CDATA[
<p>Copy of the article without the paywall: 
<a href="https://finance.yahoo.com/news/why-diamonds-losing-allure-203325549.html" rel="nofollow noreferrer">https://finance.yahoo.com/news/why-diamonds-losing-allure-20...</a></p>
]]></description><pubDate>Thu, 14 Sep 2023 13:57:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=37509116</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=37509116</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37509116</guid></item><item><title><![CDATA[New comment by arkad in "Java Is Not Dead yet. Why Is Java So Popular Even in 2023?"]]></title><description><![CDATA[
<p>My humble prediction is that with introduction of ahead-of-time compilation and JVM snapshots the adoption of Java based microservices will increase. 
These upcoming Java features open new interesting doors.</p>
]]></description><pubDate>Tue, 29 Aug 2023 20:30:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=37313549</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=37313549</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=37313549</guid></item><item><title><![CDATA[Shit Flow Diagram]]></title><description><![CDATA[
<p>Article URL: <a href="https://en.wikipedia.org/wiki/Shit_flow_diagram">https://en.wikipedia.org/wiki/Shit_flow_diagram</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=36673854">https://news.ycombinator.com/item?id=36673854</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Mon, 10 Jul 2023 22:25:18 +0000</pubDate><link>https://en.wikipedia.org/wiki/Shit_flow_diagram</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=36673854</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=36673854</guid></item><item><title><![CDATA[New comment by arkad in "UBS offers to buy Credit Suisse for up to $1B"]]></title><description><![CDATA[
<p>It's funny how this is a common fallacy.
I thought exactly the same when Barings Bank was sold for one British Pound back in 1995 [1].<p>[1] - <a href="https://www.investopedia.com/terms/b/baringsbank.asp" rel="nofollow">https://www.investopedia.com/terms/b/baringsbank.asp</a></p>
]]></description><pubDate>Sun, 19 Mar 2023 15:02:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=35219664</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=35219664</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=35219664</guid></item><item><title><![CDATA[New comment by arkad in "Visual design rules you can safely follow"]]></title><description><![CDATA[
<p>Improvise, adapt, overcome.</p>
]]></description><pubDate>Tue, 07 Feb 2023 10:26:17 +0000</pubDate><link>https://news.ycombinator.com/item?id=34690974</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=34690974</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34690974</guid></item><item><title><![CDATA[New comment by arkad in "Experts warn of steep increase in Java costs"]]></title><description><![CDATA[
<p>Right, enterprises should get rid of Java just the same way as they did with COBOL... Oh, wait...</p>
]]></description><pubDate>Fri, 27 Jan 2023 13:36:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=34545798</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=34545798</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34545798</guid></item><item><title><![CDATA[New comment by arkad in "Lionel Messi Is Impossible (2014)"]]></title><description><![CDATA[
<p>If football rules allow all body parts except hands then a logical name would be Nohandball.</p>
]]></description><pubDate>Sun, 18 Dec 2022 19:54:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=34042174</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=34042174</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=34042174</guid></item><item><title><![CDATA[New comment by arkad in "I want an iPhone Mini-sized Android phone"]]></title><description><![CDATA[
<p>> The screen is just small enough to be too annoying to do anything really distracting on<p>I'm a happy user of Jelly 2 for a half year now and I bought it for this single reason. It's fully featured so you can do anything, but the screen is so small that you do it only when there's a real need, so I'm not wasting time staring at the phone for no real reason.<p>Cons: My co-workers make fun of me :)<p>Edit: formatting</p>
]]></description><pubDate>Tue, 17 May 2022 15:08:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=31411846</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=31411846</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31411846</guid></item><item><title><![CDATA[New comment by arkad in "TX-6 – Teenage Engineering"]]></title><description><![CDATA[
<p>+1 for that. Especially Zoom LiveTrak L-8 has nice pack of features for its size (nowhere as portable as TX-6, but still) and is also battery powered.</p>
]]></description><pubDate>Thu, 21 Apr 2022 16:43:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=31111802</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=31111802</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=31111802</guid></item><item><title><![CDATA[New comment by arkad in "Microsoft Teams; using one monopoly to aid another"]]></title><description><![CDATA[
<p>I wonder what would need to happen to convince the management that actually they could run on Linux? I mean, 3 years ago the belief was we couldn't work from home because that would harm productivity.</p>
]]></description><pubDate>Wed, 02 Feb 2022 20:09:23 +0000</pubDate><link>https://news.ycombinator.com/item?id=30183268</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=30183268</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=30183268</guid></item><item><title><![CDATA[New comment by arkad in "Why Is It OK to Be Mean to the Ugly?"]]></title><description><![CDATA[
<p>Not exactly related, but some time ago I realized it's not ok to make fun of people with physical disabilities but somehow it's totally acceptable to make fun of people with lower IQ.</p>
]]></description><pubDate>Fri, 25 Jun 2021 15:36:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=27632112</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=27632112</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=27632112</guid></item><item><title><![CDATA[New comment by arkad in "Habitica – A gamified habit-building and productivity app"]]></title><description><![CDATA[
<p>There's also self hosted version on github: 
<a href="https://github.com/headcounter/shabitica" rel="nofollow">https://github.com/headcounter/shabitica</a><p>Disclaimer: I'm not a contributor and have never installed it.<p>Edit: broken link</p>
]]></description><pubDate>Sun, 06 Sep 2020 06:39:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=24389467</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=24389467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24389467</guid></item><item><title><![CDATA[New comment by arkad in "How Much Toilet Paper? – The Coronavirus Toilet Paper Calculator"]]></title><description><![CDATA[
<p>I find <a href="https://got-paper.com/" rel="nofollow">https://got-paper.com/</a> much better in terms of functionality and UX.</p>
]]></description><pubDate>Wed, 18 Mar 2020 15:10:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=22617478</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=22617478</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22617478</guid></item><item><title><![CDATA[New comment by arkad in "Y Combinator may go fully remote for its next cohort"]]></title><description><![CDATA[
<p>As a current Startup School, Europe-based participant [1], this raises an interesting question: if the whole program can be run virtually in a remote-only fashion, then perhaps it can be open for startups from anywhere in the world?<p>[1] - <a href="https://www.startupschool.org/companies/scanrepeat" rel="nofollow">https://www.startupschool.org/companies/scanrepeat</a></p>
]]></description><pubDate>Mon, 16 Mar 2020 02:00:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=22588983</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=22588983</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=22588983</guid></item><item><title><![CDATA[Employer liable for worker's death during sex on a working trip]]></title><description><![CDATA[
<p>Article URL: <a href="https://www.thetimes.co.uk/article/employer-held-liable-for-workers-death-after-sex-9nflwtptg">https://www.thetimes.co.uk/article/employer-held-liable-for-workers-death-after-sex-9nflwtptg</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20933258">https://news.ycombinator.com/item?id=20933258</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 10 Sep 2019 20:23:46 +0000</pubDate><link>https://www.thetimes.co.uk/article/employer-held-liable-for-workers-death-after-sex-9nflwtptg</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=20933258</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20933258</guid></item><item><title><![CDATA[VirtualSoc: Dynamic Social Network Simulation Data with Ground Truth Features]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/AkandaAshraf/VirtualSoc">https://github.com/AkandaAshraf/VirtualSoc</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20049082">https://news.ycombinator.com/item?id=20049082</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 30 May 2019 07:23:08 +0000</pubDate><link>https://github.com/AkandaAshraf/VirtualSoc</link><dc:creator>arkad</dc:creator><comments>https://news.ycombinator.com/item?id=20049082</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20049082</guid></item></channel></rss>