Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
roughcoder
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
roughcoder
4y ago
https://archive.ph/20221120120719/https://www.reuters.com/bu...
2.
▲
by
roughcoder
9y ago
agreed no default is mentioned but you can declare with `await chromeless.viewport(1024, 800)`
3.
▲
Microsoft unveils new Surface laptop and Windows platform
(bbc.co.uk)
1 points
by
roughcoder
9y ago
|
0 comments
4.
▲
by
roughcoder
10y ago
Can not recommend www.datadoghq.com enough, cheep and a load of integrations.
5.
▲
by
roughcoder
10y ago
This could be debated, atomic components within a framework built for a purpose can still be responsive. Responsive or adaptive should be choice made at the start of projects and then ideally followed through till the end. We choose respon
6.
▲
by
roughcoder
10y ago
If you support ES6/ES7 in your build cycle then we are big fans of the spread operator which can be used instead of _.default, Object.assign. For example: case 'CHANGE_LOCATION': return { ...state,
7.
▲
by
roughcoder
10y ago
For a simple app your code works fine. You will have trouble when it scales. We have migrated a load of model logic from Angular to redux and redux saga, once you get your head around a nice structure then its a dream. I created a gist for
8.
▲
by
roughcoder
10y ago
I rarely comment for the amount of hours spent parusing HN but this is one to many shoddy node bashes. I take a pragmateic approach to this (maybe its cause im now predominantly a JS developer). It does feel like every man and his dog want
9.
▲
by
roughcoder
11y ago
I have had a Sinclair, Amstrad and Pi 1 - in fact I had my first experience of programming on my Sinclair when I was 8 years old. Now make a living out of it. Will be getting a Pi 3 and finally get around to making my connected house.
10.
▲
Raspberry Pi becomes best-selling UK computer
(bbc.co.uk)
3 points
by
roughcoder
11y ago
|
1 comments
11.
▲
BT ad gets into a muddle about the internet's origins
(bbc.co.uk)
3 points
by
roughcoder
11y ago
|
0 comments
12.
▲
by
roughcoder
11y ago
Link to blog post https://blogs.windows.com/windowsexperience/2016/01/04/windo...
13.
▲
Microsoft reveals details of Windows 10 usage tracking
(bbc.co.uk)
169 points
by
roughcoder
11y ago
|
264 comments
14.
▲
by
roughcoder
11y ago
Link to TJ blog post on nodejs.org http://blog.nodejs.org/2015/05/08/next-chapter/
15.
▲
Node.js Drama Continues: Project Lead TJ Fontaine Is Out
(readwrite.com)
2 points
by
roughcoder
11y ago
|
1 comments
16.
▲
by
roughcoder
11y ago
If it was not for the need to have a fallback for IE9 I would be using flexbox as standard, its a great feature with deals with so many of the common page layout issues, including vertical align. Bootstrap is quite web focused still so I gu
17.
▲
by
roughcoder
11y ago
Its bigger then li's it about an overall approach. In this use case, yes maybe its an overkill but in some cases its not and allows for quite a bit of flexibility to use the same styles across multiple element types. I guess it's
18.
▲
by
roughcoder
11y ago
It used to be the case and I think still is for a large case of mobile/tablet devices to just set font size on inputs to 16px. I think with ios 8 this has changed.
19.
▲
by
roughcoder
11y ago
How come with hear little or nothing about Apple having such a closed and restricted environment for iPhone. For example with payments having to go through them?