<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: omer_balyali</title><link>https://news.ycombinator.com/user?id=omer_balyali</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Fri, 24 Apr 2026 08:34:56 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=omer_balyali" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by omer_balyali in "Six Levels of Dark Mode (2024)"]]></title><description><![CDATA[
<p>Theming vocabulary is a mess. "Theme", "mode", "scheme", and "palette" are used interchangeably even though they describe completely different layers of abstraction.<p>My mental model is as follows:<p>- Palette: All primitive color values.<p>- Luminance mode: light and dark modes (what CSS and operating systems call "color scheme").<p>- Contrast mode: Default and high-contrast modes.<p>- Color Theme: The named aesthetic identity like "espresso", "summer"... expressed as palette values mapped to semantic roles (surface, primary, text…), defined for each luminance × contrast combination.<p>For example, a website might have:<p>- 3 color themes: "monochrome", "espresso", "summer".<p>- Each color theme might support luminance modes, like "espresso-light" and "espresso-dark".<p>- Each luminance mode might support contrast modes as well, "espresso-dark-default" and "espresso-dark-high-contrast".<p>- Palette is all the values that "espresso" color theme consists of including luminance and contrast mode values.<p>The combinatorial complexity might look scary but most products only need a slice of it: two luminance modes, no contrast modes, one color theme.</p>
]]></description><pubDate>Mon, 20 Apr 2026 11:17:38 +0000</pubDate><link>https://news.ycombinator.com/item?id=47832705</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=47832705</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47832705</guid></item><item><title><![CDATA[New comment by omer_balyali in "Bring Back Idiomatic Design (2023)"]]></title><description><![CDATA[
<p>The core value of front-end JavaScript frameworks is state management. You don't need to use a framework, but the need to manage complex application state doesn't go away.<p>Take this example: when a checkout button on an ecommerce website/application is triggered, the button should reflect that state and prevent re-triggering the same action so the button has to be disabled, then ideally a loading state has to be shown. When that action fails, an error may need to be displayed. Ideally you would use native DOM states first, ARIA states may be used if no native DOM states can be used, and if that's not enough then custom data states may be necessary.<p>Styling should be reacting to application state, preventing impossible states and bugs to create predictable UIs. Thus, styling is also a state management concern. UI=fn(state).</p>
]]></description><pubDate>Mon, 13 Apr 2026 15:28:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=47753429</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=47753429</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47753429</guid></item><item><title><![CDATA[On the origin of cascades by means of natural selectors (2020)]]></title><description><![CDATA[
<p>Article URL: <a href="https://talks.hiddedevries.nl/2gDDUr">https://talks.hiddedevries.nl/2gDDUr</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=46753508">https://news.ycombinator.com/item?id=46753508</a></p>
<p>Points: 5</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 25 Jan 2026 12:24:58 +0000</pubDate><link>https://talks.hiddedevries.nl/2gDDUr</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=46753508</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46753508</guid></item><item><title><![CDATA[New comment by omer_balyali in "I was banned from Claude for scaffolding a Claude.md file?"]]></title><description><![CDATA[
<p>There is also a big risk for employers' whole organisation to be completely blocked from using Anthropic services if one of their employees have a suspended/banned personal account:<p>From their Usage Policy: <a href="https://www.anthropic.com/legal/aup" rel="nofollow">https://www.anthropic.com/legal/aup</a>
"Circumvent a ban through the use of a different account, such as the creation of a new account, use of an existing account, or providing access to a person or entity that was previously banned"<p>If an organisation is large enough and have the means, they MIGHT get help but if the organisation is small, and especially if the organisation is owned by the person whose personal account suspended... then there is no way to get it fixed, if this is how they approach.<p>I understand that if someone has malicious intentions/actions while using their service they have every right to enforce this rule but what if it was an unfair suspension which the user/employee didn't actually violate any policies, what is the course of action then? What if the employer's own service/product relies on Anthropic API?<p>Anthropic has to step up. Talking publicly about the risks of AI is nice and all, but as an organisation they should follow what they preach. Their service is "human-like" until it's not, then you are left alone and out.</p>
]]></description><pubDate>Fri, 23 Jan 2026 12:35:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=46731742</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=46731742</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46731742</guid></item><item><title><![CDATA[New comment by omer_balyali in "I was banned from Claude for scaffolding a Claude.md file?"]]></title><description><![CDATA[
<p>Similar thing happened to me back in November 19 shortly after GitHub outage (which sent CC into repeated requests and time outs to GitHub) while beta testing Claude Code Web.<p>Banned and appeal declined without any real explanation to what happened, other than saying "violation of ToS" which can be basically anything, except there was really nothing to trigger that, other than using their most of the free credits they gave to test CC Web in less than a week. (No third party tools or VPN or anything really) There were many people had similar issues at the same time, reported on Reddit, so it wasn't an isolated case.<p>Companies and their brand teams work hard to create trust, then an automated false-positive can break that trust in a second.<p>As their ads say: "Keep thinking. There has never been a better time to have a problem."<p>I've been thinking since then, what was the problem. But I guess I will "Keep thinking".</p>
]]></description><pubDate>Thu, 22 Jan 2026 20:12:26 +0000</pubDate><link>https://news.ycombinator.com/item?id=46724564</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=46724564</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46724564</guid></item><item><title><![CDATA[New comment by omer_balyali in "New Safari developer tools provide insight into CSS Grid Lanes"]]></title><description><![CDATA[
<p>Safari has translation, bookmarks (favorites bar) can be either icon only, text only, or both text and icon at the same time, tabs can be pinned (Chrome also has it), "better" autofill/autologin is subjective. Chrome doesn't have better performance than Safari, both on macOS and iOS Safari is optimized better, both for battery and memory.<p>If you use Google products extensively and don't use Apple ecosystem integration features, then Chrome may look like it has better features; the same is true if you are on the Apple ecosystem (Notes, Reminders, Calendar, Passwords, multiple devices, etc). Seamless integration of Apple devices is one of the biggest advantages of using Apple software like Safari, where you can use iCloud Tabs to switch between devices. Also, Tab Groups is a neat feature; you can move Safari windows to an iPad with Sidecar and so on.<p>Google's ecosystem also has similar features, but you can argue that you're "locked into a walled garden pretty tight" with Google as well.<p>Browsers have their different advantages, but they are not so different from each other, especially when we compare Safari and Chrome. Maybe the only real difference is that Chrome has way more extensions.</p>
]]></description><pubDate>Thu, 15 Jan 2026 09:22:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=46630139</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=46630139</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=46630139</guid></item><item><title><![CDATA[Designing for Human Diversity: Rethinking Accessibility]]></title><description><![CDATA[
<p>Article URL: <a href="https://omerbalyali.com/thoughts/rethinking-accessibility">https://omerbalyali.com/thoughts/rethinking-accessibility</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44385199">https://news.ycombinator.com/item?id=44385199</a></p>
<p>Points: 2</p>
<p># Comments: 0</p>
]]></description><pubDate>Thu, 26 Jun 2025 07:57:06 +0000</pubDate><link>https://omerbalyali.com/thoughts/rethinking-accessibility</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=44385199</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44385199</guid></item><item><title><![CDATA[The ESLint Logo Story: How Non-Programmers Can Shape Open Source]]></title><description><![CDATA[
<p>Article URL: <a href="https://omerbalyali.com/thoughts/the-eslint-logo-story">https://omerbalyali.com/thoughts/the-eslint-logo-story</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=44150286">https://news.ycombinator.com/item?id=44150286</a></p>
<p>Points: 7</p>
<p># Comments: 0</p>
]]></description><pubDate>Sun, 01 Jun 2025 12:05:36 +0000</pubDate><link>https://omerbalyali.com/thoughts/the-eslint-logo-story</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=44150286</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=44150286</guid></item><item><title><![CDATA[New comment by omer_balyali in "Knowing CSS is mastery to front end development"]]></title><description><![CDATA[
<p>It doesn't mean that the product is broken. Sometimes intelligence is the worst enemy of self, as you think you can easily understand something or not even have to learn it correctly, as it looks very trivial. This is the case with most software developers that trying to fit mental models from other languages to CSS and then expecting it to behave in the same way. Mismatch of mental models are not uncommon, especially in "intelligent people" as they don't always assume that their understanding may be wrong.<p>For me, biggest issue with CSS is how it's taught, how it's learned and mental models around the concepts. Most people have a different mental model of how the underlying system works, and this mismatch results in developer trying hard to bend CSS to his will.<p>CSS may be good or bad, there can be a better alternative... but are there any practical change that may happen soon enough that we stop learning and understanding how CSS works? Even we have a new language, people will try to use it as they used CSS before, so those intelligent people may do the same mistakes again.<p>We are stuck with CSS, whether we like it or not. I've been writing CSS since 2001 and it progressed immensely, still there are many things that's not possible to do easily with only CSS. But still it's the only thing we have for now and to make it better or to make a better alternative we have to understand how it works before just saying "i need a new tool", as the new tool may have the same issues as well.</p>
]]></description><pubDate>Sun, 02 Mar 2025 16:17:15 +0000</pubDate><link>https://news.ycombinator.com/item?id=43231941</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=43231941</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=43231941</guid></item><item><title><![CDATA[New comment by omer_balyali in "Tailwind Isn't for Me"]]></title><description><![CDATA[
<p>How do you change a single CSS property (let's say "border-color") with Tailwind, when the conditions are: "color-scheme: dark", "high-contrast", "focus-visible", "not:disabled", "intent: destructive"? And how do you change 3 such CSS property (border-color, color, background-color) on the same conditions? As far as I can tell, you need to repeat the same condition for each property you need to change. And when you have all these combinations together, which is not uncommon for component libraries to have such different states and combinations, it's just become unreadable mess; just to be able to see which CSS properties the element has without switching files.<p>I guess to change these 3 property on the same condition, you need to write this TW classes (or create a "variant" in separate config file):
class="dark:contrast-more:focus-visible:enabled:data[intent=destructive]:border-slate-700 dark:contrast-more:focus-visible:enabled:data[intent=destructive]:bg-slate-50 dark:contrast-more:focus-visible:enabled:data[intent=destructive]:text-gray-50"<p>Or am I missing something that Tailwind makes it as easy as writing these states and combinations in regular CSS (without apply, which TW creators don't recommend using)? If that example is the preferred way of writing TW, and it's only 1 condition combination, I would happily switch back-and-forth files and write regular CSS without that syntactic high-fructose corn syrup.</p>
]]></description><pubDate>Fri, 26 Jan 2024 11:26:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=39141424</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=39141424</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39141424</guid></item><item><title><![CDATA[New comment by omer_balyali in "Tailwind Isn't for Me"]]></title><description><![CDATA[
<p>I don't understand the big problem with switching different files. Don't we write components and tests in separate files? When we develop a component we add it to other components/views. When you need to add new props to a component, you open up the component file, add your prop, open up your component test file write your tests, if there are any tests fails you go back to component file and fix it there, then if everything works you add your props in the view components. Especially when we are talking about components and component libraries, you don't change the styling every other day especially when design tokens comes from centralised places (spacing, colors, fonts etc.).<p>What people misses out is CSS should be written in state-based architecture. For example for a button you have idle, hover, active, focus, focus visible, disabled states, and combinations of each button intent (default, primary, destructive, confirmation, warning) and color scheme (dark, light, high-contrast, low-contrast) states. Each of these states should enable-disable or modify some prop of the element, in most cases combination of different elements (sibling, child-parent). Trying to write them in inline classes is a PITA, especially the main concern for choosing that direction is just so we don't have a separate CSS file or need to find a name for the class (if you have a component, which Tailwind creators recommend you should, then you already need to find names for your components).<p>Also in addition to having separate component, component test and view/layout components; we also have separate hook files, separate state/context/store files. Even the component files doesn't encapsulate its own logic inside the same file anymore as to increase reuse of such logic. Somehow we practice separating almost every thing in the frontend to its own file, but when it comes to CSS it's too much "back-and-forth".</p>
]]></description><pubDate>Fri, 26 Jan 2024 11:00:36 +0000</pubDate><link>https://news.ycombinator.com/item?id=39141241</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=39141241</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39141241</guid></item><item><title><![CDATA[New comment by omer_balyali in "Tailwind Isn't for Me"]]></title><description><![CDATA[
<p>Tailwind is just a way of writing/architecting CSS. There is nothing in it that "enables" rich web applications which browsers doesn't let you do with (vanilla) CSS, at the end it's just using CSS under the hood (utility classes). And CSS is not the alternative to Tailwind; there are numerous ways to write/architect CSS and Tailwind is just one of them, very opinionated and rigid that you should follow it's way of doing it. But you don't need any specific tool to write CSS, that's the point of the article.<p>Instead of learning/memorising CSS properties and values, you learn and memorise Tailwind classes which are just abstractions to regular CSS properties and values and you need to write them inside class tags. I think the lure of Tailwind comes from IDE integrations and its documentation. But it doesn't add any "new features" that enables rich web applications which CSS lacks in anyways.</p>
]]></description><pubDate>Fri, 26 Jan 2024 10:50:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=39141170</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=39141170</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39141170</guid></item><item><title><![CDATA[New comment by omer_balyali in "Tailwind Isn't for Me"]]></title><description><![CDATA[
<p>If you need to adopt the HTML to fit a certain style, you're doing it wrong. HTML should be a semantic markup, it shouldn't change much when you need to change the styling/CSS. So you don't really go "back-and-forth" to architecture CSS, you just write your CSS. But maybe it's a Tailwind thing that you need to add additional elements to HTML just to be able to style it correctly, I'm not sure. It's like saying you shouldn't have JSON files (and embed the data inside the business logic) as you need to change the JSON file when you need to change the logic of the app. In short, you adopt your CSS architecture to your semantic markup, not the other way around.</p>
]]></description><pubDate>Fri, 26 Jan 2024 10:38:39 +0000</pubDate><link>https://news.ycombinator.com/item?id=39141067</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=39141067</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39141067</guid></item><item><title><![CDATA[New comment by omer_balyali in "Tailwind Isn't for Me"]]></title><description><![CDATA[
<p>That would make Tailwind a cocktail of micro-plastics, as utility classes are just regular css classes.</p>
]]></description><pubDate>Fri, 26 Jan 2024 10:27:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=39141007</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=39141007</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=39141007</guid></item><item><title><![CDATA[New comment by omer_balyali in "Ishkur's Guide to Electronic Music"]]></title><description><![CDATA[
<p>Audible Genius (<a href="http://www.audiblegenius.com" rel="nofollow">http://www.audiblegenius.com</a>) -> This is really a good resource. The subscription will be online tomorrow, 14,99$/m. I'm using it for some months now and it's really helpful, it develop your ear enormously. It's from the same guy who created Syntorial (<a href="http://www.syntorial.com" rel="nofollow">http://www.syntorial.com</a>).<p>Dance Music Manual (<a href="http://www.dancemusicproduction.com" rel="nofollow">http://www.dancemusicproduction.com</a>) from Rick Snoman, version 4 has been recently released and it's the only book you need (for a time being). I don't own it but Secrets of Dance Music Production looks good too.<p>Melodics (<a href="http://www.melodics.com" rel="nofollow">http://www.melodics.com</a>) is also good for practicing keyboard, if you're interested in learning to play the keyboard.<p>Music Production is very similar to front-end development, especially Javascript development. Your hardware-software studio is like your bundle system, continuous integration etc. So there are many moving parts to learn and it takes time and many many readings (books, blogs, forums, facebook groups, music store product descriptions etc.). It also takes time to develop your ear and in time you will see that new levels will be opened in your mind, like a game. You will hear more details, you will easily describe the qualities of the sound (is it sine wave or a square, what kind of sonic movements happening, what kind of effects with what kind of settings make that specific sound sound like that)<p>It's fun, takes time, may take money (if you're interested in hardware studio and premium software plugins). But it's basically so much fun!</p>
]]></description><pubDate>Tue, 20 Aug 2019 08:34:00 +0000</pubDate><link>https://news.ycombinator.com/item?id=20744847</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=20744847</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20744847</guid></item><item><title><![CDATA[New comment by omer_balyali in "Why Arabs Lose Wars (1999)"]]></title><description><![CDATA[
<p>Ottomans were not Arab by any-means. Ottoman State is founded by Osman Bey, leader of the Kayi Tribe which is a sub-tribe of Oghuz Turks, who migrated from Khorasan. The official language in Ottoman empire was Ottoman Turkish, which is basically Turkish with many many Persian and Arabic words, while the structure and grammer was Turkish. Ottoman Turkish mainly used in Istanbul by a limited-number of people who are closed to state affairs or some educated people like poets or government officials in the federal states. Common people was speaking plan Turkish, which don't have much Persian and Arabic influence, and this language was the language of the Ottoman Army. Ottoman state and army culture, discipline and structure was a classical Turkish state structure, of course with differences from previous Turkish states.<p>The problem Arabs faced after dissolution of Ottoman Empire is similar in a sense to Turkish people faced, in regards to the national awareness.<p>Ottoman Empire didn't dissolved because they chose the wrong side, instead it was huge empire consisting of many nation and spans over an enourmous area (East Europe, Anatolia, Syria-Iraq, Egypt, Arabia, North Africa), while the army and many government offices couldn't keep up with the developments of the time. Basically, Ottoman Empire dissolved because of the wrong politics and failure to renew itself. After the French Revolution, nationalism started to spread over whole Europe and this affected the Ottoman Empire most, not only consisting of different nations, but also different religions. Being a religious state (Islamic), main subjects were Muslims and non-Muslims, separated by Millet system according to religious affiliation. Government officials were either Turkish or Devshirmes (Christian boys converted to Islam and trained to be gov. officials), being Muslim even wasn't a qualification to be an official.<p>When nationalism sweeps Europe, Christian Balkan nations like Greeks, Serbians, Bulgars etc. started to rebel against the empire to found their own independent nation states, feeling comfortable as the empire was loosing power every day. In that situation, Ottoman government was trying to cope with "the problem" by supporting the empire-identity of Ottomanism, and only small number of educated people were following the idea of Turkish nationalism and to create a Turkish nation-state. This was all happening at the last decades of 1800s, and Ottomans lost Balkan region, latery Ottomans also lost Middle East, Egypt, Iraq, Arabia, North Africa. British Empire also supported Arab nations to rebel against Ottoman Empire, promising their own land (British Mandates).<p>Empire was already dissolved when most of the nations declared their independence. WW1 was just nail in the coffin, that officially surrendered Ottoman Empire and Istanbul to British Empire. After the end of WW2, Allied forces (British, Greek, French, Italian, Armenian) shared the remnants of the empire with Treaty of Sevres, but Ottoman Army generals and irregular Turkish armed forces rebelled against the invading forces and this resulted in the victory for the Turkish side in the War of Independence, and ultimately resulted in the foundation of the Turkish national state.<p>TL;DR: Empire didn't dissolved because of choosing the German side. And also Arab nations didn't share "ottoman" ideals as Turkish and even many non-Muslim millet did and finally rebelled against Ottomans with the British support. Saying Ottoman Empire was an Arab Empire is simply ignoring the historical facts. This is not so different than saying all the Christian nations in Europe are descending of the Jews because Jesus was one. Having words from a language and having the same religious affiliation doesn't make two different states, nations or cultures one.<p><a href="https://en.wikipedia.org/wiki/Decline_and_modernization_of_the_Ottoman_Empire" rel="nofollow">https://en.wikipedia.org/wiki/Decline_and_modernization_of_t...</a>
<a href="https://en.wikipedia.org/wiki/Rise_of_nationalism_in_the_Ottoman_Empire" rel="nofollow">https://en.wikipedia.org/wiki/Rise_of_nationalism_in_the_Ott...</a>
<a href="https://en.wikipedia.org/wiki/Turkish_War_of_Independence" rel="nofollow">https://en.wikipedia.org/wiki/Turkish_War_of_Independence</a></p>
]]></description><pubDate>Tue, 06 Aug 2019 16:19:27 +0000</pubDate><link>https://news.ycombinator.com/item?id=20626594</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=20626594</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20626594</guid></item><item><title><![CDATA[New comment by omer_balyali in "Learning Synths"]]></title><description><![CDATA[
<p>Syntorial is a charm, definitely the best resource to develop your ear. There are possibly waay extensive resources like books, but as the nature of the medium it's good for getting information, but for practice and developing the ear, Syntorial is #1.</p>
]]></description><pubDate>Tue, 25 Jun 2019 12:06:57 +0000</pubDate><link>https://news.ycombinator.com/item?id=20273363</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=20273363</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20273363</guid></item><item><title><![CDATA[Flash, e-scooter startup from Delivery Hero founder, re-brands as 'Circ']]></title><description><![CDATA[
<p>Article URL: <a href="https://techcrunch.com/2019/06/03/circ/">https://techcrunch.com/2019/06/03/circ/</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=20095443">https://news.ycombinator.com/item?id=20095443</a></p>
<p>Points: 1</p>
<p># Comments: 0</p>
]]></description><pubDate>Tue, 04 Jun 2019 14:40:43 +0000</pubDate><link>https://techcrunch.com/2019/06/03/circ/</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=20095443</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=20095443</guid></item><item><title><![CDATA[New comment by omer_balyali in "Google drops plans for Berlin campus after protests"]]></title><description><![CDATA[
<p>The real NIMBYists are the ones who pushed these people to ghettos, next to Berlin Wall.<p>I want my city to be better and i want workers to do this.
-Immigrants? Not in my backyard.<p>I want my city to be culturally rich and i want to be proud of the art that created in my city.
-Punks? Unemployed artists? Not in my backyard.<p>Because of this, these people located in Kreuzberg... many many years ago, before the Wall even came down.<p>Now the wall came down and the same people say:<p>I want to have a nice and cheap(er than my area) office next to Landwehrkanal in Kreuzberg.
-Immigrants and artists next to my office? Not in my backyard.</p>
]]></description><pubDate>Fri, 26 Oct 2018 15:09:33 +0000</pubDate><link>https://news.ycombinator.com/item?id=18309912</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=18309912</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18309912</guid></item><item><title><![CDATA[New comment by omer_balyali in "Google drops plans for Berlin campus after protests"]]></title><description><![CDATA[
<p>Understanding context is one of the most important thing, when you're trying understand the content/situation.<p>You repeatedly write that this happens because of some snowflakes' NIMBYism. Which is definitely not.<p>If we were talking about any other city in the world, whatever you're saying would make sense... because from the outside it looks like "oh the people who moved to city center doesn't want anybody else to move there".<p>That's not the case with Berlin.<p>Maybe you missed the topic recently but there was WWII and then East Germany, with Berlin Wall, death strip in between and East German State Police Stasi... and people who wants to escape from East.<p>Of course all of these happened in the city center, because the wall separated the city from the middle of it, and the areas once city center, become the dangerous ghettos.<p>The canals in Kreuzberg has become grave for some immigrant (and German alike) children, because it belonged to the East. If any child accidentally falls in the waters and scream for help nobody could save them. Because anyone who would enter the canals would be shot by East German police. And they did. And people couldn't save their kids from the waters, after these incidents happened. This is just one of the disadvantages of living next to a death strip, in the epicentre of the nuclear cold war.<p>Because of these dangerous properties, the place was cheap. And people in more "hip" areas didn't wanted to rent their flats to young people, artists, punks etc. So these people find home in Kreuzberg.<p>But yeah, feel free to forget about these context and try to blindly invalidate peoples experiences.<p>---<p>I gave the same example in another comment: There are many shops in Kreuzberg, which are located there for let's say 50-60 years. There are grocery stores, bakeries, markets, shoe repair shops, cheap quality restaurants, local bookstores etc.<p>But these people has to go now, because there is better buyer, who can afford the prices that these people can not. Or they have to increase their prices too. You were buying a croissant for 0,40€... now it's 4€. But hey, you can like our instagram page!<p>Now you're accusing these people of b+ching about the development, and you think they're greedy and they get what they wanted, now they're protesting so others can not get what they have?<p>Or do they want to live in the area, where they've been living for the last 60 years, and experienced many many disadvantages of the area?<p>The area was ghetto, so unwanted people located there. Now the area is hip again (after 100 years), and the people who lives there is unwanted again.</p>
]]></description><pubDate>Fri, 26 Oct 2018 14:50:25 +0000</pubDate><link>https://news.ycombinator.com/item?id=18309721</link><dc:creator>omer_balyali</dc:creator><comments>https://news.ycombinator.com/item?id=18309721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18309721</guid></item></channel></rss>