Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
andrewgodwin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
andrewgodwin
4mo ago
I still find a decent amount of the integration, like KIO, is still there and works well - it puts MacOS and Windows to shame in terms of how I can just interact with files anywhere as if they're native within KDE apps. It's kind
2.
▲
by
andrewgodwin
6mo ago
This is where I separate "manager" from "leader". As a principal level IC, I'm part of "engineering leadership" along with the senior managers, but not a manager. The work isn't that different to mana
3.
▲
by
andrewgodwin
3y ago
Unfortunately, at their stated range of 160nm, you're looking at only getting as far as Big Sur before the entire craft needs a recharge - it's much more aimed at island and port hopping, I suspect, than long distance travel. Stil
4.
▲
by
andrewgodwin
4y ago
Author here - it's just to reduce support surface area. I know I'll need PostgreSQL's full text indexing and GIN indexes for hashtags/search eventually, and I probably also want to use some of the upsert and other specia
5.
▲
by
andrewgodwin
6y ago
I'm (worriedly) curious how this will affect people trying to change jobs on a H1-B, as technically you need to file a new petition each time, and I can see them somehow denying those too.
6.
▲
RFID-based automatic travel checklist
(aeracode.org)
1 points
by
andrewgodwin
7y ago
|
0 comments
7.
▲
by
andrewgodwin
7y ago
I've replied to the post on the forum, but if this is the default way Jupyter runs then we're going to have to figure something out longer-term. Calling the Django ORM from an async thread just isn't safe...
8.
▲
by
andrewgodwin
7y ago
I'd love to hear your suggestions for changes we could make while keeping it somewhat WSGI-compatible. It took a few years to refine it to where it is now, so it's not like we just threw something at the wall.
9.
▲
by
andrewgodwin
7y ago
Well there's no actual async support for views in 3.0 - we missed the cutoff due to performance concerns! Hopefully it'll be in 3.1.
10.
▲
by
andrewgodwin
7y ago
It's worth pointing out that the ASGI support in this release is very low level, and doesn't let you write async views or anything yet. We're still working on that.
11.
▲
Python and Async Simplified
(aeracode.org)
5 points
by
andrewgodwin
9y ago
|
0 comments
12.
▲
by
andrewgodwin
9y ago
I would agree with some of the points - speed (which is stretched over two points), concurrency, and the ability not to do magic as easily, but several of the points (compile time, available developers, strong ecosystem) are not a "ver
13.
▲
by
andrewgodwin
9y ago
I can't say much on the subject, at least not without official approval, but understand that the original Lanyrd team have not forgotten about the site; asking us to fix it isn't really giving us any new information (sadly). If yo
14.
▲
by
andrewgodwin
10y ago
There is, actually - the US has a (slightly worse) government data repository, but there's several LIDAR sets of the Bay Area, mostly from coastal surveys.
15.
▲
by
andrewgodwin
10y ago
As long as you can convert the data into a height field it's possible. I reckon you could do contours with interpolation.
16.
▲
Hello, This Is London Rising: 3D Printing Maps from LIDAR Data
(aeracode.org)
140 points
by
andrewgodwin
10y ago
|
41 comments
17.
▲
by
andrewgodwin
10y ago
I'm the main person in Django working on 2), and this is interesting for sure, though our current code is based on Twisted since we need python 2 compatability (there's some asyncio code, but not a complete webserver yet)
18.
▲
by
andrewgodwin
11y ago
He is indeed - he helped me with the Django proposal, actually. He's the one setting the direction for what to include and what to keep separate.
19.
▲
by
andrewgodwin
11y ago
We're not bringing in the whole of Django REST Framework, just some of the underlying mechanics that are useful for all apps (like content negotiation). DRF will remain a third-party project. As for Python versions, there isn't an
20.
▲
by
andrewgodwin
11y ago
I agree a little bit, but also part of building out a framework is making choices for people - waiting, looking at the problem space, and picking a solution that most people will be happy with. There are some projects that Django is not t
21.
▲
by
andrewgodwin
11y ago
Yeah, it's a fantastic step and we're very happy they piloted the program. The Django Software Foundation has also hired a part-time fundraiser to try and make the project self-sustaining; we're trying to make the project sus
22.
▲
by
andrewgodwin
11y ago
I'd say Hyperloop is like normal high-speed rail; you have a few main stations, and then supplement links to those with metro and light rail services.
23.
▲
First Game
(aeracode.org)
1 points
by
andrewgodwin
11y ago
|
0 comments
24.
▲
by
andrewgodwin
12y ago
The DLR article says that, if the solar panels work, it'll last a lot longer - until it gets too close to the sun and the heat gets too great (about 2AU): http://www.dlr.de/dlr/en/desktopdefault.aspx/tabi
25.
▲
by
andrewgodwin
12y ago
I do like the Surface 3; it's a lovely piece of hardware, Windows 8.1 is an improvement, and for a desktop OS, the touch interface is pretty good. It's the best Windows computer I've ever owned, but I still turn to my Linux l
26.
▲
by
andrewgodwin
12y ago
"Best structured" is definitely true - part of the reason we can use it to power all the new Eventbrite APIs is because we can easily remove one or two pieces and swap in our own without breaking the rest. Makes my life a lot easi
27.
▲
by
andrewgodwin
12y ago
You're free to use Django without the template language - that's a relatively simple replacement and one we're looking into making even easier. The ORM/SQLAlchemy is a more difficult issue. To some extent, Django _is_ it
28.
▲
Fig: Fast, isolated development environments using Docker
(orchardup.github.io)
175 points
by
andrewgodwin
13y ago
|
44 comments
29.
▲
by
andrewgodwin
13y ago
It will prompt you if an app doesn't yet have migrations and ask if you want it to. That prompt is currently a bit aggressive - asking you every time - but that will be fixed soon.
30.
▲
by
andrewgodwin
13y ago
It does them all at once. The new system knows about interdependencies, so if you have ForeignKeys between apps it'll make all of them in the right order.
More ›