Live data from Hacker News

Make Front End Shit Again (2018)

makefrontendshitagain.party

41–50 of 177 posts

Re: Make Front End Shit Again (2018)

#41

You can still make shit websites. Lots of people do. The problem is, they're more fun to make than to visit. So don't get huffy if potential visitors go to social media instead.

>So don't get huffy if potential visitors go to social media instead.

Which is also shit, albeit more expensive shit. Facebook looks like a Fischer Price toy due for a recall.

Re: Make Front End Shit Again (2018)

#42

My eyes hurt. No thank you.

Wait until you see this: https://www.lingscars.com/

Wow it’s truly amazing. I want to lease Ling a car but I don’t live in the UK.

I also love the content: fun but still really clear about everything you may need to know, with a lot of useful details just there.

Really cool.

Re: Make Front End Shit Again (2018)

#43
post #5

You can still make shit websites. Lots of people do. The problem is, they're more fun to make than to visit. So don't get huffy if potential visitors go to social media instead.

> The problem is, they're more fun to make than to visit. This is not true. https://motherfuckingwebsite.com/

This one lacks hyperlinks ( the h in http(s)).

Re: Make Front End Shit Again (2018)

#45
Hey why is it that all these sites are always about how the old web was good and we should make things like the old web, but the only thing they ever make is stuff about how we should make things like the old web.

I mean I would expect them to after making the first site suggesting you do it like this, to make a number of sites showing the aesthetic put to other subjects of interest. Like, Carl's Icosahedron Spot on the WEB might be an example site but no.

It's almost like they don't have anything else to say but make it like it used to be.

Re: Make Front End Shit Again (2018)

#46
There are a few things here with `width: 100vw`. This is annoying on platforms that don’t use overlay scrollbars because 100vw is wider than the page and so forces a horizontal scrollbar, and I don’t think it was done deliberately. All should be changed to `width: 100%`.

(The viewport units are fundamentally stupidly broken by design, including scrollbar areas, so that if your website has scrollbars they will give you a wrong answer, that the actual viewport width will be things like 17px less than 100vw. There used to be a convoluted way of unbreaking the units with the mild side-effect of forcing the presence of a scrollbar—it involved `overflow: scroll` on the body element, from memory—but Firefox was the only one that implemented it and after some years they collectively gave up and removed it from the spec. So now I say there are literally zero completely legitimate and reasonable uses of viewport units, though there are a few uses where the amount of error is tolerable, though still not a good idea.)

Re: Make Front End Shit Again (2018)

#47

I'm on mobile. It loads quick. I saw no ads. It was reasonable straight to the point: no explanation about this being grandmothers pie recipe or anything to that effect. (In fact, if you consider the point of the website to be funny it is actually straight to the point.) If it is fast, doesn't track me and provides the answers I need I can put up with some animations. I'd say what we have today is far more problemati…

And it's all done in Nuxt.js/Vue

Re: Make Front End Shit Again (2018)

#49
post #32

I'm on mobile. It loads quick. I saw no ads. It was reasonable straight to the point: no explanation about this being grandmothers pie recipe or anything to that effect. (In fact, if you consider the point of the website to be funny it is actually straight to the point.) If it is fast, doesn't track me and provides the answers I need I can put up with some animations. I'd say what we have today is far more problemati…

Same experience here. It loads instantly when 99% of the sites need 30s to 1 min to load. It looks decent on mobile (not too big, not too small). Contrast is good, fonts are readable. This guy should give web design lessons.

> This guy should give web design lessons

https://twitter.com/NikkitaFTW

I would assume it's 'this girl', but I do agree

Re: Make Front End Shit Again (2018)

#50
post #33

I'm on mobile. It loads quick. I saw no ads. It was reasonable straight to the point: no explanation about this being grandmothers pie recipe or anything to that effect. (In fact, if you consider the point of the website to be funny it is actually straight to the point.) If it is fast, doesn't track me and provides the answers I need I can put up with some animations. I'd say what we have today is far more problemati…

I loaded it on mobile too.. - Horizontal scrolling because it isn't properly responsive. - it doesn't reflow when the device orientation changes - no sound (there's an audio control so I guess there's meant to be..) - the audio control sits over the flags - wildly different text sizes everywhere - so much layout shift - from an error loading the Korean version I think it's running on a platform that tracks what users…

Upvote for serious criticism.

I still take this over:

- the noncompliant cookie warnings

- ... with >400 "partners" (yes, I have counted)

- works best in IE^HChrome

- 20 seconds loading

- written for Googlebot, instead of for a human like either the author or me. (Meaning it is bland, formula-driven.)

websites I often deal with as long as it provides the answers/entertainment I am looking for.

Post reply on HN