Hacker Newsnew | past | comments | ask | show | jobs | submit | 0x14c1de72's commentslogin

The issue seems to be the webp format. I was also not seeing images on an old firefox version. You should use a picture element, so that you can provide working fallbacks.


Alright, I've gone ahead and replaced the css background-image with a <picture> element, with fallbacks:

<div class="imgbox center-fit">

<picture>

<source srcset="files/webp/file.webp" type="image/webp">

<source srcset="files/file.jpg" type="image/jpg">

<img src="files/file.jpg" alt="Bunny!">

</picture>

</div>

Let me know if that works.


There is a difference though, centuries before cars they didn't have trains/metros/drones/airplanes so the streets were the ONLY venue for transportation/logistics, thus necessary.

That said I don't believe a city without cars will work unless it's planned for that before building. Basically all everyday logistics would have to be underground. Obviously it would only work for very densely populated areas.

I'd like to see something like that though. Small densely populated areas connected by trains/metros and surrounded by forests.


> usually end in a horrible loop

Describes perfectly some problems I've had when sleeping. They are not really any problems I think before sleeping and even in my sleep I'm not sure what the problem is but oh boy is my brain thinking hard about it. Usually I need to reset by walking around my apartment for a minute. Thankfully I've had less and less of these nights recently.


Pretty much only for modding software/games that provide a lua API. If I were to create a software like that I would definitely consider implementing a scripting interface with LUA.


> That signature is all a modern browser (currently just Chrome on Android)

That's a very interesting definition of modern browser.


What you described is most of my interview experiences and what I would actually call a modern interview.


When I was on exchange in Japan my underage friends from joined me multiple times for bars and not a single time was their ID's checked. I've only had my ID checked during some special event like Halloween in very central areas in Tokyo.

In stores they will not even check ID's or ask your age verbally but you just tap a button that says you are old enough to buy alchohol.


That’s why i said if they are alone. No one ever get asked if they are with a western person.


I would be very careful about adding a copy to clipboard feature in a website like this. At the very least i hope you will strip newlines in case you implement this. Would be quite awful to copy something without noticing and running it if you mistakenly paste it in a console.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: