HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jimjag

no profile record

Submissions

Vibe Physics

gizmodo.com
2 points·by jimjag·12 mesi fa·1 comments

Apache Software Foundation elects new Board

news.apache.org
2 points·by jimjag·anno scorso·0 comments

Requiem for the Volunteer Open Source Contributor

iconoclasts.blog
5 points·by jimjag·2 anni fa·1 comments

[untitled]

1 points·by jimjag·2 anni fa·0 comments

comments

jimjag
·3 mesi fa·discuss
You can even do it with complex images in a multi-color bitmap. I do it with my 6502 SBC setup: https://github.com/jimjag/JJ65c02/blob/main/Software/pico-co...
jimjag
·4 mesi fa·discuss
LibreOffice suffers from an extreme inferiority complex, which is why they overreact and get overly defensive about _everything_.
jimjag
·7 mesi fa·discuss
I still have 2 of these.
jimjag
·8 mesi fa·discuss
I think people are missing the main point. The real issue with Rust is that it is a designed language which is really tuned and optimized for a specific use case. And for that specific usage, it is really, really good. But even so, it requires a lot more up-front work, due to the limitations and restrictions it imposes.

But it is NOT a good general purpose language. And, maybe to be putting words into the author's mouth, that is their main beef. That every seems to be pushing "Rust All Things" even when it makes no sense, and even if there are much better alternatives available.

So for such comments as "so what about compile time", the issue is that for some, compile time _is a concern_. If it isn't for you, great. But you just can't discount what are valid concerns for others.

People seem to forget that languages are _tools_, and as such, have different sweet-spot use-cases.
jimjag
·12 mesi fa·discuss
Billionaires Convince Themselves AI Chatbots Are Close to Making New Scientific Discoveries
jimjag
·anno scorso·discuss
There are some wheels, for example, 'lxml' that bundle in their binary possibly incompatible external libraries, or older libraries than what you would like. This can cause library conflicts.
jimjag
·anno scorso·discuss
It helps, that's for sure. But this sort of knowledge should not exist in the environment in any case. It should be part of the canonical package list, and not hidden away elsewhere. The whole idea of a dependency manager should be a centralized and consistent way to install everything you need and not be dependent on what values may or may not exist as a env-var.
jimjag
·anno scorso·discuss
This has the same issue as so many package managers for Python, namely, it doesn't provide a way for --no-binary to remain sticky.

There are times when you do NOT want the wheel version to be installed (which is what --no-binary implements in pip), but so many package managers including uv don't provide that core, basic functionality. At least for those that do use pip behind the scenes, like pipenv, one can still use the PIP_NO_BINARY environment variable to ensure this.

So I'll not be migrating any time soon.
jimjag
·anno scorso·discuss
It cannot be stressed enough how _vital_ these scripts were to making the WWW an actual functional technical resource; These scripts were a key, if not the key, in growing the actual interactive web, showing the potential of CGI, and in guiding the evolution of web2.0 and beyond.

Its value and place in history can't be overstated.
jimjag
·anno scorso·discuss
"You should never worry about betraying your workplace because given the chance, your workplace will definitely betray you. Loyalty to individuals. Relationships. That's what makes the world go round."

- Raymond Reddington.
jimjag
·2 anni fa·discuss
I would have assumed that the workload would be similar to what Fred and Barney expected at the Bedrock Fire Department.
jimjag
·2 anni fa·discuss
But it is that exact kind of unknown which makes most people and entities avoid those licenses in the 1st place. If the goal is to significantly limit the distribution and reach, I guess it makes sense, but if the goal is to have people actually use it (and therefore hopefully contribute to it), then those licenses and the projects that use them are actively avoided.
jimjag
·2 anni fa·discuss
Most of the licenses discussed in the article are demonstrably NOT open source licences at all.
jimjag
·2 anni fa·discuss
The entire work can be licensed under GPL, but those parts that were MIT remain, individually, still under MIT. MIT specifically and explicitly allows for 'sublicense'ing
jimjag
·2 anni fa·discuss
Not all CLAs are the same... for example, the CLA from the ASF is NOT a copyright assignment. Other CLAs _are_.
jimjag
·2 anni fa·discuss
How a license which conflicts with the OSD can "clearly (be) an open source license in the full spirit and original intent of open source" is beyond me.