Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
stestagg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
stestagg
6y ago
> * Python only: what's this for, then? http://www.picklingtools.com/ From the picklingtools FAQ: What versions of Python does PicklingTools support? Historically, versions 2.1.x to 2.6.x have been tested exte
2.
▲
Reuters GDPR prompt on every scroll event
(twitter.com)
1 points
by
stestagg
6y ago
|
0 comments
3.
▲
by
stestagg
6y ago
In the last 12 years of writing python, I have only hit had issues with .pyc files a handful of times, and always with python < 2.7. Anaecdotally this experience is shared with everyone I have worked with. If you’re seeing this regularl
4.
▲
by
stestagg
6y ago
It’s a map from a ‘WeakRef’ to a value. So if you have an object reference, you can associate a value with that object. But not the other way round
5.
▲
by
stestagg
6y ago
Admittedly the example was a bit fake :) I /have/ put other secrets into frontend code before, strictly for small temporary projects where the cost of implementing secret management outweighs the size of the project. And obviousl
6.
▲
by
stestagg
6y ago
Seems to be related to this: https://github.com/webpack/webpack-dev-server/issues/1604 It's not clear (without a lot more digging) what impact the sockjs changes have on this issue.
7.
▲
by
stestagg
6y ago
I threw the code together last night. It's running on cloudflare backed by an S3 static file, so shouldn't be capacity issues It was only tested on Firefox, as a basic proof-of-concept. AIUI, chrome et al offer similar functiona
8.
▲
by
stestagg
6y ago
you can replace with this: function shorten(text, length) { return new Promise((a, r) => fetch(`http://leftpad.io/shorten?l=${length}&v=${encodeURIComponent(text)}`).then(rx=>rx.text().then(a, r),
9.
▲
by
stestagg
6y ago
No disagreement here. I don't use gnome desktops, for similar reasons (although I'm also not the target audience for adopters, as I currently use Linux as my primary desktop environment!) I use cinnamon, as, for my personal prefer
10.
▲
by
stestagg
6y ago
> Like how the file explorer has a built in terminal that follows the folder you're in. That’s a nice feature. But it has little to do with Windows/OSX equivalence. It also highlights something I felt last time I tried KDE (adm
11.
▲
by
stestagg
6y ago
There is a hitherto-unwritten rule that it is allowed to comment...
12.
▲
by
stestagg
6y ago
This is the plan. Once google have verified the advertisers, they can ‘help users understand the source of the advert’ by replacing the mini Ad icon with the advertisers’ favicon, to increase transparency..
13.
▲
by
stestagg
6y ago
I think you're mistaking "It just works" for "It just works in the way I want it to" Unfortunately if you go with the suggested methods for using zoom, it is very easy to join a meeting
14.
▲
by
stestagg
7y ago
The thing about rural areas, is that not many people live there. We live just ouside a mid-sized UK town (and cities down to small/mid sized towns covers a really high % of the population). Between public transport and good cycle
15.
▲
by
stestagg
7y ago
Back in 1995 all websites shared one global stylesheet. Every time a new rule was added, you had to wait up to 24 hours for the css servers to propagate.
16.
▲
by
stestagg
7y ago
From the docs: "CPython implementation detail: Keys and values are listed in an arbitrary order which is non-random, varies across Python implementations, and depends on the dictionary’s history of insertions and deletions." So I
17.
▲
by
stestagg
7y ago
It’s fast coz the cpu be blazing ;)
18.
▲
by
stestagg
7y ago
Workflows are full of trade offs. Different people & teams value different features in different ways. It’s what makes software development such a vibrant ecosystem.
19.
▲
by
stestagg
7y ago
https://www.nasa.gov/image-feature/goddard/2019/vikram-lande...
20.
▲
by
stestagg
7y ago
> Uh, I'm not very confident on this helping; wouldn't this mean fewer people will be using and evaluating beta components? Probably. But the benefit gained by doing this is that every issue discovered should be directly attrib
21.
▲
by
stestagg
7y ago
Yeah. I only trained addition. Actually exploring the impact of training a net to perform a range of operations on the minimum plausible neuron count would be quite interesting I don’t see any reason why it would be significantly harder to
22.
▲
by
stestagg
7y ago
A child comes pre-programmed to put things in their mouth. They also have very sophisticated reward functions built-in that identify tasty sugars entering their mouth. Very quickly (assuming said child doesn't eat something too bad), i
23.
▲
by
stestagg
7y ago
Here’s one that does so using roman numerals: http://static.offd.es/numerals/ It’s unsurprisingly easy to implement
24.
▲
by
stestagg
7y ago
I think in this context it relates to the overheads of provisioning new services. Traditional virtualized hosting environments typically also come with varying levels of technical overheads when setting up new boxes. What bofa have is a vir
25.
▲
by
stestagg
7y ago
> I am wondering why they decided to first release it in a phone, where it seems like it has the least benefits... Google wanting something in your phone that allows it to track engagement? I can't think why.. :) > Engaged >
26.
▲
by
stestagg
7y ago
Especially as the privacy statement you quoted is immediately followed by a diagram showing how Soli can tell if you're paying attention to your phone or not, and how many people are near-by.
27.
▲
by
stestagg
7y ago
My working theory on that is the military are concerned about foreign surveillance UAVs. And by reigniting the UFO narrative, they are more likely to receive reports and data from the public who may be looking for Aliens. Interestingly, if
28.
▲
by
stestagg
7y ago
One reason, from our similar experience is that showing non-Technical business people (in some environments) text with brackets, semicolons and the general code annotations you show here effectively “scares” them. This isn’t always true. Bu
29.
▲
by
stestagg
7y ago
Interestingly we’re doing something very similar, but using cucumber syntax. So the tests are much more chatty In our situation we probably have more concepts (middle office) but the interactions we’re modelling are simpler. Going down thi
30.
▲
by
stestagg
7y ago
I, for one, recently cancelled my long term Dropbox subscription based on only a few similar stunts they’ve pulled. There’s anecdotal evidence that others have too.
More ›