Hacker Newsnew | past | comments | ask | show | jobs | submit | izik's commentslogin

I was wondering if the same type application exists for Python and there is similar: pyvideo [1]

[1] https://pyvideo.org/


It is similar, but try this:

* Open https://pyvideo.org/speakers.html and scroll down to the bottom.

* Open https://www.rubyvideo.dev/speakers and do the same thing.

The Python page loads instantly, while the Ruby page makes several requests before fully loading. Ironically, it seems to be utilizing a rails feature called "turbo streams".


Yet it took five seconds for the pyvideo list to filter once I clicked a letter “G” while the rubyvideo site was instant.


yes this is exactly the idea all page remains fast even if we need to list 5k speakers on that page


one thing you can do to make the speaker list more performant and seamless is to load the next list of speakers when the scroll gets to some value near the end of the list and also pull a few more speakers in each fetch.


This was actually an inspiration when the project started


The vanilla pacman will not work on macos as expected but there are attempts [1],[2] to make it works with some modifications/hacks.

[1] https://github.com/liudongmiao/pacman [2] https://github.com/kladd/pacman-osx


Google Summer of Code



It is already happening and with the availability of the tools like PyO3 [1] (it allows Python developers to write performance-critical code in Rust and then expose it as a Python module) the Rustication of the Python will be progressing while some controversies will appear [2]. Adding new language adds complexity to the python code base but it is always good to have at least choice and decide case-by-case if use Rust in Python app or not.

[1] https://github.com/PyO3/pyo3

[2] https://safjan.com/rustification-of-python/#drawbacks-and-co...


Nice references, thanks for sharing!


From what I heard, there are exceptions (father is the only parent, medical reason,…)


Why - I suppose that government want to get tactical advantage over protesters by limiting information flow and making protest coordination more difficult.

How - both deep packet inspection + filtering and primitive solution - making communication services (mobile and broadband) stop functioning. Such things happen already in the past in Turkey, Egipt, Iran.


Depending on the type of filtering you could try to tunnel data across UDP (DNS?) or ICMP packets or configure hosts on both ends to ignore TCP RESET packets.


Thanks, I'm aware of that - that is why I was thinking about low cost (say cost of Raspberry Pi) and distributed. When it is low cost - there is grater chance that large number of nodes can be deployed and single point of failure can be avoided.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: