Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rpep
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
rpep
1y ago
I think there’s some risk with this though too - more and more is behind the enterprise tier. People try to work around this in various ways but its an unsatisfying experience. For e.g. trying to enforce merge request approval with pipeline
2.
▲
by
rpep
1y ago
In practice the library ecosystem is just way behind Python. Maybe after you’re trying to optimise once you’ve worked out how to do stuff, but even the Langchain Go port is wayyyyy behind.
3.
▲
by
rpep
1y ago
I live in a city with trams in the UK and that’s not how it works. There are sections that run on dedicated train lines, and sections where it runs on the street. Where it runs on the streets, priority is given over cars by switching traffi
4.
▲
by
rpep
1y ago
Much of that depends on country for usage. In the U.K. when handwriting I think dd/mm/yyyy is much more common than dd.mm.yyyy
5.
▲
by
rpep
1y ago
Other thing is that when you’re VAT registered, as a buyer of parts you reclaim VAT on things you purchase as inputs. So the tax on the final product is what matters. With US sales taxes you accrue tax all the way up the chain.
6.
▲
by
rpep
1y ago
It’s interesting because BBC Sounds replacing iPlayer Radio was one of the worst redesigns I’ve ever seen for discoverability. Even now, several years on, it’s considerably worse. Whatever the technical merits of the migration, finding radi
7.
▲
by
rpep
2y ago
lol, yep, mine is 1st October?!
8.
▲
by
rpep
2y ago
You cant use the embeddings/vector search stuff this refers to in self hosted anyway, it’s only implemented in their Atlas Cloud product. It makes it a real PITA to test locally. The Atlas Dev local container didn’t work the same when
9.
▲
by
rpep
2y ago
Australia’s economy is propped up by the export driven mining industry. It’s not really a fair comparison.
10.
▲
by
rpep
2y ago
> working for Rolls Royce in the middle of nowhere Most people I know who ended up at RR live in Nottingham or the Peak District and commute in to Derby. Appreciate that’s perhaps not as exciting as London but it’s hardly a shit hole up
11.
▲
by
rpep
2y ago
I’m 33, in the U.K. and my marginal tax rate is currently 66.7%, because the support you get for having children gets withdrawn between £60000 and £80000. If a promotion came up I would take it but it’s also at a point where I’m considering
12.
▲
by
rpep
3y ago
I used it for this during my PhD: https://github.com/rpep/fmmgen and found it very powerful. I have in the past used Mathematica, which I did think was more powerful for symbolic math to be honest, but it had the downs
13.
▲
Go First Impressions
(rpep.dev)
1 points
by
rpep
3y ago
|
0 comments
14.
▲
by
rpep
3y ago
There are linear scaling DFT codes but they’re not available under open source licensing, only a strange license: https://onetep.org/
15.
▲
by
rpep
3y ago
https://rpep.dev/posts/alpine-python-antipattern/ https://rpep.dev/posts/improving-python-performance-numerica... https://rpep.dev/posts/best-practices-django-views/
16.
▲
by
rpep
3y ago
It depends on how much you want to rely on Mixins and using Serializer classes to do more than just serialise JSON. Neither of those are compulsory to use, and the more you lean into them the more inheritance you’re forced to do as soon as
17.
▲
by
rpep
3y ago
Bonds are much less risky too. So when interest rates were low, it made sense for investors to put money into companies because with bonds you got a tiny return guaranteed vs a high risk but potentially large payoff. Now, bonds are guarante
18.
▲
by
rpep
3y ago
ModelManagers are directly coupled to one model though. You mix concerns if you need to reference other models in them. For e.g. say you have a User model and a corresponding “Profile” model. If you need to create the profile object when th
19.
▲
by
rpep
3y ago
CBV doesn't require you to do anything in particular other than implement retrieve/list/etc. methods on the GenericViewSet as needed, and get/post/etc. on GenericAPIView. You can use the convenience methods in Djang
20.
▲
by
rpep
3y ago
I disagree with the idea of not having a service layer at all, because in practice, changing your data model in some way is actually pretty common, even if the API remains the same so the data coming in/out isn't changing. I'
21.
▲
by
rpep
3y ago
I had exactly the same thing last year with a previous long departed staff member having forked django-flex-fields into their personal GitHub and having made substantial changes. Porting to Django 3.2 then became a huge and costly project i
22.
▲
by
rpep
3y ago
In the U.K. it is not normal to go for an annual examination at all. Here, once you hit 40, you get an examination every 5 years unless you have some specific health condition which would requires you to be seen more frequently.
23.
▲
by
rpep
3y ago
That’s great! Never seen this library before. It’s much neater than the other approaches I’ve seen/used.
24.
▲
by
rpep
3y ago
It’s considerably more onerous than just compiling to a single/multiple microarchitecture(s) though. Plus when you do this, you need to split out this code to be conditionally compiled so that you can support other architectures like A
25.
▲
by
rpep
3y ago
I dont much like this article since SIMD is not “niche” as the author says, even if people aren’t aware of it. It’s hard to pick up a single piece of software and say that “yes my overall workload overall will improve” by turning it on, but
26.
▲
by
rpep
3y ago
Siemens just license their name for consumer products these days.
27.
▲
by
rpep
3y ago
I’ve experimented with it a bit and found it can’t really do anything you might consider specialist. If I ask it detailed questions about the topic I did my PhD on, it can’t answer correctly. I worked on fluid dynamics for a couple of years
28.
▲
by
rpep
3y ago
That’s interesting since I threw some questions at it about Django and I didn’t think it gave very idiomatic patterns for it.
29.
▲
Fed up with Python setup and packaging? Try a shot of Rye
(theregister.com)
2 points
by
rpep
3y ago
|
1 comments
30.
▲
by
rpep
3y ago
It’s hard to say without specifics but most BLAS/LAPACK implementations today aren’t written in Fortran, they just provide a Fortran interface - it’s worth noting that BLAS/LAPACK original implementations were written in the 1970s
More ›