Viewing profile — newaccoutnas
newaccoutnas
HN member- Joined
- Mon, Oct 29, 2018, 9:25 PM UTC
- HN karma
- 260
- Public activity
- 152 items
- HN profile
- View on Hacker News ↗
About newaccoutnas
No profile information was provided.
Recent public activity
-
comment
Comment #20768190
There's also json_build_object for building a JSON object and then you can use json_agg inside that.
-
comment
Comment #20695083
Especially if you're paying for one of the better services, like Andrews and Arnold etc. They have caps listed on their broadband pages. There have been regular stories where custo…
-
comment
Comment #20694856
A couple of petabytes in a month? A 1Gbit connection does about 75 Terabytes a week so unless you have a truly exceptional connection, that seems excessive
-
comment
Comment #20626250
With respect, if nobody finds the issues in the upstream dependencies and works to make them compatible with Python 3, they won't be supported. That would be a shame for this proje…
-
comment
Comment #20625499
Nail on the head
-
comment
Comment #20625495
Yes, of course, but it became quite difficult to track when there was fire fighting across several fires
-
comment
Comment #20625481
This is great. I notice it's Python 2, could this be ported to Python 3 easily or some inherent issue in upstream deps?
-
comment
Comment #20624808
I worked (briefly) at a place that requested updates in 15 min intervals... on a spreadsheet. No thanks!
-
comment
Comment #20624299
Agreed, it's morphed into something a lot more evil than stopping bots. The amount of heuristics it now collects in v3 is quite something. Check for your score yourself https://rec…
-
comment
Comment #20624052
Sure but getting on the electoral register (to my knowledge) requires no ID either. I think this is a big part as to why postal voting fraud happens.
-
comment
Comment #20624048
PINS for the ATM are but my online banking has a number more
- comment
-
comment
Comment #20623679
We don't need ID in the UK, just turn up.
-
comment
Comment #20620064
I take your point but you can't also discount the air quality in cities being quite a big factor as to becoming less dependent on cars. LEV's (Low Emission Vehicles) are taxed less…
-
comment
Comment #20619978
I'm not sure that's the case, otherwise why would community driven projects like https://b4rn.org.uk/ exist if BT was serving low-value customers properly? In reality they're the c…
-
comment
Comment #20619092
REPL != Syslog TCP. They're different things. It's not TCP that was the issue but the implementation of syslog on top.
-
comment
Comment #20618580
Don't know where you grew up but for some this will have definitely increased the temperature over the years - https://en.wikipedia.org/wiki/Urban_heat_island
-
comment
Comment #20618023
There's RELP[1] but if you can don't use syslog's protocol. You could use something like the beat protocol (if using ELK stack) or just a plain old message queue. Things like logst…
-
comment
Comment #20617234
Interesting TCP is recommended with pain old Syslog. I've seen that take out systems due to not being able to dequeue. There are better protocols that you can use for reliable deli…
-
comment
Comment #20617189
I would not discount government 'incentives' to BT. Hundreds of millions have come the public purse for contracts that were supposedly put up for public tender. BT got about 95% of…
-
comment
Comment #20558472
Isn't that just Service Discovery? https://kubernetes.io/docs/concepts/services-networking/serv...
-
comment
Comment #20555464
Eventually the status bar appears saying they're having an issue.
-
comment
Comment #20555425
Definitely sarcasm
-
comment
Comment #20555333
Not in the system they used, it was private. As has been noted elsewhere, it would be trivial to have the majority of peers could be under nefarious control
-
comment
Comment #20555186
In addition I don't think you'd have to interrogate every line, depending on your codebase and upstream module support for Python 3. There are tools like: http://python-future.org/…