Viewing profile — dw0rm
dw0rm
HN member- Joined
- Sun, Jan 11, 2009, 11:22 PM UTC
- HN karma
- 70
- Public activity
- 73 items
- HN profile
- View on Hacker News ↗
About dw0rm
Recent public activity
-
comment
Comment #20267485
Currently using Raspberry Pi to expose the speakers through the AirPlay protocol, since my AirPort Express died.
-
comment
Comment #5163305
Lockitron was rejected by Kickstarter, but they managed crowdfunding themselves.
-
comment
Comment #4833148
Unfortunately, I demand icon font being sharp at particular font size. Ideally, you could provide a set of eps/svg files with pixel grids and UPM (units per eM) generator setting f…
-
comment
Comment #4832906
I'm using glyphs app mini to create sharp icon fonts. The question is how to create eps/svg that would be pixel-hinted to specific font-size?
-
comment
Comment #4794061
Unfortunately, I don't have the URL as I have erased browser history since then. But I tried again and didn't see this issue.
-
comment
Comment #4784977
When I hear about responsive design I always try to resize the window and see how the things rearrange. This one feels really slow during the resize, almost freezes the browser. An…
- comment
-
comment
Comment #4360463
Great link. Thanks for the info.
-
story
Ask HN: Front-end or Python back-end jobs in Berlin
Dear fellows. I'm 27 years old having a good experience in either Python or front-end development (there is a link to my resume in profile). I mostly do contract/freelance work and…
-
comment
Comment #2986245
Plus the search engines won't index their domain, and if in some case they had to move away from your service (I don't say they should, as the service seems to be rather cool) then…
-
comment
Comment #2942924
Answer "Sure" to "Can I use my own web address?" is a bit misleading. The correct answer would be "No you can't."
-
comment
Comment #2906140
According to http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10... RFC 1945 and RFC 2068 specify that the client is not allowed to change the method on the redirected req…
-
comment
Comment #2906137
I see your point. Although, I've been using 303 redirect for this purpose in my app after reading the specs, and haven't experienced any problems yet. So maybe you should consider …
-
comment
Comment #2905019
It seems that IE behavior is correct, and rails should return 303 redirect.
-
comment
Comment #2900308
Are there any GIF loader generators that have all this options (speed, sizes, color) available? Could be good to use this as a preview, and then generate the final GIF.
-
comment
Comment #2885977
From safari error console: car_data.js.gz:1 SyntaxError: Parse error ReferenceError: Can't find variable: car_data
-
comment
Comment #2858805
The Soviet era is over. In my home town supermarkets are opened in the buildings of closed plants and filled with imports. Authentic Soviet artifacts are rarities.
-
comment
Comment #2857750
Very interesting idea! I tried to think of the similar in Russia, but came to conclusion that there is nothing interesting to export subscription way, we are consuming only country…
-
comment
Comment #2806856
From the layout selection, choose the one called "Stack".
-
comment
Comment #2792757
You can customize Modernizr to include only features you need.
-
comment
Comment #2660437
I've been using paddings and left and right margins on inline elements and this tool tells me I can't.
-
comment
Comment #2378700
True indeed. I've never even considered this option to do the design for my startup. And if I don't have enough money to pay the designer I'd better do the design myself rather was…
-
comment
Comment #2274521
Thats why I think its better to use generic font on the body copy, and custom fonts for comparatively larger headings.
-
comment
Comment #2274509
Probably not the font-size, but the line-height. Narrow line heights sometimes cause text clipping.
-
comment
Comment #2274494
Also, If you use css 3d transform in Safari or Chrome under Mac OS, then absolute or relative positioned text will be badly antialiased. To fix that you need to explicitly set back…