<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: mariusasdf</title><link>https://news.ycombinator.com/user?id=mariusasdf</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Wed, 27 May 2026 19:02:22 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=mariusasdf" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by mariusasdf in "Ask HN: Why Haven't GUI Front End Editors Caught On?"]]></title><description><![CDATA[
<p>I'm a designer, and consider HTML/CSS/JS to be as good a design tool as any, perhaps even better than any CAD app. I use Sketch, Illustrator and Photoshop as needed for icons, illustrations and photos.<p>Also, code is a really handy tool for design (generation/automation).<p>I believe in using the right tool for whatever "material" I'm working with. For (responsive) web apps, that tool is HTML/CSS/JS.<p>Most designer's have their own preferences. I don't believe any current or future wysiwyg app can meet all needs.</p>
]]></description><pubDate>Fri, 10 Feb 2017 18:50:48 +0000</pubDate><link>https://news.ycombinator.com/item?id=13617837</link><dc:creator>mariusasdf</dc:creator><comments>https://news.ycombinator.com/item?id=13617837</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=13617837</guid></item><item><title><![CDATA[New comment by mariusasdf in "Aligning Text Smartly in CSS"]]></title><description><![CDATA[
<p>It's possible using nested elements and transform: translate(0, -100%) on the inner element. It's elegant enough for CSS, I suppose. (I'd make an example if I wasn't on my mobile atm.)</p>
]]></description><pubDate>Thu, 07 Apr 2016 16:47:45 +0000</pubDate><link>https://news.ycombinator.com/item?id=11448693</link><dc:creator>mariusasdf</dc:creator><comments>https://news.ycombinator.com/item?id=11448693</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11448693</guid></item><item><title><![CDATA[New comment by mariusasdf in "Ask HN: What makes a Senior Dev"]]></title><description><![CDATA[
<p>Read the question.</p>
]]></description><pubDate>Wed, 23 Mar 2016 17:29:53 +0000</pubDate><link>https://news.ycombinator.com/item?id=11346476</link><dc:creator>mariusasdf</dc:creator><comments>https://news.ycombinator.com/item?id=11346476</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11346476</guid></item><item><title><![CDATA[New comment by mariusasdf in "State of the Art JavaScript in 2016"]]></title><description><![CDATA[
<p>eslint is great. Through plugins it supports ES6, jsx, etc. Also, automatic code fixing.</p>
]]></description><pubDate>Sat, 12 Mar 2016 00:15:22 +0000</pubDate><link>https://news.ycombinator.com/item?id=11270567</link><dc:creator>mariusasdf</dc:creator><comments>https://news.ycombinator.com/item?id=11270567</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=11270567</guid></item><item><title><![CDATA[New comment by mariusasdf in "Runnable – jsfiddle for everything"]]></title><description><![CDATA[
<p>Ok, got you. If you use the "Create New" button in the top right corner, you get the option to create a "JS" project.<p>The project template comes with jQuery pre-installed. However, it can easily be removed.<p>I guess the people behind Runnable assumes that it's more convenient to have to remove jQuery than having to add it for each new JS project, and personally I agree with that assumption.<p>Hope this helps!</p>
]]></description><pubDate>Tue, 03 Jun 2014 09:48:35 +0000</pubDate><link>https://news.ycombinator.com/item?id=7839033</link><dc:creator>mariusasdf</dc:creator><comments>https://news.ycombinator.com/item?id=7839033</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7839033</guid></item><item><title><![CDATA[New comment by mariusasdf in "Runnable – jsfiddle for everything"]]></title><description><![CDATA[
<p>This reasoning seems fundamentally confused, so I feel like clarifying some concepts:<p>On Runnable you can create basic client-side JavaScript files to be run in the browser (without jQuery) and do window and DOM manipulations.<p>Node.js isn't a framework for the browser (like jQuery), but a server application platform (with a bunch of objects and functions).<p>"Pure js" doesn't exist as an environment. It runs within a parent environment (e.g. a browser or a server) and manipulates the global objects in that environment.<p>JavaScript is just a language specification, and can be implemented in any environment. (For instance, it's implemented in Adobe Illustrator.)</p>
]]></description><pubDate>Tue, 03 Jun 2014 09:29:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=7838953</link><dc:creator>mariusasdf</dc:creator><comments>https://news.ycombinator.com/item?id=7838953</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=7838953</guid></item></channel></rss>