HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dvhh

487 karmajoined vor 14 Jahren

comments

dvhh
·gestern·discuss
I don't know if converting the code could be an issue with copyright, but might be contrived as plagiarism
dvhh
·gestern·discuss
License for test might be subject to debate, because afaik the project is merely running them.

but yes the test files should be presented under their original licence.
dvhh
·gestern·discuss
[flagged]
dvhh
·vor 24 Tagen·discuss
it does not, it basically delegate that part to lower level library for which you have to write the glue code for, there is an example for SDL.
dvhh
·letzten Monat·discuss
Security by obscurity worked quite well
dvhh
·letzten Monat·discuss
I might be in a niche user, but what I a mostly looking forward into an ARM laptop, would be to be silent with preferably passive heat management or as little at possible active heat management (all day battery usage is a given).
dvhh
·vor 2 Monaten·discuss
Wasn't it Frank Klepacki that composed the music for Dune 2.

Stephane Picq worked with Cryo interactive for the first Dune game.
dvhh
·vor 2 Monaten·discuss
I heard Basic is pretty good as far as embedded script interpreter
dvhh
·vor 2 Monaten·discuss
And desktop app are tuning into bloated website
dvhh
·vor 2 Monaten·discuss
admittedly mc is far from being a "modern" TUI
dvhh
·vor 2 Monaten·discuss
works with curl, maybe there is a case to either build a proxy for UDS and expose them to a browser, or open a request ticket to browser maintainers to support UDS
dvhh
·vor 2 Monaten·discuss
I would recognize sarcasm when I see it. But statistically, that could be true, considering the amount of C code running ( probably far less than COBOL or FORTRAN ), Compared to the relatively small amount of Rust code vs the amount of faults observed with it.
dvhh
·vor 2 Monaten·discuss
Considering how Ubuntu seems to influence Debian development, this is only slightly surprising.

See: https://lists.debian.org/deity/2025/10/msg00071.html - Hard Rust requirements from May onward - by a Core Ubuntu Developer
dvhh
·vor 3 Monaten·discuss
confirming that Rust popularity is in great part due to the advent of LLM for generating code.
dvhh
·vor 5 Monaten·discuss
If I wanted a browser with AI, I would have used Chrome or Edge
dvhh
·vor 5 Monaten·discuss
looking at the statement, I find it weird that Benj Edwards is trying very hard to remove the blame from Kyle Orland, Even if he is not directly responsible.
dvhh
·vor 8 Monaten·discuss
Once used object storage as queue, you can implement queue semantic at the application level, with one object per entry.

But the application was fairly low volume in Data and usage, So eventual consistency and capacity was not an issue. And yes timestamp monotonicity is not guaranteed when multiple client upload at the same time so unique id was given to each client at startup and used for to add guarantee of entries name. Metadata and prefix were used to indicate state of object during processing.

Not ideal, but it was cheaper that a DB or a dedicated MQ. The application did not last, but would try again the approach if adapted to stuation.
dvhh
·vor 10 Monaten·discuss
Comes with the general perception of OS vs Software failure responsibility:

- On Windows, this is Window's fault - On Apple OS, this is the application's fault - On Linux, this is the user's fault

Of course exception do apply, but as far as I know MacOS I have noticed some instance of application patching by the OS itself (although I haven't dug deeper, I can confirm that the application did have a slight change of behavior even before applying vendor patches, and I doubt it was anything done by the anti-malware protection)