<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: fetbaffe</title><link>https://news.ycombinator.com/user?id=fetbaffe</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 07 Apr 2026 03:51:16 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=fetbaffe" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by fetbaffe in "ProtonMail, Tutanota urging EU to reconsider encryption rules"]]></title><description><![CDATA[
<p>I think that todays terrorism is mainly state sponsored, terrorist organisation use different types of resentment when recruiting new members, however many of the terrorist organisations are funded by governments around the world, this is the modern form of covert warfare in the post cold war era.<p>What we have is that one government, lets call it the States of Merica, funds & trains freedom fighters in a country called Lyria. Sometime after this Lyria is thrown into huge & devastating civil war against the regime where the opposing terrorist forms a new entity, the Salami State.<p>The civil war results in massive refugee crisis. Refugees flees north into the big trade union called Äuropean Club, ÄC. ÄC happens to be allied with States of Merica. Terrorists from the Salami State infiltrates the refugees and travels to ÄC where they commit a horrific terrorist attack in the capital city of Sirap. President of the States of Merica is chocked by these horrible news and pledges to help it's friends in the ÄC.<p>This leads the ÄC to adopt surveillance measures to track any potential terrorist. To its help it uses the knowhow and infrastructure from their close friends States of Merica (obviously).<p>When the civil war in Lyria nears it end and the Salami State is almost defeated, suddenly the winning Lyrian regime commits a gas attack on innocent civilians in a Salami State stronghold. ÄC and States of Merica condemns the gas attack and bombs the Lyrian regime as punishment. The freedom fighters rejoice because they now can fight for freedom a few more years.<p>The Salami State still exists and continue to get help from somewhere, unknown by whom, and commits more terrorist attacks in ÄC, in cities like Ockholm and Womanchester, because ÄC still haven't fixed it's border problem, but coincidentally ÄC has instead developed an excellent surveillance program, which is if course needed when the border is wide opened to the Salami state, duh!<p>All this is of course highly speculative and shares no resemblance with the real world.<p>So yes, if we fix terrorism because of like uh poverty, it can probably be solved.</p>
]]></description><pubDate>Thu, 28 Jan 2021 16:01:13 +0000</pubDate><link>https://news.ycombinator.com/item?id=25943908</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=25943908</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=25943908</guid></item><item><title><![CDATA[New comment by fetbaffe in "PHP 8: Before and After"]]></title><description><![CDATA[
<p>Correct, OOP in itself it’s not bad. I use it every day, but I mostly use composition rather than inheritance.<p>What I was trying to say was that the inheritance based OOP was sold as the ultimate problem solver.<p>We all remember programming classes with Hello World like examples  of Cat inherits from Animal.<p>Problem is of course that in the real world is never that simple so the inheritance based model turned out many times to be a mess because it was applied to problems where it didn’t fit.<p>That doesn’t mean that inheritance based OOP has its place, it does, but that is usually in very specific domains.</p>
]]></description><pubDate>Sat, 24 Oct 2020 09:00:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=24877901</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24877901</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24877901</guid></item><item><title><![CDATA[New comment by fetbaffe in "PHP 8: Before and After"]]></title><description><![CDATA[
<p>Early web was written in Perl, I guess it was the classic approach of lets borrow what is already successful and in end PHP won over Perl so it worked too. Bill Gates would have been proud.</p>
]]></description><pubDate>Fri, 23 Oct 2020 11:41:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=24868403</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24868403</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24868403</guid></item><item><title><![CDATA[New comment by fetbaffe in "PHP 8: Before and After"]]></title><description><![CDATA[
<p>$ was taken from Perl<p><a href="https://stackoverflow.com/a/3073818" rel="nofollow">https://stackoverflow.com/a/3073818</a><p>but because early PHP was more simplistic than Perl it only has $.<p>Powershell also uses $ for variables.<p>Regardless of etymology of the $ sign and the usefulness of it, personally I like it because it makes it easier for me when I'm reading code, especially if you are scanning fast, to differentiate variables from symbols. Yes, you can get that with your editor too, but for me it is easier to associate the $ sign with a variable rather than a specific color, sometimes you don't have coloring available like when in command line going thru diffs, cat, nano etc.</p>
]]></description><pubDate>Fri, 23 Oct 2020 11:24:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=24868305</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24868305</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24868305</guid></item><item><title><![CDATA[New comment by fetbaffe in "PHP 8: Before and After"]]></title><description><![CDATA[
<p>I learned Spring, one of the worst frameworks I ever worked with (note that I have worked with Laravel too). Spring is a bloated mess with lots of legacy & misuse of annotations, a.k.a necromancy.<p>It has somewhat improved with Spring Boot, but still to be avoided.<p>Database layer in Spring, especially if you combine it with the monstrosity called Hibernate, is enough to apply to an insane asylum. Trying to debug what combinations of annotations that work and doesn't work is time you could have used writing PHP instead and get results.<p>The idea that you can annotate a SQL schema & query language into a Java class with annotations is one of the most asinine ideas I ever come across.<p>And don't get me started on Java collections.</p>
]]></description><pubDate>Fri, 23 Oct 2020 10:55:10 +0000</pubDate><link>https://news.ycombinator.com/item?id=24868111</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24868111</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24868111</guid></item><item><title><![CDATA[New comment by fetbaffe in "PHP 8: Before and After"]]></title><description><![CDATA[
<p>Because the alternatives is actually not good, it just a fallacy.<p>There will always be something negative regardless of what you pick, problem is to decide what your core values are when writing different types of software. If you don't, you are just comparing apples to oranges.<p>When it comes to PHP, core values are usually things that has to do with tooling, server architecture & deployment, not much the language (syntax, expressions, lambdas, classes etc) it self, except maybe it is easy to learn & use.<p>This means that developers who comes from a background of that the language itself is the most important part of a project will most of the time just get confused what PHP is about.</p>
]]></description><pubDate>Fri, 23 Oct 2020 10:31:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=24867957</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24867957</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24867957</guid></item><item><title><![CDATA[New comment by fetbaffe in "PHP 8: Before and After"]]></title><description><![CDATA[
<p>PHP is filled to the brim with bad frameworks with one size fits all type of mentality. Just avoid them and make your life easier.<p>If you need a framework, look for something small, small enough to read thru and understand in one hour.</p>
]]></description><pubDate>Fri, 23 Oct 2020 10:18:05 +0000</pubDate><link>https://news.ycombinator.com/item?id=24867861</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24867861</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24867861</guid></item><item><title><![CDATA[New comment by fetbaffe in "PHP 8: Before and After"]]></title><description><![CDATA[
<p>It was because every developer in the West was taught that inheritance based OOP was the one thing to rule them all.<p>And that unfortunate school of thought  created the Java mythos that spread to many languages, not only PHP, eg JavaScript (everyone trying to write   inheritance based OOP in a prototype based language).<p>Few years ago the mythos changed somewhat to every programming language should be functional.<p>Thus it is not a specific PHP problem, it is common problem of trend sensitivity in programming culture.<p>And the funny thing is that much of the critique against PHP, like in this thread, is in the form of "why isn’t PHP like the other programming languages?"<p>But agree PHP should go it’s own way, it has much to contribute to the world still and it feels like it has started to create its own path again.</p>
]]></description><pubDate>Fri, 23 Oct 2020 09:43:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=24867614</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24867614</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24867614</guid></item><item><title><![CDATA[New comment by fetbaffe in "PHP 8: Before and After"]]></title><description><![CDATA[
<p>Nothing is stopping you of writing PHP the "old" way, all new stuff is optional.</p>
]]></description><pubDate>Fri, 23 Oct 2020 09:19:42 +0000</pubDate><link>https://news.ycombinator.com/item?id=24867467</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24867467</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24867467</guid></item><item><title><![CDATA[New comment by fetbaffe in "YouTube bans coronavirus vaccine misinformation"]]></title><description><![CDATA[
<p>If you haven't realized it yet, your ideology liberalism is dying.</p>
]]></description><pubDate>Thu, 15 Oct 2020 13:16:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=24788274</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24788274</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24788274</guid></item><item><title><![CDATA[New comment by fetbaffe in "YouTube bans coronavirus vaccine misinformation"]]></title><description><![CDATA[
<p>If social media is poising the country, why give social media (YouTube) more powers?<p>If it is the case then you have two options,
ban YouTube or add more government regulation.<p>Let them, with the poison, regulate themselves doesn’t make sense if you agree with that premise except if you think some poison is ok.</p>
]]></description><pubDate>Thu, 15 Oct 2020 12:46:32 +0000</pubDate><link>https://news.ycombinator.com/item?id=24788002</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24788002</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24788002</guid></item><item><title><![CDATA[New comment by fetbaffe in "YouTube bans coronavirus vaccine misinformation"]]></title><description><![CDATA[
<p>Because the neighbors were Romans.</p>
]]></description><pubDate>Thu, 15 Oct 2020 12:04:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=24787671</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24787671</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24787671</guid></item><item><title><![CDATA[New comment by fetbaffe in "The Serverless Revolution Has Stalled"]]></title><description><![CDATA[
<p>I find it easier to handle multiple PHP versions on Windows than on Linux. As you say just download zip,unpack somewhere copy php.ini-development to php.ini, and you can do this for every minor PHP-version.<p>Apache is almost as easy, download zip, unpack & configure apache conf to use your php.<p>MySQL is somewhat more complicated because you need to run an setup script after unpacking the zip.</p>
]]></description><pubDate>Tue, 13 Oct 2020 15:17:55 +0000</pubDate><link>https://news.ycombinator.com/item?id=24766394</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24766394</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24766394</guid></item><item><title><![CDATA[New comment by fetbaffe in "Apple tells Telegram to take down protestor channels in Belarus"]]></title><description><![CDATA[
<p>I can’t escape Apple even I would change to Android according to this decision done by Apple against Telegram.</p>
]]></description><pubDate>Sat, 10 Oct 2020 11:54:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=24738327</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24738327</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24738327</guid></item><item><title><![CDATA[New comment by fetbaffe in "Ask HN: What are the pros / cons of using monorepos?"]]></title><description><![CDATA[
<p>It usually begins as<p>let’s split our project into multiple libraries so it can be reused within the company or even better if we put it on GitHub everyone can use it.<p>After a few months you notice nobody within the company cares about your nicely versioned libraries and on GitHub you get more and more complaints that the libraries are very limited and need more features.<p>After that you merge everything back into your monorepo and try to forget all the time wasted on git bureaucracy, versioning, dependency handling and syncing changes between repos.</p>
]]></description><pubDate>Thu, 08 Oct 2020 15:29:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=24720034</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24720034</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24720034</guid></item><item><title><![CDATA[New comment by fetbaffe in "Which tool should I use to build a simple dynamic website in 2020?"]]></title><description><![CDATA[
<p>PHP, Apache, MySQL (or MariaDB), Bootstrap CSS and jQuery.<p>Very good setup that will solve your problems relatively fast and can be running for years without much maintenance.<p>There is no point of using anything else to do webpages. These technologies are tested and tried and works. Tons of documentation.<p>Ignore ideas that says you need to use fancy modern technologies, that is what has ruined the web and web development.<p>What is important is to follow best practices and web standards and that is true regardless of what technology you choose.</p>
]]></description><pubDate>Wed, 07 Oct 2020 10:14:41 +0000</pubDate><link>https://news.ycombinator.com/item?id=24706793</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24706793</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24706793</guid></item><item><title><![CDATA[New comment by fetbaffe in "Missing Covid-19 test data was caused by the ill-thought-out use of Excel"]]></title><description><![CDATA[
<p>The mix of Excel & Access as a new application would be a killer app. Hasn’t someone already built that in the cloud?</p>
]]></description><pubDate>Tue, 06 Oct 2020 15:11:18 +0000</pubDate><link>https://news.ycombinator.com/item?id=24698479</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24698479</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24698479</guid></item><item><title><![CDATA[New comment by fetbaffe in "Missing Covid-19 test data was caused by the ill-thought-out use of Excel"]]></title><description><![CDATA[
<p>How do you share the spreadsheet? Shared network drive? By email? With Excel?</p>
]]></description><pubDate>Tue, 06 Oct 2020 15:08:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=24698445</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24698445</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24698445</guid></item><item><title><![CDATA[New comment by fetbaffe in "One Guy Ruined Hacktoberfest 2020"]]></title><description><![CDATA[
<p>Sure, but you always have to ask, to what degree?<p>If it is more prevalent than in other societies then you can definitely call it a phenomenon.</p>
]]></description><pubDate>Fri, 02 Oct 2020 13:02:04 +0000</pubDate><link>https://news.ycombinator.com/item?id=24662136</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24662136</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24662136</guid></item><item><title><![CDATA[New comment by fetbaffe in "One Guy Ruined Hacktoberfest 2020"]]></title><description><![CDATA[
<p>Pattern is high trust societies vs low trust societies.</p>
]]></description><pubDate>Fri, 02 Oct 2020 12:53:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=24662065</link><dc:creator>fetbaffe</dc:creator><comments>https://news.ycombinator.com/item?id=24662065</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24662065</guid></item></channel></rss>