Viewing profile — wrmsr
wrmsr
HN member- Joined
- Thu, May 26, 2016, 6:42 PM UTC
- HN karma
- 155
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About wrmsr
No profile information was provided.
Recent public activity
-
comment
Comment #48222916
[dead]
-
comment
Comment #45466767
If anyone's interested I've implemented a fairly user friendly lazy import mechanism in the form of context managers (auto_proxy_import/init) at https://pypi.org/project/lazyimp/ t…
-
comment
Comment #26162719
If you're building anything past a hello world c ext you're already off the path of shit like poetry, in which case AIUI we're basically on our own as we've always been lol, for be…
-
comment
Comment #26160455
AIUI, as the official way setuptools is used is a setup.py calling setuptools.setup(), doing this will remain supported in perpetuity and will really still be powering everything u…
-
comment
Comment #26098089
Significant but as it's freethreaded you only run one large process. That alone allows for all kinds of additional optimizations that would be pointless with a lot of little single…
-
comment
Comment #25167669
Past some critical mass local dev indeed simply doesn't work, but the majority of codebases aren't ~that~ large. And until that point I feel there's an analogy between having a lig…
-
comment
Comment #24837635
I'm a fellow fan of antlr but it's not really an option for the base interpreter. They're (rightfully) very stingy about deps. cpython supports a wide range of platforms and has it…
-
comment
Comment #24783857
The whole point of python is to eschew 'magic' in favor of dumb explicitness, and this is about as big of a conflict as you can get to that. Python lacks statement lambdas not beca…
-
comment
Comment #24602156
> You could use this to do little stunts like adding an "unless x:" statement equivalent to "if not x:" You say that like it's a good thing. Python is a language empowered by its c…
-
comment
Comment #24384775
As far as I can tell functools.partial has been implemented in C since it was added sixteen years ago ( https://github.com/python/cpython/commit/9c323f8de4910dfc0ba... ), and it's …
-
comment
Comment #24145312
> Built for Scientific Computing I mean the thing's called 'numba' lol. I always liken Pypy to HotSpot in that to this day the numerical performance of the latter isn't spectacular…
-
comment
Comment #23524589
It actually exceeds non-police theft these days: https://www.washingtonpost.com/news/wonk/wp/2015/11/23/cops-... ( https://outline.com/UX7nfW ).
-
comment
Comment #23345734
As a language purist this one is surprisingly well put together. Its impl suffers from legacy (py2 support in general, predating builtin dataclasses, staying in the shallow end of …
-
comment
Comment #23173523
and greenlet, and stackless, and pypy's stm.. python's never really been about dogma. part of why its package management is such a mess is because it's been so successful at integr…
-
comment
Comment #22998109
If your python files are not in a python package (do not have __init__.py in their directory) then they will be importing non-relatively and resolution depends on sys.path. If you …
-
comment
Comment #22997931
As below node has the luxuries of both having been able to learn lessons from python and ruby ~and~ not being a victim of its own success of being already integrated with and a dep…
-
comment
Comment #22997702
Name conflicts were basically fixed in 2003 with absolute/relative imports ( https://www.python.org/dev/peps/pep-0328/ ) - you don't ever have to include the name of your library i…
-
comment
Comment #22929632
Imagine if it was the day of the Super Bowl, and you wanted to go out to a sports bar that was going to be airing the Super Bowl. So you go out and find a bar that says they're thr…
-
comment
Comment #22662424
loom ( https://jdk.java.net/loom/ ) is well on its way :)
-
comment
Comment #22590763
Curing polio wouldn't be fair to everyone who already died of polio.
-
comment
Comment #22564554
Was the cold war real?
-
comment
Comment #22514812
They took a step towards this with https://docs.python.org/3/library/gc.html#gc.freeze but it doesn't go as far as disabling refcount touching outright. I've experimented with doin…
-
comment
Comment #22500490
It's not China's fault that the US isn't even testing its own healthcare workers displaying symptoms.
-
comment
Comment #22372391
This is the most Hackernews post title I've ever seen.
-
comment
Comment #22363189
In the real world it is inevitably a lot more than just those 3 tables - add 'groups', different types of groups, different privacy settings, different per-user feed preferences, e…