Readit News logoReadit News
mjpa86 commented on Show HN: CheerAd – Let your audience support your website with paid messages   cheerad.com/pages/how-to-... · Posted by u/niyoseris
niyoseris · 2 months ago
Thanks for feedback. adding some previews to the guide.

and on the CheerBoard section you can see sites which uses the system with live https://cheerad.com/pages/cheerboard.html

and also a demo page http://cheerad.com/pages/demo.html

and also i guess fixed the button issue.

Thanks for valuable feedback.

mjpa86 · 2 months ago
The back button breaking seems to be if you're not logged in, as loading the dashboard redirects to the homepage. Might be better to show a modal or something prompting the user to log in or at least use window.location.replace so it doesn't kill the back button.

The demo page looks to be what I was missing, are these placed in a specific location (eg the bottom right corner of the window) or is that up to the site owner?

mjpa86 commented on Show HN: CheerAd – Let your audience support your website with paid messages   cheerad.com/pages/how-to-... · Posted by u/niyoseris
mjpa86 · 2 months ago
Warning: If you click on the Dashboard link in the menu, it makes it impossible to use the back button to get back to HN.

Am I missing something or is there is no pages that actually show what they look like?

mjpa86 commented on UK: Phone networks down: EE, BT, Three, Vodafone, O2 not working in mass outage   the-independent.com/tech/... · Posted by u/oger
jonathantf2 · 8 months ago
It's just inbound calls to EE numbers (so if you've ported in you're not affected)
mjpa86 · 8 months ago
I'm on EE with a ported in number and didn't get a call I should have earlier...
mjpa86 commented on Why is Git Autocorrect too fast for Formula One drivers?   blog.gitbutler.com/why-is... · Posted by u/birdculture
otherme123 · a year ago
Not about pit stops. They talk about pro drivers with highly trained reflexes, looking at a red light knowing that it will turn green in the next 3 seconds, so they must push a pedal to the metal as fast as they can. If they react in less than 120ms is considered a jump start.

As for 100WPM, which is a very respectable typing speed, it translates to 500 CPM, less than 10 characters per second, and thus slightly above 100ms per keypress. But Ctrl+C are two key presses: reacting to type them both in under 100 ms is equivalent to a writting speed above 200WPM.

Even the fastest pro-gamers struggle to go faster than 500 actions (keypresses) per minute (and they use tweaks on repeat rates to get there), still more than 100ms for two key presses.

mjpa86 · a year ago
There is no green light at the start - it's the lights going out they react to. There's also no minimum time, you can get moving after 1ms - it's legal. In fact, you can move before the lights go out, there's a tolerance before you're classed as moving.
mjpa86 commented on I discovered caching CDNs were throttling my everyday browsing   blog.abctaylor.com/how-i-... · Posted by u/arcza
baz00 · 2 years ago
I’m with zen. This lines up with my experience. Time to move to AA.

Except farnell.com which is shit everywhere because their entire platform is a turd.

mjpa86 · 2 years ago
I'm with Zen and don't have the same issues, even farnell.com works fine
mjpa86 commented on A Journey building a fast JSON parser and full JSONPath   github.com/ohler55/ojg/bl... · Posted by u/atomicnature
jarym · 2 years ago
I'm not following: ` { array: [string1 string2 "true" true True TRUE yes y] } ` Doesn't look like a valid SEN or JSON. The `y` `yes`, `True`, TRUE` aren't valid keywords/variables/consts and `string1` and `string2` look like variable references which aren't something SEN or JSON support. The closest valid thing I can imagine is:

` { array: ["string1" "string2" "true" true "True" "TRUE" "yes" "y"] } `

mjpa86 · 2 years ago
aren't they implied strings? If "[a b c]" is an array of 3 strings, "a", "b" and "c", then True is a string "True". That's the problem.
mjpa86 commented on WiFi without internet on a Southwest flight   jamesbvaughan.com/southwe... · Posted by u/jamesbvaughan
KolmogorovComp · 2 years ago
Airline planes never use mph but only knots.
mjpa86 · 2 years ago
Was on a UK flight last week, was told speed in mph. Pilots etc might use knots but if the data is for passengers, mph is more likely
mjpa86 commented on Maps and Memory Leaks in Go   teivah.medium.com/maps-an... · Posted by u/minaandrawos
mjpa86 · 3 years ago
what happened to a memory leak being some memory that was allocated but had no reference to it so couldn't be freed? If you can copy the map and release it and the memory usage drops, there is no leak?
mjpa86 commented on Lenovo shipping new laptops that only boot Windows by default   mjg59.dreamwidth.org/5993... · Posted by u/HieronymusBosch
mjpa86 · 4 years ago
According to https://download.lenovo.com/pccbbs/mobiles_pdf/Enable_Secure... - it's a Microsoft requirement that it's disabled by default, so presumably Lenovo won't be the last to do this?

u/mjpa86

KarmaCake day19July 8, 2022View Original