blinky1456 | 5 years ago | on: Is that ship still stuck?
blinky1456's comments
blinky1456 | 5 years ago | on: PS5 Teardown [video]
blinky1456 | 5 years ago | on: USB-C was supposed to simplify our lives, but instead it’s a total mess
blinky1456 | 6 years ago | on: Wavve: making $76k a month turning podcasts into videos
You can capture video and download it from canvas: https://developers.google.com/web/updates/2016/10/capture-st...
And it looks possible to add separate audio to it: https://stackoverflow.com/questions/39302814/mediastream-cap....
You could also recreate the waveforms and add to the canvas: https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_A...,
Not widely supported, but you could try to add speech recognition too https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_...
blinky1456 | 6 years ago | on: Ask HN: Alternatives to Google Fonts?
blinky1456 | 6 years ago | on: A practical guide to CSS transitions and animations
Do it entirely css. if you use a have a keyframe animation applied and remove display:none on clicking. The animation will fire immediately. Unlike trying to transition it without using keyframes.
example: https://jsfiddle.net/mr029o7h/ (sorry if its a bit messy haven't done this for a while)
blinky1456 | 6 years ago | on: Ask HN: is the California state park website leading to malware?
The often only trigger once, when you visit it. And that's it.
I think it is to make it harder for people to report it, as it does not always pop up/redirect. 'maybe it is just your machine, seems ok on my end'
blinky1456 | 6 years ago | on: Logitech keyboards and mice vulnerable to extensive cyber attacks
With physical access the they keyboard/computer, they could plant any other number of devices/bugs or extract information.
blinky1456 | 6 years ago | on: Things I learnt the hard way in thirty years of software development
Which is super useful and easy to read.
getUserMessag({userId:1234, retriveFullMessage:true})
https://codeburst.io/es6-destructuring-the-complete-guide-7f...
blinky1456 | 6 years ago | on: Boeing Built Deadly Assumptions into 737 Max, Blind to a Late Design Change
If you upload or want to share what is on the platform, they would prefer if you link it that way, as is their right.
It is a business after all. And If people want to hotlink directly to an image they should pay up and host it themselves.
blinky1456 | 6 years ago | on: Updates to Works with Nest
blinky1456 | 6 years ago | on: Ask HN: If HN didn't exist, which other community would you default to?
Two, the endless scroll, but they have your profile button on the footer and other essential links? How has that not been brought up?
The site overall has annoying and bad ux.
Makes me wonder if the site has essentially been abandoned by the owner. At the least it is neglected.
blinky1456 | 7 years ago | on: I made a smart watch from scratch
blinky1456 | 7 years ago | on: Star Trek Discovery: Season 2 was not that bad
It's strange to think about too. No nudity, but will show a severed baby's head..
blinky1456 | 7 years ago | on: Let's Talk About Capacitor Failure
Huh, I did not know this was the reason behind it.
blinky1456 | 7 years ago | on: Show HN: Water.css – A just-add-css collection of styles to make websites nicer
blinky1456 | 7 years ago | on: UK Parliament petitions site crashes under traffic for petition to cancel Brexit
The people behind the petition website are not idiots.
blinky1456 | 7 years ago | on: O.MG Cable: Malicious USB Cable with WiFi
The cool thing is how small it is, and it having wifi.
I have seen this guy showing some of his stuff off before on hak5's youtube.
Would be interesting to see if it could be put into a mouse USB, with passthrough so the user can use the mouse as normal. But I guess you could just stick it inside the mouse casing...as long as somebody doesn't inspect the insides of the mouse.
blinky1456 | 7 years ago | on: My Losing Battle with Enterprise Sales
blinky1456 | 7 years ago | on: NetBeans 10.0
People keep making offhand comments about it lately, and i wondered if there is a much better(and free) alternative I am overlooking.