HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jimjag

no profile record

Submissions

Vibe Physics

gizmodo.com
2 points·by jimjag·vor 12 Monaten·1 comments

Apache Software Foundation elects new Board

news.apache.org
2 points·by jimjag·letztes Jahr·0 comments

Requiem for the Volunteer Open Source Contributor

iconoclasts.blog
5 points·by jimjag·vor 2 Jahren·1 comments

[untitled]

1 points·by jimjag·vor 2 Jahren·0 comments

comments

jimjag
·vor 3 Monaten·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
·vor 4 Monaten·discuss
LibreOffice suffers from an extreme inferiority complex, which is why they overreact and get overly defensive about _everything_.
jimjag
·vor 7 Monaten·discuss
I still have 2 of these.
jimjag
·vor 8 Monaten·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
·vor 12 Monaten·discuss
Billionaires Convince Themselves AI Chatbots Are Close to Making New Scientific Discoveries
jimjag
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·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
·letztes Jahr·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
·vor 2 Jahren·discuss
I would have assumed that the workload would be similar to what Fred and Barney expected at the Bedrock Fire Department.
jimjag
·vor 2 Jahren·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
·vor 2 Jahren·discuss
Most of the licenses discussed in the article are demonstrably NOT open source licences at all.
jimjag
·vor 2 Jahren·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
·vor 2 Jahren·discuss
Not all CLAs are the same... for example, the CLA from the ASF is NOT a copyright assignment. Other CLAs _are_.
jimjag
·vor 2 Jahren·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.
jimjag
·vor 2 Jahren·discuss
Open Source is not a business model.

Open Source is a licensing and development model.
jimjag
·vor 3 Jahren·discuss
blush

Thank you everyone for the kind words
jimjag
·vor 3 Jahren·discuss
Well, that's assuming a very specific, and stale, development direction; I think we would have seen a more native and natural migration to something very macOSX like. Sure, not exactly macOSX as we know it today, but something that we would have used and appreciated as much as what we now have.

What made OpenStep so useful was that it was immediately _available_, but imagine if it was used as a source for tech to be added to the continuing A/UX development, instead of basically being Step One.
jimjag
·vor 3 Jahren·discuss
Yep... the move from m68k to PowerPC was pretty much the deathknell. To really be a successor to A/UX, the core code would have had to be ported to that chip, and the amount of work required was simply too expensive to be justified. I also had heard, unofficially at the time, that Apple's license for the UNIX parts of A/UX were specific to the m68k architecture, and that they would have had to renegotiate the license to even be allowed to port it to the PowerPC.

What is interesting is that after A/UX died, some alternatives did spring up, such as Yellowdog Linux (which was NOT a macOS/UNIX hybrid, but rather vanilla Linux).

It is a shame, because if Apple had continued in investing it it, we would have had MacOSX much, much earlier.