Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ionelm
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ionelm
7y ago
Hunter has now a bit of everything (process attach, variable diffing like in pysnooper, env var activation, breakpoints, thread support and an api to build stuff on top) but without going overboard with overenineering (like serialization, s
2.
▲
Python Hunter – a flexible code tracing toolkit
(github.com)
3 points
by
ionelm
7y ago
|
1 comments
3.
▲
Dealing with Docker (in Python apps)
(blog.ionelmc.ro)
3 points
by
ionelm
10y ago
|
0 comments
4.
▲
by
ionelm
10y ago
Sorry, I meant "no one who replied to you knows what you're talking about". Still, that list don't tell much about potential breakages. Are you actually complaining about bash having too many features or are there actual
5.
▲
by
ionelm
10y ago
> For context: Bash is not available|installed everywhere, and has some inter-version weirdness. Can you cite some sources here? No one knows what you're talking about.
6.
▲
by
ionelm
10y ago
It doesn't. It's outdated and not free. This should be way more known: https://sourceforge.net/projects/vcxsrv/
7.
▲
by
ionelm
11y ago
Speaking of that, there's a nice tool to build the installer for you: http://pynsist.readthedocs.org/en/latest/
8.
▲
by
ionelm
11y ago
But technically no. Virtualenv is quite different, both in scope and approach. https://github.com/Deepwalker/pundler is more similar to bundler
9.
▲
by
ionelm
11y ago
This is something quite similar to what I've worked on 8 years ago [1] although I gave up. I didn't have integration with other async frameworks/libs in mind from the beginning. I short, there weren't many things I could
10.
▲
by
ionelm
11y ago
`easy_install` is not a library per se, it's a binary offered by setuptools. > distutils was a fork of setuptools This is incorrect. Setuptools is an extension of distutils (it patches and extends distutils to have additional functi
11.
▲
by
ionelm
11y ago
Video here: https://www.youtube.com/watch?v=LEJb1VZxRoE
12.
▲
by
ionelm
11y ago
It's amazing at what lengths people go with the theoretical arguments and personal conjecture. Screens don't really have any black - the black you see is just a dark gray. The screens have limitations ... Even if you'd have a
13.
▲
by
ionelm
11y ago
On that idea, there was a very interesting lightning talk at EuroPython 2015: https://youtu.be/Tt-R2KdQUFs?t=2772
14.
▲
by
ionelm
12y ago
> People who are saying, "It shows you have a lot of free time" are nuts. Just a boss clearly incentivized to keep down his underlings. I think it's unreasonable to expect anything else from people with that sort of incent
15.
▲
by
ionelm
12y ago
It would be very interesting to hear how the object system looks (comparatively) in other languages.
16.
▲
Understanding Python metaclasses
(blog.ionelmc.ro)
2 points
by
ionelm
12y ago
|
2 comments
17.
▲
Packaging a python library
(blog.ionelmc.ro)
1 points
by
ionelm
12y ago
|
0 comments
18.
▲
by
ionelm
12y ago
The argument can be made both ways. One can say that Python is better cause readability. Many can give examples of successful or failed projects in both languages but it's just conjecture. The only correct way to look at language choic
19.
▲
by
ionelm
12y ago
> Also, it's very much likely that this is a deliberate distraction from the political conflict between the USA and Hungary that has emerged last week. Strange theory. Have you considered they just need the extra money? Also, it wou
20.
▲
Ramblings about data-structures
(blog.ionelmc.ro)
1 points
by
ionelm
12y ago
|
0 comments
21.
▲
by
ionelm
12y ago
How is this not high-level corruption? No public bidding process? Check. Favouring a vendor? Check. In my eyes this lawsuit is a cover-up for a deal gone sour. Jail whoever assigned this contract and this sort of failures will never happen
22.
▲
by
ionelm
12y ago
Seems Python handles this correctly (by raising an exception): >>> resource.setrlimit(resource.RLIMIT_NPROC, (0, 0)) >>> os.fork() Traceback (most recent call last): File "<ipython-input-7-348c6
23.
▲
by
ionelm
12y ago
I don't think many people would disagree that CSS/HTML have certain encapsulation deficiencies. But I think that less/sass just make you more efficient at writing unmaintainable stuff. Shadow DOM and WebComponents solve this
24.
▲
Sins of software development
(blog.ionelmc.ro)
56 points
by
ionelm
12y ago
|
41 comments
25.
▲
by
ionelm
12y ago
It's basically this: attach with GDB, get GIL, run commands (your session), release GIL. This is pretty dangerous as the GIL release is not guaranteed. This is why I wrote https://pypi.python.org/pypi/manhole - I
26.
▲
by
ionelm
12y ago
I don't think Jinja is a relevant example here - it's not something people usually write. While you take great care about the API and error handling most other people are sloppy and their code is hard to debug because they unknowi
27.
▲
by
ionelm
12y ago
What title would you like ? What's exactly hyped ?
28.
▲
An underrated feature in Python 3
(blog.ionelmc.ro)
112 points
by
ionelm
12y ago
|
41 comments
29.
▲
by
ionelm
12y ago
Very interesting. Thinking about what you said, one could compare the software industry to the marketing industry: - no accountability - marketing campaign with no effect, same as a bug, a unforeseen flaw - lots of bullshitting - scientific
30.
▲
Ask HN: Similar industry to the software industry?
4 points
by
ionelm
12y ago
|
2 comments
More ›