Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
codefined
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
241.
▲
by
codefined
9y ago
You can use use WebDriver/GeckoDriver[0], which is how Selenium actually runs, but most people like the abstraction layer. [0] https://github.com/mozilla/geckodriver
242.
▲
by
codefined
9y ago
We're all assuming content comes in constantly, but that's not the case. I imagine they spike heavily at peak times, perhaps 5-6 fold (judging by my own site statistics). Serverless might be good for them because they can hand
243.
▲
by
codefined
9y ago
All of your negatives are about the perception of server/serverless, not about the actual benefits. Who knows if this company has investors or if it is actually self funding (judging by the costs, maybe not hard?).
244.
▲
by
codefined
9y ago
Bandwidth shouldn't be an issue here, although this is a side project (so I realise money is limited), from experience you can send and receive roughly 200-400 images per second for every $5/month you spend. I don't know you
245.
▲
by
codefined
9y ago
Not related to this project, but have done projects in Go. In terms of CI runs, AppVeyor[0] is the most popular one, it allows a similar setup to Travis and has most of the functionality too. Build compatability is also great with Go. Th
246.
▲
by
codefined
9y ago
I don't seem to get this? Windows, Chrome, bookmarking seems to work fine?
247.
▲
by
codefined
9y ago
Has this been updated recently? I remember an older version (that I actually enjoy more with the difficulty selection!). Is that still hosted anywhere?
248.
▲
by
codefined
9y ago
Chrome still isn't perfect for web sockets. They don't even allow you to see the raw content for binary web sockets and considering how prevalent they are becoming, this really puts me off using them.
249.
▲
by
codefined
9y ago
I remember when their server documentation was down and
250.
▲
by
codefined
9y ago
Not for me, not even on the first page; Py Music, PyPy, Python all come before it.
251.
▲
by
codefined
9y ago
I'd say yes, especially if they're not getting security updates and are connected to the rest of the network. Honestly, the cost of it getting broken into seems to be significantly higher than the cost of upgrading the systems.
252.
▲
by
codefined
9y ago
Am I missing a reference?
253.
▲
by
codefined
9y ago
A website still functions without Google Analytics. 99% of websites won't function if they lose a key library.
254.
▲
by
codefined
9y ago
I was under the impression that WebAssembly had reached cross-browser consensus and isn't a service from any individual multinational. How would using WebAssembly make the web less free any more than using other new features like Async
255.
▲
by
codefined
9y ago
I'm talking about regulation, not control. Companies are regulated already to stop monopolies and we're not living in North Korea.
256.
▲
by
codefined
9y ago
It does concern me when people say that the internet should be unregulated, especially given the recent vote in the US and the likely upcoming votes in the UK. Monopolies are very easy to form on the internet, and in the interest of improvi
257.
▲
by
codefined
9y ago
Legality issues spring to mind.
258.
▲
by
codefined
9y ago
Interestingly, I'm getting a significantly higher hash rate in Chrome than in Firefox (12,000 vs. 600). This is despite the fact that Firefox has a higher priority on my OS (High vs. Normal) and they're both using the same amou
259.
▲
by
codefined
9y ago
Ah, excellent! Indeed it did work. I wonder what causes Github to mess up on just the verification messages, probably something to do with the character set.
260.
▲
by
codefined
9y ago
Your example repo appears to contain some weird characters for me: https://puu.sh/waX9G/3d54abf030.png https://puu.sh/waXy2/7106b4768d.png This is on Chrome Stable, Windows. Looking in the Github
261.
▲
by
codefined
9y ago
You mention systemd getting a lot of hate, but I've never had any problems myself with it or know anyone who has. What sort of things do people dislike about it?
262.
▲
by
codefined
9y ago
This doesn't seem to give me a single clue on what it does past the initial change of: hub clone rtomayko/tilt Am I missing something?
263.
▲
by
codefined
9y ago
Does uninstall default to --save too? Because if so, then your workflow doesn't even have to change gear. You just install it to check it out, you like it then do nothing, you don't like it then you can just `npm uninstall`, som
264.
▲
by
codefined
9y ago
We actually used Node.JS' request module, combined with some NLP (using natural) in order to pick out the main content. This worked pretty well, but for our purposes we didn't need it to be perfect because anything like headers w
265.
▲
by
codefined
9y ago
My team (5 others) and I built an application that would help you revise or learn a subject by testing you about it, where that subject could be anything, from mathematics to Shakespeare. It worked by scraping the top 1000 Bing results and
266.
▲
by
codefined
9y ago
As most encryption takes place at the software level, not the hardware level, wouldn't it be difficult to infect all hard drives with some virus targeting encryption? Also, not to mention most of my hard drives are made by China, whom
267.
▲
by
codefined
9y ago
Just hiding bugs isn't a good practice! It'll ruin responsiveness with lower resolutions where that content is required. Actually fix the underlying cause, not just add a quick hack to make it go away.
268.
▲
by
codefined
9y ago
Live in the UK, we get taught that sort of stuff in high school. Every term we'd have one morning for PSHE (personal, social, health and economic education) where we'd learn things like how to fill in taxes, how to create a CV an
269.
▲
by
codefined
9y ago
Also, for lots of things there is really no need to host your own servers. It's going to cost more and be less reliable unless you get to a much larger stage or have a lot of computational requirements.
270.
▲
by
codefined
9y ago
Really? From what I've seen they turn it off as soon as they can to save battery life.
More ›