Live data from Hacker News

Untitled topic

news.ycombinator.com

31–40 of 85 posts

Re: undefined

#31

This doesn't work for Vivaldi for some reason. I get a dark grey screen, text says "Press esc to exit full screen mode" for a few seconds, then that disappears leaving just the dark grey. No matter which colour I select in the app. Seems like a weird thing not to work in a usually pretty good browser but I'm not sure exactly what this is using.

Works fine for me on Vivaldi. I get the "Press esc to exit full screen mode" message but see the colours just fine.

Even weirder! MacOS?

Re: undefined

#32
post #19

Ctrl+L data:text/html, Enter F11 Lately I had been thinking that task _"fill your screen with colour X (really fast)"_ would make a nice (ugly) interview question, revealing creativity and exploring different approaches. For maximum points I'd expect candidate given task "fill your screen with black" to simply turn it off.

paint.exe fill tool, black F11

You have to print screen, paste, delete first; that's the fastest way to set the image bounds to the screen resolution.

Re: undefined

#33
Doesn’t work properly on iOS Brave. The first one worked but the others displayed a video which was oriented the wrong way (landscape vs portrait).

Re: undefined

#34
It seems to resort to a video for iOS, which is interesting.

  function allscreen(){
   if (iOS) {
     if (!vid) {
       let e = document.createElement('video');
       e.src = color.substring(1) + '.mp4?v=2';
For every other browser, it's just a div with a background color.

I imagine that might negate the claimed energy savings.

Re: undefined

#35
post #27
post #19

Ctrl+L data:text/html, Enter F11 Lately I had been thinking that task _"fill your screen with colour X (really fast)"_ would make a nice (ugly) interview question, revealing creativity and exploring different approaches. For maximum points I'd expect candidate given task "fill your screen with black" to simply turn it off.

I never understood the point of interview questions like this. Like, really? You're going to ask another adult to fill a screen with black and expect them to turn it off? Why??

Because often times interviewers like to feel clever and come off as smarter than the people they are interviewing. It’s a very human thing to do. And something we should strive to avoid as I think it’s a terrible quality.

Re: undefined

#36
Very cool!

More colour choices would be great. Sometimes I use my second screen just for face illumination during video calls. I found that ft.com salmon-pink is one of the better choices.

Re: undefined

#39
post #3

Making your screen all black saves energy. For many monitors this is not true. For a screen where the resting state of the LCD pixels are open displaying black means the monitor has to switch the diffuser to closed in order to block the light, which uses more energy than displaying white. There are lots of different LCD technologies which affect whether black or white is more efficient. For CRT screens black is alway…

My second screen (an LG) turns the backlight off whenever it's all black. My Dell monitors don't do the same, and it's a shame. It's always on but effectively off all the time as it usually is all-black, and thus there's no backlight.

Re: undefined

#40
post #27
post #19

Ctrl+L data:text/html, Enter F11 Lately I had been thinking that task _"fill your screen with colour X (really fast)"_ would make a nice (ugly) interview question, revealing creativity and exploring different approaches. For maximum points I'd expect candidate given task "fill your screen with black" to simply turn it off.

I never understood the point of interview questions like this. Like, really? You're going to ask another adult to fill a screen with black and expect them to turn it off? Why??

As an interviewer, you're not looking for a solution; it's supposed to be an ice-breaker, to get a technical conversation going.

Doesn't always work, but good enough.

(OTOH, if the interviewer has no idea why they're asking this, and they're just blindly checking off boxes from "The Greatest Checkbox List For Interviewers (tm)", it will fail like any other tool wielded by a clueless user. A very specific failure mode here is "THE BOOK has The One True Solution, and I'm expecting you to read my mind and choose this.")

Post reply on HN