Readit News logoReadit News
ivirshup commented on Chaos in the Cloudflare Lisbon Office   blog.cloudflare.com/chaos... · Posted by u/jgrahamc
umvi · 6 months ago
Is this just for PR/show and the real entropy generator is standardized across sites to be something boring in some back room? Or if a terrorist came in and cut power to a chaos wall would it really cause an extended outage?
ivirshup · 6 months ago
I think there are backup systems. I sometimes walk by the Cloudflare SF offices on weekends and it looks like the lava lamps are off.
ivirshup commented on Suckless.org: software that sucks less   suckless.org/... · Posted by u/flykespice
indrora · 6 months ago
Short form:

* One of the lead devs' laptops is named after Hitler's hideout in the forest

* Their 2017 conference had a torchwalk that was a staple of Nazi youth camping (and heavily encouraged by the SS as a nationalism thing)

* Multiple of the core devs are just assholes to people on and offline.

* Most of the suckless philosophy is "It does barely what it needs to and it was built by us, so it's superior to what anyone else has written". A lot of it shows in dwm, dmenu, etc.

ivirshup · 6 months ago
Not defending them, the Hitler laptop thing seems bad, but within Germany torchwalks are pretty normal and not Nazi associated. For example, there was one as part of a ceremony honoring Merkel as she left office.
ivirshup commented on Australian government approves AAPowerLink project to export solar to Singapore   pv-tech.org/australian-go... · Posted by u/wmstack
nsonha · a year ago
the country has a big housing affordability issue.
ivirshup · a year ago
But the majority of Singaporeans live in public housing where rent is adjusted for income based via a grant system?
ivirshup commented on Rye: A Hassle-Free Python Experience   rye.astral.sh/... · Posted by u/jcbhmr
robertlagrant · a year ago
Question about the company Astral: how does it make money? I see it has backers, and a mission, and beliefs, but is there something that's sold?
ivirshup · a year ago
I don't think it makes money yet.

They've said the eventual plan is services [1].

[1]: https://astral.sh/blog/announcing-astral-the-company-behind-...

ivirshup commented on Rye: A Hassle-Free Python Experience   rye.astral.sh/... · Posted by u/jcbhmr
ericfrederich · a year ago
Why Rust? Aren't you alienating Python devs from working on it?

I see that UV is bragging about being 10-100x faster than pip. In my experience the time spent in dependency resolution is dwarfed by the time making web requests and downloading packages.

Also, this isn't something that runs every time you run a Python script. It's ran once during installation of a Python package.

ivirshup · a year ago
It parallelizes downloads and checking of the packages.

It also doesn't compile .py files to .pyc at install time by default, but that just defers the cost to first import.

ivirshup commented on Rye: A Hassle-Free Python Experience   rye.astral.sh/... · Posted by u/jcbhmr
leontrolski · a year ago
If like me, you've ignored poetry and friends and stuck with pip-tools (congrats!), uv (used by rye internally) is a drop in replacement.

IMHO pip-tools was always the far nicer design than poetry, pipenv etc as it was orthogonal to both pip and virtualenv (both of which have been baked into Python for many years now). I would argue Rye is the iterative, standards compliant approach winning out.

Beyond the speedups from Rust, it's nice to have some opinionated takes on where to put virtualenvs (.venv) and how to install different Python versions. It sounds small, but since wheels fixed numpy installs, sane defaults for these and a baked in pip-tools is basically all that was missing. Talking of which, what has been the point of anaconda since binary wheels became a thing?

ivirshup · a year ago
> what has been the point of anaconda since binary wheels became a thing?

When you need python + R + some linked or CLI binary in an isolated environment. Also you will use the same tool to manage this environment across multiple OSs (e.g. no OS specific `apt`, `brew`, etc).

ivirshup commented on Ticketmaster breach affects more than half a billion users   mashable.com/article/tick... · Posted by u/RafelMri
ivirshup · a year ago
Guess they shoulda spent some of those ticket fees on a security team.
ivirshup commented on German Bundestag Passes Cannabis Legalization   bundestag.de/dokumente/te... · Posted by u/2-718-281-828
rob74 · 2 years ago
The smoking also produces strong odors, which (as a neighbor) I do not approve of, so I'm not sure if adding the odors from growing and processing to that will make the situation much worse?
ivirshup · 2 years ago
I was thinking more about timescale.

If someone smokes a joint near your window, that smell will probably be gone in half an hour. If there is a plant that's just sitting there, it'll be more subtle, but it's not going anywhere.

That said – many people like the smell of Hopfentee (Hop tea), which is pretty similar.

ivirshup commented on German Bundestag Passes Cannabis Legalization   bundestag.de/dokumente/te... · Posted by u/2-718-281-828
Abroszka · 2 years ago
The main benefit comes from knowing what you have if you grow it vs. buying something that looks like weed from the guy on the street.

Also growing it is super easy. If you can grow tomatoes then you are already overqualified.

ivirshup · 2 years ago
Most Germans live in apartments, and rent. The growing and processing does produce strong odors, which a landlord/ neighbors may not approve of.
ivirshup commented on Uv: Python packaging in Rust   astral.sh/blog/uv... · Posted by u/samwho
BiteCode_dev · 2 years ago
Anaconda is very big in corporate envs.

If you want to have a platform that allow to manage Python on all machines, including allowed packages and version, integrated with ldap, with auditing capabilities, they are pretty much the only game in town.

And big companies want that.

ivirshup · 2 years ago
Even bigger now that their distribution is integrated in Excel[1]

[1]: https://www.anaconda.com/blog/announcing-python-in-excel-nex...

u/ivirshup

KarmaCake day169April 7, 2016View Original