dw0rm
|
6 years ago
|
on: Ask HN: What do you do with your Raspberry Pi?
Currently using Raspberry Pi to expose the speakers through the AirPlay protocol, since my AirPort Express died.
dw0rm
|
13 years ago
|
on: Sherlock: Remote Door Unlocking
Lockitron was rejected by Kickstarter, but they managed crowdfunding themselves.
dw0rm
|
13 years ago
|
on: Show HN: Generate icon fonts from the command line
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 for the desired font sizes (eg 16px, 20px, 24px). Is it possible?
dw0rm
|
13 years ago
|
on: Show HN: Generate icon fonts from the command line
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?
dw0rm
|
13 years ago
|
on: Mashable's Responsive Redesign
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.
dw0rm
|
13 years ago
|
on: Mashable's Responsive Redesign
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.
And just a couple of clicks have caused redirect loop.
dw0rm
|
13 years ago
|
on: Ask HN: Front-end or Python back-end jobs in Berlin
Great link. Thanks for the info.
dw0rm
|
14 years ago
|
on: Instant Websites for Nonprofits | Bellstrike
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 they would loose their presence in search engines. This is a kind of tradeoff they should be aware of in the first step.
Ability to have custom domain name will solve this problem.
dw0rm
|
14 years ago
|
on: Instant Websites for Nonprofits | Bellstrike
Answer "Sure" to "Can I use my own web address?" is a bit misleading. The correct answer would be "No you can't."
dw0rm
|
14 years ago
|
on: IE9 deletes stuff
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 request. However, most
existing user agent implementations treat 302 as if it were a 303
response, performing a GET on the Location field-value regardless
of the original request method. The status codes 303 and 307 have
been added for servers that wish to make unambiguously clear which
kind of reaction is expected of the client.
dw0rm
|
14 years ago
|
on: IE9 deletes stuff
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 switching to 303.
dw0rm
|
14 years ago
|
on: IE9 deletes stuff
It seems that IE behavior is correct, and rails should return 303 redirect.
dw0rm
|
14 years ago
|
on: Spin.js, a pure JS spinner
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.
dw0rm
|
14 years ago
|
on: Show HN: New way to search for used cars (my weekend project)
From safari error console:
car_data.js.gz:1 SyntaxError: Parse error
ReferenceError: Can't find variable: car_data
dw0rm
|
14 years ago
|
on: How I decided the price for my Japanese candy subscription service
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.
dw0rm
|
14 years ago
|
on: How I decided the price for my Japanese candy subscription service
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.
dw0rm
|
14 years ago
|
on: NYT Skimmer
From the layout selection, choose the one called "Stack".
dw0rm
|
14 years ago
|
on: Head JS Loads JavaScript Files Like Images Without Blocking the Page
You can customize Modernizr to include only features you need.
dw0rm
|
14 years ago
|
on: CSS Lint
I've been using paddings and left and right margins on inline elements and this tool tells me I can't.
dw0rm
|
15 years ago
|
on: Why designers need to stop moaning about 99designs.com
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 waste my money in such a way.